Commit Graph

2645 Commits

Author SHA1 Message Date
Russ Rew
5cca4eec35 Fix anchor in FAQ and add use of mpifzz for parallel Fortran builds to Fortran install docs 2015-06-08 09:54:33 -06:00
Russ Rew
a8573500d9 Restore inadvertently overwritten updated FAQ 'How do I build and install netCDF ...' 2015-06-04 10:04:26 -06:00
Russ Rew
b110e1d7a5 add to FAQ our newly minted DOI to use in citing netCDF 2015-06-03 14:32:35 -06:00
Ward Fisher
bb42e4639e Addressed conflict between master, mem2. 2015-06-02 15:03:12 -06:00
Ward Fisher
45bf3ee259 Merge branch 'mem2' of https://github.com/Unidata/netcdf-c into mem2 2015-06-01 15:43:49 -06:00
Ward Fisher
0f95f6a297 Updated release notes with a link to [NCF-328], allow diskless mode to accept a pointer to a netcdf data structure in memory. 2015-06-01 15:43:35 -06:00
Ward Fisher
90ff3b728a Corrected a few things to work with MSVC. 2015-06-01 15:26:58 -06:00
Ward Fisher
5d15a332f0 Fixed a typo in the tst_inmemory script. From http://www.tldp.org/LDP/abs/html/io-redirection.html, '&>' redirects both stdout and stderr to filename, whereas '>&' is used with file descriptor handles, e.g. '1>&2'. 2015-06-01 13:07:16 -06:00
Ward Fisher
0cb9631b5c Added ncdump test tst_inmemory into CMake config file. 2015-06-01 12:26:40 -06:00
Russ Rew
0e4d70319d Distinguish between shell variables and environment variables in installation documentation. Fix FAQ reference to installation documentation. 2015-05-31 18:51:06 -06:00
Dennis Heimbigner
0d082d79ea synch oc 2015-05-29 17:31:42 -06:00
dmh
a763a5d71d add more debug info to ncdump 2015-05-29 16:04:22 -06:00
Ward Fisher
cf8d7c47b8 Fixed a typo reported by Carl Ponder. 2015-05-29 13:08:09 -06:00
Ward Fisher
27c97ba7bb Added information re: [NCF-332] to release notes. 2015-05-29 10:27:04 -06:00
Ward Fisher
3a792b1fb2 Remove the [NCF-332] temp file on failure. 2015-05-29 10:23:24 -06:00
Ward Fisher
ea8f1d9027 Fleshed out [NCF-332] test to check all little-endian variable types supported, and also added some true-negative/expected failure tests. Next up is regression testing and then merging into master. 2015-05-29 09:49:20 -06:00
Ward Fisher
d5d1efbcdb Refactoring and expanding [NCF-332] test. 2015-05-29 09:22:38 -06:00
dmh
dbc7215063 1. fix nc_open_mem doxygen description
2. fix some bugs wrt to cygwin vs linux.
3. add to RELEASE_NOTES
4. try to fix tst_inmemory fd error by putting the first
   arg to dotest in quotes.
2015-05-28 19:23:33 -06:00
Ward Fisher
cf6d87f1dc [NCF-332] Addressed the issue in get_netcdf_type_from_hdf4() by adding case statements explicitly for the little-endian hdf4 values as defined by http://www.hdfgroup.org/training/HDFtraining/UsersGuide/Fundmtls.fm3.html. 2015-05-28 17:27:57 -06:00
Ward Fisher
0ed84b406b Fleshed out a test that *should* start passing, once we've fixed issue [NCF-332] 2015-05-28 17:21:01 -06:00
Ward Fisher
64e0d2a44e Added a new test for h4 endianness. [NCF332] 2015-05-28 17:13:15 -06:00
Ward Fisher
afa157f918 Started adding checks for little-endian HDF data types [NCF-332] 2015-05-28 16:41:48 -06:00
Ward Fisher
4fecd37ba7 Refactored tst_h_endians to tst_h5_endians, so that we can differentiate between hdf5 and hdf4 endian tests. 2015-05-28 16:29:49 -06:00
dmh
fd4ccc56c7 forgot file 2015-05-28 15:29:30 -06:00
dmh
ec6ddfeaa3 Merge branch 'mem2' of https://github.com/Unidata/netcdf-c into mem2 2015-05-28 15:14:35 -06:00
dmh
3dd807a155 The original mem branch somehow got
hosed, so I rebuilt it as a new mem2 branch.
2015-05-28 15:10:10 -06:00
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