Ward Fisher
a0bee2e80f
Updated open name for relaxed coordinate bounds.
2017-04-06 16:59:21 -06:00
Ward Fisher
908f787b64
Modified enable erange fill option to be disabled by default.
2017-04-05 17:09:39 -06:00
Dennis Heimbigner
6d8809100f
Fix pull request https://github.com/Unidata/netcdf-c/pull/374 (dap4.dmh)
...
1. When running under windows (as opposed to cygwin)
we need to make sure to not user /cygdrive/ file paths.
This was ocurring in libdap4/d4read.c, but may occur
elsewhere.
2. Shell scripts in the git repo are not being checked-out
with the executable mode set. Had core.filemode set to false.
Was a major hassle to fix.
2017-04-03 21:39:44 -06:00
Dennis Heimbigner
3432d4f950
Enable dap4 by default; disable dap4 remote tests
2017-03-30 15:25:20 -06:00
Ward Fisher
8e3790f7ce
Merged master.
2017-03-09 12:53:28 -07:00
Dennis Heimbigner
3db4f013bf
Primary change: add dap4 support
...
Specific changes:
1. Add dap4 code: libdap4 and dap4_test.
Note that until the d4ts server problem is solved, dap4 is turned off.
2. Modify various files to support dap4 flags:
configure.ac, Makefile.am, CMakeLists.txt, etc.
3. Add nc_test/test_common.sh. This centralizes
the handling of the locations of various
things in the build tree: e.g. where is
ncgen.exe located. See nc_test/test_common.sh
for details.
4. Modify .sh files to use test_common.sh
5. Obsolete separate oc2 by moving it to be part of
netcdf-c. This means replacing code with netcdf-c
equivalents.
5. Add --with-testserver to configure.ac to allow
override of the servers to be used for --enable-dap-remote-tests.
6. There were multiple versions of nctypealignment code. Try to
centralize in libdispatch/doffset.c and include/ncoffsets.h
7. Add a unit test for the ncuri code because of its complexity.
8. Move the findserver code out of libdispatch and into
a separate, self contained program in ncdap_test and dap4_test.
9. Move the dispatch header files (nc{3,4}dispatch.h) to
.../include because they are now shared by modules.
10. Revamp the handling of TOPSRCDIR and TOPBUILDDIR for shell scripts.
11. Make use of MREMAP if available
12. Misc. minor changes e.g.
- #include <config.h> -> #include "config.h"
- Add some no-install headers to /include
- extern -> EXTERNL and vice versa as needed
- misc header cleanup
- clean up checking for misc. unix vs microsoft functions
13. Change copyright decls in some files to point to LICENSE file.
14. Add notes to RELEASENOTES.md
2017-03-08 17:01:10 -07:00
Dennis Heimbigner
ee2916f60a
Originally, libdap2 was also going to provide
...
a dap2->netcdf-4 translation. That is now
superceded by dap4. But there is some cruft
in the dap2 code around this that should be removed.
2017-02-21 15:13:37 -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
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
77b6fbd90b
Corrected a typo.
2016-12-05 13:07:09 -07:00
Greg Sjaardema
9491ea2c5b
Add hdf5 collective metadata api detection to configure-based build
2016-12-01 13:35:24 -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
2081ae7099
add configure option --enable-relax-coord-bound for issue #243
2016-11-12 23:58:09 -06: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
b2e4b74e3a
Restricted tests from running when they require the utilities but the utilities were not built, in autoconf-based tests. See https://github.com/Unidata/netcdf-c/issues/313 for more information.
2016-08-31 15:38:59 -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
Ward Fisher
6b79ffaa16
While I'm at it, fixed an incorrect development version.
2016-06-30 12:20:50 -06:00
Ward Fisher
6aa3763622
Bumped version humber in autotools file.
2016-06-28 13:26:02 -06:00
dmh
5bfdf54263
The name hash for hdf4 variables was
...
not being computed. Fix in nc4file.c.
Not sure how this ever worked for any variable.
What is also weird is that the dim hash is
apparently being computed.
2016-06-01 15:20:36 -06:00
Dennis Heimbigner
8c1f8f57ee
re: https://github.com/Unidata/netcdf-c/issues/269
...
The hash field for phony dimensions was not being set
(in nc4hdf.c). Also added test case (nc_test4/?).
Note that I searched for other similar failures and
did not find any, but I may have missed them.
2016-05-24 19:37:21 -06:00
Ward Fisher
d88ad0e0d9
Corrected an issue with autoconf config date using source_date_epoch even when SOURCE_DATE_EPOCH was not defined.
2016-05-23 15:31:40 -06:00
Ward Fisher
527dcb484f
Corrected/correcting a stray '@' symbol, noticed by czender in https://github.com/Unidata/netcdf-c/issues/265
2016-05-23 15:24:32 -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
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
9136afdcbe
Modified configure to assume an empty CFLAGS, which can/must then be overridden by any downstream developers.
2016-05-02 22:07:14 +00:00
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
dmh
7e582ad3f2
re: Jira NCF-309
...
The code for handling character constants
in datalists in ncgen has some problems.
1. It failed on large constants
2. It did not handle e.g. var = 'a', 'b', ...
in the same way that ncgen3 did.
3. The code for generate.c and genchar.c needed
some refactoring to make it a little simpler
(but not simple).
2014-09-18 18:26:06 -06:00
Ward Fisher
6d6abddae7
Removed calls to process Doxygen templates that no longer exist.
2014-09-18 12:26:42 -06:00
Ward Fisher
028d564344
Have finished with autotools-based netcdf_meta.h template. Need to redo cmake-based template to match behavior.
...
Modified cmake to use the same netcdf_meta template as autotools.
Removed trace of old cmake template file.
2014-09-11 12:32:55 -06:00
Ward Fisher
2368e0ed05
Work in progress.
2014-09-10 13:35:27 -06:00
Ward Fisher
206ebc514c
Infrastructure for generating a meta header file dynamically at configure time.
2014-09-10 13:35:27 -06:00
Ward Fisher
bb8077af30
Working woards automatically-generated meta information file.
2014-09-10 13:35:27 -06:00
Ward Fisher
2ddb91205d
Initial version of template header file.
2014-09-10 13:35:26 -06:00
Ward Fisher
92d2789625
Updated the RELEASE NOTES, bumped to the next (possible) version, rc2. It's not for sure that there will be an RC2, however.
2014-08-29 12:24:16 -06:00
Ward Fisher
cb25feb786
First pass at fleshing out libnetcdf.settings for autotools-based builds.
2014-05-30 15:30:58 -06:00
Ward Fisher
5f6edb62ea
Added code to check for C Compiler.
2014-05-30 13:48:55 -06:00
Ward Fisher
6c0e34f89a
Added skeleton for libnetcdf.settings. See JIRA ticket at https://bugtracking.unidata.ucar.edu/browse/NCF-303
2014-05-30 13:36:35 -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
05aaa4b376
Renamed man4 directory to docs.
2014-05-21 14:40:39 -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
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
dmh
883608adb2
Merge branch 'master' of http://github.com/Unidata/netcdf-c
2014-04-15 21:25:51 -06:00
dmh
4346b01c19
note jna problem
2014-04-15 21:25:44 -06:00
Ward Fisher
a9d20ccef6
Bumped revisions to rc3 in case we have an rc3 release.
...
Updated release notes, deleted out-of-date file.
Amended copyright file to include recent years.
Amended release notes.
2014-04-15 15:47:43 -06:00
dmh
a8a96e6ce1
conflict
2014-04-09 19:57:00 -06:00
dmh
a9c2796dff
jna fix
2014-04-09 19:55:20 -06:00
dmh
211004898f
jna fixes
2014-04-09 15:20:16 -06:00
Ward Fisher
2fa40a72e0
Bumped revisions on development branch to the next expected release, 4.3.2-rc2. This way we'll avoid any confusion with the just-released 4.3.2-rc1.
2014-03-20 14:26:28 -06:00
Ward Fisher
c04c95b158
Added checks for CURLOPT_USERNAME and CURLOPT_PASSWORD to configure.ac
2014-03-17 16:00:45 -06:00
Ward Fisher
af762fd1e8
Updating internal version numbers to reflect upcoming 4.3.2 release candidate.
2014-03-17 14:34:03 -06:00
Ward Fisher
1480ae77a9
Added test_varm3 back in to the list of active tests, to keep it in step with autotools.
...
Corrected configure.ac; CURLOPT_RESPONSE_CODE should have been CURLINFO_RESPONSE_CODE.
2014-03-13 10:06:12 -06:00
Ward Fisher
d9df1aaa0b
Moved check for libdl before the check for libhdf5. This way, when working with static libraries, libdl will be used when compiling the libhdf5 test program.
2014-03-12 16:52:13 -06:00
dmh
c7086dd04b
Add support to detect authorization errors to DAP
2014-03-11 11:58:22 -06:00
dmh
e1c4e79757
conflict resolution
2014-03-10 16:41:35 -06:00
dmh
a1f8d0a761
turn on tst_auth
2014-03-10 16:40:52 -06:00
Ward Fisher
513cb29ea4
The replacement of 'int' with 'size_t' caused a number of errors across multiple platforms in our CI system. The culprit is not obvious, so I am reverting the commit until we can take a closer look at the underlying issue.
...
Revert "1. Attempted to reduce the number of conversion errors"
This reverts commit 1b941d342d
.
2014-03-10 10:04:37 -06:00
dmh
1b941d342d
1. Attempted to reduce the number of conversion errors
...
when -Wconversion is set. Fixed libdispatch, but
rest of netcdf remains to be done.
2014-03-09 15:51:45 -06:00
dmh
baade3e4fc
[NCF-293]
...
Allow .cdl files to have a leading utf-8 BOM.
Also add test.
2014-03-07 22:52:40 -07:00
dmh
e3545bf88d
1. Allow files to be opened by name multiple
...
times, but returning the same ncid.
2. Separate out the dap auth tests
and make them disabled by default.
3. turn of ncdap_test/test_varm3 until
we can find a copy of coads_climatology.nc
2014-03-07 12:04:38 -07:00
Ward Fisher
75a71ffcf0
Reorganized doxygen documents, renamed .doc files as .dox.
...
Bumped revision to 4.3.1.2. There may not be a 4.3.1.2 release, but I didn't want to leave it as 4.3.1.1.
Removed CMake-specific doxygen/documentation template, made changes required so that
CMake and autotools-based builds can use the same template (Doxyfile.in).
2014-02-19 16:32:26 -07:00
Ward Fisher
7debd132d2
Bumped version to 4.3.1.1 in preparation for upcoming bugfix release.
...
Modified the Doxyfile templates to use 'dot', when available, to generate class diagrams instead of the inferior diagram engine bundled in doxygen.
2014-02-04 16:13:18 -07:00
Ward Fisher
63ac4cf10e
Updated version in preparation for 4.3.1 release.
2014-01-16 13:44:12 -07:00
Ward Fisher
d46a18c2bb
Bumped revision in configure.ac, CMakelists.txt.
2013-12-19 14:38:07 -07:00
Ward Fisher
9f40e2cee2
Updated RELEASE NOTES, bumped revision to rc6 in preparation for forthcoming release candidate.
2013-12-19 10:21:34 -07:00
Ward Fisher
7c6a9aa34a
Cleaned up configure.ac a little bit, added a check for libjpeg when compiling with hdf4 support.
2013-11-22 16:03:03 -07:00
Ward Fisher
842ca6b998
It appears that we will need to do another release candidate. Bumped the revision in the configuration tools.
2013-11-22 14:53:42 -07:00
Ward Fisher
1aef893cea
Updated configuration files, RELEASE_NOTES so that changes from this point forward go under the heading of rc4. This may be changed if there is not a new release candidate.
2013-09-24 16:32:39 -06:00
Ward Fisher
04f17eb384
Removed stray maintainer mode directive.
2013-09-24 15:23:27 -06:00
Ward Fisher
5c2cce3016
Added error messages when compiling hdf4 support but no hdf4 libraries are present.
2013-09-17 15:10:17 -06:00
Ward Fisher
bd51d8d568
Removed older directories no longer used in active development:
...
* librpc/
* udunits/
* libcf/
* libcdmr/
Updated RELEASE_NOTES.md to reflect this.
Removed any dangling references from configure.ac, CMakeLists.txt.
2013-08-22 15:26:42 -06:00
Ward Fisher
4d4e431c6a
Bumped next revision to be RC3 for 4.3.1.
2013-08-21 13:38:36 -06:00
Ward Fisher
dae5e2f697
Added a short copyright message at head of a couple CMakeLists files; this will be propegated to the others.
...
Updated version in configure.ac to 4.3.1-rc2.
2013-08-15 09:43:59 -06:00
Ward Fisher
b6d855c0b9
Added NC_HAVE_RENAME_GRP as per Charlie Zender's request:
...
https://www.unidata.ucar.edu/esupport/staff/index.php?_m=tickets&_a=viewticket&ticketid=22442
Updated configure.ac, CMakeLists.txt to reflect the upcoming 4.3.1-rc1
release.
Added notes to RELEASE_NOTES and RELEASE_NOTES.md
2013-08-01 21:55:32 +00:00
Ward Fisher
b4e198d163
Added '--enable-dynamic-loading' to autotools-based builds, and
...
-DENABLE_DYNAMIC_LOADING to cmake-based builds.
This will allow for compatibility with hdf5 1.8.11 builds that
have enabled dynamic building (depends on libdl).
See Jira ticket NCF-258
2013-06-10 21:48:11 +00:00
Dennis Heimbigner
c583f91992
merge with trunk and fix conflicts
2013-05-10 17:04:28 +00:00
Ward Fisher
7d8bee2320
Updated version number to 4.3.0
2013-04-29 20:23:42 +00:00
Ward Fisher
b4bc5bfe24
Incorporating changes in preparation for
...
releasing 4.3.0RC4.
2013-03-27 19:19:10 +00:00
Dennis Heimbigner
dea3c726c8
merge trunk into this branch
2013-03-15 20:31:07 +00:00
Ward Fisher
239a8e3c56
Neglected to update the version number in the build chains.
2013-03-11 21:21:20 +00:00
Ward Fisher
ca40a29fb1
Changed fsync to 'off' by default, based on conversation
...
with Russ, stemming from a discussion on netcdfgroup
related to slow responses from filesystems when fsync
is enabled.
2013-03-05 20:29:49 +00:00
Ward Fisher
ba6bcca272
Updated files to next rc (4.3.0rc2)
2013-02-22 21:03:02 +00:00
Ward Fisher
1e4b930ad6
Updated version for 4.3.0 rc1
2013-02-19 17:35:21 +00:00
Ward Fisher
91188cea7a
Merging CMake branch into trunk. Changes include:
...
CMake related changes in CMakeLists.txt files,
cmake_config.h.in. Other changes relate to
Windows-specific issues, and changes made
when regenerating generated source files.
2013-01-15 22:43:09 +00:00
Ward Fisher
d526b511ef
Correcting an error defining functions when _WIN32 is defined. This
...
is a side-effect of the larger commit earlier.
2012-12-05 22:06:38 +00:00
Ward Fisher
645d1dbaaf
Moved the check for szip libraries so that it is only sought out if hdf5 includes szip support.
2012-11-09 23:11:01 +00:00
Russ Rew
a92c7c98a0
Fixed DOS line endings in source file.
...
Fixed minor memory leak found by Coverity.
Fixed misleading error message in configure.
2012-09-25 21:48:14 +00:00
Dennis Heimbigner
5ca78309cc
The effect of this change is to make the struct NC structure
...
contain as little file-type specific info as possible. It
modifies especially libsrc so that all of the netcdf-3 data
that used to be in struct NC is now kept in a separate chunk
of data pointed to by the struct NC. This makes all of
current protocols consistent: netcdf-3, netcdf-4, and dap.
2012-09-06 19:44:03 +00:00
Ward Fisher
9969af8aa5
Corrected version tag in configure.ac to read 4.2.1.1 instead of 4.3
2012-08-03 18:49:33 +00:00
Dennis Heimbigner
0033a358fd
make dap => diskless
2012-08-02 21:04:47 +00:00
Dennis Heimbigner
42999f4c7c
move from oc1.0 to oc2.0; create new dir oc2
2012-07-31 20:34:13 +00:00
Dennis Heimbigner
007798183b
oops; completely disable udunits and libcf again
2012-07-17 22:29:09 +00:00
Dennis Heimbigner
95ee14d882
Fix things so --with-udunits and --with-libcf could be enabled if desired
2012-07-17 22:23:37 +00:00
Russ Rew
46736d24ab
Updated documentation of CDL byte constants to lessen confusion
...
with char constants. Update version to 4.2.1. Make minor changes to
RELEASE_NOTES.
2012-07-17 20:00:14 +00:00
Dennis Heimbigner
a6b932826b
add NC_MMAP flag and tests
2012-06-23 19:25:49 +00:00
Russ Rew
37e905a015
Oops, need to set version to 4.2.1-rc1 in configure.ac
2012-06-18 18:32:49 +00:00
Russ Rew
59e5dfe830
Fix --disable-diskless configure help. Add mmap detail to RELEASE_NOTES.
2012-06-18 16:55:00 +00:00
Russ Rew
94e8a3c1b2
Need version to use 'beta1' suffix, not just 'beta' to get tm2.pl to create beta distribution correctly
2012-06-14 19:56:02 +00:00
Ward Fisher
a4dc014c20
Merged win_netcdf branch into trunk. win_netcdf branch was forked at
...
revision 2160, merged at revision 2269. Detailed notes are found in
the logs for the branch between those revisions.
The update, in broad changes:
o Updated test scripts to accomodate pathing differences in MSYS environment,
behavior of some functions in 64-bit windows.
o Modified a few functions to accomodate Windows, whereas previously windows
was ignored.
2012-06-13 20:29:14 +00:00