Commit Graph

2468 Commits

Author SHA1 Message Date
Ward Fisher
50db5ff7d6 Merge branch 'qkoziol-NCF-324' 2015-02-04 09:54:57 -07:00
Ward Fisher
e2a56efa9c Merge branch 'NCF-324' of https://github.com/qkoziol/netcdf-c into qkoziol-NCF-324 2015-02-04 09:54:17 -07:00
Ward Fisher
01793b4098 Reversed an edit made when working on Visual Studio/bash compatibility. 2015-02-03 12:39:41 -07:00
Ward Fisher
b95573c692 Tied postinstall.sh.in to the current netcdf-fortran release (4.4.2). 2015-02-02 15:30:40 -07:00
Ward Fisher
444bf7a311 Cleaning up ctest site identification. 2015-02-02 15:14:22 -07:00
Ward Fisher
fc97546113 Updated nc-config.cmake.in to work with Windows-style paths. Further changes to get shell scripts running in Windows, when bash is available. 2015-02-02 14:46:51 -07:00
Ward Fisher
f875bba02d Updated Release Notes 2015-02-02 14:46:51 -07:00
Ward Fisher
261e7511cc Modified group rename shell script to work in Msys/Windows Environment. 2015-02-02 14:46:51 -07:00
Ward Fisher
dd2318b725 Added fencepost for cross-dll memory freeing in Windows/Visual Studio 2015-02-02 14:46:51 -07:00
Ward Fisher
2d72b7ca7f More work on getting the shell scripts working properly with cmake under MSYS. 2015-02-02 14:46:50 -07:00
Ward Fisher
f9d3718739 Updated shell script to work on Windows. 2015-02-02 14:46:50 -07:00
Ward Fisher
b1d3304bee Removed a shell test when using visual studio. The test script manually invokes the compiler gcc. 2015-02-02 14:46:50 -07:00
Ward Fisher
33ec07444f Removed non-portable byte-length checks. Left files being generated, as they may be required by other tests. 2015-02-02 14:46:50 -07:00
Ward Fisher
e3125a5ac9 Work progresses, but have encountered an issue. See https://github.com/Unidata/netcdf-c/issues/103. 2015-02-02 14:46:50 -07:00
Ward Fisher
fe1b96cdd9 Updated CMakelists to remove debug, release subdirectories on Windows. Updating shell scripts to work with MSYS paths. 2015-02-02 14:46:50 -07:00
Quincey Koziol
4f8898719a NCF-324: Make similar change to get_vara code, and add in test to Makefile.am 2015-02-02 08:51:00 -06:00
Quincey Koziol
9fa9e84466 Merge branch 'master' into NCF-324 2015-02-02 08:34:47 -06:00
Quincey Koziol
f90b4a7c45 Merge remote-tracking branch 'upstream/master'
rigin master
2015-02-02 08:34:09 -06:00
Quincey Koziol
e9484cc7e6 NCF-324 - Don't reopen HDF5 dataset if it's already open (in particular when
the variable name is the same as a dimension name).
2015-02-02 08:32:17 -06:00
Russ Rew
0f17bc9792 Add test for fix of bug NCF-324, but don't wire it in to run yet 2015-01-30 14:04:50 -07:00
Quincey Koziol
a2f7707734 Merge remote-tracking branch 'upstream/master' 2015-01-30 08:25:28 -06:00
Ward Fisher
8135282595 Merge pull request #102 from sebastic/hyphen-used-as-minus-sign
Fix another hyphen-used-as-minus-sign issue in nccopy.1 man page.
2015-01-27 10:41:20 -07:00
Quincey Koziol
06ec836e1b Merge remote-tracking branch 'upstream/master' 2015-01-26 08:10:43 -06:00
Russ Rew
a9768a67c5 Added missing release notes entries. 2015-01-25 17:29:43 -07:00
Bas Couwenberg
43fec3de42 Fix another hyphen-used-as-minus-sign issue in nccopy.1 man page.
Most of these issues were fixed in #101, but the patch included in the Debian
package was updated afterwards to include this remaining issue.
2015-01-25 19:20:00 +01:00
Ward Fisher
2f5a3721b4 Removed stray file. 2015-01-23 14:16:52 -07:00
Ward Fisher
c659a0e353 Coverity 1264403, Explicit null dereferenced. 2015-01-20 12:44:28 -07:00
Ward Fisher
30149d5e6e Coverity 1264404, missing break in switch. Logically this appears to not be intentional, will revert if this turns out to be incorrect. 2015-01-20 12:40:25 -07:00
Ward Fisher
9cc5898931 Coverity 1264406; char array being compared against NULL. Replaced with a strlen check for the value. 2015-01-20 12:37:57 -07:00
Ward Fisher
f1dcdde045 Coverity 1264401, Buffer not null terminated. 2015-01-20 11:18:27 -07:00
Ward Fisher
35df3d3c95 Coverity 1264407, out-of-bounds access. 2015-01-20 11:12:51 -07:00
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