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
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
Ward Fisher
7eb9abf958
Added define for HAVE_CURLINFO_RESPONSE_CODE in config.h template for cmake-based builds.
2014-03-11 16:02:46 -06:00
Ward Fisher
ef195dd4a3
Added checks for CURLOPT_KEYPASSWD and CURLINFO_RESPONSE_CODE in CMakeLists.txt for DAP-enabled builds.
2014-03-11 14:31:41 -06:00
dmh
c852139e7b
Merge branch 'master' of http://github.com/Unidata/netcdf-c
2014-03-11 12:19:09 -06:00
dmh
c7086dd04b
Add support to detect authorization errors to DAP
2014-03-11 11:58:22 -06:00
dmh
f3f7a9814b
update the url in t_auth
2014-03-11 10:37:37 -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
7c02e67fb1
Removed stray 'conflict resolution' information.
2014-03-10 12:46:05 -06:00
dmh
19d377e87a
conflict resolution
2014-03-10 12:13:16 -06:00
dmh
9d5c8ba308
1. Previous ci of conversion fixes in libdispatch
...
was incomplete; complete the fix.
2. There is an inconsistency in the netcdfh interface
about whether rank (# dimensions) is an int or
size_t. I inadvertently assumed the latter and that
breaks some API calls; so revert back.
2014-03-10 12:09:36 -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
Nico Schlömer
aa77f065e9
added HDF5 version check
2014-03-09 15:16:15 +01:00
dmh
2bc36f2bc1
conflict resolution
2014-03-08 20:43:18 -07:00
dmh
a189b98b0b
1. Any test that references nctestserver/NC_findtestserver
...
should be under ENABLE_DAP_REMOTE_TESTS.
Fixed to make sure that this is so.
Also attempted to fix ncdap_test/CMakeLists.txt,
but probably got it wrong.
HT to Nico Schlomer.
2. Attempted to reduce the number of conversion errors
when -Wconversion is set. Fixed oc2, but
rest of netcdf remains to be done.
HT to Nico Schlomer.
3. When doing #2 , I discovered an error in ncgen.y
that has remained hidden. This required some other
test case fixes.
2014-03-08 20:41:30 -07:00
Ward Fisher
e05ce93d17
Fixed netcdf-c issue #30 (on github) related to cmake-generated nc-config script.
2014-03-08 17:39:09 -07:00
Ward Fisher
f0475ada7b
Reformatted the configuration summary message generated by cake.
...
Turned off tree view for generated documentation (for the time being).
Added a link to the Continuous Integration dashboard from the main page.
2014-03-08 17:04:14 -07:00
Russ Rew
cfae3cb196
Merge branch 'master' of https://github.com/Unidata/netcdf-c
2014-03-08 16:37:21 -07:00
Russ Rew
8bcd127084
Added execute bit to ncdump/tst_bom.sh script.
2014-03-08 16:35:43 -07:00
Ward Fisher
8f524289f8
Fixed issue in CMakeLists.txt related to how the 'bom' test executable was being built.
2014-03-08 16:06:13 -07: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
deeca5fb83
disable refcounting until semantics are decided
2014-03-07 14:56:52 -07:00