Ward Fisher
50623159d4
Merge branch 'gh255' see https://github.com/Unidata/netcdf-c/issues/255
...
for more information.
2016-04-28 16:07:15 -06:00
Ward Fisher
9ccb1bcd60
Correction.
2016-04-28 15:29:48 -06:00
Ward Fisher
9b15f9c0dc
Restored some accidentally-deleted lines.
2016-04-28 15:20:11 -06:00
Ward Fisher
3cbd45f539
Ensuring run_back_comp_tests.sh only runs if netcdf4 is enabled.
2016-04-28 14:41:42 -06:00
Ward Fisher
107a670419
Oops, that should have goe into ncd2dispatch.h of course.
2016-04-28 14:30:29 -06:00
Ward Fisher
0e05f0e32f
Added config.h to ncd2dispatch.c
2016-04-28 14:30:00 -06:00
Ward Fisher
2e56f02497
Cordoned off netcdf4-only functions that were exposed when netcdf-4 was disabled (but DAP was turned on), causing link errors. See https://github.com/Unidata/netcdf-c/issues/255 for details.
2016-04-28 14:28:16 -06:00
Ward Fisher
00eaa53e0b
Corrected an issue preventing gcc-4.4 from compiling netcdf.
2016-04-26 21:09:41 +00:00
Ward Fisher
81cd8ebaa6
Merge branch 'dispatchfix'
2016-04-26 11:11:31 -06:00
Ward Fisher
2510d7248a
Merge branch 'master' into dispatchfix
2016-04-26 11:11:22 -06:00
Ward Fisher
fa78b7ba03
Updated release notes in prep for 4.4.1-rc1
2016-04-15 12:43:45 -06:00
Ward Fisher
2a9e49d0f9
Updated .travis.yml to include distcheck, perply this time.
2016-04-15 11:23:13 -06:00
Ward Fisher
31aab90f7c
Added information to software.md
2016-04-15 11:06:40 -06:00
Ward Fisher
89dab75455
Merge branch 'master' into travis-update
2016-04-14 10:33:49 -06:00
Ward Fisher
93afd48624
Added distcheck to travis-ci test matrix.
2016-04-13 15:27:17 -06:00
Ward Fisher
b248523a49
Corrected a potential null pointer dereference.
2016-04-12 11:18:34 -06:00
Ward Fisher
3c820589b7
Fixed a divide by zero error.
2016-04-12 11:04:41 -06:00
Ward Fisher
9d91a9684a
Merge branch 'gh252'
2016-04-12 10:03:40 -06:00
Ward Fisher
baec7157a3
Clean up lingering 'make distcheck' errors.
2016-04-12 09:48:21 -06:00
Ward Fisher
580b4aabe1
Integrated one-line pull request https://github.com/Unidata/netcdf-c/pull/249
2016-04-12 09:30:22 -06:00
Ward Fisher
e32486291a
Merge branch 'broken-windows'
2016-04-11 16:25:18 -06:00
Ward Fisher
3f773258bd
Corrected an issue with hashmap and missing random() function on Windows using Visual Studio 2013
2016-04-11 16:07:27 -06:00
Ward Fisher
038b7350c5
Wired in fix for out-of-source build for hdf5 file compatibility check. https://github.com/Unidata/netcdf-c/issues/252
2016-04-11 13:42:14 -06:00
Ward Fisher
83f1e01409
SOVersion Bump.
2016-04-11 09:59:24 -06:00
Ward Fisher
fd2998e31c
Added release date for RC1 in release notes.
2016-04-11 09:35:00 -06:00
Ward Fisher
0181a017f2
Updated release notes with reference to https://github.com/Unidata/netcdf-c/issues/250
2016-04-11 09:15:16 -06:00
Ward Fisher
4b2c9f29dd
Wired in test for https://github.com/Unidata/netcdf-c/issues/250 for autotool based builds.
2016-04-08 15:53:17 -06:00
Ward Fisher
b69cba26b6
Added libver_bounds check to configure.ac.
2016-04-08 21:37:37 +00:00
Ward Fisher
493a6e5d62
Found pre-existing call to H5Pset_libver_bounds, modified it so that the generated files would be created without the 1.10 specific things.
2016-04-08 21:36:08 +00:00
Ward Fisher
fc49992012
Added check to cmake for H5Pset_libver_bounds
2016-04-08 21:13:33 +00:00
Ward Fisher
6e31ead250
Added a temporary utility script to make updating the hdf5 test files easier.
2016-04-08 20:59:50 +00:00
Ward Fisher
46b534d060
Roughed in test for checking that a netcdf installation can read specific files written by a netCDF4 library built against libhdf5 1.10.0
2016-04-08 20:58:20 +00:00
Ward Fisher
5a7d5c6eca
Merge branch 'substrate'
2016-04-08 11:16:37 -06:00
dmh
3568048108
I decided that the substrate mechanism
...
in the dispatch code is too difficult to
explain, maintain, and use. So, I removed it
in favor of fully filled-in dispatch tables.
This affects libdispatch and libdap2 code.
I will modify the dispatch documentation
in docs to explain.
2016-04-06 21:02:56 -06:00
dmh
ed317d4cad
ckp
2016-04-06 20:38:51 -06:00
dmh
39fa6a071c
ckp
2016-04-06 20:20:57 -06:00
dmh
764a1c40a3
ckp
2016-04-06 19:51:40 -06:00
Dennis Heimbigner
a8ff523677
ckp
2016-04-06 14:05:58 -06:00
Ward Fisher
e9fba1da79
Artificial bump to ping travis-ci.
2016-04-05 15:55:53 -06:00
Ward Fisher
cc803f5c00
Merge branch 'nc3-hashmap-fix' of https://github.com/gsjaardema/netcdf-c into merge-gh246
2016-04-05 15:31:06 -06:00
Ward Fisher
0e6de1999c
Updated release notes in support of https://github.com/Unidata/netcdf-c/issues/gh240
2016-04-05 20:32:39 +00:00
Ward Fisher
33e43e15f1
Merge branch 'master' into gh240 in preparation for final merge.
2016-04-05 20:28:03 +00:00
Ward Fisher
d8592ef380
Updated tests now that things are passing. Added some true failures to test for as well.
2016-04-05 20:25:49 +00:00
Ward Fisher
6409b11640
Modified nc_inq_type so that it will return valid information for valid data types even if the associated ncid doesn't have access to those data types. See https://github.com/Unidata/netcdf-c/issues/240 for more information.
2016-04-05 20:13:42 +00:00
Greg Sjaardema
09454cba09
Fix accessing deleted memory
2016-04-05 09:47:12 -06:00
Greg Sjaardema
41431acd70
Merge branch 'master' into nc3-hashmap-fix
2016-04-05 09:09:35 -06:00
Greg Sjaardema
1f9eb8093c
Fix duplicate key issues in nc_hashmap
...
The addition of the nc_hashmap to facilitate quick
retrieval of var and dim by name did not take into
account key collisions -- two or more names hashed
to the same value. If the keys matched, it assumed
that the names matched also.
This change fixes this incorrect assumption and
checks both the key (which is the hash of the name)
and if the keys match, it also checks that the names
match.
While there have been no instances of duplicate keys,
they are certain to occur and cause difficult to
debug issues. This fix eliminates that defect.
2016-04-05 09:07:40 -06:00
Ward Fisher
817c83855a
Updated release notes in support of https://github.com/Unidata/netcdf-c/issues/242
2016-04-04 15:29:44 -06:00
Ward Fisher
829036ab7f
Corrected an issue with out-of-source-tree builds, in support of https://github.com/Unidata/netcdf-c/issues/242
2016-04-04 15:27:22 -06:00
Ward Fisher
928c94367b
Updated release notes to reference https://github.com/Unidata/netcdf-c/pull/238
2016-04-04 12:30:00 -06:00