Ward Fisher
|
237f0c6e65
|
Merge branch 'ejh_tidy' of https://github.com/NetCDF-World-Domination-Council/netcdf-c into pr-aggregation.wif
|
2019-01-23 15:11:59 -07:00 |
|
Ward Fisher
|
cb2affbef5
|
Merge branch 'patch-32' of https://github.com/gsjaardema/netcdf-c into pr-aggregation.wif
|
2019-01-23 15:09:35 -07:00 |
|
Ed Hartnett
|
60132a0ed7
|
made function static, removed unneeded if statement
|
2019-01-20 09:53:00 -07:00 |
|
Ed Hartnett
|
9d40e0a2af
|
made function static, removed unneeded if statement
|
2019-01-20 09:52:42 -07:00 |
|
Ed Hartnett
|
281f67da6e
|
removed unneeded vars, fixed and added comments
|
2019-01-20 09:46:15 -07:00 |
|
Ed Hartnett
|
adb3356aff
|
merged ejh_test_pnetcdf, fixes broken logging statement, added comments
|
2019-01-20 09:42:18 -07:00 |
|
Ed Hartnett
|
c6a9948a8e
|
removed unneeded var, fixed broken log statements that cause segfaults
|
2019-01-20 09:37:13 -07:00 |
|
Ed Hartnett
|
15e6a782db
|
removed unneeded variable, shortened function name
|
2019-01-20 09:25:04 -07:00 |
|
Ed Hartnett
|
e1cd4018c5
|
removed unneeded variable
|
2019-01-20 09:18:14 -07:00 |
|
Greg Sjaardema
|
1ab53924cb
|
Tests on equalp are always true
If `equalp` is NULL, then the function returns early, so all subsequent tests on `equalp` are not needed.
|
2019-01-04 17:39:48 -07:00 |
|
Ed Hartnett
|
029aa5f626
|
now using hidden coordinates att to speed file opens
|
2018-12-20 05:59:31 -07:00 |
|
Ed Hartnett
|
7249350c3f
|
now remember whether coords att has been read for a var
|
2018-12-19 09:43:32 -07:00 |
|
Ed Hartnett
|
6e3d284fcc
|
write coordinates hidden attribute for all variables
|
2018-12-19 09:16:21 -07:00 |
|
Ed Hartnett
|
f5c7209838
|
comment and code cleanup
|
2018-12-19 09:10:15 -07:00 |
|
Ed Hartnett
|
070214f81a
|
more comments, code cleanup
|
2018-12-19 06:52:26 -07:00 |
|
Ed Hartnett
|
25184f3843
|
moved code to get_attached_info()
|
2018-12-18 09:16:03 -07:00 |
|
Ed Hartnett
|
1b38d9aef8
|
lazy read of some var metadata
|
2018-12-18 07:48:22 -07:00 |
|
Ed Hartnett
|
e9bd94821d
|
split out some var meta reading, fixed setting of var->container
|
2018-12-17 08:41:43 -07:00 |
|
Ed Hartnett
|
77b3a81d86
|
starting to deal with var metadata separately
|
2018-12-17 08:25:19 -07:00 |
|
Ed Hartnett
|
8ca5a1ac17
|
Merge branch 'master' into ejh_fast_var_prep
|
2018-12-12 07:05:45 -07:00 |
|
Ward Fisher
|
30ea33435c
|
Merge remote-tracking branch 'origin/license_update.wif' into pr-aggregation.wif
|
2018-12-11 17:08:21 -05:00 |
|
Ward Fisher
|
50fa6b4f32
|
Merge branch 'ejh_next_22' of https://github.com/NetCDF-World-Domination-Council/netcdf-c into pr-aggregation.wif
|
2018-12-11 17:06:43 -05:00 |
|
Ward Fisher
|
dedc8e7dde
|
Merge branch 'ejh_next_20' of https://github.com/NetCDF-World-Domination-Council/netcdf-c into pr-aggregation.wif
|
2018-12-11 17:06:32 -05:00 |
|
Ward Fisher
|
6deb77bade
|
Merge branch 'master' into gh1207.dmh
|
2018-12-11 16:44:04 -05:00 |
|
Ed Hartnett
|
aaa5a50ca9
|
cleanup of hdf5open.c, now check for COORDINATES hidden att and use it to find dimids if available
|
2018-12-11 09:57:08 -07:00 |
|
Ed Hartnett
|
dc1115ae76
|
moved rec_match_dimscales() to hdf5open.c, made it faster by skipping already-identified dims
|
2018-12-11 09:40:59 -07:00 |
|
Ed Hartnett
|
28aa22f8cf
|
cleanup and some comments for rec_write_metadata()
|
2018-12-11 09:33:46 -07:00 |
|
Ed Hartnett
|
8e1d781ea3
|
fixed error handling in write_dim(), also converted dimscale creation to H5Dcreate2()
|
2018-12-11 09:28:23 -07:00 |
|
Ed Hartnett
|
1a0cfb729e
|
fixed error handling in write_var()
|
2018-12-11 08:10:08 -07:00 |
|
Ed Hartnett
|
26239a0897
|
cleaned up loop reattaching dimscales
|
2018-12-11 07:21:09 -07:00 |
|
Ed Hartnett
|
7b72d0b832
|
fixed error handling in attach_dimscales()
|
2018-12-11 07:15:46 -07:00 |
|
Ed Hartnett
|
39a0f822fa
|
changed loop to use ncindexlookup() instead of looping through the names
|
2018-12-11 07:07:00 -07:00 |
|
Ed Hartnett
|
d7b657af4e
|
cleaned up comments, changed loop to use ncindexlookup() instead of looping through the names
|
2018-12-11 06:43:27 -07:00 |
|
Ed Hartnett
|
53bdb74869
|
fixed error handling of write_netcdf4_dimid()
|
2018-12-11 06:38:23 -07:00 |
|
Ed Hartnett
|
ef5a39e19a
|
cleaned up hdf5internal.c
|
2018-12-11 06:22:48 -07:00 |
|
Ed Hartnett
|
3c9a141ee3
|
moved function detect_preserve_dimids and made it static
|
2018-12-11 06:15:47 -07:00 |
|
Ward Fisher
|
87110139f6
|
More synchronization of copyright stanzas.
|
2018-12-06 14:34:40 -07:00 |
|
Ed Hartnett
|
f6443bce8f
|
rest of separation of libhdf5 and libsrc4
|
2018-11-30 14:05:11 -07:00 |
|
Ed Hartnett
|
b5ed407e9f
|
better handling of normalizing names in HDF5 atts
|
2018-11-30 13:28:18 -07:00 |
|
Ed Hartnett
|
d0587c9536
|
more name normalization
|
2018-11-30 09:14:53 -07:00 |
|
Ed Hartnett
|
77d0922d49
|
starting to deal with normalized name in HDF5 attribute code
|
2018-11-30 08:59:58 -07:00 |
|
Ed Hartnett
|
433499771b
|
moved special att reading function to libhdf5
|
2018-11-30 07:50:15 -07:00 |
|
Ed Hartnett
|
104b4b50fe
|
clean up
|
2018-11-29 06:25:34 -07:00 |
|
Ed Hartnett
|
d51b221c62
|
move setting of var chunk cache to libhdf5
|
2018-11-29 06:10:39 -07:00 |
|
Ed Hartnett
|
c824ad9ec9
|
further removal of libhdf5 code from libsrc4
|
2018-11-28 15:48:08 -07:00 |
|
Ed Hartnett
|
f9d3fff2c3
|
rest of removal of lazy att code from libsrc4
|
2018-11-26 11:11:56 -07:00 |
|
Ed Hartnett
|
016f675fad
|
more separation of lazy att reads from libsrc4
|
2018-11-26 10:44:48 -07:00 |
|
Ed Hartnett
|
c56b1cecd4
|
moving lazy att code to libhdf5
|
2018-11-26 10:18:24 -07:00 |
|
Ed Hartnett
|
c710b42707
|
moving lazy att code to libhdf5
|
2018-11-26 10:14:03 -07:00 |
|
Ed Hartnett
|
cc18944fa7
|
moved lazy atts handling for nc_inq_attid()
|
2018-11-26 09:58:31 -07:00 |
|