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
Dennis Heimbigner
e29a6fb164
added list of configure flags to man4/install.doc
2012-04-13 02:41:00 +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
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
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
f6aba1b3a4
Fixing typo in comments and trying creation of release
2012-03-16 20:20:15 +00:00
Russ Rew
ce66c76522
Fix typo in configure --help output
2012-03-16 19:12:32 +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
Dennis Heimbigner
aebd11348a
1)Integrate the oc with improved performance
2012-01-29 18:56:29 +00:00
Dennis Heimbigner
702dfea21c
make note about ISO-8859-1 in ncgen.l
2012-01-27 03:17:03 +00:00
Russ Rew
e39dc1ed39
Revert libtool version to 7.1.1. Disable libdiskless.
2012-01-12 23:27:30 +00:00
Dennis Heimbigner
599f35d2e6
fix appel problems with data lists
2012-01-09 18:39:37 +00:00
Dennis Heimbigner
9dbc6028fe
replace .Z distribution with .zip
2011-12-31 21:13:50 +00:00
Russ Rew
df29c531fa
Include win32 directory in distribution, still needs warnings
2011-12-20 22:38:31 +00:00
Dennis Heimbigner
8634dc4d14
move version to 4.2-rc1
2011-12-19 19:10:44 +00:00
Dennis Heimbigner
a8732c1320
Add test for character fillvalue bug
2011-12-13 04:16:52 +00:00
Dennis Heimbigner
8b3b307b10
modify dap legal names
2011-12-05 20:53:43 +00:00
Dennis Heimbigner
efd9808b0a
completely rewritten constraint system
2011-11-14 04:20:19 +00:00
Dennis Heimbigner
1c7fb2fdb7
shutdown ncdap_test temporarily
2011-10-09 03:41:37 +00:00
Ed Hartnett
d18f5e2cc8
took out evil fortran hack
2011-10-04 19:21:57 +00:00
Ed Hartnett
4def09a1b0
added hack to allow F77 library to be built into the C library
2011-09-29 13:43:53 +00:00
Dennis Heimbigner
d7790e7e7e
2011-09-16 18:36:08 +00:00
Dennis Heimbigner
16dee702b7
fix NCF-120
2011-09-15 16:57:16 +00:00
Dennis Heimbigner
7eccec950f
Merge librpc
2011-09-01 22:32:28 +00:00
Ed Hartnett
9d683a9822
added some internal documentation to doxygen documentation
2011-08-22 13:53:37 +00:00
Ed Hartnett
f1da0b16e7
more changes in support of building snapshot docs
2011-08-19 16:03:14 +00:00
Ed Hartnett
d58c18c623
added diskless files API, subsetting not working, classic model only
2011-08-16 21:04:33 +00:00
Ed Hartnett
9212be6606
took out fortran API, made some documentation changes
2011-08-11 17:54:34 +00:00
Ed Hartnett
2b2bcded42
removed cxx and cxx4, bumped version to 4.2, and fixed up documentation some
2011-08-10 18:00:32 +00:00
Ed Hartnett
ebd6b34027
fix
2011-07-20 23:41:40 +00:00
Ed Hartnett
e4e91e0c8d
fix typo in filename
2011-07-20 23:27:41 +00:00
Ed Hartnett
28e812e952
fix typo in filename
2011-07-20 22:37:50 +00:00
Ed Hartnett
b6aaedaea1
more doxygen changes
2011-07-20 21:39:14 +00:00
Ed Hartnett
85fa6a1aa5
more doxygen work
2011-07-18 14:27:16 +00:00
Dennis Heimbigner
4f30d3694c
cleanup misc. issues
2011-07-14 22:24:02 +00:00
Ed Hartnett
296ca23237
minor changes to improve visual studio and vxworks builds
2011-07-13 12:36:22 +00:00
Ed Hartnett
6232bbdfe6
beginning of Doxygen conversion for documentation
2011-07-01 16:14:25 +00:00
Ed Hartnett
abfad3bce7
changes to get netcdf4 + szlib working properly
2011-06-30 00:04:48 +00:00
Ed Hartnett
2519462232
bumped package version to 4.1.3
2011-06-17 21:15:20 +00:00
Ed Hartnett
c835857434
fix to nc-config for static builds
2011-06-10 13:34:12 +00:00
Ed Hartnett
c199d81417
fixed fortran parallel I/O flag bug
2011-06-02 22:46:15 +00:00
Ed Hartnett
8840a58f30
fixed HDF4 library finding
2011-06-01 19:48:33 +00:00
Ed Hartnett
ad0e87c055
minor cleanup
2011-05-25 10:54:57 +00:00
Dennis Heimbigner
03f79aa8f5
fixed esupport:RVK-949505 and DML-490284
2011-05-24 21:48:44 +00:00
Ed Hartnett
e2685a1475
changes to remove EXTERN_LDFLAG from build, also to fix netCDF-4 sync bug
2011-05-17 19:14:35 +00:00
Dennis Heimbigner
fec4cdb230
Fixed the following Jira minor bugs:
...
NCF-42: _Format attribute sometimes being ignored
NCF-43: Fixed unsigned long long parsing.
NCF-47: Make opendap code properly handle illegal names like "x.y" by
supressing them
NCF-49: check for uint type
NCF-50: properly handle username:pwd embedded in urls.
2011-05-12 17:51:32 +00:00
Ed Hartnett
0d1df0920d
fixed configure to find dlls or unix shared libraries, as available
2011-05-12 16:31:48 +00:00
Ed Hartnett
efb796ceb2
DLL names are different from Unix shared library names
2011-05-10 21:07:43 +00:00
Ed Hartnett
8de30b5e74
bumped version, updated release notes
2011-05-06 18:26:17 +00:00