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
Russ Rew
0d09fe4558
Finish resolving NCF-142, update to RELEASE_NOTES
2012-03-16 12:36:51 +00:00
Dennis Heimbigner
54b345fc6c
change test_partvar source to avoid server error
2012-03-15 22:01:34 +00:00
Dennis Heimbigner
140666cd4c
Conditional ncdump/tst_iter.sh on LARGE_FILE_TESTS
2012-03-15 20:50:28 +00:00
Dennis Heimbigner
8a40919a61
fix define in netcdf.h
2012-03-15 20:14:19 +00:00
Dennis Heimbigner
99eef24bc2
- Fix NCF-158 to modify ncgen flag defaults.
...
- Fix NCF-157 to modify DAP code to support
partial variable retrieval.
- Fix of NCF-154 to solve problem of ncgen
improperly processing data lists for variables
of size greater than 2**18 bytes.
- Fix ncgen processing of char variables that have
multiple unlimited dimensions.
- Partly fix Jira issue: NCF-145 (vlen issues).
- Benchmark program nc_test4/tst_ar4_*) requires arguments
and should only be invoked inside a shell
script; fixed so that they terminate cleanly
if invoked with no arguments.
- Fix the Doxygen processing so it will work
with make distcheck.
- Begin switchover to using an alternative to ncio.
- Begin support for in-memory (diskless) files.
2012-03-14 23:26:48 +00:00
Russ Rew
b77a5faa83
include INSTALL file in EXTRA_DIST list of Makefile.am
2012-03-14 21:32:58 +00:00
Russ Rew
86ac9f0007
More fixes to synchronize new INSTALL with man4/install.doc
2012-03-14 21:18:30 +00:00
Russ Rew
844f2c85be
synchronize new INSTALL with man4/install.doc
2012-03-14 20:48:14 +00:00
Russ Rew
8d9269dc6d
Fix a typo
2012-03-14 20:10:57 +00:00
Russ Rew
1a718e4edd
Add draft of INSTALL file
2012-03-14 19:26:44 +00:00
Russ Rew
07a5f4fd1a
Peter Cao's valgrind fixes for nc4file.c
2012-03-14 03:48:30 +00:00
Russ Rew
486509242f
Fix ncgen -b documentation to match implemented behavior
2012-03-12 18:21:32 +00:00
Russ Rew
d412686ec3
Fix Jeff Whittaker's bug NCF-156
2012-03-09 19:19:43 +00:00
Dennis Heimbigner
787d32fffd
changed form of some static data to work with cxx4
2012-03-08 22:21:12 +00:00
Russ Rew
458612a06e
Fix man pages for ncdump and nccopy
2012-03-08 22:16:00 +00:00
Russ Rew
75cb7837fb
Speed up nccopy on systems with big disk block sizes
2012-03-08 19:48:57 +00:00
Dennis Heimbigner
f14cdec948
Provide better cleanup of tst_iter.sh
2012-03-08 18:13:08 +00:00
Dennis Heimbigner
2349c62d18
close Jira NCF-154
2012-03-07 23:38:51 +00:00
Russ Rew
316d9a6327
Minor text file updates for 4.2
2012-03-02 20:43:18 +00:00