Ward Fisher
908f787b64
Modified enable erange fill option to be disabled by default.
2017-04-05 17:09:39 -06:00
Ward Fisher
80d2b914a1
Updates for Visual-Studio-based builds.
2017-03-16 14:34:33 -06:00
Ward Fisher
53c018a3f6
Attempting to fix visual studio errors in support of https://github.com/Unidata/netcdf-c/pull/375
2017-03-13 15:12:47 -06:00
Ward Fisher
d4a4dfdd15
Resolved a conflict.
2017-03-13 14:23:57 -06:00
Ward Fisher
8e3790f7ce
Merged master.
2017-03-09 12:53:28 -07:00
Ward Fisher
9ea61d114b
Corrected an issue detecting parallel hdf5 properly.
2017-03-06 15:34:14 -07:00
Ward Fisher
42c3be4823
Updated IP address of target cdash instance.
2017-03-01 12:34:49 -07:00
Ward Fisher
78c0f34c82
Merging master into branch.
2017-02-27 11:00:24 -07:00
Ward Fisher
7cb03504ed
Merge branch 'master' into issue365.dmh
2017-02-23 13:55:10 -07:00
Ward Fisher
f96e0e8112
Merge branch 'master' into issue365.dmh
2017-02-22 12:17:01 -07:00
Ward Fisher
fa1c96a67f
Attempting to fix an issue.
2017-02-22 09:55:13 -07:00
Ward Fisher
c2ee17acf6
Corrected for new cmake variables used by hdf5.
2017-02-21 17:00:45 -07:00
Dennis Heimbigner
96bd037560
re: https://github.com/Unidata/netcdf-c/issues/365
...
Following command fails under visual studio.
ncdump -h http://thredds.ucar.edu/thredds/dodsC/nexrad/composite/gini/n0r/1km/20170216/Level3_Composite_n0r_1km_20170216_1635.gini
The problem is that sscanf for windows does not appear to support
scanning 8bit integers: it appears to only allow scanning of characters.
Solution:
Scan the input as an integer (for type Byte) or unsigned int (for type UByte)
and then recast the result as a char or unsigned char.
Primary code fix is in libdap2/dapcvt.c#dapcvtattrval
2017-02-19 21:41:51 -07:00
Ward Fisher
da28564469
Updated for Visual Studio support, in support of https://github.com/Unidata/netcdf-c/pulls/364
2017-02-17 15:38:55 -07:00
Ward Fisher
7cce9c30f0
Updated CMakeLists.txt to work on Windows.
2017-02-17 13:00:12 -07:00
Ward Fisher
f545023d0f
More headache between discrepancies in CMake HDF5 variables. Updated to work on Windows as well as *nix.
2017-02-16 13:00:07 -07:00
Ward Fisher
581737b04e
Integrating a big endian test.
2017-02-08 14:51:41 -07:00
Ward Fisher
6ff5ebf12f
CMake Sync Issues
2017-02-08 10:31:15 -07:00
Ward Fisher
2f9bc02f98
Added a check for endianness in CMake, the lack of which and fix for was contributed by Wei-Keng Liao
2017-02-06 12:23:55 -07:00
Ward Fisher
dd125a92ee
Updated hdf5 variable in CmakeLists file.
2017-02-03 11:04:05 -07:00
Ward Fisher
3e5124996e
Merged https://github.com/Unidata/netcdf-c/pull/319 to resolve some recently arisen conflicts, in preparation for larger merge.
2017-02-01 13:27:29 -07:00
Ward Fisher
7c68a255c9
Merge branch 'master' into ghpull-335
2017-01-31 12:25:46 -07:00
Ward Fisher
870b6c534f
Working out an error with unistd.h in windows.
2017-01-30 14:54:00 -07:00
Ward Fisher
0d2727d9da
Merging pull request from gsjaardema, see https://github.com/Unidata/netcdf-c/pull/335 for more information.
2017-01-30 12:45:50 -07:00
Ward Fisher
209c31d3f3
Bringing config.h as generagted by cmake in line with config.h as generated by autotools.
2017-01-27 17:41:03 -07:00
Greg Sjaardema
e0269d6cac
Add hdf5 collective metadata api detection to cmake build
2016-12-01 13:35:10 -07:00
Greg Sjaardema
7c808e849b
Get parallel hdf5 detection working
2016-12-01 13:35:04 -07:00
Wei-keng Liao
4cdbf7dba5
Merge branch 'master' into issue258
2016-12-01 01:09:45 -06:00
Ward Fisher
becffaa784
Bumped SO version.
2016-11-21 10:25:30 -07:00
Wei-keng Liao
154b805dc4
check PnetCDF setting on erange-fill and adjust
2016-11-14 10:41:10 -06:00
Wei-keng Liao
e8cfdbb25a
Merge branch 'master' into issue258
2016-11-13 00:00:54 -06:00
Wei-keng Liao
2081ae7099
add configure option --enable-relax-coord-bound for issue #243
2016-11-12 23:58:09 -06:00
Ward Fisher
f4a5d38992
Corrected issue for systems that don't have libsz installed.
2016-11-10 18:06:29 -07:00
Ward Fisher
12d9891305
Moved stanza for NC_EXTRA_DEPS before checking for other libraries.
2016-11-10 23:22:02 +00:00
Wei-keng Liao
5137be27d1
add configure/cmake option to disable erange_fill
2016-11-03 15:14:14 -05:00
Wei-keng Liao
7572e1cbbf
add sizeof checks for unsigned data types
2016-10-28 18:16:49 -05:00
Ward Fisher
af9ffb7883
Added EXTREME_NUMBERS option to cmake, based on option in autotools, which had somehow not made it's way over previously.
2016-09-27 11:20:41 -06:00
Bas Couwenberg
6e5c74550d
Fix HDF5 include directory with CMake >= 3.6.0.
...
HDF5_INCLUDE_DIR has been deprecated some time ago,
only HDF5_INCLUDE_DIRS is set for CMake >= 3.6.0.
2016-08-28 15:26:35 +02:00
Dennis Heimbigner
0cf1e2c49f
re: Github issue netcdf-c 300
...
Modified provenance code to allocate the minimal space
needed for _NCProperties attribute in file. Basically
required using malloc in the provenance code and in ncdump.
Otherwise should cause no externally visible effects.
Also removed the ENABLE_FILEINFO from configure.ac since
the provenance code is no longer optional.
2016-08-08 09:24:19 -06:00
Ward Fisher
a4189e9dd3
Bumped SO version.
2016-06-28 13:33:12 -06:00
Ward Fisher
b2b8499f53
Got distcheck working, corrected some parallel test logic in cmakelists.
2016-06-09 13:21:28 -06:00
Bas Couwenberg
aa8f23c5bb
Use SOURCE_DATE_EPOCH instead of current date.
...
The environment variable is used to support Reproducible Builds.
https://reproducible-builds.org/specs/source-date-epoch/
2016-05-15 17:20:18 +02:00
Ward Fisher
287e73ca26
Bumping SO Version correctly.
2016-05-13 11:51:57 -06:00
Ward Fisher
10f85caf26
Rolled back SO version to 11 after incorrectly bumping it in the 4.4.1 rc1 release.
2016-05-12 16:04:04 -06:00
Dennis Heimbigner
b4dc1dca19
More cmake fixes
2016-05-07 14:32:07 -06:00
Dennis Heimbigner
a4dea6bf83
Again, forgot to fix CMakeLists.txt
...
to match configure.ac (sigh!).
ENABLE_FILEINFO should be
enabled iff NETCDF4 is enabled.
2016-05-07 14:32:07 -06:00
Dennis Heimbigner
11a259ad86
Add provenance info for netcdf-4 files.
...
This consists of a persistent attribute named
_NCProperties plus two computed attributes
_IsNetcdf4 and _SuperblockVersion.
See the 'Provenance Attributes' section
of docs/attribute_conventions.md for details.
2016-05-07 14:32:07 -06:00
Ward Fisher
3f773258bd
Corrected an issue with hashmap and missing random() function on Windows using Visual Studio 2013
2016-04-11 16:07:27 -06:00
Ward Fisher
83f1e01409
SOVersion Bump.
2016-04-11 09:59:24 -06:00
Ward Fisher
493a6e5d62
Found pre-existing call to H5Pset_libver_bounds, modified it so that the generated files would be created without the 1.10 specific things.
2016-04-08 21:36:08 +00:00