| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
| |
|
| |
|
|
|
|
| |
- Fixed a missing line in H5Dint.c
|
|
|
|
|
| |
- Removed commented-out debug code from H5Dint.c
- Added blank lines to eliminate delta in a fortran file.
|
|\ |
|
| |\
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
~KOZIOL/hdf5:features/warning_cleanups to develop
* commit '5a7880183025f56421cf6f2274d9f1ac36f59641':
Clean up hardcoded constants and check return values better. (Comments from group code review)
Description: Cleanups from Dana's review.
Description: Further warning cleanups: from 667 warnings to 503.
|
| | |
| | |
| | |
| | | |
Further warning cleanups: from 667 warnings to 503.
|
| |\ \
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
develop
* commit '748d6f318c5ebe4fa7ee5d8e4ca2681d69792b70':
Change check for number of dimensions for old-style arrays in datatype decoding routine from an assertion to an if/HGOTO_ERROR check, since it is inappropriate to assert the contents of a file will be what we expect.
|
| | |/
| | |
| | |
| | | |
decoding routine from an assertion to an if/HGOTO_ERROR check, since it is inappropriate to assert the contents of a file will be what we expect.
|
| |\ \
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
develop
* commit '866d17f57f47414b6e778d63fcdcc2a82b208683':
Fix bug in "nooptype" decode in fix for TALOS-0177.
Fix issues in H5Znbit.c where the decompression algorithm would not check the compressed data for validity, potentially causing a buffer overflow.
|
| | | | |
|
| | |/
| | |
| | |
| | | |
the compressed data for validity, potentially causing a buffer overflow.
|
| |/
| |
| |
| | |
with a check and error. The assertion was inappropriate because it is operating on data read from the file, which the library does not always have direct control of.
|
|\ \
| | |
| | |
| | | |
https://bitbucket.hdfgroup.org/scm/~derobins/hdf5_der into evict_on_close
|
| | |
| | |
| | |
| | | |
new functions.
|
|/ / |
|
| |
| |
| |
| |
| |
| |
| | |
- Removed support for datatypes.
- Commented out support for groups
- General change clean-up
- Added a list of improvements to BRANCH.txt
|
| |
| |
| |
| | |
this time.
|
|\ \
| |/ |
|
| | |
|
| |
| |
| |
| |
| |
| |
| | |
which is a compound datatype consisting of
a variable length string.
Tested on mayll, platypus, osx1010test, emu, kituo, kite, quail, moohan, ostrich.
|
| |
| |
| |
| |
| |
| |
| |
| | |
This version of the macro isn't used anywhere in the
HDF5 source.
Tested on: 64-bit Ubuntu Linux 16.04 LTS w/ gcc 5.4.0
Autotools serial
|
| |
| |
| |
| |
| |
| |
| |
| |
| | |
More warning cleanups, bringing the build down to 25 unique types of
warnings, with 550 warnings in 122 files (down from 28, 770, and 134).
Tested on:
MacOSX/64 10.11.5 (amazon) w/serial & parallel
(h5committest forthcoming)
|
| |
| |
| |
| |
| |
| |
| |
| |
| | |
in parallel,
with an alignment threshold set to be larger than the chunk size but smaller
than the size of the small data aggregator.
Tested: koala, ostrich (h5committest); jelly, ummon
|
| |
| |
| |
| |
| |
| |
| |
| | |
where a block could
be unaligned, causing an assertion failure.
Tested: koala, ostrich, jelly (h5committest), ummon
|
| |
| |
| |
| | |
refactored out the assert statement since H5MM_xfree allows null argument.
|
| |
| |
| |
| |
| | |
Tested on: 64-bit Ubuntu Linux 16.04 LTS w/ gcc 5.4.0
Autotools serial
|
| |
| |
| |
| |
| |
| |
| |
| |
| | |
More warning cleaups: down to 770 warnings (from ~940) in 134 files (from
148), with 28 unique kinds of warnings (from 31).
Tested on:
MacOSX/64 10.11.5 (amazon) w/serial & parallel
(h5committest forthcoming)
|
| |
| |
| |
| |
| |
| |
| |
| |
| | |
Clean up more warnings: drop the warning count from ~1310 down to ~940,
with only 31 types of warnings in 148 files (down from 38 types in 167 files).
Tested on:
MacOSX/64 10.11.5 (amazon) w/serial & parallel
(h5committest forthcoming)
|
| |
| |
| |
| |
| |
| |
| |
| | |
More warning cleanups. This brings us down to ~1300 warnings in 167 files
Tested on:
MacOSX/64 10.11.5 (amazon) w/serial & parallel
(h5committest forthcoming)
|
| |
| |
| |
| |
| | |
Tested on: 64-bit Ubuntu Linux w/ gcc 5.3.1
Autotools serial w/ core and core_paged VFDs
|
| |
| |
| |
| | |
Tested on jam, osx1010test, moohan, platypus, emu, kite, kituo, mayll, ostrich, quail.
|
| |
| |
| |
| |
| |
| |
| |
| | |
Bring over missing flush+refresh routines, to address Java failures.
Tested on:
MacOSX/64 10.11.5 (amazon) w/serial, parallel & production
Linux/64 2.6.18 (jam) w/Java
|
| |
| |
| |
| |
| |
| |
| |
| |
| | |
a message that
should not be sharable being marked as sharable on disk, returns failure in
this case. Needs testing.
Tested: ummon
|
| |
| |
| |
| |
| |
| |
| |
| |
| | |
Use internal rounding routine, if the StdC ones aren't available (like on
Windows).
Tested on:
MacOSX/64 10.11.5 (amazon) w/serial & parallel
(h5committest forthcoming)
|
| |
| |
| |
| |
| |
| |
| |
| | |
Correct build error with non-debug parallel builds
Tested on:
MacOSX/64 10.11.5 (amazon) w/serial & parallel
(h5committest forthcoming)
|
|\ \
| |/ |
|
| |
| |
| |
| |
| |
| |
| |
| | |
Clean up warnings (from 2774 -> 1560, with my standard debug build)
Tested on:
MacOSX/64 10.11.5 (amazon) w/serial, parallel & production
(h5committest forthcoming)
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
Move updated flush dependency code in metadata cache from revise_chunks
branch to trunk. Also many of the cleanups from r30111 in the revise_chunks
branch.
Tested on:
MacOSX/64 10.11.5 (amazon) w/serial, parallel & production
(h5committest forthcoming)
|
| |
| |
| |
| |
| |
| | |
Tested on: 64-bit Ubuntu Linux w/ gcc 5.3.1
Autotools serial
(comment and whitespace changes only)
|
| | |
|
| | |
|
| |
| |
| |
| | |
now supports evict-on-close for datatypes.
|
| | |
|
|\ \
| |/
| |
| |
| | |
flush flag up the function call stack and not setting
it during H5Dclose().
|
|/
|
|
|
|
|
|
|
|
| |
The features is controlled via H5Pset/get_evict_on_close()
and is currently enabled by default (it will be disabled
by default in the final implementation).
There is a bug in the code where the eviction of tagged
metadata fails due to some of the metadata being dirty,
resulting in error return values and test failures.
|
|
|
|
|
|
|
|
|
|
| |
Bring object/dataset/group/named datatype features from revise_chunks
branch to trunk. Also CMake support for h5format_convert and a bunch of
misc. cleanups.
Tested on:
MacOSX/64 10.11.5 (amazon) w/serial, parallel & production
(h5committest forthcoming)
|
|
|
|
|
|
|
|
| |
Bring metadata cache corking to trunk.
Tested on:
MacOSX/64 10.11.5 (amazon) w/serial, parallel & production
(h5committest forthcoming)
|
|
|
|
|
|
|
|
|
| |
Create iterator routine for tagged entries and refactor current routines
to use it.
Tested on:
MacOSX/64 10.11.5 (amazon) w/serial, parallel & production
(h5committest forthcoming)
|