Commit Graph

1941 Commits

Author SHA1 Message Date
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
Ward Fisher
13b6603ccb Merge branch 'temp-dev' 2014-03-07 14:04:19 -07:00
Ward Fisher
10ac47b1a4 Added a note to RELEASE_NOTES about the new configuration flags. 2014-03-07 14:03:41 -07:00
Ward Fisher
c72ac7219e Added ENABLE_DAP_AUTH_TESTS flag to CMakelists files. 2014-03-07 13:58:09 -07:00
Russ Rew
1da02adcfa Merge branch 'master' of https://github.com/Unidata/netcdf-c 2014-03-07 13:30:49 -07:00
Russ Rew
b70968ed03 Delete inadvertant UTF-8 character in netcdf.h comment line. 2014-03-07 13:25:32 -07:00
Ward Fisher
77ded336a3 Merge branch 'master' of https://github.com/Unidata/netcdf-c 2014-03-07 12:07:27 -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
da128a3308 Merge branch 'cmake-hdf5' of https://github.com/nschloe/netcdf-c into nschloe-cmake-hdf5 2014-03-07 11:10:06 -07:00
Russ Rew
5fa75adc68 Merge branch 'master' of https://github.com/Unidata/netcdf-c 2014-03-07 09:34:22 -07:00
Nico Schlömer
622e319e8d remove tabs from CMakeLists.txt 2014-03-07 16:46:26 +01:00
Nico Schlömer
76bd3a328f improve mechanism by which to find parallel HDF5
So far, CMakeLists.txt made the assumption that ${HDF5_LIB} is always defined
in order to determine if it has parallel support. This is not the case, compare
with bug #25.
Make use of FIND_PACKAGE(HDF5) now; it sets HDF5_IS_PARALLEL anyways.
2014-03-07 16:40:50 +01:00
Russ Rew
cb1e4471b5 Removed doxygen man page, since it now is in the User Guide. 2014-03-06 21:15:00 -07:00
Russ Rew
8e59dc3ce8 Merge branch 'master' of https://github.com/Unidata/netcdf-c
Conflicts:
	ncdump/nccopy.c
2014-03-06 21:12:48 -07:00
Ward Fisher
f4537c2b60 Updated Makefile.am to remove Doxyfile template for cmake-based builds. 2014-03-06 15:56:32 -07:00
Ward Fisher
126a7896a3 Corrected file extension for included documents. 2014-03-06 14:43:27 -07:00
Ward Fisher
8362c6c631 Added the install-fortran.md file. It will eventually be moved into the fortran project as well. 2014-03-04 15:34:03 -07:00
Russ Rew
dac98c89b5 Typo fixes in install doc. Document nccopy chunk threshold. 2014-03-04 15:03:49 -07:00
Ward Fisher
d6d5077494 Breaking the User's guide into its own little documentation set. 2014-03-04 13:45:14 -07:00
Ward Fisher
fcb0eb2df6 Corrected an error preventing netcdf from compiling. 2014-03-03 15:36:19 -07:00
dmh
ba726d55ce synch with oc2.0 2014-03-03 13:43:47 -07:00
Ward Fisher
805a6f5b58 Removed a stray character that caused the build to fail. 2014-03-03 12:24:36 -07:00
Ward Fisher
700a0bf848 Reorganizing NetCDF User's guide document. 2014-03-03 11:29:46 -07:00
Ward Fisher
0525676227 More document consolidation. 2014-02-28 17:12:34 -07:00
Ward Fisher
f3c643fe73 Converted install.dox to a markdown-formatted document, so that I can merge it with the cmake and windows building instructions. 2014-02-28 17:12:17 -07:00
dmh
0ee6d11d85 fix t_auth failure now that tiggeUser password is set 2014-02-28 14:39:30 -07:00
Ward Fisher
e68710d465 Added a new cmake-based option, ENABLE_DOXYGEN_TODO_LIST. When used, the generated documentation will include a 'todo' page. This is generally for internal consumption only, so that pages and sections that need review or editing can be flagged. 2014-02-27 14:19:28 -07:00
Ward Fisher
e2a3405b41 Merge branch 'master' of https://github.com/Unidata/netcdf-c 2014-02-27 13:32:10 -07:00