Russ Rew
4f6b3a04c4
Fix ncdump bug (NCF-169), not escaping characters special to CDL in enumeration labels.
2012-05-07 12:58:22 +00:00
Dennis Heimbigner
e42d7d7f61
fix bug in opaque parsing
2012-05-05 22:31:24 +00:00
Dennis Heimbigner
766b45b459
fix discovered bug in opaque data handling
2012-05-04 19:22:30 +00:00
Dennis Heimbigner
c39c006039
fix fill bug (re: WJF-305473)
2012-05-04 17:32:14 +00:00
Dennis Heimbigner
77de04bb29
fix memory overflow bug (HT to Larry Knox)
2012-05-03 17:15:41 +00:00
Russ Rew
cc6f6486bc
Fixed formatting on usage message
2012-05-01 22:17:59 +00:00
Dennis Heimbigner
f97cdfbf38
file renames to avoid conflicts
2012-04-30 17:10:07 +00:00
Dennis Heimbigner
cb25985208
another scan-build bug fix
2012-04-30 15:58:40 +00:00
Dennis Heimbigner
e0e763f4c9
fix some bugs in oc found using scan-build
2012-04-29 19:17:46 +00:00
Russ Rew
b569613737
Fixed // style comments, for IBM XL C/C++ for AIX V10.1 compiler.
2012-04-25 16:29:59 +00:00
Russ Rew
c6f399c731
Fix non-portable test that depends on nonstandardized floating-point format using e+08, not e+008. Fixes for some problems reported in scan-build static analysis.
2012-04-23 23:59:24 +00:00
Dennis Heimbigner
00e50f5a44
1. changed from using port 8080 to 8081 for motherlode
...
2. Fixed Ward's IGNORE problem with oc
3. Mmap support now works.
4. Fix an uninitialized variable pointed out by Russ in dnclog.c
2012-04-22 20:34:21 +00:00
Russ Rew
fa3fbbcc92
Fixes for NCF-150, bugs in libsrc4 with handling strings in non-netCDF-4 HDF5 files. Added new test in nc_test4 to verify fixes.
2012-04-20 15:42:55 +00:00
Dennis Heimbigner
279f910774
change comments associated with nc_create.
2012-04-16 00:49:47 +00:00
Russ Rew
85743d97f0
Fix ncopy so it actually uses -r option instead of ignoring it. Remove a large number of dead assignments found by clang in nc_test/tt_atts.c.
2012-04-13 02:52:30 +00:00
Dennis Heimbigner
e29a6fb164
added list of configure flags to man4/install.doc
2012-04-13 02:41:00 +00:00
Russ Rew
df361a2891
Fix nc-config.in so --all option works with or without nf-config installed. Add -r and -w options to nccopy for diskless speedups.
2012-04-12 17:18:06 +00:00
Dennis Heimbigner
353b7ebf53
fix bug in memio.c realloc code
2012-04-12 02:06:28 +00:00
Dennis Heimbigner
3e444c39d8
made run_diskless2 only run when doing large file tests
2012-04-09 22:43:30 +00:00
Dennis Heimbigner
48ca394d2e
diskless: make read and write loop to read/write whole file when persisting
2012-04-09 22:03:02 +00:00
Dennis Heimbigner
817a2cc978
Update release notes
2012-04-08 22:49:55 +00:00
Dennis Heimbigner
5536bccee1
allow NC_DISKLESS with nc_open() to operate as a in-memory cache
2012-04-08 22:47:38 +00:00
Dennis Heimbigner
60e48cf51d
Fixed documentation as suggested in e-support ticket KJK-861023 (H/T Charlie Zender)
2012-04-04 04:44:51 +00:00
Russ Rew
5f9cec5f65
Add RELEASE_NOTES entry for fix to issue NCF-164, bug in 64-bit offset format files with large records due to last record variable requiring more than 2**32 bytes per record.
2012-04-01 23:49:38 +00:00
Russ Rew
8a9599c850
Merge my branch back into trunk!
2012-04-01 23:42:53 +00:00
Dennis Heimbigner
f5bd3bf525
cleanup and remove unused code
2012-04-01 20:15:06 +00:00
Dennis Heimbigner
a169a8383c
fixed type bug in tst_createfiles.c: int[]->size_t[]
2012-03-31 19:11:33 +00:00
Dennis Heimbigner
c417a58747
add some debugging help to fix snapshot error
2012-03-30 21:51:31 +00:00
Russ Rew
83675ef257
Fix nc-config.in so nf-config is called for Fortran info, for backward compatibility with use of nc-config in current Makefiles, fixes NCF-165
2012-03-29 12:38:46 +00:00
Russ Rew
ead9187587
Include some doxygen input files that were inadvertently omitted. Fix pkg-config file netcdf.pc.in.
2012-03-28 19:14:25 +00:00
Dennis Heimbigner
7a9802dc7c
forgot to check the case when HAVE_MEMMOVE is false
2012-03-28 17:46:25 +00:00
Dennis Heimbigner
28bd09236b
move single use macro to using program
2012-03-28 16:19:16 +00:00
Dennis Heimbigner
dc016d27ae
fixed missing macro
2012-03-28 16:06:28 +00:00
Dennis Heimbigner
7dcf52719a
add a documentation note about NC_DISKLESS
2012-03-28 02:44:29 +00:00
Dennis Heimbigner
5570117513
fix NC_DISKLESS documentation in nc_create
2012-03-27 03:20:05 +00:00
Dennis Heimbigner
f0dc649960
release notes
2012-03-27 02:55:27 +00:00
Dennis Heimbigner
93f722f594
accidental variable declaration in netcdf.h
2012-03-26 17:03:09 +00:00
Dennis Heimbigner
7e27052f87
- Implemented diskless files for both netcdf classic and extended.
...
The in-memory files can be made persistent if nc_create is called with
NC_DISKLESS|NC_WRITE flags set. Initial test case also included.
- Modified ncio mechanism to support
multiple ncio packages; this is so we
can have posixio and memio operating
at the same time.
- cleanup up a bunch of lint issues (unused variables, etc).
2012-03-26 01:34:32 +00:00
Dennis Heimbigner
25c3167841
ckp
2012-03-26 01:30:22 +00:00
Russ Rew
7592240cb1
recommit Khroulev fix I thought I committed in January
2012-03-20 19:06:08 +00:00
Russ Rew
b376836c0e
add link to previous docs to doxygen main page
2012-03-20 11:38:46 +00:00
Dennis Heimbigner
62abe2a14b
fix conditionalized AC_CHECK_LIB for -lcurl
2012-03-19 19:47:31 +00:00
Dennis Heimbigner
d8335ca910
change to AC_SEARCH_LIBS for curl testing
2012-03-19 19:24:46 +00:00
Russ Rew
5446b72ae6
Get Greg Sjaardema's nccopy bug fix NCF-162 in before release
2012-03-19 18:20:15 +00:00
Dennis Heimbigner
a925bea477
missing big-endian code
2012-03-16 22:32:54 +00:00
Dennis Heimbigner
88f7950d6f
fix a bunch of uninitialized variables
2012-03-16 22:29:09 +00:00
Russ Rew
d5209d808f
Forgot to commit reordered RELEASE_NOTES
2012-03-16 21:51:18 +00:00
Russ Rew
f6aba1b3a4
Fixing typo in comments and trying creation of release
2012-03-16 20:20:15 +00:00
Dennis Heimbigner
a4e030f4cc
remove debug flag
2012-03-16 20:01:09 +00:00
Russ Rew
ce66c76522
Fix typo in configure --help output
2012-03-16 19:12:32 +00:00