Russ Rew
3327a3c2c9
Add reference file for ncdump -bc test
2013-11-13 13:45:20 -07:00
Russ Rew
90933c7070
Add ncdump brief annotation test using -bc option
2013-11-13 13:44:03 -07:00
Russ Rew
911bdab962
Fix for bug NCF-275, ncdump -b annotation
2013-11-13 11:03:18 -07:00
Russ Rew
8e18ede2fe
Fix full annotation bug described in NCF-275
2013-11-12 06:40:03 -07:00
Ward Fisher
5707513756
Updated the Windows download page to reflect latest release candidate (rc4).
2013-11-06 14:22:30 -07:00
Ward Fisher
55815fb8df
Updated release notes to reflect a fix in man file generation when using CMake.
2013-11-06 14:03:04 -07:00
Ward Fisher
57521c0284
Updated RELEASE_NOTES.md
2013-11-05 16:47:55 -07:00
Ward Fisher
33e15a4495
Merge branch 'master' of https://github.com/Unidata/netcdf-c
2013-11-04 13:34:37 -07:00
Ward Fisher
001d950548
Removed a debug statement.
2013-11-04 13:34:20 -07:00
Ward Fisher
5566cbb772
Added a check for _filelengthi64 in configuration. When found, this will be used instead of fstat when computing file length.
2013-11-04 12:58:33 -07:00
dmh
7d03c2e34e
Added stripped grammar to ncgen man page (ncgen.1).
2013-11-04 10:43:45 -07:00
Ward Fisher
bda59030cb
Replaced call to fstat with call to filelength, on apropriate system.
2013-11-01 16:30:33 -06:00
Ward Fisher
14ba5f0385
Added definition for Windows systems to use 64-bit fstat.
2013-10-31 11:10:20 -06:00
Ward Fisher
09dab2e86a
Merge branch 'master' of https://github.com/Unidata/netcdf-c
2013-10-31 10:05:45 -06:00
Ward Fisher
93a3897dab
Corrected an issue in genlib.c where a strcpy was used with overlapping buffers.
2013-10-30 16:04:35 -06:00
Ward Fisher
52c27b614f
Merge branch 'master' of https://github.com/Unidata/netcdf-c
2013-10-28 10:46:21 -06:00
Russ Rew
508ee74874
In load.c, follow autoconf recommendations for including config.h (www.gnu.org/software/autoconf/manual/autoconf-2.64/html_node/Configuration-Headers.html)
2013-10-25 12:46:31 -06:00
Russ Rew
64af265981
Move config.h include to top of includes.
2013-10-25 12:32:02 -06:00
Russ Rew
7e69763f15
Merge branch 'master' of http://github.com/Unidata/netcdf-c
2013-10-25 12:30:33 -06:00
Russ Rew
24af345d0c
put config.h include in the right place
2013-10-25 12:30:27 -06:00
Ward Fisher
61827a8d33
Merge branch 'master' of https://github.com/Unidata/netcdf-c
2013-10-23 13:18:36 -06:00
Ward Fisher
3a4d8252c3
Corrected an issue on OSX 'Mavericks'.
2013-10-21 17:39:13 -06:00
Russ Rew
751ac82ef7
For chunk computations that might overflow ints, use double instead of
...
float.
2013-10-17 14:25:39 -06:00
dmh
7f06e70828
Update release notes about ESG support
2013-10-17 11:48:33 -06:00
dmh
9b0f0a9da4
Add proper templating to esg documentation
2013-10-17 11:43:53 -06:00
dmh
29867a5b03
Add better documentation about ESG access
2013-10-17 11:24:23 -06:00
Ward Fisher
78d19f69fd
Updating for Windows Large File Support.
2013-10-16 16:44:11 -06:00
dmh
a35d3c04d8
dfile.c:NC_open has a couple of
...
uninitialized local variables.
Fix was to initialize them.
2013-10-15 14:33:30 -06:00
Ward Fisher
51c0cc0c46
Removed detritus from CMakeLists.txt
2013-10-09 16:05:50 -06:00
Ward Fisher
36aa3f2078
Added new variable to MSVC-based builds, NC_MSVC_STACK_SIZE. This variable allows the user to change the default stack size of 1000000.
2013-10-09 16:02:13 -06:00
Ward Fisher
c886b4c374
Increased stack size on Windows builds.
2013-10-08 16:15:41 -06:00
Ward Fisher
82f835edbb
Corrected an issue when compiling with HDF4 and CMake.
2013-10-08 12:59:33 -06:00
dmh
18dca3eb66
Merge branch 'master' of http://github.com/Unidata/netcdf-c
2013-10-07 16:46:46 -06:00
Ward Fisher
23cf133b39
Addressed Coverity issues 711911, 1102823
2013-10-07 16:25:30 -06:00
dmh
8e6250c246
fix some coverity bugs
2013-10-07 16:21:45 -06:00
Ward Fisher
8b368d0c3b
Corrected a CMake error on Linux.
2013-10-07 12:58:38 -06:00
Ward Fisher
1cb69fb402
Corrected an issue on Windows
2013-10-07 12:39:54 -06:00
Ward Fisher
c8baf5c0e3
Updating how Windows tracks HDF5 libraries to link against.
2013-10-07 11:14:24 -06:00
Ward Fisher
09d4854165
Corrected a CMake issue which appeared to happen between two different versions of OSX.
2013-10-07 10:18:44 -06:00
Ward Fisher
c61b058807
Updated CMakeLists.txt to only link against the HDF5_hdf5 and HDF5_hdf5_hl libraries.
2013-10-04 17:07:10 -06:00
Ward Fisher
4eb423312c
Removed a duplicate section.
2013-09-30 15:56:46 -06:00
Ward Fisher
75f45e53ec
Reorganizing CMakeLists.txt for clarity and expanded options. Attempting to clean up some warnings on output, and to make it easier to find things within the file.
2013-09-30 15:51:34 -06:00
Quincey Koziol
857080f1e1
Merge branch 'master' into ncf-177
2013-09-28 13:33:22 -05:00
Quincey Koziol
0eecce2924
Merge remote-tracking branch 'upstream/master'
...
Conflicts:
libsrc4/nc4hdf.c
2013-09-28 13:25:14 -05:00
Quincey Koziol
d9069aaeaa
More progress toward fixing NCF-177.
2013-09-28 12:40:21 -05:00
dmh
850af2d435
[NCF-271]
...
Fix bug introduced by [NCF-267].
The bug was that octal constants that had
the highest bit set (e.g. '\200')
were not recognized as proper octal
constants. Fix was to keep as integer
until it was needed as an 8-bit byte.
2013-09-26 10:10:26 -06:00
Ward Fisher
1aef893cea
Updated configuration files, RELEASE_NOTES so that changes from this point forward go under the heading of rc4. This may be changed if there is not a new release candidate.
2013-09-24 16:32:39 -06:00
Ward Fisher
e84cb3caa3
Added release date for 4.3.1-rc3 in release notes.
2013-09-24 15:56:22 -06:00
Ward Fisher
f9e5cc94ab
Added autom4te.cache directory to repository ignore file.
2013-09-24 15:56:22 -06:00
Ward Fisher
5757f9ef5b
Updated windows binaries documentation page to reflect new download links.
2013-09-24 15:56:22 -06:00