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
Ward Fisher
d2e643429b
Changed invocation of cmake from absolute to relative.
2014-06-06 13:57:02 -06:00
Ward Fisher
5ee95b625d
Updated release notes, testing something out as well.
2014-06-06 13:19:18 -06:00
Ward Fisher
37588ef06f
Updated release notes to indicate that the architecture image had changed.
2014-06-06 10:07:38 -06:00
Ward Fisher
fc436de57d
Updated the NetCDF Library Architecture image in the documentation.
2014-06-06 10:06:12 -06:00
Ward Fisher
b4ce15efd8
Updated .gitignore.
2014-06-03 11:33:09 -06:00
Ward Fisher
3f50ac6ac0
Merge branch 'ward-working'
2014-06-03 10:48:58 -06:00
Ward Fisher
7ba232fb9d
When creating the libnetcdf.settings file, CMake-based builds now include compiler and linker debug or release flags.
2014-06-03 10:47:01 -06:00
Ward Fisher
343c6fd6fd
Continued to flesh out cmake support for libnetcdf.settings. Added
...
a pair of functions which will return a yes/no depending on whether
or not a variable is defined. By default, cmake uses TRUE/FALSE.
2014-06-02 15:14:27 -06:00
Ward Fisher
7c663b7203
Roughed in skeleton of cmake support for libnetcdf.settings.
2014-06-02 14:03:42 -06:00
dmh
ed068ef643
Fix misc. typos from previous commit
2014-06-02 14:02:34 -06:00
dmh
909940f9d3
#endfi -> #endif
2014-06-02 13:25:53 -06:00
dmh
83ec39f5db
[NCF-272]
...
re: e support ZCL-340681 and CPW-270700
HDF4 supports compression (and chunking)
but the chunking was not being recorded
for HDF4 files. So, I modified the necessary
files to support HDF4 chunking.
2014-06-02 13:04:28 -06:00
dmh
4de1b58df2
[NCF-272]
...
There was a problem with the
distcheck testing since the test input files
are in ${src_dir} and the test is in ${build_dir}.
So modify run_chunk_hdf4 to copy as necessary.
2014-05-31 13:54:52 -06:00
dmh
ff60798bb1
Add CMAKE for hdf4 chunking
2014-05-30 22:16:19 -06:00
dmh
b560fe1233
[NCF-272]
...
It turns out that HDF4 supports chunking
(and compression). However the existing
HDF4 code does not support it.
So add HDF4 support for chunking.
Also add a test case.
2014-05-30 22:12:05 -06:00
Ward Fisher
2b939d8b5f
Tweaked the libnetcdf.settings template file.
2014-05-30 16:15:53 -06:00
Ward Fisher
cb25feb786
First pass at fleshing out libnetcdf.settings for autotools-based builds.
2014-05-30 15:30:58 -06:00
Ward Fisher
5f6edb62ea
Added code to check for C Compiler.
2014-05-30 13:48:55 -06:00
Ward Fisher
6c0e34f89a
Added skeleton for libnetcdf.settings. See JIRA ticket at https://bugtracking.unidata.ucar.edu/browse/NCF-303
2014-05-30 13:36:35 -06:00