dmh
7630d87c63
Merge branch 'master' into sync
2015-10-22 15:35:29 -06:00
dmh
0f59785f37
sync with base oc library
2015-10-22 15:34:56 -06:00
Ward Fisher
c825d612c2
Tweaked some tests so that everything would pass when netcdf4 was disabled.
2015-10-22 14:09:19 -06:00
Ward Fisher
bc3aa1b650
Added a temporary script for use with git bisect to figure out when utf8 issue was introduced.
2015-10-22 19:37:45 +00:00
dmh
a5c8f7c7e3
synch with base oc
2015-10-21 14:53:30 -06:00
Ward Fisher
b672e4c504
Merge pull request #136 from Unidata/issue134
...
Github issue 134:
2015-10-20 15:58:18 -06:00
dmh
370bd15166
Github issue 134:
...
Their is an ambiguity in the DAP2 spec. Section A.2 of the
dap2 spec says:
"...The backslash character (.\.) MAY be used as
a single-character quoting mechanism only within
quoted-string and comment constructs.
quoted-pair = "\" CHAR
..."
The underlying problem was to allow for " chars inside
strings by using \". However, this definition is overbroad.
It is not stated:
1. if the backslash is to be left in the string or not.
2. There is also an unstated, but related issue of what
to do about e.g. '\n';convert to newline or not.
This change is to conform to libdap and it does the following:
1. The backslash is left in the string
2. Things like \n are left as is and it is assumed that
higher level code will decide what to do with e.g. \n.
2015-10-20 15:44:26 -06:00
Ward Fisher
758b840697
Merge branch 'ward-working' of https://github.com/Unidata/netcdf-c into ward-working
2015-10-20 10:55:21 -06:00
Ward Fisher
1e318cc989
Made a comment in the release notes re: new minimum cmake version. See https://github.com/Unidata/netcdf-c/issues/135 for more information.
2015-10-20 10:55:08 -06:00
Ward Fisher
48fedd0d19
Changed the method by which the cmake version was being compared.
2015-10-20 16:20:04 +00:00
Ward Fisher
6341067733
Made build system to use conditional.
2015-10-20 10:10:55 -06:00
Ward Fisher
cdb0ae4baa
In an effort to accomodate a broader range of linux platforms, trying to reduce the minimum supported version of cmake. See ( https://github.com/Unidata/netcdf-c/issues/135 ).
2015-10-20 09:59:42 -06:00
Ward Fisher
ba57c62348
Merge branch 'fix-typos'
2015-10-16 14:39:34 -06:00
Ward Fisher
a359cb6a53
Reverted some of the spelling corrections. Some misspellings were intentional
2015-10-16 14:36:17 -06:00
Ward Fisher
9ceb6657ff
Merge branch 'tbeu-fix-typos' into fix-typos
2015-10-16 14:16:27 -06:00
Ward Fisher
519a56019f
Merge branch 'fix-typos' of https://github.com/tbeu/netcdf-c into tbeu-fix-typos
2015-10-16 14:16:09 -06:00
Ward Fisher
caa4937254
Added a note about the default chunking scheme documentation update in the release notes.
2015-10-14 13:18:23 -06:00
Ward Fisher
d746e3f073
Updated default chunking scheme documentation as per Russ Rew.
2015-10-14 13:16:28 -06:00
Ward Fisher
8f2a96589d
Removed a repeated section from the travis config file.
2015-10-14 12:20:27 -06:00
Ward Fisher
586dc2ede2
Updated travis config.
2015-10-14 12:17:53 -06:00
Ward Fisher
65314a8ba2
Tweaked cmake header.
2015-10-14 11:08:54 -06:00
Ward Fisher
e533193869
Updated travis config to a containerized platform.
2015-10-14 10:43:35 -06:00
dmh
39ccdc5ee3
conflicts
2015-10-11 13:43:19 -06:00
dmh
ed57a337ec
add ptrdiff_t checks
2015-10-11 13:35:44 -06:00
Ward Fisher
490198e03c
Cleaned up generated files.
2015-10-09 17:08:46 -06:00
Ward Fisher
bc74ca18fe
Tweaked README in preparation of release candidate.
2015-10-08 13:15:39 -06:00
Ward Fisher
ffa0a63a72
There were a few changes that needed to be made, and we needed to disable extra tests by default or 'make distcheck' fails, for now. Will investigate in more depth later.
2015-10-08 11:02:31 -06:00
Ward Fisher
163b6575a5
Fixed a bug in 'make dist'.
2015-10-06 15:29:18 -06:00
Russ Rew
d3d442537d
Fix 1D variables with an unlimited dimension taking DEFAULT_CHUNK_SIZE (4MiB), by default, in netCDF-4 files
2015-09-29 13:58:51 -06:00
Ward Fisher
8515ece987
Corrected a dead-code issue reported by Coverity (that I introduced).
2015-09-24 11:32:41 -06:00
Ward Fisher
33f8d2321d
Tweaking the new header provided by Jen to allow for multiple documentation links.
2015-09-23 14:55:23 -06:00
Ward Fisher
628f43059f
Tweaked Header.
2015-09-23 14:42:24 -06:00
Ward Fisher
aa01e72406
More link fixes.
2015-09-23 14:38:37 -06:00
Ward Fisher
e2cc13df18
Removed some typos and fixed some dead links in documentation.
2015-09-23 14:35:33 -06:00
Ward Fisher
24e94c9d62
Rolled known problems into generated documentation, and cleaning up broken links.
2015-09-23 13:49:06 -06:00
Ward Fisher
885da233ae
Refined Dennis's patch for mitigating a cygwin issue with sleep statements in configure.ac so that only cygwin builds are affected.
2015-09-23 12:49:08 -06:00
Ward Fisher
720fe78ea2
Coverity: 1302444, addressed a potential negative argument being passed to memory allocation routine.
2015-09-22 15:42:52 -06:00
Ward Fisher
f1d2470776
Corrected minor null check issue reported by Coverity: 1302448
2015-09-22 15:35:30 -06:00
Ward Fisher
a8df681331
Addressed a potential null dereference bug reported by Coverity static analysis.
2015-09-22 15:31:48 -06:00
dmh
6da2c4969b
There is a problem under cygwin on windows 7.
...
The command ./configure fails on
calls to AC_CHECK_SIZEOF.
A temporary fix is to prefix all such calls
with 'sleep 5' to slow things down.
2015-09-22 15:19:07 -06:00
Ward Fisher
04de80ad5d
Updated credits file to reflect information for Ward.
2015-09-22 13:15:26 -06:00
dmh
5b89b22021
missing include file
2015-09-18 11:11:57 -06:00
Ward Fisher
8c70437580
Added a check for a null pointer based on the bug fix documented in [NCF-340].
2015-09-11 12:29:35 -06:00
Ward Fisher
dffaff8406
Further progress on [NCF-340], capturing previously-lost error code NC_EGLOBAL
2015-09-10 15:55:06 -06:00
Ward Fisher
7aa22d275b
Turned search back on in developer documentation. Applied part of fix for [NCF-340] in putget.m4
2015-09-10 15:35:14 -06:00
Ward Fisher
219a873f8d
Cleaned up developer Doxyfile.
2015-09-09 14:57:59 -06:00
dmh
0a7ff043a2
re: Jira NCF-320
...
Partially resolve by making
string variables and attributes use
UTF-8 encoding.
Normalization is not necessarily fixed,
however.
2015-08-20 15:53:48 -06:00
tbeu
e2820e4d8a
Fix common typos
...
Detected by https://github.com/vlajos/misspell_fixer
2015-08-20 11:42:05 +02:00
dmh
765dd83592
Merge branch 'master' of http://github.com/Unidata/netcdf-c
2015-08-19 17:46:50 -06:00
dmh
b8f0522c91
add experimental stdio based ncio module
2015-08-19 17:14:13 -06:00