Dennis Heimbigner
|
73bf240f07
|
insert ESG support
|
2010-07-19 18:06:09 +00:00 |
|
Ed Hartnett
|
dfa55e1d70
|
fixed bad fortran array
|
2010-07-12 17:47:31 +00:00 |
|
Russ Rew
|
ffdd11d58f
|
Merged latest trunk changes to my branch.
|
2010-07-12 16:45:43 +00:00 |
|
Ed Hartnett
|
c464dfe430
|
Distcheck build was broken, so reverted to working revision of trunk
|
2010-07-10 14:26:30 +00:00 |
|
Dennis Heimbigner
|
6386efc450
|
|
2010-07-10 03:00:23 +00:00 |
|
Dennis Heimbigner
|
b54f48fe26
|
|
2010-07-10 02:12:11 +00:00 |
|
Dennis Heimbigner
|
cee2274995
|
|
2010-07-10 01:43:45 +00:00 |
|
Dennis Heimbigner
|
0ed66db735
|
merge new oc
|
2010-07-10 01:26:24 +00:00 |
|
Ed Hartnett
|
2d509f2d9b
|
removed C++ style comment
|
2010-07-09 22:22:50 +00:00 |
|
Ed Hartnett
|
45a6f02d7c
|
some changes to get build working on bluefire
|
2010-07-09 20:57:09 +00:00 |
|
Ed Hartnett
|
1e184b24fe
|
more updates for RELEASE_NOTES before beta release
|
2010-07-09 17:52:24 +00:00 |
|
Ed Hartnett
|
c3823f65ff
|
updated RELEASE_NOTES for 4.1.2-beta1
|
2010-07-09 16:11:07 +00:00 |
|
Ed Hartnett
|
53e0c50de6
|
roll back mistaken commit
|
2010-07-09 16:03:27 +00:00 |
|
Ed Hartnett
|
fc46dca977
|
updated RELEASE_NOTES
|
2010-07-09 16:01:43 +00:00 |
|
Ed Hartnett
|
d5dffba00e
|
fixed bug in netcdf-4 coordinate variable define after enddef/redef, bumped version to 4.1.2-beta1
|
2010-07-08 18:58:23 +00:00 |
|
Russ Rew
|
d62c16ad73
|
Fix ncdump bug identifying coordinate variables in groups. Fix bug in libsrc/posixio.c when providing sizehint larger than default, which then doesn't get used (reported by Harald nlauf).
|
2010-07-08 17:17:33 +00:00 |
|
Russ Rew
|
36c1cf8915
|
Merged latest trunk changes to my branch.
|
2010-07-08 16:20:29 +00:00 |
|
Ed Hartnett
|
0c0576862d
|
fix for out of order dimensions after enddef/redef, then definition of coordinate variables
|
2010-07-08 13:39:47 +00:00 |
|
Ed Hartnett
|
b107c86f6f
|
further reduction of memory use by netcdf-4
|
2010-07-07 16:41:02 +00:00 |
|
Ed Hartnett
|
96970bba9e
|
fixed HDF4 problem with allocated metadata storage
|
2010-07-06 14:56:28 +00:00 |
|
Russ Rew
|
b971b1d9d8
|
Don't use C99 inline declarations, gcc4 won't compile them.
|
2010-07-05 04:06:02 +00:00 |
|
Russ Rew
|
726e4b0457
|
Don't call nc_inq_dimids when netCDF-3 only
|
2010-07-05 00:00:23 +00:00 |
|
Russ Rew
|
a90944979f
|
Fix bug identifying coordinate variables in groups, from Felipe
Bertrand's bug report.
|
2010-07-02 17:20:01 +00:00 |
|
Ed Hartnett
|
a106e959bc
|
removed more memory use for netcdf-4 performance
|
2010-07-01 16:02:10 +00:00 |
|
Ed Hartnett
|
8131df9f40
|
cleaned up memory use in enums and compound types and variables
|
2010-07-01 15:51:19 +00:00 |
|
Ed Hartnett
|
eb9f666352
|
reduced memory use for dimensions in netcdf-4
|
2010-07-01 13:36:41 +00:00 |
|
Ed Hartnett
|
1d5bbb7cfa
|
reduced memory use of type structs for netcdf-4
|
2010-07-01 13:17:54 +00:00 |
|
Ed Hartnett
|
ad5466af24
|
reduced memory use for attributes
|
2010-07-01 13:08:28 +00:00 |
|
Ed Hartnett
|
bc6c5a071b
|
took out more per-variable memory for netCDF-4 files
|
2010-07-01 12:52:44 +00:00 |
|
Ed Hartnett
|
0e855e0dc5
|
more changes to make netcdf-4 use less memory per variable
|
2010-07-01 11:39:34 +00:00 |
|
Ed Hartnett
|
2ca9240913
|
removed more memory hogging arrays from NC_VAR_INFO_T to improve netcdf-4 memory performance
|
2010-06-30 21:16:50 +00:00 |
|
Ed Hartnett
|
6db57b7f09
|
made var->chunksizes array allocated intead of fixed size, to improve memory performance of netCDF-4
|
2010-06-30 21:05:11 +00:00 |
|
Russ Rew
|
eb81a54ff0
|
Removed generated Makefile.in, added earlier by mistake.
|
2010-06-30 19:40:44 +00:00 |
|
Ed Hartnett
|
fd2d071d0b
|
removed unneeded file include/Makefile.in
|
2010-06-30 19:37:48 +00:00 |
|
Russ Rew
|
7a34f42844
|
Applied Harold Anlauf's patch for a longstanding bug in
libsrc/posixio.c when providing a sizehint which is larger than the
hardcoded value of NCIO_MAXBLOCKSIZE, which doesn't then get used.
|
2010-06-30 17:27:24 +00:00 |
|
Russ Rew
|
4c46932e2c
|
Create new branch from trunk
|
2010-06-30 16:46:55 +00:00 |
|
Ed Hartnett
|
0b5fdedb12
|
fixed HDF5 error messages when file without creation ordering is opened
|
2010-06-30 15:34:31 +00:00 |
|
Ed Hartnett
|
071ed49e08
|
new branch for ed
|
2010-06-30 15:02:20 +00:00 |
|
Ed Hartnett
|
6de0e1698e
|
fixed parallel make problem in oc directory, fixed extra-test problem
|
2010-06-30 14:55:57 +00:00 |
|
Ed Hartnett
|
2ce4c3e368
|
removed unneeded files from repository
|
2010-06-29 14:22:30 +00:00 |
|
Ed Hartnett
|
e8218ab23b
|
moved header files to include dir, refactored libdispatch, cleaned up Makefile.am files
|
2010-06-29 14:11:48 +00:00 |
|
Ed Hartnett
|
f1bea72f66
|
fixed position of test in list, which matters for extra-test builds, and fixed its error handling
|
2010-06-29 13:03:46 +00:00 |
|
Ed Hartnett
|
21f84d5c6c
|
fixed some makefile include problems for ncgen/ncdump
|
2010-06-28 18:07:35 +00:00 |
|
Ed Hartnett
|
f0a72cbefb
|
fixed broken classic-only build
|
2010-06-28 17:17:43 +00:00 |
|
Ed Hartnett
|
0f7f58d85c
|
added tst_interops6.c
|
2010-06-25 14:51:46 +00:00 |
|
Ed Hartnett
|
4220dca07a
|
broke out test into libsrc/tst_interops6.c to help find memory problem
|
2010-06-25 14:51:16 +00:00 |
|
Russ Rew
|
a60c19a01d
|
Deprecate _ubyte functions in C API in favor of identical _uchar functions
|
2010-06-24 22:54:15 +00:00 |
|
Russ Rew
|
ef66f0cc06
|
Merged latest trunk changes to my branch.
|
2010-06-24 22:07:01 +00:00 |
|
Dennis Heimbigner
|
23727f5597
|
|
2010-06-24 17:36:04 +00:00 |
|
Dennis Heimbigner
|
ac1287d00b
|
|
2010-06-24 17:32:29 +00:00 |
|