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
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
Ward Fisher
20e1e1f2c7
Removed compiler flags to suppress unused variables warning.
2014-06-24 15:19:17 -06:00
Ward Fisher
fb759d2961
Fixed an issue when using netcdf to compile with pnetcdf support.
2014-06-23 13:55:39 -06:00
dmh
c7378f3a89
reduce # processors for run_pnetcdf_test.sh
2014-06-20 20:23:35 -06:00
dmh
a23f750f5d
reduce # processors for run_pnetcdf_test.sh
2014-06-20 20:22:55 -06:00
Ward Fisher
f12d0c044e
Corrected a typo when setting a CMake variable.
2014-06-20 17:58:34 -06:00
Ward Fisher
f07108ec43
Changed several cmake-based messages to use WARNING instead of STATUS. Changed DOXYGEN_LATEX_OUTPUT to DOXYGEN_PDF_OUTPUT to reflect that the latex is processed into pdf as part of the build process. Flagged the ENABLE_DOXYGEN_PDF_OUTPUT option as Experimental.
2014-06-20 17:41:09 -06:00
Ward Fisher
db488b104d
Added check for pdflatex when building PDF documentation. Documented new configuration option for CMake in RELEASE_NOTES.md
2014-06-18 15:19:14 -06:00
Ward Fisher
45e41c79f9
Added infrastructure to have cmake-based builds automatically generate PDF documentation when using Doxygen.
2014-06-18 14:33:49 -06:00
Ward Fisher
7baaeecb12
A bit of whitespace cleanup, clarification of messages in CMake-based builds.
2014-06-18 13:46:22 -06:00
Ward Fisher
2bf032d7b3
Fixed installation location for libnetcdf.settings file.
2014-06-17 14:25:49 -06:00
Ward Fisher
70830c5a3a
Changed default Nightly start time in CTestConfig file.
2014-06-16 15:23:12 -06:00
Dennis Heimbigner
f82b561709
Backadded the fix of Jira-228
2014-06-13 13:41:11 -06:00
Ward Fisher
628393c16e
Fixed a simple syntax error to address https://github.com/Unidata/netcdf-c/issues/61
2014-06-12 15:37:21 -06:00
Ward Fisher
7f812b367e
Manual merge of pull request https://github.com/Unidata/netcdf-c/pull/64 contributed by nschloe. Assorted CMake improvements.
2014-06-11 15:51:31 -06:00
Ward Fisher
77b79328ab
Re-added documentation relating to type conversion that had dissapeared at some point in the past.
2014-06-10 13:04:19 -06:00
Ward Fisher
dd53809815
Cleaned up a comment in nc4hdf.c
2014-06-09 17:03:49 -06:00
Ward Fisher
60d46e40e0
Flagged NC_MPIPOSIX deprecated, as of hdf5 1.8.13.
2014-06-09 14:18:30 -06:00