Commit Graph

251 Commits

Author SHA1 Message Date
Ed Hartnett
0ba976a515 turned off nctest valgrind checks, except when --enable-extra-tests is used 2010-12-06 19:37:35 +00:00
Ed Hartnett
94210cb492 fixed HDF4 build memory problem 2010-12-06 16:27:08 +00:00
Dennis Heimbigner
c3c87a6aa5 2010-12-04 22:38:15 +00:00
Dennis Heimbigner
cba787cfff Fixed bug in libcndap about handling nested sequences 2010-12-03 22:01:21 +00:00
Ed Hartnett
d66a45f05c optimized way special dimid is written or updated. 2010-12-03 00:03:48 +00:00
Ed Hartnett
edc5c64e54 optimized way special dimid is searched for when var is opened. 2010-12-02 23:52:53 +00:00
Russ Rew
c64330e74e Fix typo in 'worst naming convention in 45 years of programming' :-) 2010-12-02 21:43:45 +00:00
Ed Hartnett
184b2d0945 freed new path string for nc3 and nc4 files 2010-12-01 18:21:47 +00:00
Ed Hartnett
1d733fe2e1 updated libtool version required to 2.4. 2010-11-30 20:25:04 +00:00
Ed Hartnett
bc8b6de486 removed unneeded define 2010-11-30 19:31:28 +00:00
Russ Rew
7db57da22a Fix group bug in cxx4, remove extraneous include from cxx4 examples. 2010-11-30 17:39:21 +00:00
Ed Hartnett
03f63a5f1c many changes for memory fixes 2010-11-29 22:23:16 +00:00
Ed Hartnett
8cc0fd982f fixed valgrind problems 2010-11-29 21:07:09 +00:00
Dennis Heimbigner
7a37820c55 Fix #1 for constraints 2010-11-29 17:58:09 +00:00
Dennis Heimbigner
c96133ded7 removed extraneous global variable 2010-11-24 23:12:20 +00:00
Ed Hartnett
186597e4ad fixed libtool initialization 2010-11-23 22:12:05 +00:00
Russ Rew
23307ac97b Fix bug in name/hash code for renaming a dimension. 2010-11-23 18:10:51 +00:00
Ed Hartnett
f98352bef6 added rename test that fails 2010-11-22 16:47:14 +00:00
Russ Rew
f4b8da646c Add nccopy doumentation to Users Guide. Update man pages for ncdump, nccopy. Other minor fixes to Users Guide. 2010-11-17 23:20:40 +00:00
Russ Rew
7fb25a2a5a Jeff Whitaker's nc-config change. Cosmetic change to benchmark output. 2010-11-16 23:08:42 +00:00
Dennis Heimbigner
d6741c826a Fixed some constraint handling bugs 2010-11-13 23:24:28 +00:00
Russ Rew
5e1967e466 Put gettimeofday(&start_time, ...) call in the right place for meaningful timings. 2010-11-12 21:18:11 +00:00
Ed Hartnett
e22ff1d34a added timing test of HDF5 many attributes creation 2010-11-12 20:12:32 +00:00
Ed Hartnett
35b0c5422d got benchmark build working agian 2010-11-12 18:09:12 +00:00
Russ Rew
2ba3602188 remove writing attributes, since already tested in bm_many_atts benchmark 2010-11-12 05:36:24 +00:00
Russ Rew
171f42da85 Documentation fixes for udunits, cxx4. New benchmark programs for a large number of objects (groups, variables, attributes). 2010-11-12 03:56:26 +00:00
Russ Rew
6523e87b9b Fix f90 example documentation bug. 2010-11-10 16:14:55 +00:00
Dennis Heimbigner
b2c05fa4d0 fixed:
ncgen: nan bug
       made semicolons optional after type decls
libncdap{3,4}: revamped the NC surrogate to better match
       with libsrc
libdispatch: Added a new_nc function to the dispatch table; its purpose
                 is to allow hierarchical use of NC compatible data structures.
libsrc: cleaned up the NC structure by removing drno field
general: removed --with-oc options
2010-11-09 22:53:03 +00:00
Russ Rew
cdffbf74a9 Fixed spelling errors. 2010-11-05 22:12:14 +00:00
Russ Rew
c0f9c533f6 fix nccopy man page 2010-11-05 20:53:01 +00:00
Ed Hartnett
ad5631b287 distclean the texi files generated by udunits 2010-11-02 22:46:16 +00:00
Ed Hartnett
aea3afe40a trying to fix parallel make issue 2010-11-02 16:32:17 +00:00
Ed Hartnett
c2b967be53 changes to make parallel tests script output 2010-10-20 17:20:28 +00:00
Ed Hartnett
de920c643a fixed problem with parallel builds 2010-10-20 15:37:34 +00:00
Ed Hartnett
1d25a39a8f changed permissions of shell scripts so they would actually work. 2010-10-19 17:52:48 +00:00
Ed Hartnett
d2bdd8fe9e shared library now by default 2010-10-15 15:10:34 +00:00
Ed Hartnett
211225da2b fixed parallel test by removing BAIL macro 2010-10-15 13:21:43 +00:00
Ed Hartnett
f4ea963b02 changed permissions 2010-10-15 12:05:53 +00:00
Dennis Heimbigner
b928a38cd5 Fixed bug in relational constraints; added tests 2010-10-14 22:34:52 +00:00
Ed Hartnett
24b75c6575 fixed typo 2010-10-14 14:48:37 +00:00
Ed Hartnett
2a88503f52 added missing file 2010-10-14 11:07:53 +00:00
Ed Hartnett
a658960034 added more valgrind testing 2010-10-13 22:53:25 +00:00
Ed Hartnett
5923f92119 adding missing include in parallel I/O test program 2010-10-13 15:05:00 +00:00
Ed Hartnett
c9033810e1 added many valgrind tests in libsrc4, fixed some memory problems 2010-10-12 09:12:08 +00:00
Russ Rew
621333c933 Merge doc fixes for def_opaque functions into trunk 2010-10-11 16:16:10 +00:00
Ed Hartnett
d8cdc2085d more testing of HDF5 vlen type 2010-10-11 14:52:29 +00:00
Russ Rew
23226e5101 merge latest trunk changes into my branch 2010-10-10 21:20:42 +00:00
Russ Rew
561749bb3d fix order of args for def_opaque functions in .texi documentation 2010-10-10 21:18:10 +00:00
Ed Hartnett
75d38d4308 fixed for missing header file 2010-10-08 20:14:19 +00:00
Ed Hartnett
64d614fd87 added missing file, fixed includes, removed unneeded header file 2010-10-08 20:08:24 +00:00