Ward Fisher
9d91a9684a
Merge branch 'gh252'
2016-04-12 10:03:40 -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
038b7350c5
Wired in fix for out-of-source build for hdf5 file compatibility check. https://github.com/Unidata/netcdf-c/issues/252
2016-04-11 13:42:14 -06:00
Ward Fisher
b69cba26b6
Added libver_bounds check to configure.ac.
2016-04-08 21:37:37 +00:00
Ward Fisher
2206527ba5
Wired logging status into nc-config generated by cmake.
2016-02-29 11:32:26 -07:00
Ward Fisher
e4ee2add6b
Modified nc-config to reflect value of --has-f03 when netcdf-fortran is found, and also added '--enable-logging' to determine if netcdf-c was built with logging enabled.
2016-02-29 11:22:10 -07:00
Ward Fisher
1a42d4ff99
Corrected version string to reflect development branch is 4.4.1 in support of correcting https://github.com/Unidata/netcdf-c/issues/214 .
2016-02-08 17:36:04 -07:00
Ward Fisher
cf9a477daa
Modified spacing in configure.ac.
2016-01-26 10:09:14 -07:00
Ward Fisher
60644f3c4c
Bumped next development version.
2016-01-13 10:01:34 -07:00
Dennis Heimbigner
d15f277252
The max dimension sizes do not take CDF-5 format into account.
...
NetCDF-c Github issue #185
The code in libsrc/dim.c has not been upgraded to support
CDF-5 format.
Rule we are implementing sets the max dimension sizes as follows:
Classic: CDF-1 NC_MAX_INT - 3 = 2147483647 - 3
64 bit Offset: CDF-2 NC_MAX_UINT - 3 = 4294967295 - 3
64 bit Data: CDF-5 NC_MAX_UINT64 - 3 = 18446744073709551615 - 3
The -3 is to handle rounding.
2016-01-05 21:26:25 -07:00
Dennis Heimbigner
8fc2cd2df5
Merge branch 'master' into github156
2015-11-24 13:16:27 -07:00
Ward Fisher
9b9fb791d4
Added a fix for how autodist was checking for szip with libhdf5 [158]
2015-11-20 21:58:28 +00:00
dmh
47e10591b4
ckp
2015-11-19 13:44:55 -07:00
Ward Fisher
05034bfd57
More cleaning up of configuration status messages.
2015-11-17 17:14:22 -07:00
dmh
413e49d758
1. There were several bugs in ncdump/dumplib.c
...
that were not taking the CDF-5 format into account.
2. Had to update ncgen.1 man page to define the new
k-flag rules to deal with cdf-5.
3. Had to fix some tests that use 'cmp' for comparison;
this really should be deprecated.
3. There was a bug in configure.ac with respect
to using the enable-netcdf-4 flag vs
using disable-netcdf-4.
2015-11-06 17:03:28 -07: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
da44a0bf25
Fixed a typo.
2015-11-03 10:37:42 -07:00
Ward Fisher
3c0a487674
Applying a patch for cygwin submitted by Marco Atzeri.
2015-11-02 16:26:50 -07:00
dmh
39ccdc5ee3
conflicts
2015-10-11 13:43:19 -06:00
dmh
ed57a337ec
add ptrdiff_t checks
2015-10-11 13:35:44 -06:00
Ward Fisher
77d06c276a
Added PARALLEL4 flag to CMakeLists.
2015-10-09 14:13:50 -06:00
Dennis Heimbigner
554034b712
1. Added temporary work-around for cygwin where
...
AC_CHECK_SIZEOF is not working because anti-virus
will not allow very rapid creation/deletion of a
file with same name.
2. modified some test baselines to attempt to fix
Ward's issue
2015-10-09 10:33:40 -06:00
dmh
8fc86035b2
merge-squash
2015-10-09 10:22:00 -06:00
Dennis Heimbigner
dccbc87d24
1. Added temporary work-around for cygwin where
...
AC_CHECK_SIZEOF is not working because anti-virus
will not allow very rapid creation/deletion of a
file with same name.
2. modified some test baselines to attempt to fix
Ward's issue
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
Ward Fisher
885da233ae
Refined Dennis's patch for mitigating a cygwin issue with sleep statements in configure.ac so that only cygwin builds are affected.
2015-09-23 12:49:08 -06:00
dmh
6da2c4969b
There is a problem under cygwin on windows 7.
...
The command ./configure fails on
calls to AC_CHECK_SIZEOF.
A temporary fix is to prefix all such calls
with 'sleep 5' to slow things down.
2015-09-22 15:19:07 -06:00
dmh
765dd83592
Merge branch 'master' of http://github.com/Unidata/netcdf-c
2015-08-19 17:46:50 -06:00
dmh
b8f0522c91
add experimental stdio based ncio module
2015-08-19 17:14:13 -06:00
Ward Fisher
32d788fc7d
Merge branch 'header_mod'
2015-08-17 16:00:42 -06:00
Ward Fisher
b5af8f287b
Wired new doxygen options in to autoconf based builds.
2015-08-17 12:19:51 -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
32100c77b1
Turned extra tests on by default.
2015-07-07 13:49:39 -06:00
Ward Fisher
267d422810
Bumped version number to proper revision in configure.ac.
2015-06-19 12:50:55 -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
dmh
7bb344982e
Undo commit 6f753dacd1
.
...
Apparently not needed after all.
2015-06-17 15:31:52 -06:00
dmh
6f753dacd1
1. fix a missing socklen_t problem.
2015-06-17 14:06:51 -06:00
Ward Fisher
cf8d7c47b8
Fixed a typo reported by Carl Ponder.
2015-05-29 13:08:09 -06:00
Ward Fisher
0ee68b1b6d
Cleaned up some dangling doxygen-related options which were being defined by cmake but not by automake.
2015-05-26 14:29:28 -06:00
Ward Fisher
292c8002a9
Corrected an issue with autotools-based builds.
2015-05-08 14:27:19 -06:00
Ward Fisher
08b5f2d66e
Added a check for H5free_memory in configure.ac.
2015-04-21 15:25:05 -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
4b9230b4a9
Preparing for 4.3.3 release.
2015-02-12 13:16:54 -07:00
Ward Fisher
ee352cd622
Prepared documentation for upcoming release candidate.
2015-01-14 13:01:13 -07:00
Ward Fisher
e338db5ef2
Corrected typo
2015-01-13 09:56:37 -07:00
Ward Fisher
77619e5c06
Added failure states if m4 utility is not detected.
2015-01-12 10:36:11 -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
8de2a68a30
Renamed option used to enable fortran bootstrap behavior. Updated RELEASE_NOTES.md with information re: this new option.
2014-11-20 15:56:11 -07:00
Ward Fisher
57b5f15297
First pass at script to install netcdf-fortran automatically is completed.
2014-11-18 15:33:16 -07:00