Commit Graph

2587 Commits

Author SHA1 Message Date
Ward Fisher
75c6670416 Resource Leak, Coverity 1264408 2015-01-20 11:09:03 -07:00
Ward Fisher
cb0cb6f674 Resource leak, Coverity 1264409 2015-01-20 11:04:58 -07:00
Ward Fisher
64e69f26f3 Resource leak, coverity 1264410 2015-01-20 11:00:03 -07:00
Ward Fisher
59f8cf19f1 Corrected resource leak, Coverity 1264412 2015-01-20 10:53:42 -07:00
Ward Fisher
f3b2deafa3 Reversed non-functional pull request #100; the doxygen generated webpage fails to find the local image even when CMake is updated to copy the file into the same directory. Additionally, on second thought, it is also probably best to defer to the web team who want us to use the web link url. 2015-01-16 10:29:22 -07:00
Ward Fisher
03917f0239 Merge branch 'nschloe-hyphen-minus' 2015-01-16 09:28:47 -07:00
Ward Fisher
80bf9a0aa2 Resolved conflict. 2015-01-16 09:28:07 -07:00
Ward Fisher
10fac8c70c Merge pull request #100 from nschloe/patch-3
Update footer.html
2015-01-16 09:25:43 -07:00
Ward Fisher
f8b88dd781 Merge pull request #99 from nschloe/patch-2
Update ncgen.1
2015-01-16 09:19:08 -07:00
Ward Fisher
69b6935ca5 Removed OCASSERT sizeof(void*) == sizeof(off_t), to see what repercussions are for other tests on 32-bit machines. 2015-01-16 09:18:39 -07:00
Nico Schlömer
6d2b61ddb7 hyphens used as minus signs 2015-01-16 13:12:11 +01:00
Nico Schlömer
e275b75208 Update footer.html
Use the local logo.
2015-01-16 10:03:43 +01:00
Nico Schlömer
a9f4ea96c1 Update ncgen.1 2015-01-16 10:02:00 +01:00
dmh
65f78d6a8b 1. synch with oc
2. replace all occurrences of
   'template' with 'pattern'
   since template is reserved in windows.
2015-01-15 14:19:51 -07:00
Ward Fisher
2e89b50641 Updated release notes 2015-01-14 14:19:00 -07:00
Ward Fisher
9b984c126c Cleaned up RELEASE_NOTES document for rendering by doxygen. 2015-01-14 13:20:51 -07:00
Ward Fisher
ee352cd622 Prepared documentation for upcoming release candidate. 2015-01-14 13:01:13 -07:00
Ward Fisher
4c239814c1 Updated links for windows binary download documentation. 2015-01-14 11:27:19 -07:00
Ward Fisher
21cf17845e Added a missing file to EXTRA_DIST statement in Makefile.am 2015-01-14 11:13:34 -07:00
Ward Fisher
393db0018e Addressed an issue causing MSVC-based builds to fail. See https://github.com/Unidata/netcdf-c/issues/96 2015-01-13 12:44:28 -07:00
Ward Fisher
e338db5ef2 Corrected typo 2015-01-13 09:56:37 -07:00
Ward Fisher
6a0d7cc51a Added a sizeof check for void* 2015-01-12 12:13:26 -07:00
Ward Fisher
8487f28277 Removed a stale (potentially) assertion on Dennis' advice to debug an issue. 2015-01-12 12:09:34 -07:00
Ward Fisher
844017512a Merge branch 'master' of https://github.com/Unidata/netcdf-c 2015-01-12 11:14:08 -07:00
Ward Fisher
4ecbbe64d5 Fixed a few issues preventing the build from working on MSVC. 2015-01-12 11:05:45 -07:00
Ward Fisher
5669179157 Updated release notes. 2015-01-12 10:43:56 -07:00
Ward Fisher
252be7549e Made m4 check with cmake linux/unix only. 2015-01-12 10:42:33 -07:00
Ward Fisher
77619e5c06 Added failure states if m4 utility is not detected. 2015-01-12 10:36:11 -07:00
Russ Rew
ca59c694d3 Merge branch 'master' of https://github.com/Unidata/netcdf-c 2015-01-03 17:20:09 -07:00
Russ Rew
f16790b718 Add test CDL file and tst_nccopy4.sh test for fix of NCF-321 2015-01-03 17:18:14 -07:00
Russ Rew
e10bce8637 Fix bug ncf-321, requiring chunk size for unlimited dimension instead of providing default 2015-01-02 07:09:16 -07:00
dmh
d2a832163b Make cmake run testauth.sh 2014-12-31 22:53:03 -07:00
dmh
e35a14a85d 1. synch with oc
2. modify oc2/ocrc.c rcfilenames to look for .ocrc before .dodsrc.
3. Modify testauth.sh to avoid using names that might already
   exist for cookies file and netrc file. Still must use .ocrc
   to test for local/home search.
