| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
| |
This reverts commit f1dcda5c8e23d4897b5fe49049b8d939313b39c6.
|
|
|
|
|
|
| |
Replaced a static keyword that was deleted during a warnings overhaul.
Tested on 64-bit Visual Studio 2015
|
|
|
|
| |
H5Pset/get_core_write_tracking() API calls.
|
|\
| |
| |
| |
| |
| |
| |
| | |
Checkpoint update
* commit '4a2669d51f8f839a63c1257c184318cd8c0ce1ae':
Correct typo: add ' '
Snapshot release: increment version.
|
| | |
|
|/ |
|
|\
| |
| |
| |
| |
| |
| | |
Fixes the v16 API failures in the evict-on-close test.
* commit 'dd47e42313fd4d76da95b7e48013bcd0d8879434':
Changed H5Dcreate to H5Dcreate2 in test/evict_on_close.c
|
|/ |
|
|\
| |
| |
| |
| |
| | |
* commit '2299ff06c3dd9d5dee5320999a282f1526c27be7':
Correct variable name
Fix error reporting
|
| | |
|
| | |
|
|\ \
| |/
|/|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
Merged evict-on-close feature from branch (via develop in cloned repo).
* commit 'cbc260e636e258cc55d9fb8fdafd3bff0877ac23': (21 commits)
- Removed BRANCH.txt and MANIFEST entry - Fixed a missing line in H5Dint.c
- Removed non-implemented code from H5Gint.c - Removed commented-out debug code from H5Dint.c - Added blank lines to eliminate delta in a fortran file.
Added full implementation of EoC cache test.
Added code to create the test file for all chunk index and layout types.
Fleshed out evict on close test that inspects cache.
Added the beginnings of a file generator to the test.
Fixed typo
Added "Purpose:" information to the API call comments for the new functions.
Cleaned up feature for dissemination to LLNL: - Removed support for datatypes. - Commented out support for groups - General change clean-up - Added a list of improvements to BRANCH.txt
Removed blank line in Fortran file (leftover from last commit)
Reverted H5T code since datatypes will not be supported at this time.
Fixed format_convert and fortran files (bad merge?).
Updated manifest. Was missing BRANCH.txt.
Added missing evict on close test file line to test/CMakeLists.txt.
[svn-r30110] Added missing evict_on_close.c file to test/.
[svn-r30108] Moved group flush and evict code to H5G_close from H5Gclose.
[svn-r30107] Moved dataset flush and evict code to H5D_close from H5Dclose.
[svn-r30106] Moved datatype close code to new internal function. H5Oclose() now supports evict-on-close for datatypes.
[svn-r30105] Datatypes and Groups now support evict-on-close.
[svn-r30084] First pass at the evict-on-close feature.
...
|
| |
| |
| |
| | |
- 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.
|
| | |
| | |
| | |
| | | |
group code review)
|
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
Cleanups from Dana's review.
Tested on:
MacOSX/64 10.11.5 (amazon) w/C++ & FORTRAN
(h5committest forthcoming)
|
| | |
| | |
| | |
| | | |
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.
|
|\ \ \ \ \
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
develop
* commit '62d7562fbd6c6f9f2892cc9a3894f5a68a2b6fdc':
Replace assertion in H5O_dtype_decode_helper for number of array dimensions 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.
|
| |\ \ \ \ \
| | | |/ / /
| | |/| | | |
|
| | |/ / /
| |/| | |
| | | | |
| | | | | |
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.
|
|\ \ \ \ \
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
* commit '583af563d9f7eb8cedba6a8bb12d3218f55addf6':
Add missing target depends command
Correct clear objects working dir
|
| | | | | | |
|
|/ / / / / |
|
|\ \ \ \ \
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
* commit 'bc1d833a80190a83bb11151f2d60035acdae3d2c':
Fix typo
Add missing SH to target name
Add gen file technique to HL and test fortran libraries
|
| | | | | | |
|
| | | | | | |
|
|/ / / / / |
|
|\ \ \ \ \
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
* commit '60adc706e6c8bdee4a2e9a7c211f2f2a12dfc355':
Add WORKING_DIR to command
Add target depends require separate folders
|
| | | | | | |
|
|/ / / / / |
|
|\ \ \ \ \
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
* commit '347501aba2962691988e73ddb1b384397e507a80':
Add another source property
Update generated files commands and properties
|
| | | | | | |
|
|/ / / / / |
|
|\ \ \ \ \
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
* commit 'e9d582a034b68a4b4485e2c71c089d9e52b63d52':
Chage command proces to generate file before use.
|
|/ / / / / |
|
|\ \ \ \ \
| |_|/ / /
|/| | | |
| | | | |
| | | | | |
* commit 'ef2e93d23988b44c663b6df583edecd2e604f009':
Eliminate unreferenced local variable warning
|
|/ / / / |
|
| | | |\
| | | | |
| | | | |
| | | | | |
https://bitbucket.hdfgroup.org/scm/~derobins/hdf5_der into evict_on_close
|
| | | | |
| | | | |
| | | | |
| | | | | |
new functions.
|
| | | | |\
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
to evict_on_close
Sync with develop and cleaned up feature. Feature works with datasets but testing is minimal.
* commit '2646f917adb5b2e17404260e433dc3ed7c39a602': (102 commits)
Cleaned up feature for dissemination to LLNL: - Removed support for datatypes. - Commented out support for groups - General change clean-up - Added a list of improvements to BRANCH.txt
Removed blank line in Fortran file (leftover from last commit)
Reverted H5T code since datatypes will not be supported at this time.
Fixed format_convert and fortran files (bad merge?).
Updated manifest. Was missing BRANCH.txt.
Add missing command to set shared generated file
Add default site names
Separate fortran generation into static and shared folders.
Revert to using old set command
Change string to list - older usage
Add option to submit to Cdash
Change UPDATE_TYPE to git
Update CMake java functions
Added missing evict on close test file line to test/CMakeLists.txt.
Restrict git commit hash in tar file names to first 7 characters with --short option.
Add longer timeout to cache tests - test has consistently exceeded default timing.
Removed -p option from invocation of autogen.sh by h5vers script to allow running h5vers on machines without /usr/hdf/bin/AUTOTOOLS.
Add bin/pkgscrpts files to MANIFEST.
dd bin/pkgscrpts directory with scripts to package deployed unix binaries into tarfiles.
Purpose: Code cleanup Description: - Used FP_EPSILON in comparing float values to verify read data - Casted C macro to fix mismatched types in verify_val calls Platforms tested: Linux/32 2.6 (jam) Linux/64 (platypus) Darwin (osx1010test)
...
|
| | | | | | |
|