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
Ward Fisher
3ac11849af
Removed absolute paths in doxygen documentation generation. Added new doxygen templates to the autotools-based builds.
2014-05-29 14:07:45 -06:00
Ward Fisher
94fda7630b
Made template naming convention more uniform.
2014-05-29 13:23:24 -06:00
Russ Rew
a4192a5839
Added cast on NC_FILL_STRING to eliminate compiler warnings.
2014-05-27 11:01:34 -06:00
Ward Fisher
b65f8ee73d
Merged pull request 'make better use of GNUInstallDirs' contributed by nschloe, https://github.com/Unidata/netcdf-c/pull/57
2014-05-21 15:15:56 -06:00
Ward Fisher
05aaa4b376
Renamed man4 directory to docs.
2014-05-21 14:40:39 -06:00
Ward Fisher
48a3aa5378
Removed redundant BUILD_DOCS CMake variable.
2014-05-21 14:13:23 -06:00
Ward Fisher
8d5eafd7fc
Corrected CMAKE_SHARED_LINKER_FLAGS_DEBUG setting, replacing 'one' with 'ell', as reported by nschloe at https://github.com/Unidata/netcdf-c/issues/58
2014-05-20 15:31:08 -06:00
Ward Fisher
2dccd773e9
Corrected an 'dead assignment' issue reported by static analysis.
2014-05-19 16:26:49 -06:00
Ward Fisher
16649f8184
Started adopting syntax used by attributes in organizing dimensions documentation.
2014-05-16 13:44:12 -06:00
Ward Fisher
07a71c82db
Fixed 'dead assignment' issue identified by static analysis.
2014-05-13 10:01:39 -06:00
Ward Fisher
5eaddf0212
Addressed an out-of-bound array access issue.
2014-05-13 09:50:04 -06:00
Ward Fisher
2e1c5bb1cb
Added a netcdf_lib_version variable to correspond to the version computed by autotools. Also changed netcdf_so_version to 7 in cmake. This way cmake-based builds give us the same library names as autotools-based builds.
2014-05-12 16:05:39 -06:00
Ward Fisher
ef3ea2e582
Fixed incorrect environmental variables in Doxygen templates.
2014-05-12 16:04:34 -06:00
Ward Fisher
f7eccc487a
Added additional missing files to the release distribution list.
2014-05-12 13:50:06 -06:00
Ward Fisher
41a76854b4
Fixed an issue with missing Doxygen files.
2014-05-12 10:43:01 -06:00
dmh
d5873e07e5
Merge branch 'master' of http://github.com/Unidata/netcdf-c
2014-05-10 15:16:56 -06:00
dmh
48fe2b916b
remove jna script
2014-05-10 15:16:20 -06:00
Ward Fisher
98820c1abd
Remoted an unnecessary CMake variable.
2014-05-09 16:44:51 -06:00
Ward Fisher
d25282d335
Merge branch 'jarlela-cmake_exports'
2014-05-09 15:01:47 -06:00
Jarle Ladstein
0c686a3ec3
Missing version in netcdf-config-version.cmake + install exports to standard path + set netcdf_LIBRARIES
2014-05-09 13:41:56 +02:00