Ward Fisher
99c3112c50
Modified doxygen reference to remove a warning.
2015-10-15 12:23:18 -06:00
Ward Fisher
fd4c0f74d8
More doxygen-style formatting.
2015-10-15 12:22:24 -06:00
Ward Fisher
1a3f3def39
A bit of refactoring of the release notes to make it render nicely by Doxygen and some markdown editors.
2015-10-15 11:35:18 -06:00
Ward Fisher
febc9040a5
Updated in-code documentation.
2015-10-15 11:29:51 -06:00
Ward Fisher
bf40c80526
More cleaning up of netcdf.h.
2015-10-14 14:19:50 -06:00
Ward Fisher
771830f2d2
Cleaning up netcdf.h to restore a few API-breaking changes.
2015-10-14 14:10:30 -06:00
Ward Fisher
5f9d906287
Moved the new travis configuration file into the cdf-5 branch.
2015-10-14 12:46:33 -06:00
Dennis Heimbigner
cd7a06b193
pull request
2015-10-12 17:09:37 -06:00
Ward Fisher
b96e143236
Added USE_PARALLEL4 to config.h template (cmake).
2015-10-09 14:47:43 -06:00
Ward Fisher
77d06c276a
Added PARALLEL4 flag to CMakeLists.
2015-10-09 14:13:50 -06:00
Ward Fisher
bab2f42ab2
Added an alias back to NC_FORMAT_64BIT to avoid breaking compatibility.
2015-10-09 13:53:16 -06:00
Ward Fisher
47db9caf4e
Corrected a small typo in release note markdown.
2015-10-09 13:21:17 -06:00
Ward Fisher
29a3f8683b
Removed old cdmr cmake config.
2015-10-09 13:18:39 -06:00
Ward Fisher
76621d3ae2
Regenerated files.
2015-10-09 13:06:41 -06:00
Ward Fisher
ef586766e3
Added STDIO option to CMake-based build.
2015-10-09 13:06:32 -06:00
Ward Fisher
aa2af5cd5a
Corrected an issue with a dangling endif.
2015-10-09 11:15:15 -06:00
Ward Fisher
11b3012f82
Removed library version check for pnetcdf from cmake build, for the time being.
2015-10-09 10:34:08 -06:00
Dennis Heimbigner
554034b712
1. Added temporary work-around for cygwin where
...
AC_CHECK_SIZEOF is not working because anti-virus
will not allow very rapid creation/deletion of a
file with same name.
2. modified some test baselines to attempt to fix
Ward's issue
2015-10-09 10:33:40 -06:00
dmh
181f87048c
update mm4 target
2015-10-09 10:27:35 -06:00
dmh
9f65c3b808
cleanup and squash changes vav master
2015-10-09 10:26:49 -06:00
dmh
58d486f0ac
ckp
2015-10-09 10:23:21 -06:00
dmh
8fc86035b2
merge-squash
2015-10-09 10:22:00 -06:00
Ward Fisher
1890af1ffe
Removed library version check for pnetcdf from cmake build, for the time being.
2015-10-09 10:14:45 -06:00
Dennis Heimbigner
dccbc87d24
1. Added temporary work-around for cygwin where
...
AC_CHECK_SIZEOF is not working because anti-virus
will not allow very rapid creation/deletion of a
file with same name.
2. modified some test baselines to attempt to fix
Ward's issue
2015-10-09 10:14:45 -06:00
dmh
b87799955e
update mm4 target
2015-10-09 10:12:11 -06:00
dmh
087ae58ffd
cleanup and squash changes vav master
2015-10-09 10:12:11 -06:00
dmh
5f3088185d
ckp
2015-10-09 10:12:11 -06:00
dmh
7d9ad096b9
cleanup
2015-10-09 10:12:11 -06:00
dmh
49597a64af
merge-squash
2015-10-09 10:12:11 -06:00
Ward Fisher
bc74ca18fe
Tweaked README in preparation of release candidate.
2015-10-08 13:15:39 -06:00
Ward Fisher
ffa0a63a72
There were a few changes that needed to be made, and we needed to disable extra tests by default or 'make distcheck' fails, for now. Will investigate in more depth later.
2015-10-08 11:02:31 -06:00
Ward Fisher
163b6575a5
Fixed a bug in 'make dist'.
2015-10-06 15:29:18 -06:00
Russ Rew
d3d442537d
Fix 1D variables with an unlimited dimension taking DEFAULT_CHUNK_SIZE (4MiB), by default, in netCDF-4 files
2015-09-29 13:58:51 -06:00
Ward Fisher
8515ece987
Corrected a dead-code issue reported by Coverity (that I introduced).
2015-09-24 11:32:41 -06:00
Ward Fisher
33f8d2321d
Tweaking the new header provided by Jen to allow for multiple documentation links.
2015-09-23 14:55:23 -06:00
Ward Fisher
628f43059f
Tweaked Header.
2015-09-23 14:42:24 -06:00
Ward Fisher
aa01e72406
More link fixes.
2015-09-23 14:38:37 -06:00
Ward Fisher
e2cc13df18
Removed some typos and fixed some dead links in documentation.
2015-09-23 14:35:33 -06:00
Ward Fisher
24e94c9d62
Rolled known problems into generated documentation, and cleaning up broken links.
2015-09-23 13:49:06 -06:00
Ward Fisher
885da233ae
Refined Dennis's patch for mitigating a cygwin issue with sleep statements in configure.ac so that only cygwin builds are affected.
2015-09-23 12:49:08 -06:00
Ward Fisher
720fe78ea2
Coverity: 1302444, addressed a potential negative argument being passed to memory allocation routine.
2015-09-22 15:42:52 -06:00
Ward Fisher
f1d2470776
Corrected minor null check issue reported by Coverity: 1302448
2015-09-22 15:35:30 -06:00
Ward Fisher
a8df681331
Addressed a potential null dereference bug reported by Coverity static analysis.
2015-09-22 15:31:48 -06:00
dmh
6da2c4969b
There is a problem under cygwin on windows 7.
...
The command ./configure fails on
calls to AC_CHECK_SIZEOF.
A temporary fix is to prefix all such calls
with 'sleep 5' to slow things down.
2015-09-22 15:19:07 -06:00
Ward Fisher
04de80ad5d
Updated credits file to reflect information for Ward.
2015-09-22 13:15:26 -06:00
dmh
5b89b22021
missing include file
2015-09-18 11:11:57 -06:00
Dennis Heimbigner
a1be2456eb
1. Added temporary work-around for cygwin where
...
AC_CHECK_SIZEOF is not working because anti-virus
will not allow very rapid creation/deletion of a
file with same name.
2. modified some test baselines to attempt to fix
Ward's issue
2015-09-15 15:18:59 -06:00
Ward Fisher
8c70437580
Added a check for a null pointer based on the bug fix documented in [NCF-340].
2015-09-11 12:29:35 -06:00
Ward Fisher
dffaff8406
Further progress on [NCF-340], capturing previously-lost error code NC_EGLOBAL
2015-09-10 15:55:06 -06:00
Ward Fisher
7aa22d275b
Turned search back on in developer documentation. Applied part of fix for [NCF-340] in putget.m4
2015-09-10 15:35:14 -06:00