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
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
dmh
774428f2fd
There are a number of cases in the oc code
...
where a procedure is defined to return int
and really returns OCerror. This causes
problems in AIX. Fixed those I could find.
2014-05-08 14:13:51 -06:00
Ward Fisher
fd523f4df3
Merge branch 'qkoziol-mpiposix'
2014-05-07 10:46:57 -06:00
Quincey Koziol
435d8a03ed
Account for the HDF5 library not having the MPI-POSIX VFD configured in.
2014-05-07 08:45:15 -05:00
dmh
ed5a504417
Fix int/enum conversion bug: re esupport (TXX-867549)
2014-05-06 13:10:59 -06:00
Ward Fisher
f0e3bc696f
Made 'dynamic loading' the default, to match the default for hdf5.
2014-05-05 15:37:47 -06:00
Ward Fisher
fb06580a5b
Changed emphasis tags to work with Doxygen, from standard markdown asterisks to html tags.
2014-05-05 14:31:43 -06:00
Ward Fisher
00849a4b7a
Modified test so that failing to resolve test server returns an appropriate message but does not return an error code.
2014-04-29 10:03:47 +02:00
Ward Fisher
9dc06b5ccc
Bumped developer revision to 4.3.3-rc1, to avoid any confusion as to what version a change belongs to.
2014-04-23 16:00:49 -06:00
Ward Fisher
0c993c9990
Updated version strings in relevant documents.
2014-04-23 14:36:40 -06:00
Ward Fisher
7d00f1d610
Updated .gitignore file.
2014-04-23 14:03:07 -06:00
Ward Fisher
4ea9cfd912
Added release date for 4.3.2 to release notes.
2014-04-23 14:02:41 -06:00
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