summaryrefslogtreecommitdiffstats
path: root/test
Commit message (Expand)AuthorAgeFilesLines
...
| * Update top-level COPYING file and remove COPYING files from subdirectories (#...Larry Knox2021-04-211-13/+0
| * Fixes incorrect usage of H5I_BADID (#554)Dana Robinson2021-04-191-3/+3
| * Cleanup CMake code for doxygen and perl shell scripts (#552)Allen Byrne2021-04-192-4/+2
| * Brings the native implementation of H5Fdelete() from Bitbucket (#524)Dana Robinson2021-04-164-65/+60
| * Minor warning fixes in develop (#526)Dana Robinson2021-03-312-2/+1
| * Removes dead H5ST package from the library (#528)Dana Robinson2021-03-306-396/+2
| * Updates that allow accum SWMR tests to work on Windows (#493)Dana Robinson2021-03-271-60/+102
| * Misc warning fixes (#495)Dana Robinson2021-03-247-58/+70
| * File locks now work on Windows (#480)Dana Robinson2021-03-221-0/+23
| * Fix CMake error message location. (#478)H. Joe Lee2021-03-201-2/+2
| * Suppresses the tcheck_version test's abort dialog on Windows (#477)Dana Robinson2021-03-171-0/+23
| * Cleans up a couple of MSVC warnings in testhdf5 (#475)Dana Robinson2021-03-172-5/+7
| * Update clang config (#473)Quincey Koziol2021-03-1764-691/+2761
| * Replaces checks for fork, etc. with checks for unistd.h (#457)Dana Robinson2021-03-119-67/+77
| * Fixed all clang-tidy bugprone-suspicious-string-compare warnings (#451)Sean McBride2021-03-1038-433/+442
| * Various clang tidy warning fixes (#448)Sean McBride2021-03-106-57/+52
| * Applied clang-tidy readability-non-const-parameter warning fixes auto… (#429)Sean McBride2021-03-096-16/+17
| * Removed bad function pointer casts (#434)Sean McBride2021-03-084-32/+32
| * Fixed clang-tidy readability-redundant-control-flow warnings (#428)Sean McBride2021-03-0510-151/+0
| * Fixes various warnings noticed on Windows (#425)Dana Robinson2021-03-053-19/+18
| * More warning fixes (#400)Sean McBride2021-03-045-27/+30
| * Changes found during merge to 1.12 (#414)Allen Byrne2021-03-045-15/+15
* | Add full API support for selection I/O. Add tests for this.Neil Fortner2021-07-021-3/+983
* | ran code formattermainzer2021-03-151-406/+319
* | Added support for vector I/O calls to the VFD layer, andmainzer2021-03-151-0/+1139
|/
* Patches from vtk (#358)Sean McBride2021-02-252-3/+3
* Fixed many -Wreserved-id-macro warnings by fixing header guard spelling (#361)Sean McBride2021-02-232-5/+5
* Fix undefined left shifting of negative numbers (#338)Sean McBride2021-02-191-2/+2
* Update license url (#332)Larry Knox2021-02-17204-204/+204
* Update supported platforms (#303)Allen Byrne2021-02-031-15/+18
* Modify VDS code to always open source files with H5F_CLOSE_WEAK close (#291)Neil Fortner2021-01-301-2569/+2660
* develop revert source to clang-format version 11 (#293)Allen Byrne2021-01-2939-209/+209
* develop clang-format comments (#286)Allen Byrne2021-01-271-3/+3
* Removes lock/unlock callbacks from ros3 and hdfs VFDs (#258)Dana Robinson2021-01-142-18/+0
* Reformat source (#244)Quincey Koziol2021-01-075-17/+17
* Switch bool/true/false to hbool_t/TRUE/FALSE in a few places (#229)Dana Robinson2020-12-244-15/+15
* Avoid aligned access for references by decoding into temporary buffer and the...Quincey Koziol2020-12-191-35/+32
* Fix datatype lookup in named datatype flush/refresh code and detect more core...hdf5-1_13_0-rc3Quincey Koziol2020-12-175-10/+28
* Transfer doxygen H5O RM blocks from doxygen branch to develop. (#174)vchoi-hdfgroup2020-12-164-0/+32
* Bring async branch to develop (#166)Quincey Koziol2020-12-1431-286/+1313
* Moves the lists of VOL connectors and VFDs in Autotools builds (#162)Dana Robinson2020-12-121-14/+0
* Minor normalization with the async branch (#159)Dana Robinson2020-12-122-2/+7
* Enforce VOL framework version compatibility when registering connectors. Als...Quincey Koziol2020-12-103-3/+23
* Fixes a minor memory leak in the SWMR use cases tests (#147)Dana Robinson2020-12-031-1/+3
* (fix) Segmentation fault when using a compound type. (#143)Jan-Willem Blokland2020-12-023-1/+138
* (fix) H5Z_xform_create function and scientific notation (#144)jwsblokland2020-12-021-0/+24
* Add H5atclose and H5is_library_terminating routines. (#139)Quincey Koziol2020-12-011-0/+114
* Expand ID dec_ref and close callbacks to allow for asynchronous close operati...Quincey Koziol2020-12-011-2/+2
* Add flag to H5CX_pop that allow setting the properties to return to applicati...Quincey Koziol2020-12-0117-35/+35
* Minor refactoring in tid.c (#127)Dana Robinson2020-11-261-137/+239