Commit Graph

3019 Commits

Author SHA1 Message Date
dmh
48b637243b The original mem branch somehow got
hosed, so I rebuilt it as a new mem2 branch.
2015-05-28 15:03:02 -06:00
Ward Fisher
6ed4770e0a Added a typedef int pid_t for Windows platforms, solves a unix compatibility issue. 2015-05-28 10:14:45 -06:00
Ward Fisher
bb101052d5 Modified permissions when installing pre-built dependencies. 2015-05-27 15:24:57 -06:00
Ward Fisher
430b0acb7a Updated travis-ci to leverage new pre-built binaries I've created. 2015-05-27 15:17:59 -06:00
Ward Fisher
0693b42078 For some reason, setting DAPDEBUG and OCDEBUG to 1 causes a bunch of failures on OSX. 2015-05-27 11:04:09 -06:00
dmh
805a4882cb conflicts 2015-05-26 15:56:21 -06:00
Ward Fisher
1745febde0 Merge branch 'ward-working' 2015-05-26 15:39:25 -06:00
Ward Fisher
0ee68b1b6d Cleaned up some dangling doxygen-related options which were being defined by cmake but not by automake. 2015-05-26 14:29:28 -06:00
Ward Fisher
6cba2a720c Converted html anchors into markdown-style anchors, for processing by Doxygen. 2015-05-26 11:00:35 -06:00
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