Commit Graph

2224 Commits

Author SHA1 Message Date
Ward Fisher
46c11d494f Corrected an issue introduced on Windows. 2014-04-23 13:50:55 -06:00
Ward Fisher
e11f22312e Fixed a declaration error in Visual Studio. 2014-04-23 13:43:36 -06:00
Ward Fisher
e599edaec1 Fixed a declaration error in Visual Studio. 2014-04-23 13:29:39 -06:00
Ward Fisher
9dcd92ecbd Added mention of document reorganization project. 2014-04-23 11:27:46 -06:00
Ward Fisher
c8fc9b4de1 Turned off DAP T_AUTH tests by default, until we are ready to re-enable them. 2014-04-23 11:17:03 -06:00
Ward Fisher
d0c958cd27 Merge branch 'sub_doc'
Working on reformatting the netcdf documents. Not complete yet, but off to a good start.
2014-04-23 11:04:57 -06:00
Ward Fisher
57f7186e7d Changed the return code from 1 to 0 when test_varm3 cannot find the remote server. In this instance, the test does not fail, it simply does not run. 2014-04-23 10:59:35 -06:00
Ward Fisher
cd30a9e570 Corrected several static analysis errors related to uninitialized variables. 2014-04-22 16:11:37 -06:00
Ward Fisher
9d6eb045ad Corrected static analysis issue 2014-04-22 15:54:47 -06:00
Ward Fisher
d23f7470a5 Merge branch 'master' of https://github.com/Unidata/netcdf-c 2014-04-22 14:53:03 -06:00
Ward Fisher
e968429a0c Cleaned up CMake configuration file a little bit. 2014-04-22 14:51:57 -06:00
Dennis Heimbigner
8ed76e9ded Merge branch 'master' of https://github.com/Unidata/netcdf-c 2014-04-22 14:00:26 -06:00
Dennis Heimbigner
70b58a0ad5 ckp 2014-04-22 13:59:47 -06:00
Russ Rew
de47e45f81 Merge branch 'master' of https://github.com/Unidata/netcdf-c 2014-04-22 13:36:35 -06:00
Russ Rew
b4a191578c Documented limit on number of groups per file (32767). 2014-04-22 13:36:29 -06:00
Ward Fisher
dd3e88e25d Merge branch 'master' into sub_doc 2014-04-21 16:16:21 -06:00
Ward Fisher
5a693d7326 Merged pull requestion from nschloe, #48. 2014-04-21 16:11:48 -06:00
Ward Fisher
3d15bf2d6e Further reorganization of Doxygen documentation. 2014-04-21 15:28:14 -06:00
Ward Fisher
2fd1195b82 Merge branch 'master' into sub_doc
Conflicts:
	man4/CMakeLists.txt
2014-04-21 14:19:55 -06:00
Ward Fisher
d8aef4c96f Merge branch 'master' of https://github.com/Unidata/netcdf-c 2014-04-21 11:21:10 -06:00
Ward Fisher
44fae42214 Cleaned up indentation, white space in multiple CMakeLists.txt files. 2014-04-21 11:15:33 -06:00
Russ Rew
adb67d104b Merge branch 'master' of https://github.com/Unidata/netcdf-c 2014-04-21 11:04:26 -06:00
Ward Fisher
d7cfda0e9f Merge branch 'master' of https://github.com/Unidata/netcdf-c 2014-04-21 10:57:13 -06:00
Ward Fisher
52b2edab9b Cleaned up clang-reported issue: dead assignment. 2014-04-21 10:56:57 -06:00
Russ Rew
62556cb330 Added entry on returning NC_ENOTNC error instead of assertion violations for truncated file. 2014-04-21 10:53:33 -06:00
Ward Fisher
a4f6cfa1c3 Corrected clang-reported issue: Static array bounds overrun. 2014-04-21 10:49:39 -06:00
Ward Fisher
18f23a0e47 Fixed clang-reported issue: Dead assignment. 2014-04-21 10:30:43 -06:00
dmh
fd2d8e71de Merge branch 'master' of https://github.com/Unidata/netcdf-c 2014-04-21 10:14:26 -06:00
dmh
fa0d32b5b4 ljna 2014-04-21 10:14:21 -06:00
Dennis Heimbigner
4ae47ad45b jna? 2014-04-21 10:13:27 -06:00
Ward Fisher
ff47046e93 Fixed clang-reported issue: memory leak. 2014-04-19 17:57:25 -06:00
Ward Fisher
01598ae610 Fixed clang-reported issue: memory leak. 2014-04-19 17:55:01 -06:00
Ward Fisher
d94af8cc89 Fixed clang-reported error: calling strlen on null pointer. 2014-04-19 14:18:53 -06:00
Ward Fisher
a8aac6f568 Corrected a null dereference error. 2014-04-18 19:13:34 -06:00
Ward Fisher
b34956e06e Fixed clang-reported issue: dereference of undefined pointer value. 2014-04-18 17:02:58 -06:00
Ward Fisher
acce6ce84f Updated release notes with information regarding new CMake-only configuration options. These are not part of the autotools build because, as they relate to CTest, it would not make any sense. 2014-04-16 16:31:29 -06:00
Ward Fisher
3e9ab21fcb Corrected missing files in the package generated by 'make dist' 2014-04-16 16:16:05 -06:00
dmh
5f297f2d2c Merge branch 'master' of http://github.com/Unidata/netcdf-c 2014-04-16 14:08:52 -06:00
dmh
98d27e838d [NCF-299]
When a .dodsrc file is present, and
specifies user name and password,
it is being ignored after the first time.

Fix required a major rewrite of ocrc.c because
it was mishandling a number of .dodsrc entries.
2014-04-16 14:08:12 -06:00
Russ Rew
d7988ebd37 Merge branch 'enotnc', to enhance detection of truncated or corrupt
netCDF-3 files on open.
2014-04-16 08:08:01 -06:00
Russ Rew
4a90e9a888 Change assertions that indicate file corruption into error status return. 2014-04-16 08:04:00 -06:00
dmh
883608adb2 Merge branch 'master' of http://github.com/Unidata/netcdf-c 2014-04-15 21:25:51 -06:00
dmh
4346b01c19 note jna problem 2014-04-15 21:25:44 -06:00
Ward Fisher
2ddf8a0e15 Further tweaked options for specifying the location of a remote dashboard. 2014-04-15 21:07:19 -06:00
Ward Fisher
085dc28040 Removed static CTestConfig.cmake file, replaced with a parameterized template that is used to generate a CTestConfig.cmake at configure time. 2014-04-15 18:16:08 -06:00
Ward Fisher
a9d20ccef6 Bumped revisions to rc3 in case we have an rc3 release.
Updated release notes, deleted out-of-date file.

Amended copyright file to include recent years.

Amended release notes.
2014-04-15 15:47:43 -06:00
Ward Fisher
79a58d94b5 Added 4.3.2 rc2 release information to Readme.md 2014-04-15 13:21:50 -06:00
Ward Fisher
cf7763645c Corrected an issue with tst_v2 on Windows. 2014-04-11 14:32:16 -06:00
Dennis Heimbigner
74912fef66 Merge branch 'master' of https://github.com/Unidata/netcdf-c 2014-04-10 19:49:48 -06:00
Dennis Heimbigner
b3a7ccb3d4 more jna fixes 2014-04-10 19:48:53 -06:00