- Nov 09, 2015
-
-
Ward Fisher authored
-
- Nov 07, 2015
-
-
dmh authored
1. Added check to libsrc4/nc4var.nc_def_var_extra to check that the no specified chunks size is greater than the dimension size. 2. Added test to nc_test4/tst_chunks.c
-
- Nov 06, 2015
-
-
Ward Fisher authored
-
Ward Fisher authored
-
Ward Fisher authored
-
- Nov 03, 2015
-
-
Ward Fisher authored
-
- Nov 02, 2015
-
-
Ward Fisher authored
-
Ward Fisher authored
-
Ward Fisher authored
-
Ward Fisher authored
-
-
Ward Fisher authored
-
- Oct 30, 2015
-
-
Ward Fisher authored
[NCF-344] Modified addvar test to return 0 when called without an argument. Test doesn't run unless passed a file, but it isn't a failure. The test is run properly through a shell script already.
-
Ward Fisher authored
-
Ward Fisher authored
-
- Oct 29, 2015
-
-
Ward Fisher authored
-
Ward Fisher authored
-
Ward Fisher authored
-
Ward Fisher authored
-
- Oct 28, 2015
-
-
Ward Fisher authored
-
Ward Fisher authored
-
Ward Fisher authored
-
Ward Fisher authored
-
Ward Fisher authored
-
Ward Fisher authored
-
Ward Fisher authored
-
- Oct 27, 2015
-
-
Ward Fisher authored
Reworked doxygen so that auth.html is only generated when needed, as I'm sure it was originally intended. Created a specific make target in docs directory, 'oc2-auth', for autotools and cmake.
-
Ward Fisher authored
-
Ward Fisher authored
-
Ward Fisher authored
-
- Oct 26, 2015
-
-
Ward Fisher authored
housekeeping
-
- Oct 24, 2015
-
-
dmh authored
- sync oc2 with master for https://DennisHeimbigner@github.com/Unidata/oc.git - Cleanup auth.html documentation. - Cleanup obsolete documentation.
-
- Oct 23, 2015
-
-
Ward Fisher authored
-
- Oct 22, 2015
-
-
dmh authored
-
dmh authored
-
Ward Fisher authored
-
Ward Fisher authored
-
- Oct 21, 2015
-
-
dmh authored
-
- Oct 20, 2015
-
-
Ward Fisher authored
Github issue 134:
-
dmh authored
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.
-