summaryrefslogtreecommitdiffstats
path: root/test/tvltypes.c
Commit message (Expand)AuthorAgeFilesLines
* Strip HD prefix from string/char C API calls (#3540)Dana Robinson2023-09-151-95/+91
* Consistent initialization of hid_t in the tests (#3521)Scot Breitenfeld2023-09-081-25/+25
* Fixes the last of the -Wextra-semi-stmt warnings (#3326)Sean McBride2023-08-021-1/+1
* Remove HD from HDmem* calls (#3211)Dana Robinson2023-06-291-5/+5
* Remove programmer/date from comments (#3210)Dana Robinson2023-06-291-3/+0
* Remove HD from memory allocate/free calls (#3195)Dana Robinson2023-06-281-29/+29
* Rename HDassert() to assert() (#3191)Dana Robinson2023-06-281-6/+6
* Many clang -Wextra-semi-stmt fixes (#2537)Sean McBride2023-06-161-3/+3
* Comment cleanup (#2689)Quincey Koziol2023-04-111-2/+0
* Synchronize HDF5 tests with VOL tests (#2628)jhendersonHDF2023-04-031-1/+5
* Update copyright headers (#2184)Larry Knox2022-11-011-1/+0
* Develop clang 13 format (#1933)Allen Byrne2022-07-261-16/+16
* Fixed Spelling Errors (#1166)Scot Breitenfeld2021-12-071-1/+1
* More various warnings (#958)Sean McBride2021-08-251-4/+4
* Misc warning fixes (#495)Dana Robinson2021-03-241-4/+4
* Update clang config (#473)Quincey Koziol2021-03-171-5/+20
* Fixed all clang-tidy bugprone-suspicious-string-compare warnings (#451)Sean McBride2021-03-101-58/+64
* Update license url (#332)Larry Knox2021-02-171-1/+1
* HD prefix updates in src/ and test/Dana Robinson2020-10-241-7/+7
* Clang-format of source filesAllen Byrne2020-09-301-878/+915
* initialization discards const warningkmu2020-01-291-7/+7
* Refactor H5Dvlen_get_buf_size to use optional dataset operation, with generic...Quincey Koziol2019-12-211-3/+3
* Yanked -Wc++-compat from the flags used to build the C library in bothDana Robinson2019-12-041-3/+3
* Make wrappers, tests and tools use H5Treclaim() instead of H5Dvlen_reclaim()Jerome Soumagne2019-10-081-80/+80
* Updated configure & CMake compiler flags for GCC 8.x, along with correspondingQuincey Koziol2019-06-281-1/+1
* Normalization with vol_integration (test code and H5Xtest.c)Dana Robinson2018-09-201-2/+2
* HD prefix and whitespaceAllen Byrne2018-08-281-11/+11
* More includes cleanupAllen Byrne2018-02-141-69/+68
* Fixed misc Warnings flagged by VS2017.Dana Robinson2017-11-271-3/+3
* Merge pull request #426 in HDFFV/hdf5 from ~LRKNOX/hdf5_lrk:hdf5_1_10 to hdf5...Larry Knox2017-04-251-6/+4
* Description:Quincey Koziol2016-09-271-2/+10
* [svn-r30189] Description:Quincey Koziol2016-07-181-41/+53
* [svn-r27626] Various minor warning fixes before major SWMR and VDS merges.Dana Robinson2015-08-311-23/+29
* [svn-r27204] Description:Quincey Koziol2015-06-151-7/+7
* [svn-r26438] Fixed some double promotion warnings from gcc 4.9.2. Most were inDana Robinson2015-03-111-1/+1
* [svn-r26333] Eliminates gcc warnings due to -Wunsuffixed-float-constants.Dana Robinson2015-03-011-8/+8
* [svn-r24803] Description:Quincey Koziol2014-03-161-5/+0
* [svn-r17351] Description:Quincey Koziol2009-08-131-3/+3
* [svn-r15628] Description:Quincey Koziol2008-09-161-5/+5
* [svn-r14199] Description:Quincey Koziol2007-10-111-73/+73
* [svn-r14193] Description:Quincey Koziol2007-10-081-129/+129
* [svn-r14192] Description:Quincey Koziol2007-10-081-12/+11
* [svn-r14104] Description:Quincey Koziol2007-08-231-0/+12
* [svn-r13887] Description:Quincey Koziol2007-06-191-11/+215
* [svn-r13883] Description:Quincey Koziol2007-06-191-260/+325
* [svn-r13870] Description:Quincey Koziol2007-06-151-83/+171
* [svn-r13842] Description:Quincey Koziol2007-06-081-69/+250
* [svn-r13542] Added a detection for zero-length VL data in H5T_conv_vlen to ha...Raymond Lu2007-03-261-27/+43
* [svn-r13531] When a dataset is created and no data is written, but fill v...Raymond Lu2007-03-201-1/+190
* [svn-r13501] Suppress the compiler warning about the equality comparison of f...Raymond Lu2007-03-121-7/+7