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
dcb30d2a15
Merge branch 'sub_doc' of https://github.com/Unidata/netcdf-c into sub_doc
2014-03-17 13:45:44 -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
Ward Fisher
43e3c28d64
Merge branch 'sub_doc' of https://github.com/Unidata/netcdf-c into sub_doc
2014-03-11 13:14:22 -06:00
Ward Fisher
696bad414d
Remove stray 'merge conflict' notation.
2014-03-11 13:10:09 -06:00
Ward Fisher
9b292aedf3
Merge branch 'sub_doc' of https://github.com/Unidata/netcdf-c into sub_doc
...
Conflicts:
man4/guide.dox
2014-03-11 13:08:21 -06:00
Ward Fisher
1e9f243f85
Fixed netcdf-c issue #30 (on github) related to cmake-generated nc-config script.
...
Initial split of Guide from rest of documentation. Using 'tagfiles' to cross-reference from one documentation set to the other works, but then it drags all of the 'external' related pages into the index of the other.
Modified visability of the external groups and pages.
Adding proper section names to 'Example' sections, to avoid Doxygen warnings.
Initial split of Guide from rest of documentation. Using 'tagfiles' to cross-reference from one documentation set to the other works, but then it drags all of the 'external' related pages into the index of the other.
Modified visability of the external groups and pages.
Adding proper section names to 'Example' sections, to avoid Doxygen warnings.
Reorganizing documentation into two separate doxygen projects.
Moved .texi documents into an old directory.
Pulled the tutorial document into a separate document, similar to the guide document.
Turned on treeview
2014-03-11 13:07:04 -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