Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Update clang config (#473) | Quincey Koziol | 2021-03-17 | 1 | -4/+16 |
| | | | | | | | * Update clang config to put H5E_BEGIN_TRY / H5E_END_TRY on separate lines, empty C++ methods on separate lines, understand that ALL_MEMBERS / UNIQUE_MEMBERS are foreach macros, and properly skip the 'config' directory in the find command without emiting a warning * Committing clang-format changes Co-authored-by: github-actions <41898282+github-actions[bot]@users.noreply.github.com> | ||||
* | Update license url (#332) | Larry Knox | 2021-02-17 | 1 | -1/+1 |
| | | | | | | * Modify temporary rpath for testing in java example scripts. * Update URL in source file Copyright headers for web copy of COPYING file - src and test directories. | ||||
* | Clang-format of source files | Allen Byrne | 2020-09-30 | 1 | -264/+251 |
| | |||||
* | Trim trailing whitespace | Quincey Koziol | 2020-04-20 | 1 | -1/+1 |
| | |||||
* | Add support for GCC 7.x warnings, update warnhist script to account for them, | Quincey Koziol | 2019-06-21 | 1 | -3/+3 |
| | | | | clean up warnings. | ||||
* | VOL FEATURE | Dana Robinson | 2018-10-10 | 1 | -5/+6 |
| | |||||
* | Normalization with vol_integration (test code and H5Xtest.c) | Dana Robinson | 2018-09-20 | 1 | -38/+10 |
| | |||||
* | Merge pull request #426 in HDFFV/hdf5 from ~LRKNOX/hdf5_lrk:hdf5_1_10 to ↵ | Larry Knox | 2017-04-25 | 1 | -6/+4 |
| | | | | | | | | | | hdf5_1_10 * commit '54957d37f5aa73912763dbb6e308555e863c43f4': Commit copyright header change for src/H5PLpkg.c which was added after running script to make changes. Add new files in release_docs to MANIFEST. Cimmit changes to Makefile.in(s) and H5PL.c that resulted from running autogen.sh. Merge pull request #407 in HDFFV/hdf5 from ~LRKNOX/hdf5_lrk:hdf5_1_10_1 to hdf5_1_10_1 Change copyright headers to replace url referring to file to be removed and replace it with new url for COPYING file. | ||||
* | The cache_image test shows a skipped message about EoC in parallel. | Dana Robinson | 2017-04-20 | 1 | -1/+0 |
| | |||||
* | Added code to disable the evict-on-close feature in | Dana Robinson | 2017-04-19 | 1 | -0/+100 |
| | | | | the parallel library. | ||||
* | Minor cleanups and bring over "prefetched dirty" fixes for entries loaded from | Quincey Koziol | 2017-03-12 | 1 | -0/+1 |
| | | | | a cache image. | ||||
* | Switch list lengths to unsigned integers (to align better w/cache image merge) | Quincey Koziol | 2017-01-28 | 1 | -8/+8 |
| | |||||
* | First cut at fixing the tagging issue with the free space managers. | Dana Robinson | 2016-11-30 | 1 | -4/+0 |
| | | | | | | | | | * Converted the tag macros to regular ones so the parent's tag is used via the dxpl. * Updated the tag sanity check logic so for free space managers. * Turned new-style group checks back on in test/evict_on_close.c | ||||
* | Updated the evict-on-close test to create a large number of subgroups | Dana Robinson | 2016-11-28 | 1 | -48/+102 |
| | | | | | in a containing group. This will ensure that many cache entries will be used, making a better test of EoC functionality. | ||||
* | Switch to new, more scalable, metadata cache entry tagging. | Quincey Koziol | 2016-11-07 | 1 | -1/+1 |
| | |||||
* | Code style and warning cleanups, from revise_chunks branch. | Quincey Koziol | 2016-11-06 | 1 | -5/+2 |
| | |||||
* | Removed commented-out lines that clean up test files. | Dana Robinson | 2016-11-03 | 1 | -2/+2 |
| | |||||
* | Added a test for old- and new-style groups under evict-on-close. | Dana Robinson | 2016-10-30 | 1 | -33/+141 |
| | |||||
* | Evict-on-close now works with groups. | Dana Robinson | 2016-10-28 | 1 | -29/+88 |
| | | | | | test/evict_on_close.c has been updated to generate groups but does not yet check EoC works correctly. | ||||
* | Changed H5Dcreate to H5Dcreate2 in test/evict_on_close.c | Dana Robinson | 2016-10-01 | 1 | -7/+7 |
| | |||||
* | Added full implementation of EoC cache test. | Dana Robinson | 2016-09-30 | 1 | -13/+30 |
| | |||||
* | Added code to create the test file for all chunk index and layout types. | Dana Robinson | 2016-09-30 | 1 | -15/+293 |
| | |||||
* | Fleshed out evict on close test that inspects cache. | Dana Robinson | 2016-09-29 | 1 | -24/+194 |
| | |||||
* | Added the beginnings of a file generator to the test. | Dana Robinson | 2016-09-24 | 1 | -16/+186 |
| | |||||
* | [svn-r30110] Added missing evict_on_close.c file to test/. | Dana Robinson | 2016-06-27 | 1 | -0/+144 |