Commit Graph

1361 Commits

Author SHA1 Message Date
Ward Fisher
6e2f543a0e 2013-03-15 19:00:34 +00:00
Ward Fisher
ceb736c4b5 Corrected bug introduced via typo. Bug identified
by Coverity. Thanks, Coverity!
2013-03-14 23:23:36 +00:00
Ward Fisher
6096f6b43b Merged changes from CMake branch.
Addressed a handful of memory leaks
reported by Coverity.
2013-03-14 22:49:21 +00:00
Ward Fisher
3f9c05c71b Addressed a few high impact issues identified by Coverity 2013-03-14 22:38:31 +00:00
Dennis Heimbigner
e518689dbd Create a directory for the pnetcdf dispatch code 2013-03-13 17:36:39 +00:00
Dennis Heimbigner
9eaac2a595 Apply Wei-Keng's fix
for JIRA issue NCF-241.
This is only temporary
until I can make pnetcdf
operate as a separate dispatch table.

Also, fix nc_test4/tst_pnetcdf
to open with nc_open_par;
this is necessary because a pnetcdf
created file cannot be opened
as a netcdf classic file.
2013-03-13 17:34:47 +00:00
Ward Fisher
e80c20a3f5 Merged latest from trunk. 2013-03-13 16:36:49 +00:00
Dennis Heimbigner
c18c90b012 removed some unused local variables 2013-03-12 20:45:58 +00:00
Ward Fisher
c23a97dd7f Fixed a windows-related issue (required malloc.h include),
update documentation related to netcdf for Windows.
2013-03-11 22:45:26 +00:00
Ward Fisher
524caf5e4e 2013-03-11 22:05:18 +00:00
Ward Fisher
50bd620c44 Corrected include issue with alloca in Windows 2013-03-11 21:45:56 +00:00
Ward Fisher
239a8e3c56 Neglected to update the version number in the build chains. 2013-03-11 21:21:20 +00:00
Ward Fisher
03fb6a2ac2 Merging latest changes from netcdf-cmake branch. 2013-03-11 21:13:51 +00:00
Ward Fisher
8684170c17 Updated to include new test 2013-03-11 21:00:15 +00:00
Ward Fisher
d70e9254a4 2013-03-11 16:25:51 +00:00
Russ Rew
bf038bceb8 Add test for bug NCF-234 fix 2013-03-10 23:57:06 +00:00
Russ Rew
4b89b3c392 Applied Wei-keng Liao's patch for fixing bug NCF-234, fixing variable offsets in files created by pnetcdf but rewritten by calling nc_enddef. 2013-03-10 01:09:06 +00:00
Ward Fisher
1ca3153d96 Merged changes from netcdf-cmake branch. 2013-03-08 23:36:40 +00:00
Ward Fisher
859c8b25be Merged Latest from Trunk 2013-03-08 23:35:21 +00:00
Ward Fisher
a4d6ae195c 2013-03-08 23:26:28 +00:00
Dennis Heimbigner
80cf3a2c75 fix typo in previous checkin 2013-03-08 18:27:45 +00:00
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