Ward Fisher
188b9aafba
2013-02-07 23:02:44 +00:00
Ward Fisher
53eee2e5e1
2013-02-07 23:02:08 +00:00
Ward Fisher
404bdcef43
2013-02-07 22:46:58 +00:00
Ward Fisher
a64e77dbae
2013-02-07 22:43:08 +00:00
Ward Fisher
4a498ccbb5
Added parallel IO support flags to CMake system. Updated CMake-related documents.
2013-02-07 22:16:42 +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
Ward Fisher
d9f7b69ae1
Merged latest from trunk.
2013-02-06 22:41:55 +00:00
Ward Fisher
81a2c54052
Updating parallel IO configuration via CMake
2013-02-06 18:40:43 +00:00
Koziol
b4df581b35
Make a copy of the trunk, for fixing Jira issue NCF-29
2013-02-05 20:32:23 +00:00
Dennis Heimbigner
ccb523fb56
add fix for '/' in dap names plus test
2013-02-04 18:49:48 +00:00
Ward Fisher
b4000e488f
Merged latest from trunk
2013-02-04 17:24:47 +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
Ward Fisher
883b401d2b
2013-02-01 18:33:29 +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
Ward Fisher
4622c9d406
2013-01-30 22:52:17 +00:00
Ward Fisher
8eb09aa004
Cutting branch from trunk
2013-01-30 22:34:53 +00:00
Ward Fisher
b5ee174cb3
2013-01-30 22:14:53 +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
470fefcf07
Merged latest changes from trunk.
2013-01-29 23:39:35 +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
873226cb45
Merged latest changes from trunk.
2013-01-28 20:45: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
3c9159117e
Corrected whether or not dap remote tests are run.
2013-01-25 17:55:14 +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
Ward Fisher
2dc0383b13
Improved HDF4 support.
2013-01-22 18:27:32 +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
Ward Fisher
178dc01cee
2013-01-15 18:10:21 +00:00
Ward Fisher
3ac4d47ddf
Merged latest changes from the trunk.
2013-01-15 17:33:56 +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
Ward Fisher
0c2d05194d
Corrected an issue which occurs when allocating memory on
...
Win64.
2013-01-14 22:58:46 +00:00