Ward Fisher
d432dc4083
Correcting typos.
2017-10-16 09:55:47 -06:00
Ward Fisher
d0c21662ec
Corrected an incomplete merge.
2017-10-16 09:47:57 -06:00
Ward Fisher
bd510c33a8
Added help messages to nc-config for the new --has-parallel flag.
2017-10-16 09:40:59 -06:00
Ward Fisher
1e0c260234
Merge branch 'patch-3' of https://github.com/gsjaardema/netcdf-c into has-parallel
2017-10-16 09:36:52 -06:00
Ward Fisher
186cb958ba
Merge branch 'revert-pull470' into v4.5.0-release-branch
2017-10-12 11:10:50 -06:00
Ward Fisher
f9d0711ab8
Reverted pull 470, added info about the _NoFill attribute (used only by ncgen).
2017-10-11 13:11:06 -06:00
Ward Fisher
41c764fb05
Reverting previous documentation change.
2017-10-11 11:35:17 -06:00
Ward Fisher
e59c0f4753
Updated release notes in support of https://github.com/Unidata/netcdf-c/issues/359 .
2017-10-11 10:09:35 -06:00
Ward Fisher
e8cd6958a9
Merge branch 'v4.5.0-release-branch' into cal366.dmh
2017-10-09 14:08:21 -06:00
Ward Fisher
61f628b988
reverted test.
2017-10-06 12:58:49 -06:00
Ward Fisher
5842ba1a95
Reverting global fillvalue behavior.
2017-10-05 18:15:27 -06:00
Dennis Heimbigner
c05c0a69e2
Update docs/internal.dox to
...
provide a more accurate description
of how to add a new dispatch table.
Also remove dispatch.dox as superfluous.
2017-10-04 13:41:38 -06:00
Ward Fisher
ef372357a0
Merge branch 'master' into cal366.dmh
2017-09-29 15:51:06 -06:00
Ward Fisher
086523b6ce
Updated release notes.
2017-09-29 10:12:25 -06:00
Ward Fisher
ba4fb024aa
Added CMakeLists.txt to release distribution files.
2017-09-27 13:05:57 -06:00
Ward Fisher
69977fd10b
Updated release notes.
2017-09-27 12:01:32 -06:00
Ward Fisher
41424fb95e
Corrected DAP4 and NC4 logic
2017-09-26 15:26:34 -06:00
Ward Fisher
614acf0112
Merge remote-tracking branch 'origin/misc-changes' into v4.5.0-release-branch
2017-09-26 14:34:50 -06:00
Ward Fisher
3c61d86367
Syntax corrections.
2017-09-26 14:01:21 -06:00
Ward Fisher
a812b69ce4
Added hooks for netcdf_meta.h cdf5 support into autotools based build as well.
2017-09-26 11:33:33 -06:00
Ward Fisher
b1ad6b8c2f
Updating netcdf_meta.h to include CDF5.
2017-09-26 11:32:12 -06:00
Greg Sjaardema
7bec2daa14
Add --is-parallel option and output to nc-config
...
It is useful to be able to determine whether the netcdf library has parallel capabilities enabled. Currently can look at netcdf_meta.h, but would be useful be able to get information from nc-config since that is how most other options settings are displayed.
2017-09-26 10:57:32 -06:00
Ward Fisher
4299653319
Updated an issue with libcurl and dap4 on Windows
2017-09-25 17:38:48 -06:00
Ward Fisher
8416b11d5f
Merge pull request #472 from Unidata/netrc.dmh
...
Fix bug in ocrc.c#combinecredentials
2017-09-25 13:46:50 -06:00
Ward Fisher
67018ecabb
Merge branch 'v4.5.0-release-branch' into netrc.dmh
2017-09-25 13:46:32 -06:00
Ward Fisher
8b824a3dd0
Added support for probing libcurl for CURLINFO_HTTP_CODE in cmake.
2017-09-25 13:29:04 -06:00
Ward Fisher
86cfb9b39c
Disable CDF5 support by default for the time being.
2017-09-25 13:19:56 -06:00
Ward Fisher
d7a2f0ce8b
Merge branch 'gh488' into v4.5.0-release-branch
2017-09-25 13:16:01 -06:00
Ward Fisher
34c66df07b
Updated release notes to reference https://github.com/Unidata/netcdf-c/pull/488
2017-09-25 13:15:28 -06:00
Ward Fisher
477507da99
Merge remote-tracking branch 'origin/curlopt.dmh' into gh488
2017-09-25 11:30:44 -06:00
Ward Fisher
37f89515b2
Updatec cleanfiles in makefile.am
2017-09-21 09:58:33 -06:00
Ward Fisher
11f235f86e
Fixing more make distcheck errors.
2017-09-20 16:28:28 -06:00
Ward Fisher
10a9d6c4f8
Corrected another error.
2017-09-20 16:03:16 -06:00
Ward Fisher
05ddb3a953
Cleaning up 'make distcheck'
2017-09-20 15:59:24 -06:00
Ward Fisher
3822751043
Corrected a missing break in a switch statement.
2017-09-20 14:18:43 -06:00
Ward Fisher
4a596cea3c
Corrected conditional logic syntax in a few shell test scripts.
2017-09-20 11:29:25 -06:00
Ward Fisher
200e17f42c
Merge branch 'cdf5-optional' of github.com:Unidata/netcdf-c into cdf5-optional
2017-09-20 11:25:48 -06:00
Ward Fisher
3414a30c1a
Updated test to use new file name.
2017-09-20 11:25:36 -06:00
Ward Fisher
585ebc0e00
Corrected typos.
2017-09-20 11:22:33 -06:00
Ward Fisher
2151dbbd44
Giving test output netcdf files unique names.
2017-09-20 11:17:33 -06:00
Ward Fisher
0913eb65f7
Fixed another typo.
2017-09-19 16:18:25 -06:00
Ward Fisher
8ac9c3a524
Corrected typo in script.
2017-09-19 16:14:48 -06:00
Ward Fisher
15dd704fb3
Made small file test dependent on having CDF5.
2017-09-19 14:48:24 -06:00
Dennis Heimbigner
d1e17b5ee7
re: pull request: https://github.com/Unidata/netcdf-c/issues/487
...
The use of the following version-specific curl flags
is not always properly wrapped or aliased using
config.h HAVE_CURL... ifdefs.
# CURLOPT_USERNAME is not defined until curl version 7.19.1
# CURLOPT_PASSWORD is not defined until curl version 7.19.1
# CURLOPT_KEYPASSWD is not defined until curl version 7.16.4
-- aliased as needed to CURLOPT_SSLKEYPASSWD
# CURLINFO_RESPONSE_CODE is not defined until curl version 7.10.7
-- aliased as needed to CURLINFO_HTTP_CODE
# CURLOPT_CHUNK_BGN_FUNCTION is not defined until curl version 7.21.0
-- not used in our code
2017-09-18 16:44:31 -06:00
Ward Fisher
223b1f968a
Updated tst_small
2017-09-18 15:08:49 -06:00
Ward Fisher
4b35c43a5e
Updated release notes.
2017-09-18 14:44:17 -06:00
Ward Fisher
a5a9e483ff
Corrected an issue with --has-szlib
2017-09-18 14:40:51 -06:00
Ward Fisher
1f07874421
Added --has-cdf5 to nc-config generated by autotools.
2017-09-18 14:32:20 -06:00
Ward Fisher
02cd18125d
Merge branch 'cdf5-optional' of github.com:unidata/netcdf-c into cdf5-optional
2017-09-18 14:25:32 -06:00
Ward Fisher
62c709fe54
Added --has-cdf5 to nc-config, cmake generated.
2017-09-18 14:24:54 -06:00