dmh
be5e3cd606
1. Allow for the user specified rc file via the env variable
...
DAPRCFILE. Note that the value of this environment
variable should be the absolute path of the rc file, not
the path to its containing directory.
2. fixup testauth.sh and add some new tests
3. synch oc
2015-05-24 17:31:39 -06:00
Ward Fisher
d62f382894
Cleaning up software.md file, eliminating warnings and errors generated by doxygen. Not done yet.
2015-05-22 16:03:00 -06:00
Ward Fisher
b5856bc204
Wired the new software.md file into the doxygen toolchain.
2015-05-22 15:41:38 -06:00
Ward Fisher
8610f8da90
Added 'software.md', a markdown-formatted version of the software.html page. This way it can be more easily incorporated into the documentation generated/managed by Doxygen. Conversion was handled by pandoc.
2015-05-22 15:33:44 -06:00
Ward Fisher
853eb066c5
Updated release notes.
2015-05-20 11:13:33 -06:00
Ward Fisher
167835ea32
Added a check to avoid passing 0 to malloc; in this case gcc will return a pointer but some other compilers will return NULL, which is then flagged as a malloc failure. Attempting to bypass this behavior.
2015-05-20 11:11:19 -06:00
Ward Fisher
0f64cec6bd
Changed identifier for FAQ.md for doxygen-based documentation.
2015-05-20 10:26:13 -06:00
Ward Fisher
0c30751b58
Updated automake file so that 'make distcheck' would pass.
2015-05-18 12:21:40 -06:00
Ward Fisher
c9d7c88f63
Added a stanza for 'NC_DOUBLE' into the recently-added endians test.
2015-05-18 10:55:17 -06:00
Ward Fisher
a4c8b9074a
Merge branch 'master' of https://github.com/Unidata/netcdf-c
2015-05-18 10:07:45 -06:00
Ward Fisher
143a6dc381
Bumped travis-ci configuration to use recently-released hdf5 1.8.15.
2015-05-18 10:07:34 -06:00
dmh
c2f880f0f3
conflicts
2015-05-16 15:53:48 -06:00
dmh
ab5022256d
need to set -e many of the .sh programs
2015-05-16 15:46:39 -06:00
Ward Fisher
281c30bed0
disabled a remote test that is currently hanging.
2015-05-15 16:08:48 -06:00
Ward Fisher
6e8c5993cd
Updated RELEASE_NOTES.
2015-05-15 15:49:23 -06:00
Ward Fisher
5eb90c3a66
Cleaned up an unnecessary test, added refactored nc4 test to autotools.
2015-05-15 15:31:38 -06:00
Ward Fisher
9d98aab40a
Refactored test.
2015-05-15 15:29:29 -06:00
Ward Fisher
99ef1624bc
Regarding [NCF-331], the issues appears to have been in nc4file.c:get_type_info2(). The call to H5Tget_order() was only happening for H5T_Float. According to the documentation, this works for all datatypes as of hdf5 1.8.6. This tentatively fixes the bug reported, but additional testing (and cleanup from debugging) is needed.
2015-05-15 14:24:27 -06:00
Ward Fisher
de29c4d0a8
Tweaked tests for additional debugging.
2015-05-15 13:11:46 -06:00
Ward Fisher
e55159e8fd
Reversed changes to ncdump that showed more verbose endian information; broke too many other tests.
2015-05-15 09:41:30 -06:00
Ward Fisher
999f4e5720
Additional debugging, modified the LOGGING functions somewhat. Also modified ncdump to print 'native' endianness. This may be removed before merging back into trunk.
2015-05-14 17:22:07 -06:00
Ward Fisher
f76117d014
Renamed test for [NCF-331], added it to autotools-based test.
2015-05-12 16:02:24 -06:00
Ward Fisher
9dacc3848f
Additional work towards validating libhdf5.
2015-05-12 16:01:07 -06:00
Ward Fisher
a3251c08ad
Testing for [NCF-331] in pure-hdf5 form.
2015-05-12 14:27:04 -06:00
Ward Fisher
fa1d61b980
Additional debugging for [NCF-331]
2015-05-12 13:52:52 -06:00
Ward Fisher
6eff077ed5
Incorporated endian test for [NCF-331] into autotools.
2015-05-12 13:00:22 -06:00
Ward Fisher
c43f9dee63
Refined test for [NCF-331].
2015-05-11 15:58:47 -06:00
Ward Fisher
659172816b
Added a new test.
2015-05-11 15:01:31 -06:00
Ward Fisher
ee3daa3267
Added a test contributed by Jeff Whitaker. See https://github.com/Unidata/netcdf-c/issues/112 or [NCF-331] for more information.
2015-05-11 14:52:16 -06:00
Ward Fisher
a14fd0b3b5
Corrected an include statement on OSX that should only be used on Windows.
2015-05-08 14:51:43 -06:00
Ward Fisher
292c8002a9
Corrected an issue with autotools-based builds.
2015-05-08 14:27:19 -06:00
Ward Fisher
57d09f30e6
Updated RELEASE_NOTES with information re: [NCF-330].
2015-05-08 14:02:12 -06:00
Ward Fisher
d06e15579f
Moved test for [NCF-330] out of 'known-failing' fenceposts and into the regular test rotation. Also added it to the autotools-based tests.
2015-05-08 14:02:12 -06:00
Ward Fisher
62aef5e262
Modified a couple other sscanf calls.
2015-05-08 14:02:12 -06:00
Ward Fisher
2574f11dbd
Removed additional debug info.
2015-05-08 14:02:12 -06:00
Ward Fisher
0d8be16398
Removed some debugging stanzas.
2015-05-08 14:02:11 -06:00
Ward Fisher
b7289cdfa4
Further debugging for [NCF-330]. Making decent progress using the debug flags Microsoft provides. See JIRA issue for links to documentation describing these flags.
2015-05-08 14:02:11 -06:00
Ward Fisher
5cc6e915f1
Added test for issue found in [NCF-330].
2015-05-08 14:02:11 -06:00
Ward Fisher
6ca2170495
Modified how CMake builds detect szip.
2015-05-07 17:44:29 -06:00
Russ Rew
69b2124240
More documenation tweets to improve installation instructions for netCDF-C ands netCDF-Fortran.
2015-05-01 14:39:06 -06:00
Ward Fisher
cc6e6873eb
Added an advanced cmake option, ENABLE_FAILING_TESTS, which will be used to manage tests that are known to fail, but for which failure is not expected/desired. This way we can occasionally check to see if other fixes/changes have fixed failures we're aware of.
2015-04-29 11:04:26 -06:00
Russ Rew
5e94cd9401
Update and simplify instructions for building netcdf-fortran.
2015-04-28 13:28:56 -06:00
Russ Rew
35e5543f03
Add tweaks to install doc.
2015-04-28 11:19:31 -06:00
Russ Rew
bb08d84601
Add tweaks to install doc.
2015-04-28 11:17:47 -06:00
Ward Fisher
79360d871a
Fixed yet another travis-ci typo.
2015-04-24 11:28:16 -06:00
Ward Fisher
434a2c92ff
Travis-ci tweaks.
2015-04-24 11:16:27 -06:00
Ward Fisher
6f4ecdc2d0
Travis-ci tweak.
2015-04-24 10:53:44 -06:00
Ward Fisher
39665005df
Corrected typo in hdf5 download path.
2015-04-24 10:36:35 -06:00
Ward Fisher
55da4d296e
Added hdf5/netcdf-4 back to travis-ci tests.
2015-04-24 10:20:38 -06:00
Ward Fisher
078013c0d1
Corrected an undefined reference warning in install.md
2015-04-23 15:42:41 -06:00