2
0
mirror of https://github.com/Unidata/netcdf-c.git synced 2025-02-23 16:59:54 +08:00
Commit Graph

1077 Commits

Author SHA1 Message Date
Ward Fisher
9105e98826 Merging latest bug fixes from trunk. 2012-11-20 23:01:39 +00:00
Ward Fisher
876861cc07 Corrected a static-memory overrun. It was causing a segfault on my
32-bit linux VM, but nowhere else.  Coverity identified the issue 
(defect 743616), and correcting it fixed the crash.
2012-11-20 23:00:17 +00:00
Ward Fisher
b524c3d300 Corrected several ctest bugs. 2012-11-20 22:01:37 +00:00
Russ Rew
7e6ffcb334 Fix ncdump bug on 32-bit platforms 2012-11-20 21:49:28 +00:00
Ward Fisher
e8d05bfcb8 2012-11-20 21:48:41 +00:00
Ward Fisher
40dbcc9732 ctest-related fixes for various platform path problems. 2012-11-20 21:26:40 +00:00
Ward Fisher
f143057a65 Corrected an error introduced by switch ctest shell scripts to use bash instead of sh. Only showed up in a couple of tests. 2012-11-20 20:51:31 +00:00
Ward Fisher
600ee10ce8 2012-11-20 17:51:23 +00:00
Ward Fisher
a82728e12b 2012-11-19 21:46:53 +00:00
Ward Fisher
39d6e7ad06 merge latest changes from trunk. 2012-11-19 21:44:56 +00:00
Ward Fisher
ff631c8156 Merged latest changes from cmake branch.
o Improved CMake support.
o Cmake module compatibility (netcdf-config*.cmake.in).
2012-11-19 21:43:12 +00:00
Dennis Heimbigner
cb1f6f0ae9 repair bad dap names 2012-11-19 21:26:34 +00:00
Russ Rew
920e248b61 Stop escaping '%' in CDL names 2012-11-19 21:14:41 +00:00
Ward Fisher
cff9e052ac Moved ctest-scripts into their own place in the repository. 2012-11-19 21:07:28 +00:00
Dennis Heimbigner
047967515a fix tests to work with non-escaped % 2012-11-19 20:59:43 +00:00
Ward Fisher
9ee0a0d1bd Merged changes from trunk. 2012-11-19 20:39:28 +00:00
Russ Rew
8b63afda70 Fix portability bug, no arithmetic on void * pointers 2012-11-19 20:02:22 +00:00
Ward Fisher
404965a93c Fixed typo introduced in last version. 2012-11-19 18:01:56 +00:00
Ward Fisher
c7660af1ce A minor change to how tests are run to accomodate SunOS/buddy. 2012-11-19 17:52:20 +00:00
Ward Fisher
2b4b777ca6 2012-11-19 17:49:53 +00:00
Ward Fisher
7700009811 Merged additional changes from trunk, made a change to how script
tests are invoked to see if it fixes a problem on SunOS.
2012-11-19 17:41:53 +00:00
Russ Rew
592a120a55 Fixed bug NCF-206 (Fix strided access for NC_STRING type). Verified
fix with new test for strided access for NC_STRING type.
2012-11-19 17:20:53 +00:00
Ward Fisher
109460c42e Added the new test (tst_mud.sh) to the CMake build system. 2012-11-19 16:56:44 +00:00
Ward Fisher
7c03fd3f1c Imported changes from trunk. 2012-11-19 16:49:14 +00:00
Ward Fisher
ac16c44ed9 added config files. 2012-11-19 16:33:21 +00:00
Ward Fisher
29be541497 2012-11-19 16:21:46 +00:00
Russ Rew
8e98e3727d Fixed bug NCF-144 (ncdump of variables with multiple unlimited
dimensions).  Added comprehensive tests that include variables with
lots of combinations of 0 through 4 fixed and unlimited dimensions.
2012-11-16 21:37:43 +00:00
Ward Fisher
2294a705bf Added additional packaging, symbolic link, versioning options to cmakelists.txt files. 2012-11-15 20:45:08 +00:00
Ward Fisher
e534f1fa44 Further test scripting coverage. 2012-11-15 18:25:16 +00:00
Ward Fisher
d00e4743fb 2012-11-15 18:03:10 +00:00
Ward Fisher
36ffe12a2b Scripting Update 2012-11-15 18:01:46 +00:00
Ward Fisher
8bee884064 Fixed a coverity issue. 2012-11-15 17:56:19 +00:00
Ward Fisher
cf4a829d94 Updated Continuous testing script. 2012-11-15 17:47:34 +00:00
Ward Fisher
9eb27255e8 2012-11-15 17:37:31 +00:00
Ward Fisher
011a414195 Updated Continuous test script. 2012-11-15 17:34:47 +00:00
Ward Fisher
a680c81b89 2012-11-15 17:24:31 +00:00
Ward Fisher
261d6f5302 2012-11-15 17:22:31 +00:00
Ward Fisher
540bf323fc 2012-11-15 17:18:09 +00:00
Ward Fisher
f3cf209f9c 2012-11-15 17:17:11 +00:00
Ward Fisher
d105b9ddbd 2012-11-15 17:16:00 +00:00
Ward Fisher
9ae21209ae 2012-11-15 17:08:16 +00:00
Ward Fisher
e14934301b 2012-11-15 17:05:59 +00:00
Ward Fisher
5429f81c5a Added ctest scripting directory. 2012-11-14 20:18:42 +00:00
Ward Fisher
272f489ae7 Grabbed bug fixes from trunk. 2012-11-14 20:16:15 +00:00
Ward Fisher
afa67452f6 Took some time to address a handful of errors identified by Coverity.
Primarily focused on memory errors falling into a couple different types:

1) Static overrun errors.
2) Dereference uninitialized memory errors.

make distcheck works after applying these fixes, and coverity no longer sees an issue, so hopefully they are properly resolved.
2012-11-14 18:24:45 +00:00
Ward Fisher
5a5a89a54e 2012-11-13 21:34:15 +00:00
Ward Fisher
59e88302e1 Package management configuration. 2012-11-13 20:06:02 +00:00
Ward Fisher
71abc449d9 2012-11-12 20:20:54 +00:00
Ward Fisher
c09d34ad81 2012-11-12 20:01:17 +00:00
Ward Fisher
1aa3d9a567 2012-11-12 20:00:09 +00:00