summaryrefslogtreecommitdiffstats
path: root/testpar
Commit message (Expand)AuthorAgeFilesLines
* Set version to 1.13.0Larry Knox2021-11-301-0/+1722
* Split dir create into separate macro (#1141)Allen Byrne2021-10-281-0/+1
* Consolidate VFD create list macro (#1132)Allen Byrne2021-10-261-2/+0
* Move test utilities to utils/test folder (#1109)Allen Byrne2021-10-201-33/+1
* VFD plugins (#602)jhendersonHDF2021-09-293-3/+22
* H5Ztrans: (feature) Improved H5Z_xform_noop() and H5Z_xform_create() … (#933)Jan-Willem Blokland2021-09-132-1/+422
* Fixes parallel issues from recent C99 changes (#809)Dana Robinson2021-06-304-215/+222
* Fix several warnings (#747)jhendersonHDF2021-06-162-5/+5
* Fix Direct VFD Testing in CMake (#742)jhendersonHDF2021-06-111-1/+1
* Combo set of async and other changes (#161)Quincey Koziol2021-06-021-4/+4
* Removes gratuitous (double)x.yF casts (#632)Dana Robinson2021-05-071-10/+10
* Fix set_tests_properties for parallel t_pflush tests (#569)jhendersonHDF2021-04-221-2/+2
* Update top-level COPYING file and remove COPYING files from subdirectories (#...Larry Knox2021-04-211-13/+0
* Brings the native implementation of H5Fdelete() from Bitbucket (#524)Dana Robinson2021-04-163-0/+58
* Minor parallel improvements (#519)Quincey Koziol2021-03-263-41/+41
* Align with "parallel fence" changes (#479)Quincey Koziol2021-03-243-230/+56
* Update clang config (#473)Quincey Koziol2021-03-171-1/+4
* Update license url part2 (#333)Larry Knox2021-02-1730-30/+30
* Fix for HDFFV-11109 - Copy MPI comm and info object into output FAPL from H5F...jhendersonHDF2021-02-173-0/+192
* Ensure processes always synchronize in t_shapesame test setup (#306)jhendersonHDF2021-02-031-16/+6
* develop revert source to clang-format version 11 (#293)Allen Byrne2021-01-297-62/+62
* Switch bool/true/false to hbool_t/TRUE/FALSE in a few places (#229)Dana Robinson2020-12-241-26/+26
* Bring async branch to develop (#166)Quincey Koziol2020-12-143-55/+55
* Moves the lists of VOL connectors and VFDs in Autotools builds (#162)Dana Robinson2020-12-121-5/+0
* Add flag to H5CX_pop that allow setting the properties to return to applicati...Quincey Koziol2020-12-012-5/+5
* Refactor to avoid using fork to create initial file (#122)Quincey Koziol2020-11-251-331/+19
* Basic alignment with async branch (#115)Quincey Koziol2020-11-236-28/+18
* Fix non-collective metadata read in t_mdset with collective metadata reads en...Jordan Henderson2020-11-111-8/+4
* Clang-format of source filesAllen Byrne2020-09-3028-17124/+15066
* Merge pull request #2650 in HDFFV/hdf5 from ~DYOUNG/werror:rebased-fprintf-ex...David Young2020-09-286-79/+99
|\
| * Merge remote-tracking branch 'hdffv/develop' into rebased-fprintf-experimentDavid Young2020-09-272-4/+19
| |\
| * | Repair more format strings.David Young2020-09-262-28/+28
| * | Fix a bunch of format string errors reported by Larry.David Young2020-09-252-32/+38
| * | Fix some HDfprintf compilation errors: use the right format stringsDavid Young2020-09-243-20/+34
* | | OESS-98 merge with clang-format changesAllen Byrne2020-09-251-2/+2
| |/ |/|
* | File changes to affect formattingAllen Byrne2020-09-041-2/+3
* | CMake and script changes for clang-formatAllen Byrne2020-09-041-2/+16
|/
* Trim trailing whitespaceQuincey Koziol2020-04-2013-72/+72
* Fix memory leak in t_span_tree.c testJordan Henderson2020-04-091-0/+6
* TRILAB-192 add c++ and fortran warnings build systems one fileAllen Byrne2020-04-051-0/+2
* Merge pull request #2424 in HDFFV/hdf5 from ~DYOUNG/hdf5:passed-do-while to d...David Young2020-03-054-5/+5
|\
| * Add semicolons to more PASSED() invocations.David Young2020-02-284-5/+5
* | revert type castkmu2020-02-281-2/+2
|/
* TRILAB-142 Change minimum CMake version to 3.12Allen Byrne2020-02-211-1/+1
* testpar/t_2Gio.c: Fix a typo that I think was introduced by aDavid Young2020-01-293-5/+5
* Merge pull request #2311 in HDFFV/hdf5 from ~KMU/hdf5:misc to developKimmy Mu2020-01-288-300/+317
|\
| * rename macrokmu2020-01-281-2/+2
| * pick up from Dave's fixkmu2020-01-272-241/+244
| * leave Wswitch-default for later fixkmu2020-01-272-37/+13
| * fix Wredundant-decls, Wswitch-default, Wdeclaration-after-statement, Wsign-co...kmu2020-01-278-68/+106