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
Ed Hartnett
65c54d88f5
fixed some AIX portability issues, added tests, especially valgrind tests
2010-10-08 18:54:53 +00:00
Russ Rew
a7535f1f83
recreating branch for russ
2010-10-06 17:14:17 +00:00
Russ Rew
0a26928f44
test both for fill-value and non fill-value
2010-10-06 16:28:33 +00:00
Ed Hartnett
60a6253832
fixed NC_SHORT conversion bug
2010-10-06 15:50:42 +00:00
Russ Rew
8416eb3be2
clean up test for USHORT conversions bug fix
2010-10-05 22:11:18 +00:00
Russ Rew
c9956d3674
provide test for USHORT conversions bug fix
2010-10-05 22:04:34 +00:00
Russ Rew
cad6e425e2
fix bug with USHORT conversions
2010-10-05 17:24:58 +00:00
Russ Rew
d43dbd67b4
Simplify nccopy. Minor documentation additions.
2010-10-05 01:12:57 +00:00
Russ Rew
6d07696820
sync properties of working directory
2010-10-05 00:50:54 +00:00
Russ Rew
afb61ffec4
property changes on .?
2010-10-04 20:37:50 +00:00
Russ Rew
47f06bf045
Fix to work for --disable-netcdf-4 also
2010-10-04 20:18:36 +00:00
Russ Rew
3b686f97a0
Merged latest trunk changes to my branch.
2010-10-04 18:48:01 +00:00
Russ Rew
7a6f7c6a94
Merge group iterator source into existing variable data iterator files nciter.h and nciter.c. Adapt nccopy.c accordingly.
2010-10-04 17:24:21 +00:00
Russ Rew
4b3ea48bbd
Merged latest trunk changes into my branch.
2010-10-04 16:53:34 +00:00
Ed Hartnett
6edafe22a4
fixed malloc(0) bug when copying atts
2010-10-04 13:38:01 +00:00
Russ Rew
a0cf68eb27
Document restriction that group names must be different from variable names in the same parent group.
2010-10-03 16:24:01 +00:00
Russ Rew
a448df0f3d
Fixed malloc/free problem with group iterator, leaks. Used group iterator to simplify nccopy.
2010-09-30 15:19:07 +00:00
Dennis Heimbigner
f4bea28a5c
update oc; fix tmp file problem
2010-09-28 18:23:05 +00:00
Russ Rew
e8b72bd177
provide a simpler API, nc_inq_grps_full()
2010-09-24 16:01:38 +00:00
Ed Hartnett
105fe5fed1
fixed extra-test bug, return code from nc_inq_var_* functions with bad ncids, bumped version to beta2
2010-09-24 15:55:54 +00:00
Russ Rew
493c5ff596
Added group iterator code, to be used later to simplify nccopy, maybe ncdump
2010-09-23 22:41:22 +00:00
Ed Hartnett
d53c6bdcfc
fixed bug with nf90_inquire_variable returning range error because of chunksizes for a contiguous variable
2010-09-22 14:25:42 +00:00
Ed Hartnett
c6fcf09bc6
missing file added
2010-09-22 13:50:32 +00:00