Dennis Heimbigner
841f7c7148
Move onstack.h from libsrc
...
to include because it is used
both in libsrc and libdispatch
2013-03-08 18:08:11 +00:00
Ward Fisher
381082189c
Updated Release notes
2013-03-05 21:35:11 +00:00
Ward Fisher
ca40a29fb1
Changed fsync to 'off' by default, based on conversation
...
with Russ, stemming from a discussion on netcdfgroup
related to slow responses from filesystems when fsync
is enabled.
2013-03-05 20:29:49 +00:00
Dennis Heimbigner
d70cf6d10c
Primary change is to add ability
...
to do prefetch on either a lazy
or eager basis. Lazy means that
the prefetch does not occur
until and unless the client actually
makes a get_var request.
Also repaired a problem where
doing prefetch wrt a url that
has a constraint will prefetch
a whole variable if its constrained
size is small enough, even if the
underlying variable is too large
to warrant prefetch.
2013-03-03 04:06:43 +00:00
Ward Fisher
57084316de
Merging changes from netCDF branch.
2013-02-28 21:50:55 +00:00
Ward Fisher
38a3f2ef5f
Changed CMakeLists.txt to look for nc_iter.c instead of nciter.c
2013-02-28 21:03:02 +00:00
Dennis Heimbigner
0fc1e99269
Forgot to check-in ncgen/nc_iter.c
2013-02-28 19:16:10 +00:00
Dennis Heimbigner
c50b8c29e2
Fix Jira NCF-233.
...
Rename nciter.[ch] to nc_iter.[ch] to avoid
potential build issues.
2013-02-28 17:51:09 +00:00
Ward Fisher
abb8364f95
Fixed issue with linked libraries losing RPATH during installation.
2013-02-26 22:11:09 +00:00
Dennis Heimbigner
d46e68e906
Added additional Jira items to RELEASE_NOTES; did a partial sort on NCF number
2013-02-26 21:56:13 +00:00
Russ Rew
96c569f207
Removed duplicate entry, credited Martin van Driel.
2013-02-26 21:13:58 +00:00
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