Russ Rew
551f649720
Added entries for some Jira bugs I resolved.
2013-02-26 21:04:56 +00:00
Ward Fisher
7d15f262b7
Updated release notes for impending 4.3 release.
2013-02-26 20:37:41 +00:00
Ward Fisher
0140ae8e71
Merge with latest cmake branch.
...
Added check for HAVE_STDINT_H in utf8proc.h,
to accomodate older visual studio versions
that require pnetcdf.h.
2013-02-26 17:54:41 +00:00
Dennis Heimbigner
6cf31dcf2d
jira: NCF-232: bad conversion of grids
2013-02-26 04:31:06 +00:00
Ward Fisher
ba6bcca272
Updated files to next rc (4.3.0rc2)
2013-02-22 21:03:02 +00:00
Ward Fisher
0444a6c711
Fixed a couple of tests on Windows,
...
Fixed some compile errors on Windows.
2013-02-21 23:56:15 +00:00
Ward Fisher
ddf3c31bb0
Corrected a handful of syntax issues in CMake config files,
...
probably introduced more.
Added CMake-related files to Makefile.am files for inclusion
when creating a distribution package.
2013-02-20 23:28:28 +00:00
Ward Fisher
12b7ac7048
o Improved package_source support in CMake-based builds.
...
o Corrected an issue related to uninitialized variables
which caused test failures on 2 test systems under
very specific circumstances.
2013-02-19 23:29:41 +00:00
Ward Fisher
2d09f2e1cd
Updated documents to contain top-level link to Windows resource.
2013-02-19 19:34:30 +00:00
Ward Fisher
1e4b930ad6
Updated version for 4.3.0 rc1
2013-02-19 17:35:21 +00:00
Ward Fisher
9ad4383ff8
Merged final changes against netcdf-cmake branch in preparation for
...
4.3.0-rc1
2013-02-19 17:13:24 +00:00
Dennis Heimbigner
b0b6c77a3e
1. corrected the nc_get_varm/put_varm documentation
...
to indicate that they only work for atomic types,
not user defined types.
2. modified NCDEFAULT_{get/put}_vars to no longer use
nc_get/put_varm. They now directly use nc_get/put_vara
directly. This means that nc_get/put_vars now work
properly for user defined types as well as atomic types.
3. Added test cases for get_vars/put_vars with a
user defined type. Tests placed into
nc_test/tst_compounds.c
2013-02-17 23:42:15 +00:00
Ward Fisher
49b144143d
CMake fixes for enabling MMAP tests.
2013-02-14 20:24:02 +00:00
Ward Fisher
51848614c3
Corrected parallel support in CMake, including
...
library checks and parallel IO tests. Updated
CMake-related documentation.
2013-02-12 22:22:54 +00:00
Ward Fisher
5703c0979e
Corrected an issue I introduced which broke a particular parallel test.
2013-02-12 21:27:52 +00:00
Dennis Heimbigner
70186d5329
Fix bug in dataError when no error message is found
2013-02-11 23:32:46 +00:00
Russ Rew
ba1a494579
Fix bug NCF-226
2013-02-11 18:04:03 +00:00
Dennis Heimbigner
4109174d00
Add quick check for Error {...} at start of the datadds data part
2013-02-07 22:14:57 +00:00
Ward Fisher
8d6bfcd534
Added new tests to CMake test system.
2013-02-06 23:09:19 +00:00
Dennis Heimbigner
ccb523fb56
add fix for '/' in dap names plus test
2013-02-04 18:49:48 +00:00
Russ Rew
7a3f42974c
Fix bug NCF-222, scalar non-coordinate variables with same name as dimensions. (Previous commit was just test, this is really the fix.
2013-02-04 15:49:52 +00:00
Russ Rew
5c9368a7fa
Fix bug NCF-222, scalar non-coordinate variables with same name as dimensions
2013-02-04 15:48:47 +00:00
Russ Rew
fab1c8675c
Fix NCF-217, a bug depending on order of calls to netCDF-4 functions
2013-02-01 17:38:26 +00:00
Dennis Heimbigner
bf18c79ce4
include oc2/dap.y in the distribution
2013-01-31 03:34:59 +00:00
Dennis Heimbigner
2200f01f4d
fix NCF-218: bug in oc2/dap.y parser
2013-01-30 22:56:12 +00:00
Dennis Heimbigner
7f58fc9400
fix bug in % encoding of dap names
2013-01-30 21:33:31 +00:00
Ward Fisher
e8053ad518
Corrected CMake behavior in doxygen.
...
Updated documentation to reflect location of
CMake-related Documentation for netCDF-C.
2013-01-30 21:13:32 +00:00
Ward Fisher
71a30406f7
Corrected 2 windows-specific errors when using Visual Studio:
...
1. In nc4hdf.c, had a variable declaration located such
that Visual Studio complained and threw an error. Moved
to head of function.
2. Visual Studio was complaining about variable declarations
being made after OCVERIFY/OCDEREF macros.
2013-01-29 23:33:59 +00:00
Dennis Heimbigner
460ac331e0
1)synchronize with original oc2 2) add some convenience functions
2013-01-29 21:22:05 +00:00
Ward Fisher
c20baac22b
Removed dependency on NC_MAX_DIMS from libsrc4 files.
...
Improved HDF4 suport in CMakeLists.txt
Remaining files were not changed, but svn picks up
'property changes' on them.
2013-01-28 19:58:06 +00:00
Ward Fisher
19dcece866
Merged latest trunk, addressed NC_MAX_DIMS dependence in libsrc4
2013-01-28 18:31:02 +00:00
Ward Fisher
ede56bae41
Corrected a couple of issues related to DAP tests, based on feedback from users.
2013-01-25 17:51:33 +00:00
Ward Fisher
ff062bb588
Fixed a windows-specific issue in nc_open. When attempting to
...
read 4 bytes from a 3 byte file, Windows would fail with an
error 22, "Invalid Operation". This would happen when trying to
read the 4-byte magic number from a very small file.
This problem was uncovered by nc_test/tst_misc.c.
When fread returns 0 and errno is 22, NC_ENOTNC is returned.
2013-01-24 20:23:18 +00:00
Russ Rew
2e29d2876e
Distinguish between NC_MAX_DIMS and NC_MAX_VAR_DIMS
2013-01-23 23:31:34 +00:00
Russ Rew
c7e69906a5
Finish fix of Jira ticket NCF-216, modifying nc_copy_var() limitation so that dimension IDs in output don't have to match dimension IDs in input.
2013-01-23 21:46:22 +00:00
Russ Rew
3ef3b35a94
Refactor to share functions between ncdump and nccopy. Merge nccopy
...
enhancements, based on contributed code from Martin van Driel, to
support -v, -g, -V, and -G options for selecting groups and variables
in output. Fix all clang warnings from nccopy and ncdump sources, as
well as a few other cleanup changes to testing code.
2013-01-23 17:45:29 +00:00
Ward Fisher
fae7d90194
Removing reliance on NC_MAX_VAR_DIMS
2013-01-22 20:59:39 +00:00
Ward Fisher
23647a6910
2013-01-22 20:37:23 +00:00
Ward Fisher
1a77185d5e
2013-01-22 19:47:46 +00:00
Dennis Heimbigner
0d8c0b9276
more pnetcdf fixes
2013-01-18 02:25:12 +00:00
Russ Rew
5a7ba89e60
Add to installation document that the installation location specified
...
with the --prefix option must be different from the source directory
where the software is being built.
2013-01-17 22:55:00 +00:00
Dennis Heimbigner
39bed98c0b
fix pnetcdf problems reported by russ
2013-01-17 18:43:34 +00:00
Ward Fisher
426c1508a3
2013-01-16 21:14:29 +00:00
Ward Fisher
06da350466
Branching to work on Jira issue NCF-71
2013-01-16 20:01:11 +00:00
Ward Fisher
91188cea7a
Merging CMake branch into trunk. Changes include:
...
CMake related changes in CMakeLists.txt files,
cmake_config.h.in. Other changes relate to
Windows-specific issues, and changes made
when regenerating generated source files.
2013-01-15 22:43:09 +00:00
Ward Fisher
4a6b93f3ab
A test from netcdf-cmake branch made its way into the trunk;
...
corrected.
2013-01-15 19:48:12 +00:00
Russ Rew
22b411a17c
Merged in pnetcdf fixes from Greg Sjardema, to make set_fill_mode work
...
with parallel-netcdf, to fully implement parallel-netcdf support for
other functions, and to prevent a hang in hdf5 from an eary return in
an nc4_put_vara() call. Also fixed an nccopy bug when
nc_inq_var_deflate() returns defalate_level of 0, but says the variable
is deflated.
2013-01-15 03:46:46 +00:00
Dennis Heimbigner
c0a7749cf5
1) fix out of date ncgentab/ncgenyy files 2)fix Jira-ncf213 bug and add test case
2013-01-03 20:45:34 +00:00
Ward Fisher
21523c8582
Merged changes from cmake branch. oc2 changes are just
...
'file property' changes, not sure what exactly.
2012-12-20 21:50:45 +00:00
Dennis Heimbigner
c11e78314e
periodic sync of oc2 dir with the official oc2.0 repository
2012-12-18 21:08:23 +00:00