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
Ward Fisher
684b6574ef
2013-03-04 17:26:17 +00:00
Ward Fisher
93e5c322f2
Merging latest from trunk.
2013-03-04 16:47:54 +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
Koziol
0f29dd60c0
Description:
...
Fix Jira issue NCF-29 (https://bugtracking.unidata.ucar.edu/browse/NCF-29 ):
making the netCDF-4 library ignore HDF5 datasets and attributes which have
datatypes (such as references) that it doesn't understand.
Tested on:
Mac OSX/64 10.8.2 (amazon) w/--enable-netcdf-4 --enable-extra-tests --enable-extra-example-tests
--disable-shared --enable-logging
2013-03-01 08:10:28 +00:00
Koziol
125f12d528
Description:
...
Merge r2959:3024 from trunk to NCF-29 branch.
Tested on:
Mac OSX/64 (amazon) w/--enable-netcdf-4 --enable-extra-tests
--enable-extra-example-tests --disable-shared --enable-logging
2013-03-01 04:08:38 +00:00
Ward Fisher
57084316de
Merging changes from netCDF branch.
2013-02-28 21:50:55 +00:00
Ward Fisher
c6aeb9d1f5
Merged from trunk.
2013-02-28 21:45:42 +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
781d5173a5
2013-02-28 17:39:48 +00:00
Ward Fisher
442b75848e
Added branch utilities from dev-scripts
2013-02-26 22:36:41 +00:00
Ward Fisher
4b5779a27b
Cutting new branch.
2013-02-26 22:34:40 +00:00
Ward Fisher
abb8364f95
Fixed issue with linked libraries losing RPATH during installation.
2013-02-26 22:11:09 +00:00
Ward Fisher
841abba3e4
2013-02-26 22:07:44 +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
dac1605808
2013-02-26 19:58:31 +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
Ward Fisher
3911cf53a5
Merged latest trunk, with changes from Dennis, into the branch.
2013-02-26 17:38:49 +00:00
Dennis Heimbigner
6cf31dcf2d
jira: NCF-232: bad conversion of grids
2013-02-26 04:31:06 +00:00
Ward Fisher
3ee6c8df77
Updated revision
2013-02-25 17:43:46 +00:00
Ward Fisher
62baff01f0
2013-02-22 21:07:05 +00:00
Ward Fisher
6f10c6067a
2013-02-22 21:04:51 +00:00
Ward Fisher
ba6bcca272
Updated files to next rc (4.3.0rc2)
2013-02-22 21:03:02 +00:00
Ward Fisher
3ea6cc1b39
Updated to reflect latest version, 4.3.0rc2
2013-02-22 20:33:24 +00:00
Ward Fisher
1f3f89d7c8
Corrected duplicate image
2013-02-22 18:15:27 +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
f488c6b568
2013-02-21 23:29:01 +00:00
Ward Fisher
0d2d8a4856
2013-02-21 22:32: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
c6084cc95e
Reverted from last change.
2013-02-20 23:16:05 +00:00
Ward Fisher
d968063d0f
Corrected windows-specific issue.
2013-02-20 22:50:52 +00:00
Ward Fisher
f2a6667833
Made autotools aware of CMake-related files when building
...
a distribution package.
2013-02-20 22:17:44 +00:00
Ward Fisher
6377ab28b1
2013-02-20 20:44:55 +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
0209313b1b
2013-02-19 23:05:15 +00:00
Ward Fisher
1e34946844
Corrected an odd dap error
2013-02-19 21:31:38 +00:00
Ward Fisher
00cbcd18c5
2013-02-19 21:08:06 +00:00
Ward Fisher
0e2c668b07
2013-02-19 20:35:37 +00:00
Ward Fisher
ff9954bdd4
2013-02-19 19:34:46 +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
890fa68625
2013-02-19 18:17:42 +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