4. Modify testauth.sh to save and restore any file it creates
   that already exists.
2014-12-31 22:29:36 -07:00
Russ Rew
c046ca08fd Make ncgen in guide.dox consistent with man page 2014-12-29 14:36:35 -07:00
Russ Rew
4eefcd4707 Typos and consistency fixes in docs 2014-12-29 14:22:26 -07:00
Russ Rew
db83a3be4c Jira issue NCF-314, "Provide replacement for using numeric values of -k
option on nccopy and ncgen".
2014-12-29 13:07:28 -07:00
Russ Rew
9a60dc612f Use short "-k" codes instead of deprecated version numbers for ncgen and nccopy tests 2014-12-28 22:42:05 -07:00
Ward Fisher
296928ffc7 Identified a potential null pointer dereference introduced in pull request, added check for null pointer. 2014-12-28 21:04:48 -08:00
Russ Rew
e157810c90 make nccopy.1 more consistent with ncgen.1 2014-12-28 21:18:37 -07:00
Ward Fisher
471c7aee9e Merge branch 'qkoziol-NCF-177' 2014-12-28 19:29:38 -08:00
Ward Fisher
e52bfa3593 Merge branch 'NCF-177' of https://github.com/qkoziol/netcdf-c into qkoziol-NCF-177 2014-12-28 19:29:22 -08:00
dmh
3a559d3f1d Fix occurlflags bug 2014-12-28 15:54:02 -07:00
Russ Rew
6ca14d8a78 Update ncgen code and docs to use nco-type format codes and deprecate use of confusing format version numbers 2014-12-28 10:44:21 -07:00
Ward Fisher
3aa6c969e2 Added an explicit check for CURLOPT_CHUNK_BGN_FUNCTION, otherwise we break the build on systems with libcurl older than version 7.21.0 2014-12-27 22:59:06 -08:00
Ward Fisher
cdacc3a5f5 On some linux systems, the way functions were defined in the testurl shell script were not working. Modified the format of these scripts and it now appears to work, in some cases. Will push out to see if it works across the board, and will make further changes as need be. 2014-12-27 23:41:59 -07:00
dmh
20720199c8 1. synch with oc
2. fix ocuri parameter handling
3. add ncdap_test/testuri.sh to test parameter handling.
2014-12-27 20:42:01 -07:00
Quincey Koziol
cc7454a92e Merge branch 'master' of https://github.com/qkoziol/netcdf-c 2014-12-27 19:53:45 -06:00
Quincey Koziol
0ee3a9f2ca Merge remote-tracking branch 'upstream/master' 2014-12-27 19:52:32 -06:00
Quincey Koziol
9f8aba792c Merge branch 'master' into NCF-177 2014-12-28 01:31:47 +00:00
Quincey Koziol
3c86ec720c Merge remote-tracking branch 'upstream/master' 2014-12-28 01:29:58 +00:00