Commit Graph

2974 Commits

Author SHA1 Message Date
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
Ward Fisher
5132850264 Working out some syntax for travis-ci test matrix. 2015-11-20 12:45:37 -07:00
Ward Fisher
fc1528acf1 Quick test for introducing a basic test matrix. 2015-11-20 12:43:47 -07:00
Ward Fisher
995bc29b2a Turned off Python test, turned on autoconf build/test as well. 2015-11-20 12:38:06 -07:00
Ward Fisher
4e24acc377 Reconfigured travis to run a test via docker. 2015-11-20 12:32:30 -07:00
dmh
47e10591b4 ckp 2015-11-19 13:44:55 -07:00
Ward Fisher
05034bfd57 More cleaning up of configuration status messages. 2015-11-17 17:14:22 -07:00
Ward Fisher
d72b108494 Cleaning up netcdf status message. 2015-11-17 16:31:29 -07:00
Ward Fisher
c053de5d0c Corrected a static-analysis detected error state where a null pointer could be passed to strcmp 2015-11-17 11:26:38 -07:00
Ward Fisher
d8733e501b Updated Release notes. 2015-11-16 14:39:02 -07:00
Ward Fisher
2683652d4c Added a reference to netcdf4-js interface. 2015-11-16 14:37:44 -07:00
Ward Fisher
135519424f Merge branch 'gdsjaar-cmake' 2015-11-16 12:25:05 -07:00
Greg Sjaardema
26779a9e49 Add local include paths first
If a netcdf.h include file exists in any of the include paths
specified for HDF5 or other libraries, it was being included
instead of the local netcdf.h file in the source directory
since the local include paths were added at the end of the
compile line instead of at the beginning.

This commit puts the local include paths at the beginning
of the compile line
2015-11-16 07:51:17 -05:00
Greg Sjaardema
e1dc89c8f0 Revert "Add local include paths first"
This reverts commit 3fa48a8f9d.
2015-11-16 07:48:05 -05:00
Greg Sjaardema
b2eb493da3 Merge branch 'master' of https://github.com/gdsjaar/netcdf-c 2015-11-16 07:45:25 -05:00
Greg Sjaardema
c62f2703a1 Revert "Fix compliance with classic model"
This reverts commit 513e10d057.
2015-11-16 07:38:30 -05:00
Greg Sjaardema
0b44ab9d38 Merge branch 'master' into master 2015-11-16 07:23:13 -05:00
Ward Fisher
0438339a8d Fleshed out test script. 2015-11-13 10:49:32 -07:00