Ward Fisher
74209d373e
Corrected an issue with disabling the V2 API support in cmake-based builds.
2014-04-03 10:45:22 -06:00
Ward Fisher
733f6257b0
Updating cmake shared_linker_flags as suggested by Nico Schlomer: https://github.com/Unidata/netcdf-c/issues/46
...
Fixed indentation.
Updated .gitignore.
Added a macro to make it easy to check to see if the linker supports a particular flag. Debug builds now pass the -w1,--no-undefined if it is detected the linker supports it.
2014-04-02 15:54:05 -06:00
Russ Rew
ca7cbdfee8
Merge branch 'master' of https://github.com/Unidata/netcdf-c
2014-04-01 12:05:06 -06:00
Russ Rew
2688991b4e
Added netCDF Python, fixed C++ URL.
2014-04-01 12:04:49 -06:00
Ward Fisher
bb84fda8cf
Removed a couple of clang-reported potential dereferences of null/undefined pointers.
2014-03-31 09:56:39 -06:00
Dennis Heimbigner
576cd84754
Merge branch 'master' of https://github.com/Unidata/netcdf-c
2014-03-29 13:36:02 -06:00
Dennis Heimbigner
4e68a3b8d3
add some jna personal scripts
2014-03-29 13:35:52 -06:00
Russ Rew
005b5f2439
Merge branch 'master' of https://github.com/Unidata/netcdf-c
2014-03-28 22:04:50 -06:00
Russ Rew
b22181768d
Fix a few coverity warnings.
2014-03-28 22:03:10 -06:00
Ward Fisher
76e5e0f1fa
Addressed several minor issues revealed by static analysis (coverity, clang). Mostly to do with extreme corner cases in which a null pointer would be dereferenced, or dereferencing a non-null (but non-initialized) pointer would result in garbage.
2014-03-28 17:11:26 -06:00
Ward Fisher
b2831841f1
Re-enabled DAP AUTH tests.
2014-03-27 15:03:49 -06:00
Russ Rew
7d36a6c7f3
Fix a couple of warnings
2014-03-27 11:11:06 -06:00
Russ Rew
f8aec42d4a
Merge branch 'master' of https://github.com/Unidata/netcdf-c
2014-03-27 10:16:44 -06:00
Russ Rew
b95ab08f8f
Fix bug in setting default chunksize for 1D record variables
2014-03-27 09:58:53 -06:00
dmh
af566dd300
In preparation for adding dap4 support, I have cleaned up
...
the libdap2 code to make it dap2 protocol + netcdf classic
only.
2014-03-24 14:02:52 -06:00
Russ Rew
aca696afb0
Merge branch 'bug-endianness', which really had to do with nccopy -d0
...
and chunking issues.
2014-03-23 17:26:43 -06:00
Russ Rew
9d86610739
Fix Jira ticket NCF-295, nccopy -d0 shuffle and chunking issues
2014-03-23 17:25:45 -06:00
Russ Rew
f70bedd26c
Merge branch 'master' of https://github.com/Unidata/netcdf-c
2014-03-21 12:44:46 -06:00
Russ Rew
d774e23bc1
Fix -d0 option to not do unwanted chunking or associated shuffle.
...
Add -c '/' option to specify changing layout for all variables from chunked to contiguous.
Fix logic for chunking and compression depending on input and output formats.
2014-03-21 12:34:19 -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
f01de5e9fe
Removed an entry from release notes that had been reversed.
2014-03-20 14:24:32 -06:00
Ward Fisher
4b36aac7f4
Updated release date of 4.3.2-rc1 in RELEASE_NOTES.md
2014-03-20 09:54:29 -06:00
Ward Fisher
f917e2c362
Fixed spacing in configuration summary.
2014-03-20 09:52:28 -06:00
Ward Fisher
5e3d265743
Removed vestigal function related to currently-inactive multiple-open functionality.
2014-03-19 16:14:22 -06:00
Ward Fisher
340ddf0cfd
Reorganized C_FLAG definitions to make debug, release builds a bit more configurable.
2014-03-19 13:56:09 -06:00
Ward Fisher
a0c5a08bf7
Changed large_file.c so that overly large variables are allocated dynamically, not at link time.
2014-03-19 12:47:06 -06:00
Ward Fisher
29b8f94d31
Updated release date for 4.3.2 rc1
2014-03-19 10:03:34 -06:00
Ward Fisher
d7731f4aab
Updated release notes and Windows documentation to include a revised 'Windows install hierarchy' diagram.
2014-03-18 14:05:04 -06:00
Ward Fisher
c1a3c7d913
Changes for use on Windows
2014-03-18 12:58:34 -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
de08275c1c
Added checks for CURLOPT_USERNAME and CURLOPT_PASSWORD. If they are not found, CURLOPT_USERPWD is used instead. This is important because, on some Windows systems, libcurl does not provide CURLOPT_USERNAME or CURLOPT_PASSWORD.
2014-03-17 15:57:44 -06:00
Ward Fisher
459123212b
Merge branch 'master' of http://github.com/Unidata/netcdf-c
2014-03-17 15:33:14 -06:00
Ward Fisher
9e1f846eb1
Enclosed HDF5-Parallel checks in a block so that they are not checked on Windows.
2014-03-17 15:33:09 -06:00
Ward Fisher
888de83a69
Finally changed capitalization on building-with-cmake markdown file.
2014-03-17 14:40:33 -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
b70fe8e4c9
Corrected checks from mpioposix to mpiposix.
2014-03-17 12:51:11 -06:00
Ward Fisher
c8ce018727
Added checks to define USE_PARALLEL_MPIO and USE_PARALLEL_POSIX in cmake-based builds. It is unclear if this actually changes anything.
2014-03-17 12:42:10 -06:00
Ward Fisher
53a71a5f2d
Merge branch 'master' of https://github.com/Unidata/netcdf-c
2014-03-17 12:22:22 -06:00
Ward Fisher
0443a1c87a
Reorganized cmake status message. Refining support for parallel netcdf.
2014-03-17 12:18:39 -06:00
dmh
b524e151ef
Remove last vestiges of thredds-test
2014-03-14 14:07:35 -06:00
Ward Fisher
2b962ec82f
Remove stray debugging code.
2014-03-13 13:03:04 -06:00
Ward Fisher
726bfc69b0
Adding checks for HDF5 parallel. Need to accomodate different versions of FindHDF5.cmake.
2014-03-13 13:00:27 -06:00
Ward Fisher
874c768afb
Fixed issue when running parallel tests in a CMake build, as reported in issue 38 on github.
2014-03-13 10:59:21 -06:00
Ward Fisher
8d5d592a18
Added tst_bom.sh to EXTRA_DIST, fixing a failure in 'make dist'.
2014-03-13 10:33: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
dmh
06b4c10ed1
coads_climatology test (tst_varm3) now works, t_auth still does not
2014-03-12 20:09:01 -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
Ward Fisher
143835dfdd
Updated download link in README.md
2014-03-12 13:15:19 -06:00
Ward Fisher
48315d6747
Added a stanza for cases where the hdf5 library version cannot be determined.
2014-03-12 12:56:21 -06:00
Ward Fisher
019de54669
Merge branch 'hdf5-version-check' of https://github.com/nschloe/netcdf-c into nschloe-hdf5-version-check
2014-03-12 11:20:39 -06:00