Commit Graph

2991 Commits

Author SHA1 Message Date
Ward Fisher
2ea988f84d Added a check for signed char. 2015-12-22 12:02:18 -07:00
Ward Fisher
9d4e72e75f Added a test case for bug. 2015-12-22 11:39:24 -07:00
Ward Fisher
d53f8166c8 Merge branch 'rmcgibbo-mingw' 2015-12-09 13:53:33 -07:00
Robert T. McGibbon
3303ccd519 Fix preprocessor for mingw 2015-12-07 18:08:13 -08:00
Ward Fisher
9c4777c092 Added a host identifier to the docker run command in travis configuration. 2015-12-03 14:47:13 -07:00
Ward Fisher
17c748904b Turning on CDash at request of @dmh. 2015-12-03 14:13:14 -07:00
Ward Fisher
683279c737 Merge branch 'travis-parallel' 2015-12-02 15:38:18 -07:00
Ward Fisher
8a7fcf63ef Removing parallel from travis build. It just doesn't work reliably. 2015-12-02 15:17:32 -07:00
Ward Fisher
1350b1216f Merge branch 'travis-parallel' 2015-12-02 13:37:16 -07:00
Ward Fisher
609e31748c Added parallel (openmpi) to travis CI. 2015-11-30 15:23:46 -07:00
Ward Fisher
b4459e072f Merge branch 'master' into gh152 2015-11-30 14:52:18 -07:00
Ward Fisher
b7455a8f0a Merge branch 'gsjaardema-max_vars_dims_cleanup' 2015-11-30 12:06:24 -07:00
Greg Sjaardema
ccb9682288 Merge branch 'master' into max_vars_dims_cleanup 2015-11-30 10:37:07 -05:00
Greg Sjaardema
2d8b20a97c Incorrect dimension was used; should be NC_MAX_VAR_DIMS 2015-11-30 10:32:53 -05:00
Greg Sjaardema
724453b113 Update comments related to NC_MAX_VARS and NC_MAX_DIMS 2015-11-30 10:28:06 -05:00
dmh
cbb6df3232 Github issue 152: https://github.com/Unidata/netcdf-c/issues/152
User request to have all orphaned DAP2 attributes kept as netcdf
global attributes. This is primarily a change in the oc code
nplus testcase dataset changes.

Result may be inconsistent with netcdf-Java output.
2015-11-29 20:38:12 -07:00
Ward Fisher
5d1207b335 Merge branch 'github156' 2015-11-26 18:15:55 -06:00
Ward Fisher
fce30a0d32 Updated ncgenl.c 2015-11-26 17:47:30 -06:00
Ward Fisher
04de3d3fa2 Merge branch 'NCF-345' into github156 2015-11-24 17:20:07 -06:00
Ward Fisher
dd2201621e Addressed an API-related usage of strncmp. 2015-11-24 17:19:36 -06:00
Ward Fisher
8ebbd2a9c5 Updated makeparser target. 2015-11-24 16:16:23 -06:00
Dennis Heimbigner
8fc2cd2df5 Merge branch 'master' into github156 2015-11-24 13:16:27 -07:00
Ward Fisher
1e564aa721 Redirected docker pull output to /dev/null for travis-ci, to prevent the command from blowing out the log (which is limited to 10k lines). 2015-11-23 18:17:16 -06:00
Ward Fisher
4cb66307b0 Collaped travis test matrix. 2015-11-23 17:53:32 -06:00
Ward Fisher
499a29fd4c Broke out travis build matrix a bit more. 2015-11-23 16:42:56 -06:00
Ward Fisher
03f7b56879 Cleaned up a sloppy cut-and-paste on my part. 2015-11-23 15:49:24 -06:00
Ward Fisher
bf0279e229 Added new test in support of https://github.com/Unidata/netcdf-c/issues/160 2015-11-23 15:48:24 -06:00
Ward Fisher
c000899df2 Added a test in support of issue https://github.com/Unidata/netcdf-c/issues/160. 2015-11-23 15:42:22 -06:00
Ward Fisher
e6e4851364 Added a link in the documentation to the scinetcdf interface, https://atoms.scilab.org/toolboxes/scinetcdf 2015-11-23 14:39:29 -06:00
Ward Fisher
12cb3dc103 Merge branch 'master' into travis-docker 2015-11-20 15:04:43 -07:00
Ward Fisher
a531926b67 Added 32-bit tests back in now that issue is fixed. 2015-11-20 15:03:26 -07:00
Ward Fisher
9b9fb791d4 Added a fix for how autodist was checking for szip with libhdf5 [158] 2015-11-20 21:58:28 +00:00
Ward Fisher
478dbec245 Temporarily removed 32-bit tests until we fix issue [158] 2015-11-20 14:40:39 -07:00
Ward Fisher
1fc5ec8849 Correcting mistake in travis.yml syntax. 2015-11-20 13:57:56 -07:00
Ward Fisher
522d1a0ed5 Merge branch 'travis-docker' of https://github.com/Unidata/netcdf-c into travis-docker 2015-11-20 13:52:50 -07:00
Ward Fisher
c62d3fa93e Added old travis configuration for reference. 2015-11-20 13:52:45 -07:00
Ward Fisher
3718ee0a0a Attempting to make the travis script output a bit more verbose. 2015-11-20 13:52:19 -07:00
Ward Fisher
5bdb1cb8c3 Attempting to make the travis script output a bit more verbose. 2015-11-20 13:46:55 -07:00
Ward Fisher
ae303f5458 Further complicated build matrix :). 2015-11-20 13:42:30 -07:00
Ward Fisher
26e4f04a78 Refactoring build matrix. 2015-11-20 13:38:31 -07:00
Ward Fisher
b2b2200c46 Testing to see if you can define multiple entries per line for a matrix. 2015-11-20 13:11:35 -07:00
Ward Fisher
a5204fb450 Adding 32-bit to test matrix. 2015-11-20 13:03:38 -07:00
Ward Fisher
50d117cae6 Testing to see if we can use a build matrix in the before_install script stanza as well. 2015-11-20 13:03:13 -07:00
Ward Fisher
5dcb05fbfd Trying matrix without utility script to see if the missing colon was the main issue. 2015-11-20 13:01:47 -07:00
Ward Fisher
d75841ab81 Hah. Fixed a missing colon. 2015-11-20 13:00:30 -07:00
Ward Fisher
4b2cb987f9 Removed dangling configuration. 2015-11-20 12:59:45 -07:00
Ward Fisher
7c95c62733 Offloading some stuff to a test script. 2015-11-20 12:59:28 -07:00
Ward Fisher
e6c5b5c567 Working out some syntax for travis-ci test matrix. 2015-11-20 12:53:14 -07:00
Ward Fisher
cc20ba00b7 Working out some syntax for travis-ci test matrix. 2015-11-20 12:51:26 -07:00
Ward Fisher
0bfa0ad767 Working out some syntax for travis-ci test matrix. 2015-11-20 12:46:12 -07:00