summaryrefslogtreecommitdiffstats
path: root/test/vds.c
Commit message (Expand)AuthorAgeFilesLines
* Remove HD from HDmem* calls (#3211)Dana Robinson2023-06-291-103/+103
* Remove programmer/date from comments (#3210)Dana Robinson2023-06-291-3/+0
* Rename HDexit() and related to exit(), etc. (#3202)Dana Robinson2023-06-291-1/+1
* Remove HD from memory allocate/free calls (#3195)Dana Robinson2023-06-281-70/+70
* Rename HD(f)printf() to (f)printf() (#3194)Dana Robinson2023-06-281-8/+7
* Rename HDassert() to assert() (#3191)Dana Robinson2023-06-281-14/+14
* Many fixes to various compiler warnings (#3124)Sean McBride2023-06-191-3/+3
* Many clang -Wextra-semi-stmt fixes (#2537)Sean McBride2023-06-161-8/+8
* Develop clang 13 format (#1933)Allen Byrne2022-07-261-23/+23
* Subfiling VFD (#1883)jhendersonHDF2022-07-221-5/+9
* h5test.h testing macros get enclosed in do..while loops (#1721)Dana Robinson2022-05-041-2545/+2560
* Fixed Spelling Errors (#1166)Scot Breitenfeld2021-12-071-8/+8
* VFD plugins (#602)jhendersonHDF2021-09-291-1/+16
* More clang tidy (#908)Sean McBride2021-08-231-6/+6
* Update clang config (#473)Quincey Koziol2021-03-171-3/+12
* Update license url (#332)Larry Knox2021-02-171-1/+1
* 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-291-1/+1
* Basic alignment with async branch (#115)Quincey Koziol2020-11-231-1/+1
* Clang-format of source filesAllen Byrne2020-09-301-4207/+4207
* Removes staff email addresses from the repositoryDana Robinson2020-08-071-1/+1
* Trim trailing whitespaceQuincey Koziol2020-04-201-5/+5
* Merge branch 'develop' into stack_size_warningsDana Robinson2020-01-171-9/+9
|\
| * Squashed commit of the token_refactoring branch:Dana Robinson2020-01-161-9/+9
* | Fixed stack and frame size warnings. Not complete, but fixes most ofDana Robinson2020-01-151-38/+123
|/
* Yanked -Wc++-compat from the flags used to build the C library in bothDana Robinson2019-12-041-2/+2
* Changed the name of the temporary directory from 'tmp' to a special name to a...Songyu Lu2019-08-141-1/+1
* Add support for GCC9, update warnhist script, and clean up warnings.Quincey Koziol2019-07-031-2/+2
* Updated configure & CMake compiler flags for GCC 8.x, along with correspondingQuincey Koziol2019-06-281-5/+0
* Fixed missing return value checks in VDS tests.Dana Robinson2019-06-271-6/+12
* Banish enum increment warningsDana Robinson2019-06-261-2/+2
* Refactor H5S__hyper_project_intersection to operate directly on spanNeil Fortner2019-06-011-1/+719
* Merge branch 'develop' of https://bitbucket.hdfgroup.org/scm/~songyulu/hdf5_r...Songyu Lu2019-04-091-18/+66
|\
| * HDFFV-10365: Changes as described in the RFC: H5Sencode/H5Sdecode Format Change.Vailin Choi2019-04-061-18/+66
* | This commit basically has the following changes:Songyu Lu2019-04-041-193/+5
|/
* C and POSIX call cleanupDana Robinson2019-01-111-4/+4
* fixed typo.Hyo-Kyung Lee2018-07-101-1/+1
* Revert "Merge pull request #1116 in HDFFV/hdf5 from ~HDFTEST/hdf5_hft:hdf5_1_...hdftest2018-06-241-4/+1
* Merge branch 'develop' into hdf5_1_10.syncM. Scot Breitenfeld2018-06-041-1/+1
|\
| * Fix for HDFFV-10180 Performance issues with H5Oget_info.Vailin Choi2018-04-241-1/+1
* | Fix for HDFFV-10469: set to latest format for virtual layout encoding.Vailin Choi2018-05-171-1/+1
* | temporary fix for HDFFV-10469M. Scot Breitenfeld2018-05-091-1/+4
* | Merge branch 'develop' into hdf5_1_10.syncM. Scot Breitenfeld2018-05-081-9/+0
|\ \ | |/
| * Merge branch 'develop' of https://bitbucket.hdfgroup.org/scm/hdffv/hdf5 into ...Quincey Koziol2018-03-181-603/+926
| |\
* | \ synced with developM. Scot Breitenfeld2018-01-051-0/+452
|\ \ \ | | |/ | |/|
| * | HDFFV-9724 Corrected files and verified testsAllen Byrne2017-12-281-603/+935
| * | Revert "Merge pull request #826 in HDFFV/hdf5 from ~BYRN/hdf5_adb:develop to ...lrknox2017-12-221-923/+570
| * | Cleanup comments and if() in TRY blocksAllen Byrne2017-12-201-608/+497
| * | HDFFV-9724 Add ENV VAR to vds testAllen Byrne2017-12-191-0/+190