Commit Graph

2224 Commits

Author SHA1 Message Date
Ward Fisher
cf4a4238ab Added link to the JIRA ticket describing the netcdf meta header. 2014-09-11 15:32:30 -06:00
Ward Fisher
153c41ef5d Updated RELEASE_NOTES file with information about meta header. 2014-09-11 15:30:36 -06:00
Ward Fisher
6f4a92f1b6 Updated copyright information for netcdf.h, netcdf_meta.h template. 2014-09-11 15:30:22 -06:00
Ward Fisher
302b8003b7 Added definition of NC_HAVE_META_H to netcdf.h.
Moved NC_HAVE_INQ_FORMAT_EXTENDED, NC_HAVE_RENAME_GRP
to netcdf_meta.h.
2014-09-11 15:19:02 -06:00
Ward Fisher
857c77a9df Merge branch 'ward-working' of https://github.com/Unidata/netcdf-c into ward-working 2014-09-11 12:34:11 -06:00
Ward Fisher
028d564344 Have finished with autotools-based netcdf_meta.h template. Need to redo cmake-based template to match behavior.
Modified cmake to use the same netcdf_meta template as autotools.

Removed trace of old cmake template file.
2014-09-11 12:32:55 -06:00
Ward Fisher
4917d41150 Removed trace of old cmake template file. 2014-09-11 12:10:12 -06:00
Ward Fisher
57469891d8 Modified cmake to use the same netcdf_meta template as autotools. 2014-09-11 11:53:37 -06:00
Ward Fisher
d3dc9066c3 Have finished with autotools-based netcdf_meta.h template. Need to redo cmake-based template to match behavior. 2014-09-10 16:50:45 -06:00
Ward Fisher
4f624488ae Merge branch 'ward-working' of https://github.com/Unidata/netcdf-c into ward-working 2014-09-10 13:36:13 -06:00
Ward Fisher
37928ea229 Added generated file for cmake-based builds. 2014-09-10 13:35:27 -06:00
Ward Fisher
2368e0ed05 Work in progress. 2014-09-10 13:35:27 -06:00
Ward Fisher
206ebc514c Infrastructure for generating a meta header file dynamically at configure time. 2014-09-10 13:35:27 -06:00
Ward Fisher
bb8077af30 Working woards automatically-generated meta information file. 2014-09-10 13:35:27 -06:00
Ward Fisher
2ddb91205d Initial version of template header file. 2014-09-10 13:35:26 -06:00
Ward Fisher
f8402449cc Fixed incorrect URLs with page anchors as reported by Russ. 2014-09-10 13:32:49 -06:00
Ward Fisher
a4241785c3 Added generated file for cmake-based builds. 2014-09-10 10:49:32 -06:00
Ward Fisher
87f0d6d300 Work in progress. 2014-09-05 11:09:46 -06:00
Ward Fisher
ef0b2a3f77 Infrastructure for generating a meta header file dynamically at configure time. 2014-09-04 17:20:15 -06:00
Ward Fisher
e5152eb990 Working woards automatically-generated meta information file. 2014-09-04 16:17:13 -06:00
Ward Fisher
45f9f153c0 Initial version of template header file. 2014-09-04 15:42:11 -06:00
Ward Fisher
2c6b2d8c5e Added nc_test.c to EXTRA_DIST.
Rebuilding extra_dist in makefile.am

