summaryrefslogtreecommitdiffstats
path: root/test/h5test.c
Commit message (Expand)AuthorAgeFilesLines
...
| * | Add a couple of missing prototypes for static routines, along with updatingQuincey Koziol2018-11-301-6/+6
| * | Add support for "make check-vol", along with a few minor cleanups, etc.Quincey Koziol2018-11-291-2/+11
| * | Refactor infrastructure for setting FAPL information from environmentQuincey Koziol2018-11-281-147/+213
| * | Updates after merging changes from develop.Quincey Koziol2018-10-261-5/+5
| * | Updates to the VOL ID and object API calls.Dana Robinson2018-10-171-1/+1
| * | VOL FEATUREDana Robinson2018-10-101-0/+43
* | | Change H5F_open to perform deduplication of open VFDs in a more flexible way,David Young2020-07-301-0/+1
* | | Trim trailing whitespaceQuincey Koziol2020-05-201-1/+1
* | | Add Splitter VFD to library.Jacob Smith2020-05-201-0/+75
* | | Change thread IDs to uint64_t from unsigned long, per Quincey's suggestion.David Young2020-05-201-1/+1
* | | Replace pthread_self_ulong() with H5TS_thread_id(). The POSIX ThreadsDavid Young2020-05-201-3/+1
* | | Reduce differences between my -Werror branch and `develop`:David Young2020-05-201-6/+4
* | | fix unused function warningkmu2020-05-201-0/+60
* | | Squashed commit of the token_refactoring branch:Dana Robinson2020-05-201-2/+2
* | | fix intel compile warningskmu2020-05-201-2/+1
* | | Revert "fix warnings and some text alignment"kmu2020-05-201-12/+14
* | | fix warnings and some text alignmentkmu2020-05-201-14/+12
* | | Yanked -Wc++-compat from the flags used to build the C library in bothDana Robinson2020-05-201-4/+4
* | | Merge all of my changes from merge-back-to-feature-vfd_swmr-attempt-1,David Young2019-12-091-286/+424
* | | Straggler from last commit: make TESTING() take printf-like varargsDavid Young2019-09-231-0/+11
|/ /
* | Normalization with vol_integration (test code and H5Xtest.c)Dana Robinson2018-09-201-7/+3
|/
* Changes made based on feedback from pull request #1039.Vailin Choi2018-05-141-1/+1
* Fix for HDFFV-10180 Performance issues with H5Oget_info.Vailin Choi2018-04-241-2/+2
* Normalization with VOL integration branch.Dana Robinson2017-12-051-65/+42
* Added a test for VFD IDs to testhdf5.Dana Robinson2017-07-011-0/+100
* Rework of the POSIX file open permissions and macros to clean upDana Robinson2017-04-281-2/+2
* Changed the Windows POSIX open() file permissions to be correctDana Robinson2017-04-281-2/+2
* Merge pull request #426 in HDFFV/hdf5 from ~LRKNOX/hdf5_lrk:hdf5_1_10 to hdf5...Larry Knox2017-04-251-6/+4
* Deleted an extraneous remove() call from a test functionDana Robinson2017-02-081-3/+1
* Bring new/updated tests from revise+chunks branch: flush1/flush2 update andQuincey Koziol2016-12-201-0/+121
* Fixed a few memory problems in test/cache_logging.c andDana Robinson2016-11-231-11/+22
* Merge branch 'develop' into evict_on_closeDana Robinson2016-09-301-7/+25
|\
| * Clean up hardcoded constants and check return values better. (Comments fromQuincey Koziol2016-09-291-2/+5
| * Description:Quincey Koziol2016-09-291-2/+2
| * Description:Quincey Koziol2016-09-271-7/+22
* | Fixed typoDana Robinson2016-09-241-1/+1
|/
* [svn-r30295] Minor whitespace cleanup in h5test.c.Dana Robinson2016-08-171-45/+55
* [svn-r30113] Description:Quincey Koziol2016-06-281-3/+3
* [svn-r30017] Description:Quincey Koziol2016-06-061-1/+1
* [svn-r29881] Add include guards.Allen Byrne2016-05-041-2/+1
* [svn-r29548] Minor normalization w/ trunk in preparation for big merge.Dana Robinson2016-03-241-7/+7
* [svn-r29132] Added new single-responsibility functions to h5test.c/h that canDana Robinson2016-02-171-0/+294
* [svn-r27848] Description:Quincey Koziol2015-09-221-2/+2
* [svn-r27835] Description:Quincey Koziol2015-09-211-15/+47
|\
| * [svn-r27768] Description:Quincey Koziol2015-09-141-12/+72
* | [svn-r27420] Fixed VDS test to handle the family driver correctly.Neil Fortner2015-07-211-5/+31
* | [svn-r27191] Merged r26781 to r27185 from trunkDana Robinson2015-06-111-79/+83
|\ \ | |/
| * [svn-r27185] fix more instances where both mpi is_initialized and is_finalize...Mohamad Chaarawi2015-06-101-77/+81
| * [svn-r27133] - Add a new attribute function characterstic for format:Mohamad Chaarawi2015-06-011-3/+3
* | [svn-r27153] Implement fill value support for VDS.Neil Fortner2015-06-051-6/+6