Ward Fisher
2ea988f84d
Added a check for signed char.
2015-12-22 12:02:18 -07:00
dmh
cbb6df3232
Github issue 152: https://github.com/Unidata/netcdf-c/issues/152
...
User request to have all orphaned DAP2 attributes kept as netcdf
global attributes. This is primarily a change in the oc code
nplus testcase dataset changes.
Result may be inconsistent with netcdf-Java output.
2015-11-29 20:38:12 -07:00
Ward Fisher
05034bfd57
More cleaning up of configuration status messages.
2015-11-17 17:14:22 -07:00
Ward Fisher
d72b108494
Cleaning up netcdf status message.
2015-11-17 16:31:29 -07:00
Greg Sjaardema
26779a9e49
Add local include paths first
...
If a netcdf.h include file exists in any of the include paths
specified for HDF5 or other libraries, it was being included
instead of the local netcdf.h file in the source directory
since the local include paths were added at the end of the
compile line instead of at the beginning.
This commit puts the local include paths at the beginning
of the compile line
2015-11-16 07:51:17 -05:00
Greg Sjaardema
e1dc89c8f0
Revert "Add local include paths first"
...
This reverts commit 3fa48a8f9d
.
2015-11-16 07:48:05 -05:00
Greg Sjaardema
3fa48a8f9d
Add local include paths first
...
If a netcdf.h include file exists in any of the include paths
specified for HDF5 or other libraries, it was being included
instead of the local netcdf.h file in the source directory
since the local include paths were added at the end of the
compile line instead of at the beginning.
This commit puts the local include paths at the beginning
of the compile line
2015-11-11 15:07:01 -05:00
Ward Fisher
f2b8e69ea8
Corrected logic use of USE_PARALLEL for no-hdf5 but still using pnetcdf.
...
Added fix for github issue http://github.com/Unidata/netcdf-c/issues/143 as suggested by Wei-keng Liao.
2015-11-09 18:21:11 +00:00
Ward Fisher
612b35a84c
Merge branch 'master' into cdf-5, in preparation for merging the CDF-5 functionality into the master branch. This will be the key new feature for netcdf 4.4.0.
2015-11-05 13:40:35 -07:00
Ward Fisher
1f52d14392
Reintroduced ENABLE_DOXYGEN_SERVER_BASED_SEARCH option for local webserver use.
2015-11-02 12:58:29 -07:00
Ward Fisher
9018649d9b
Re-adding server-side search option.
2015-11-02 12:46:09 -07:00
Ward Fisher
4e9dd0c2fc
Correctly updating CMakeLists.txt build method.
2015-10-29 19:56:04 +00:00
Ward Fisher
4e60400275
Changing some cmake infrastructure re: how tests are built.
2015-10-29 19:50:48 +00:00
Ward Fisher
cdb0ae4baa
In an effort to accomodate a broader range of linux platforms, trying to reduce the minimum supported version of cmake. See ( https://github.com/Unidata/netcdf-c/issues/135 ).
2015-10-20 09:59:42 -06:00
Ward Fisher
519a56019f
Merge branch 'fix-typos' of https://github.com/tbeu/netcdf-c into tbeu-fix-typos
2015-10-16 14:16:09 -06:00
Ward Fisher
65314a8ba2
Tweaked cmake header.
2015-10-14 11:08:54 -06:00
Ward Fisher
77d06c276a
Added PARALLEL4 flag to CMakeLists.
2015-10-09 14:13:50 -06:00
Ward Fisher
ef586766e3
Added STDIO option to CMake-based build.
2015-10-09 13:06:32 -06:00
Ward Fisher
11b3012f82
Removed library version check for pnetcdf from cmake build, for the time being.
2015-10-09 10:34:08 -06:00
dmh
8fc86035b2
merge-squash
2015-10-09 10:22:00 -06:00
Ward Fisher
1890af1ffe
Removed library version check for pnetcdf from cmake build, for the time being.
2015-10-09 10:14:45 -06:00
dmh
49597a64af
merge-squash
2015-10-09 10:12:11 -06:00
Ward Fisher
ffa0a63a72
There were a few changes that needed to be made, and we needed to disable extra tests by default or 'make distcheck' fails, for now. Will investigate in more depth later.
2015-10-08 11:02:31 -06:00
tbeu
e2820e4d8a
Fix common typos
...
Detected by https://github.com/vlajos/misspell_fixer
2015-08-20 11:42:05 +02:00
Ward Fisher
32d788fc7d
Merge branch 'header_mod'
2015-08-17 16:00:42 -06:00
Ward Fisher
b26598c833
Merging Jen's new search option for releases into user documentation.
2015-08-17 10:59:32 -06:00
dmh
fab66699d1
Moved libsrc5 to libsrcp
...
because pnetcdf is used for
more than CDF-5 files.
2015-08-14 20:39:56 -06:00
Ward Fisher
8f2bf0089e
Some tweaks, trying to debug autotools-based build.
2015-07-28 12:38:52 -06:00
Ward Fisher
32100c77b1
Turned extra tests on by default.
2015-07-07 13:49:39 -06:00
Ward Fisher
dbd2be12ae
Changed version to include 'development' signifier. This will be removed/changed when preparing releases. This way, there will never be a question about what is being worked on.
2015-06-19 12:29:15 -06:00
Ward Fisher
39c9d10ede
Removed a stray debugging message.
2015-06-18 14:37:31 -06:00
Ward Fisher
952b73e51e
Modified how m4 is detected/handled, made it less a straight platform check.
2015-06-11 14:28:39 -06:00
Ward Fisher
099b6eb05b
Bumped version info.
2015-06-04 15:19:51 -06:00
Ward Fisher
76e85a9c76
Working on cleaning up the auth.md file.
2015-06-03 15:15:00 -06:00
Ward Fisher
64e0d2a44e
Added a new test for h4 endianness. [NCF332]
2015-05-28 17:13:15 -06:00
Ward Fisher
99ef1624bc
Regarding [NCF-331], the issues appears to have been in nc4file.c:get_type_info2(). The call to H5Tget_order() was only happening for H5T_Float. According to the documentation, this works for all datatypes as of hdf5 1.8.6. This tentatively fixes the bug reported, but additional testing (and cleanup from debugging) is needed.
2015-05-15 14:24:27 -06:00
Ward Fisher
999f4e5720
Additional debugging, modified the LOGGING functions somewhat. Also modified ncdump to print 'native' endianness. This may be removed before merging back into trunk.
2015-05-14 17:22:07 -06:00
Ward Fisher
6ca2170495
Modified how CMake builds detect szip.
2015-05-07 17:44:29 -06:00
Ward Fisher
cc6e6873eb
Added an advanced cmake option, ENABLE_FAILING_TESTS, which will be used to manage tests that are known to fail, but for which failure is not expected/desired. This way we can occasionally check to see if other fixes/changes have fixed failures we're aware of.
2015-04-29 11:04:26 -06:00
Ward Fisher
d80300b565
Corrected logic error in buildname prefix/suffix.
2015-04-23 11:13:50 -06:00
Ward Fisher
b5ef92dc5f
Added BUILDNAME_PREFIX and BUILDNAME_SUFFIX options to cmake build system, to make it easier to customize the build name displayed on the CDash dashboard.
2015-04-23 11:03:26 -06:00
Ward Fisher
23e4079480
Relocated a check for mremap so that MMAP support can be properly enabled via cmake.
2015-04-22 09:59:39 -06:00
Ward Fisher
218bd4a259
Corrected logic error.
2015-04-21 16:04:39 -06:00
Ward Fisher
4c07e22ae4
Progress working towards [NCF-329]
2015-04-21 13:52:43 -06:00
Ward Fisher
9fccf5de56
Bumped version number in preparation for the next release, 4.3.3.1
2015-02-25 10:48:12 -07:00
Ward Fisher
9c87a7466b
Corrected a sloppy error on my part.
2015-02-23 15:58:30 -07:00
Ward Fisher
4b9230b4a9
Preparing for 4.3.3 release.
2015-02-12 13:16:54 -07:00
Ward Fisher
5b40f3a27e
Added a platform check for hostname on Windows. Updated how 'diff' is called in a diskless test to ignore whitespace when comparing files.
2015-02-04 09:11:27 -07:00
Ward Fisher
444bf7a311
Cleaning up ctest site identification.
2015-02-02 15:14:22 -07:00
Ward Fisher
2d72b7ca7f
More work on getting the shell scripts working properly with cmake under MSYS.
2015-02-02 14:46:50 -07:00