Commit Graph

2341 Commits

Author SHA1 Message Date
Ward Fisher
a28b123ca4 Coverity: 1198196 2014-08-08 15:22:46 -06:00
dmh
2838b5ac2e Merge branch 'master' of http://github.com/Unidata/netcdf-c 2014-08-08 14:33:41 -06:00
Ward Fisher
6c071be031 Corrected issues where functions were not available in Windows. Specifically strndup. Also accomodated an included needed for getcwd. 2014-08-07 17:03:27 -06:00
dmh
bbe11495f9 Merge branch 'master' of http://github.com/Unidata/netcdf-c 2014-08-07 16:07:53 -06:00
Russ Rew
720e4ea82c Fixed bug NCF-310 (ncdump char vars with multiple unlimited dims).
Added associated tests and entry in RELEASE_NOTES.
2014-08-07 14:35:29 -06:00
Ward Fisher
091a4f3c0c Suppressing a coverity false-positive. 2014-08-01 14:25:24 -06:00
Ward Fisher
948eb1f357 Coverity: 1204252 2014-08-01 10:55:34 -06:00
Ward Fisher
b92c26943d Coverity: 1229473 2014-08-01 10:47:20 -06:00
Ward Fisher
db67d9a6f6 Coverity 1152156 2014-07-31 16:42:28 -06:00
Ward Fisher
ab7883897b Coverity: 1198195 2014-07-31 16:39:12 -06:00
Ward Fisher
dcf8ad365e Coverity: 711838 2014-07-31 16:32:50 -06:00
Ward Fisher
506440920f Coverity: 711834, 711833, 711832 2014-07-31 16:20:50 -06:00
Ward Fisher
d18b93e0d2 Coverity issue: 711827 2014-07-31 15:59:47 -06:00
Ward Fisher
1ddaa1d310 Coverity issue: 1197640 2014-07-31 15:34:52 -06:00
dmh
a83c07b8c1 Merge branch 'master' of http://github.com/Unidata/netcdf-c 2014-07-31 14:35:12 -06:00
Ward Fisher
4347623287 Changed overall color scheme of developer-level documentation to a light-red color. Also renamed Doxygen configuration used to generate developer documentation. This will make it obvious at a glance whether somebody is reading the user documentation or developer documentation. 2014-07-30 14:23:27 -06:00
Ward Fisher
8479d0733a Migrating manually-maintained FAQ page to a dynamically generated FAQ page. Added the FAQ in markdown format to docs. 2014-07-30 14:11:48 -06:00
Ward Fisher
9eb6e58293 Updated documentation to reflect minimum cmake version of 2.8.12. 2014-07-29 14:53:12 -06:00
Ward Fisher
02a7d451bc Coverity 711880 Case #2 2014-07-29 11:28:44 -06:00
Ward Fisher
171dd2fc8e Coverity issue 711880 2014-07-29 11:24:25 -06:00
dmh
eea5595820 Merge branch 'master' of http://github.com/Unidata/netcdf-c 2014-07-29 11:23:25 -06:00
dmh
7ea62784ce Added XFAIl redirect tesst to t_auth.c 2014-07-29 11:04:29 -06:00
Ward Fisher
773024aa4f Addressed Coverity issue 711896 2014-07-29 11:00:44 -06:00
Ward Fisher
2cce056ce9 Addressed coverity issue 711901 2014-07-29 10:50:01 -06:00
Ward Fisher
906f2ae3ac Addressed Coverity issue 1197638 2014-07-29 10:44:50 -06:00
Ward Fisher
a2c278b657 Turned treeview on in doxygen-generated documentation. 2014-07-24 13:12:00 -06:00
Ward Fisher
3b62a3bba1 Fixed automake based builds so that libnetcdf.settings would be properly installed. 2014-07-23 14:48:36 -06:00
Ward Fisher
0ef220c9c7 Bumped required hdf5 version. 2014-07-23 14:26:15 -06:00
dmh
524933c176 Merge branch 'master' of https://github.com/Unidata/netcdf-c 2014-07-23 11:25:58 -06:00
dmh
cd2574ba7c Change assertion failure to a error 2014-07-23 11:25:49 -06:00
Russ Rew
a71e1acb67 Use curl instead of wget to get hdf4 files when --enable-hdf4-tests specified 2014-07-20 17:14:17 -06:00
Nico Schlömer
c47d2ab9b7 make Doxygen a requirement if documentation is to be built 2014-07-16 10:25:27 +02:00
Ward Fisher
16cb63a223 Corrected a couple of Unix API issues reported by static analysis. 2014-07-15 12:34:43 -06:00
Ward Fisher
488066b562 Made a note in RELEASE_NOTES about the updated cmake version requirement. 2014-07-15 10:52:24 -06:00
Ward Fisher
16e5aaa4ea Added stanza to cmake build system for CMAKE_MACOSX_RPATH. Bumped minimum cmake version required to 2.8.12 2014-07-15 10:50:58 -06:00
Ward Fisher
f42202029a Cleaning up Doxygen warnings, reorganization of top-level documentation. 2014-07-14 16:56:42 -06:00
Ward Fisher
42fbd842a6 Fixed CDL-related doxygen section names. 2014-07-10 11:11:05 -06:00
Ward Fisher
840d80f490 More doxygen tweaks. 2014-07-09 16:45:13 -06:00
Ward Fisher
771b553126 Cleaned up some doxygen warnings. 2014-07-09 16:27:16 -06:00
Ward Fisher
37c5338a86 Fixed a static-analysis identified issue related to a variable without a value. 2014-07-09 13:08:14 -06:00
Ward Fisher
ae927f3c84 Fixed a dereference issue where ndims was greater than 0 but the allocation for dimids would fail. Identified by clang static analysis. 2014-07-09 12:45:06 -06:00
dmh
0a954fc58d Merge branch 'master' of http://github.com/Unidata/netcdf-c 2014-07-08 09:21:19 -06:00
dmh
7689f8be32 JIRA: NCF-308
Jennifer Adams has requested a reversion in behavior so that
all dap requests include a constraint.

Problem is caused by change in prefetch where if all variables
are requested, then no constraint is generated.
Fix is to always generate a constraint in prefetch.
2014-07-07 14:08:19 -06:00
Dennis Heimbigner
39a5bf5efa Modify ncdap_test/test_nstride_cached.c
to use a dataset on remotetest instead
of an external server.
2014-07-01 10:39:18 -06:00
Ward Fisher
49a32df7d4 Merge branch 'master' of https://github.com/Unidata/netcdf-c 2014-06-30 16:17:59 -06:00
Ward Fisher
72317b111a Added a 'coverity' badge which will show the status on the github project page. 2014-06-30 16:17:29 -06:00
Dennis Heimbigner
645da599da conflicts 2014-06-26 16:42:13 -06:00
Dennis Heimbigner
641c982c8c synch with git/oc 2014-06-26 16:40:08 -06:00
dmh
ecec75fcb2 make0 2014-06-25 22:18:22 -06:00
Ward Fisher
2846168082 Removed dangling option for enabling unused variable, parameter warnings. 2014-06-24 15:21:18 -06:00