summaryrefslogtreecommitdiffstats
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* Core changes to selection code from the hyperslab_updates branch.Quincey Koziol2019-03-161-89/+1309
* Correct varnameAllen Byrne2019-02-261-1/+1
* Revise "management" VOL callbacks into 'info' and object 'wrap / retrieval'Quincey Koziol2019-02-231-10/+14
* Merge pull request #1569 in HDFFV/hdf5 from ~JSOUMAGNE/hdf5:topic_threadsafe ...Jerome Soumagne2019-02-221-1/+1
|\
| * Fix CMake H5_HAVE_THREADSAFE to set value in H5pubconf.hJerome Soumagne2019-02-211-1/+1
* | Merge branch 'develop' into c_stdlib_posix_call_cleanupDana Robinson2019-02-1914-1427/+1295
|\ \ | |/
| * Merging in latest from upstream (HDFFV/hdf5:refs/heads/develop)Allen Byrne2019-02-171-366/+0
| |\
| | * Merge pull request #1548 in HDFFV/hdf5 from merge_hyperslab_updates_04 to dev...Quincey Koziol2019-02-151-366/+0
| | |\
| | | * More changes to align with incoming selection improvements.Quincey Koziol2019-02-141-366/+0
| * | | HDFFV-10703 macro vars need quotesAllen Byrne2019-02-153-8/+8
| * | | HDFFV-10703 Update CMake commands to latest standardAllen Byrne2019-02-155-98/+98
| |/ /
| * | Skip testing of cache_image testAllen Byrne2019-02-143-0/+4
| |/
| * Merge pull request #1540 in HDFFV/hdf5 from merge_hyperslab_changes_01 to dev...Quincey Koziol2019-02-142-606/+612
| |\
| | * Align develop with incoming hyperslab_updates branch changes.Quincey Koziol2019-02-132-606/+612
| * | TRILAB-111 fixes for parallel testingAllen Byrne2019-02-134-242/+399
| |/
| * Refactor out timeout valuesAllen Byrne2019-02-063-22/+22
| * Merge branch 'develop' of https://bitbucket.hdfgroup.org/scm/~bmribler/hdf5_b...Binh-Minh Ribler2019-01-261-9/+9
| |\
| | * Fixed a bug identified by valgrind in the cork test.Dana Robinson2019-01-251-9/+9
| * | Added test file for CMakeBinh-Minh Ribler2019-01-261-0/+1
| |/
| * Merge branch 'develop' of https://bitbucket.hdfgroup.org/scm/~bmribler/hdf5_b...Binh-Minh Ribler2019-01-252-4/+11
| |\
| | * Merge pull request #1479 in HDFFV/hdf5 from ~BMRIBLER/hdf5_bmr_fixbug:develop...Binh-Minh Ribler2019-01-241-0/+101
| | |\
| | * | Fixed a memory issue flagged by valgrind in the direct_chunk test.Dana Robinson2019-01-171-2/+2
| | * | Update usage for FAPLs, and reduce # of groups for smoke checksQuincey Koziol2019-01-161-2/+9
| * | | Added data file for test and updated MANIFESTBinh-Minh Ribler2019-01-251-0/+0
| | |/ | |/|
| * | Added test for HDFFV-10588Binh-Minh Ribler2019-01-241-0/+101
| |/
| * Work around compiler fussiness on platypus.Quincey Koziol2019-01-111-13/+39
| * Delta reduction against hyperslab_updates branch.Quincey Koziol2019-01-111-74/+6
* | C and POSIX call cleanupDana Robinson2019-01-1114-189/+191
|/
* Merge pull request #1455 in HDFFV/hdf5 from ~JHENDERSON/hdf5:develop to developJordan Henderson2019-01-091-0/+57
|\
| * Align behavior of H5Aget_name_by_idx with H5Aget_name when a NULL buffer is s...Jordan Henderson2019-01-081-0/+57
* | Merge pull request #1450 in HDFFV/hdf5 from ~SONGYULU/hdf5_ray:TRILAB-98-dt_a...Ray Lu2019-01-081-9/+72
|\ \ | |/ |/|
| * NNSA Tri-LabsTRILAB-98: Another two test cases out.Songyu Lu2019-01-081-1/+18
| * NNSA Tri-Labs TRILAB-98: Taking out a few more test cases.Songyu Lu2019-01-081-10/+22
| * NNSA Tri-Labs TRILAB-98 dt_arith and cpp_testhdf5 tests fail on sierra.llnl.g...Songyu Lu2019-01-081-2/+36
* | Delay checking if decoded message's "shareable" flag is appropriate forNeil Fortner2019-01-073-0/+18
* | Merge pull request #1445 in HDFFV/hdf5 from ~VCHOI/my_hdf5_fork:develop to de...Vailin Choi2019-01-071-1/+1
|\ \
| * | Fix for daily test failure: too many arguments to function 'H5Gopen1'Vailin Choi2019-01-071-1/+1
| |/
* | Merge pull request #1434 in HDFFV/hdf5 from ~JHENDERSON/hdf5:develop to developJordan Henderson2019-01-071-1/+1
|\ \ | |/ |/|
| * Fix TESTING_2 macro to align output with TESTING macroJordan Henderson2019-01-071-1/+1
* | Remove incorrect comment.Quincey Koziol2019-01-061-1/+0
* | Corrected comment in src/H5VLint.c, fixed pass-through info size inQuincey Koziol2019-01-0612-260/+574
|/
* Merge pull request #1425 in HDFFV/hdf5 from ~JHENDERSON/hdf5:develop to developJordan Henderson2019-01-041-0/+6
|\
| * Align H5Lcreate_ud behavior with documentation for NULL udata pointerJordan Henderson2019-01-031-0/+6
* | Remove "bad" statements at end of TEST_ERROR.Jacob Smith2019-01-041-24/+17
* | Add semicolon at end of TEST_ERROR() invocation for consistency.Jacob Smith2019-01-041-1/+1
* | Change FAIL_PUTS_ERROR to TEST_ERROR.Jacob Smith2019-01-041-17/+17
* | Update calls: H5Dcreate to H5Dcreate2, H5Acreate to H5Acreate2.Jacob Smith2019-01-031-20/+20
|/
* Merge branch 'develop' of https://bitbucket.hdfgroup.org/scm/hdffv/hdf5 into ...Vailin Choi2019-01-0216-1660/+3204
|\
| * fix wrong function name that is missed by correctional macroJacob Smith2018-12-311-1/+1
| * Merge pull request #1400 in HDFFV/hdf5 from ~DEROBINS/hdf5_der:openmpi_tweaks...Dana Robinson2018-12-311-1/+1
| |\