Cleaning up extra_dist stanza in makefile.am.
2014-09-03 14:46:35 -06:00
Ward Fisher
7bde03714a Fixed an issue preventing make distcheck from working. 2014-09-03 13:11:09 -06:00
Ward Fisher
33eb968864 Added a CMake option for use at release time. DOXYGEN_ENABLE_SERVER_SIDE_SEARCH turns on server side search in the doxygen documentation. This is off by default, but when on provides a much more powerful search than the default. 2014-09-03 12:52:10 -06:00
Ward Fisher
7c68518ce3 Removed dangling reference to tst_settings.c 2014-09-03 12:50:15 -06:00
Ward Fisher
1bd58e12f1 Propegated documentation change to autotools. 2014-09-03 12:33:52 -06:00
Ward Fisher
32ec10d440 Merged tutorial, user guide back into main documentation to make it easier to reorganize the documentation has a whole. Turned on server-side search for documentation. 2014-09-03 10:21:49 -06:00
Ward Fisher
580de54543 Replaced absolute paths with relative paths for doxygen search. 2014-09-03 09:16:04 -06:00
vagrant
534d24c689 Changed test order to resolve dependency which caused an issue on centos platforms. 2014-08-29 16:30:28 -06:00
dmh
92121f5ad5 Conflict resolution 2014-08-29 14:52:16 -06:00
dmh
be329e7a23 Add ability to programmatically
extract info from libnetcdf.settings
API is below.
I have made this API public yet
by adding it to netcdf.h. I will
do that when everyone is agreed on the
proper API.

extern const char* nc_settings(const char* key); /*get value of a specific key */
extern const char** nc_settings_all(); /*get all settings in envv format */
extern void nc_settings_reclaim(); /* reclaim all space and clean up */

Envv format is
{key,value}*,NULL

Also added test: nc_test/tst_settings.c
2014-08-29 14:51:14 -06:00
Ward Fisher
92d2789625 Updated the RELEASE NOTES, bumped to the next (possible) version, rc2. It's not for sure that there will be an RC2, however. 2014-08-29 12:24:16 -06:00
Ward Fisher
b04d49166c Fence-posted hdf4-related shell script tests on Windows. 2014-08-29 11:27:55 -06:00
Ward Fisher
61a7dab58f Fixed an issue preventing compilation with hdf4 support with Visual Studio. 2014-08-28 18:14:14 -06:00
Ward Fisher
01f24a5189 Changed HDF4 test check from 'wget' to 'curl', to mirror
change in test scripts.
2014-08-28 17:10:19 -06:00
Russ Rew
430fe00c22 Remove premature ncsettings stuff 2014-08-28 14:44:24 -06:00
Ward Fisher
056de3f69d Corrected a logic error introduced in previous commit. 2014-08-27 15:40:41 -06:00
Ward Fisher
dac65bdab8 Removed a commented-out block of code. 2014-08-27 14:40:40 -06:00
Ward Fisher
4286822b91 Moved lseek call out of assert statement into an explicit check. JIRA NCF-312. 2014-08-27 14:26:54 -06:00
Russ Rew
51e3cc4b06 Merge branch 'master' of https://github.com/Unidata/netcdf-c 2014-08-26 14:09:05 -06:00
Russ Rew
c5237736e4 For nccopy, added version info in usage printout. 2014-08-26 14:05:47 -06:00
dmh
9e43180470 JIRA: NCF-311
Initial attempt to make libnsetcdf.settings
accessible programatically.
Added libdispatch/ncsettings.hdr
used to construct ncsettings.c
See end of libdispatch/Makefile.am to
see how ncsettings.c is constructed.
2014-08-26 12:28:38 -06:00
Ward Fisher
b43813d821 When using the '-ansi' flag with gcc, netcdf would fail to build because of the use of '//' for one-line comments. I've addressed this by replacing instances of // with enclosing comment blocks. 2014-08-26 11:19:32 -06:00
Ward Fisher
88d01e4c08 Coverity: 715198. Removed redundant goto fail() stanzas. 2014-08-26 10:36:06 -06:00
Ward Fisher
3af9240acb More cleaning up for release. 2014-08-25 16:39:45 -06:00
Ward Fisher
3b610ec445 Removed two-slash style comments, replaced with legal comment blocks. 2014-08-25 15:14:10 -06:00
Ward Fisher
df8caaf1d5 Corrected an error with a missing reference file. 2014-08-25 14:32:05 -06:00
Ward Fisher
abeba6753d Fixed an issue regarding which files are included in 'make dist'. 2014-08-25 12:38:38 -06:00
Ward Fisher
d2281f63e9 Updated with information re: pending 4.3.3 RC. 2014-08-25 11:03:35 -06:00
Ward Fisher
e6a78c7a0b Coverity: 711710 2014-08-25 10:34:06 -06:00