Commit Graph

1878 Commits

Author SHA1 Message Date
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
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
Ward Fisher
a1912a02c0 More reorganization of the documentation.
o Updated the Doxyfile template to the latest version of doxygen (1.8.6).  This shouldn't cause a problem; older versions will throw warnings about unrecognized options, but they should still build the documentation.
o Added the 'netcdf' icon to doxygen-generated documentation.
2014-02-27 13:31:47 -07:00
Russ Rew
93878e8816 Fix possibility of divide by zero in rechunking. 2014-02-27 12:19:14 -07:00
Ward Fisher
f99e03dc36 Merge branch 'master' of https://github.com/Unidata/netcdf-c 2014-02-26 14:35:05 -07:00
Ward Fisher
034c1cad7c More reorganizing of the documentation generated by doxygen. Added a link to the main Unidata netcdf page to the footer, because we are going to turn off the header and footer on the web server. This should allow the Doxygen-generated search field to be properly placed. 2014-02-26 14:22:35 -07:00
Russ Rew
abe9a7d753 Merge branch 'master' of https://github.com/Unidata/netcdf-c 2014-02-26 14:01:51 -07:00
Russ Rew
9212968f54 Fix default chunksize for 1-dimensional record variables 2014-02-26 13:30:12 -07:00
Ward Fisher
74feb63e09 Reset the CDashboard location to netcdf-c from netcdf-staging. 2014-02-26 11:09:18 -07:00
Quincey Koziol
286bd1d630 Merge remote-tracking branch 'upstream/master' 2014-02-25 21:06:29 -06:00
Quincey Koziol
fe9e0b056d Update HDF4 support for recent datatype changes. 2014-02-25 21:05:19 -06:00
Ward Fisher
f6a969cfd5 Updated and consolidated some redundant documentation. 2014-02-25 17:08:04 -07:00
Quincey Koziol
c4b3f4c191 Change continuous integration site back to the staging location. 2014-02-25 08:54:24 -06:00
Ward Fisher
56e2d0349d Reorganized files to reduce clutter and to make things a little more coherent. This is an ongoing process. 2014-02-24 16:06:09 -07:00
Russ Rew
976bc707f3 Fix compile errors in HDF4 support from change of att->xtype to att->nc_typeid and similar var change. Still a bug at runtime with ref count for type ids. 2014-02-23 11:32:35 -07:00