| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge pull request #2752 in HDFFV/hdf5 from ~DEROBINS/hdf5_der:develop_minor ... | Dana Robinson | 2020-08-12 | 1 | -5/+5 |
|\ |
|
| * | Fixes the splitter VFD test on Windows. | Dana Robinson | 2020-08-12 | 1 | -5/+5 |
|
|
* | | Fixes flock Windows failure | Dana Robinson | 2020-08-07 | 1 | -6/+6 |
|/ |
|
* | Removes staff email addresses from the repository | Dana Robinson | 2020-08-07 | 1 | -1/+1 |
|
|
* | Merge branch 'develop' into file_locking_squash_2 | Dana Robinson | 2020-08-06 | 1 | -8/+15 |
|\ |
|
| * | Warning fixes in tools and h5test.c | Dana Robinson | 2020-08-06 | 1 | -8/+15 |
|
|
* | | Squash merge of file locking fixes | Dana Robinson | 2020-08-03 | 1 | -0/+58 |
|/ |
|
* | * Fix intermittent error with Splitter VFD. | Jacob Smith | 2020-06-25 | 1 | -20/+87 |
|
|
* | Trim trailing whitespace | Quincey Koziol | 2020-04-20 | 1 | -1/+1 |
|
|
* | Add Splitter VFD to library. | Jacob Smith | 2020-03-13 | 1 | -0/+75 |
|
|
* | Change thread IDs to uint64_t from unsigned long, per Quincey's suggestion. | David Young | 2020-02-03 | 1 | -1/+1 |
|
|
* | Replace pthread_self_ulong() with H5TS_thread_id(). The POSIX Threads | David Young | 2020-02-03 | 1 | -3/+1 |
|
|
* | Merge branch 'develop' into misc | kmu | 2020-01-29 | 1 | -6/+4 |
|\ |
|
| * | Reduce differences between my -Werror branch and `develop`: | David Young | 2020-01-29 | 1 | -6/+4 |
|
|
* | | fix unused function warning | kmu | 2020-01-28 | 1 | -0/+60 |
|/ |
|
* | Squashed commit of the token_refactoring branch: | Dana Robinson | 2020-01-16 | 1 | -2/+2 |
|
|
* | Merge branch 'develop' into bugfix/intel_warnings | kmu | 2019-12-09 | 1 | -4/+4 |
|\ |
|
| * | Yanked -Wc++-compat from the flags used to build the C library in both | Dana Robinson | 2019-12-04 | 1 | -4/+4 |
|
|
* | | fix intel compile warnings | kmu | 2019-12-04 | 1 | -2/+1 |
|
|
* | | Revert "fix warnings and some text alignment" | kmu | 2019-11-26 | 1 | -12/+14 |
|
|
* | | fix warnings and some text alignment | kmu | 2019-11-11 | 1 | -14/+12 |
|/ |
|
* | Update versioning to next major version | Allen Byrne | 2019-09-25 | 1 | -1/+2 |
|
|
* | fix get gethostname for windows | Allen Byrne | 2019-08-28 | 1 | -1/+1 |
|
|
* | Add HD prefix to tests | Allen Byrne | 2019-08-15 | 1 | -67/+67 |
|
|
* | Merge reconciliation and VFD test fixes | Allen Byrne | 2019-08-04 | 1 | -2/+0 |
|
|
* | Updates to warnhist script, along with a few cleanups, and add some comments | Quincey Koziol | 2019-07-10 | 1 | -1/+20 |
|
|
* | Add support for GCC9, update warnhist script, and clean up warnings. | Quincey Koziol | 2019-07-03 | 1 | -1/+1 |
|
|
* | Missed an env check before strcmp. | Dana Robinson | 2019-04-29 | 1 | -1/+1 |
|
|
* | Fix for split VFD and file cleanup when testing H5Fis_hdf5 | Dana Robinson | 2019-04-26 | 1 | -4/+26 |
|
|
* | Improvements to the H5Fis_accessible() and H5Fis_hdf5() tests | Dana Robinson | 2019-04-25 | 1 | -11/+45 |
|
|
* | Set V112 as the latest format and extend the arrays of version bounds. | Vailin Choi | 2019-04-04 | 1 | -0/+25 |
|
|
* | Specify the default VOL connector to use with an environment variable. | Quincey Koziol | 2019-03-10 | 1 | -118/+0 |
|
|
* | Merge branch 'develop' into c_stdlib_posix_call_cleanup | Dana Robinson | 2019-02-19 | 1 | -13/+39 |
|\ |
|
| * | Work around compiler fussiness on platypus. | Quincey Koziol | 2019-01-11 | 1 | -13/+39 |
|
|
* | | C and POSIX call cleanup | Dana Robinson | 2019-01-11 | 1 | -6/+6 |
|/ |
|
* | Corrected comment in src/H5VLint.c, fixed pass-through info size in | Quincey Koziol | 2019-01-06 | 1 | -0/+44 |
|
|
* | Merge branch 'develop' into openmpi_tweaks | Dana Robinson | 2018-12-31 | 1 | -43/+4 |
|\ |
|
| * | Merge branch 'develop' into dset_ohdr_minimize | Jacob Smith | 2018-12-27 | 1 | -2/+2 |
| |\ |
|
| * \ | Merge branch 'develop' of https://bitbucket.hdfgroup.org/scm/~jake.smith/hdf5... | Jacob Smith | 2018-12-19 | 1 | -14/+19 |
| |\ \ |
|
| * \ \ | Merge branch 'develop' into dset_ohdr_minimize | Jacob Smith | 2018-12-18 | 1 | -6/+9 |
| |\ \ \ |
|
| * \ \ \ | Merge branch 'develop' into dset_ohdr_minimize | Jacob Smith | 2018-12-12 | 1 | -155/+269 |
| |\ \ \ \ |
|
| * | | | | | Remove redundant code and refactor | Jacob Smith | 2018-09-12 | 1 | -43/+4 |
|
|
* | | | | | | Added a shell script so we can run the parallel flush test | Dana Robinson | 2018-12-20 | 1 | -1/+1 |
| |_|_|_|/
|/| | | | |
|
* | | | | | Correct core VFD to run with a 1MB increment instead of a 1 byte increment! | Quincey Koziol | 2018-12-19 | 1 | -2/+2 |
| |_|_|/
|/| | | |
|
* | | | | Updates the autotools tests to also emit the VOL connector | Dana Robinson | 2018-12-16 | 1 | -14/+19 |
| |_|/
|/| | |
|
* | | | Fix plugin code from referencing invalid key ID value, and also switch from | Quincey Koziol | 2018-12-13 | 1 | -6/+9 |
| |/
|/| |
|
* | | Add a couple of missing prototypes for static routines, along with updating | Quincey Koziol | 2018-11-30 | 1 | -6/+6 |
|
|
* | | Add support for "make check-vol", along with a few minor cleanups, etc. | Quincey Koziol | 2018-11-29 | 1 | -2/+11 |
|
|
* | | Refactor infrastructure for setting FAPL information from environment | Quincey Koziol | 2018-11-28 | 1 | -147/+213 |
|
|
* | | Updates after merging changes from develop. | Quincey Koziol | 2018-10-26 | 1 | -5/+5 |
|
|