Ward Fisher
581737b04e
Integrating a big endian test.
2017-02-08 14:51:41 -07:00
Ward Fisher
7c68a255c9
Merge branch 'master' into ghpull-335
2017-01-31 12:25:46 -07:00
Ward Fisher
27f81325a6
Added some missing pieces.
2017-01-31 10:59:03 -07:00
Ward Fisher
840fd113d5
Compatibility define for Windows.
2017-01-30 15:03:22 -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
Ward Fisher
9c12653963
Bringing cmake config.h template in line with autotools.
2017-01-27 11:18:55 -07:00
Greg Sjaardema
e0269d6cac
Add hdf5 collective metadata api detection to cmake build
2016-12-01 13:35:10 -07: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
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
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
fc49992012
Added check to cmake for H5Pset_libver_bounds
2016-04-08 21:13:33 +00:00
Ward Fisher
2c00e715e1
Addressing changes inherent in Visual Studio 2015 and the fact that it now supports snprintf. See http://stackoverflow.com/questions/27754492/vs-2015-compiling-cocos2d-x-3-3-error-fatal-error-c1189-error-macro-definiti for more background.
2016-01-05 15:49:18 -07:00
Ward Fisher
d874ac40d2
Avoiding system conflict if __UNSIGNED_CHAR__ is already defined.
2015-12-28 15:52:54 -07:00
Ward Fisher
c5edd76b38
Modified config template for cmake to avoid a particular conflict.
2015-12-28 21:41:07 +00:00
Ward Fisher
cee769cc1e
Converting CHAR_IS_SIGNED over to autoconf-style __CHAR_UNSIGNED__
2015-12-28 21:27:27 +00:00
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
b96e143236
Added USE_PARALLEL4 to config.h template (cmake).
2015-10-09 14:47:43 -06:00
Ward Fisher
4c07e22ae4
Progress working towards [NCF-329]
2015-04-21 13:52:43 -06:00
Ward Fisher
6a0d7cc51a
Added a sizeof check for void*
2015-01-12 12:13:26 -07:00
Ward Fisher
3aa6c969e2
Added an explicit check for CURLOPT_CHUNK_BGN_FUNCTION, otherwise we break the build on systems with libcurl older than version 7.21.0
2014-12-27 22:59:06 -08:00
Ward Fisher
6c071be031
Corrected issues where functions were not available in Windows. Specifically strndup. Also accomodated an included needed for getcwd.
2014-08-07 17:03:27 -06:00
Ward Fisher
94fda7630b
Made template naming convention more uniform.
2014-05-29 13:23:24 -06:00