summaryrefslogtreecommitdiffstats
path: root/test/dsets.c
Commit message (Expand)AuthorAgeFilesLines
* Switch bool/true/false to hbool_t/TRUE/FALSE in a few places (#229)Dana Robinson2020-12-241-1/+1
* Bring async branch to develop (#166)Quincey Koziol2020-12-141-4/+4
* Add flag to H5CX_pop that allow setting the properties to return to applicati...Quincey Koziol2020-12-011-2/+2
* Basic alignment with async branch (#115)Quincey Koziol2020-11-231-15/+15
* HD prefix updates in src/ and test/Dana Robinson2020-10-241-21/+21
* Clang-format of source filesAllen Byrne2020-09-301-5556/+6827
* Merge remote-tracking branch 'hdffv/develop' into rebased-fprintf-experimentDavid Young2020-09-031-8/+109
|\
| * Fix HDFFV-11101Binh-Minh Ribler2020-08-171-0/+3
| * Merge pull request #2771 in HDFFV/hdf5 from ~BMRIBLER/hdf5_bmr:hdf5_bmr_HDFFV...Binh-Minh Ribler2020-08-161-0/+98
| |\
| | * Fixed HDFFV-10933Binh-Minh Ribler2020-08-141-0/+98
| * | Trivialities noticed while merging things to 1.10Dana Robinson2020-08-151-7/+7
| |/
| * Removes staff email addresses from the repositoryDana Robinson2020-08-071-1/+1
* | Squash my changes on branch `fprintf-experiment` into one commit forDavid Young2020-07-071-2/+2
|/
* Avoid allocating a chunk index for datasets with 0-sized dimensions, untilQuincey Koziol2020-05-011-19/+212
* Trim trailing whitespaceQuincey Koziol2020-04-201-6/+6
* testpar/t_2Gio.c: Fix a typo that I think was introduced by aDavid Young2020-01-291-2/+2
* Revert "Revert "Moved -Wunsuffixed-float-constants to the developer warnings.""Dana Robinson2020-01-231-10/+10
* squash cast warning fixkmu2020-01-231-12/+12
* merge and fixkmu2020-01-211-227/+510
|\
| * Merge branch 'develop' into stack_size_warningsDana Robinson2020-01-171-23/+27
| |\
| | * Squashed commit of the token_refactoring branch:Dana Robinson2020-01-161-23/+27
| * | Tidying from code review.Dana Robinson2020-01-161-6/+20
| * | Fixed stack and frame size warnings. Not complete, but fixes most ofDana Robinson2020-01-151-204/+469
| |/
* | merge and fix conflictkmu2020-01-191-1/+1
|\ \ | |/
* | merge and fix conflictskmu2020-01-141-13/+17
|\ \ | |/
| * Merge pull request #2071 in HDFFV/hdf5 from ~KMU/hdf5:bugfix/intel_warnings t...Kimmy Mu2020-01-061-4/+4
| |\
| | * Merge branch 'develop' into bugfix/intel_warningskmu2019-12-091-16/+17
| | |\
| | * | remove unnecessary check macrokmu2019-12-061-4/+4
| | * | fix intel compile warningskmu2019-12-041-4/+4
| * | | Small changes from the token_refactoring branch, to reduce the delta to developQuincey Koziol2020-01-041-7/+10
| * | | Remove constAllen Byrne2019-12-181-1/+1
| * | | Fix compile error - declaration after executable statementAllen Byrne2019-12-181-2/+3
| | |/ | |/|
* | | fix unused related warningskmu2020-01-131-4/+4
|/ /
* | Yanked -Wc++-compat from the flags used to build the C library in bothDana Robinson2019-12-041-12/+12
* | Revert "Make a squash commit of 'Quiet some warnings by adjusting warnings le...David Young2019-11-271-4/+5
|/
* Quiet decleration-after-statement warnings.David Young2019-11-131-5/+4
* Use HD prefix.David Young2019-11-121-8/+8
* Fix HDFFV-10937: use a more reliable (and probably faster) scheme forDavid Young2019-10-281-32/+121
* Make wrappers, tests and tools use H5Treclaim() instead of H5Dvlen_reclaim()Jerome Soumagne2019-10-081-2/+2
* Fixed some exit calls.Dana Robinson2019-09-071-4/+3
* Merge reconciliation and VFD test fixesAllen Byrne2019-08-041-259/+260
* Merge cleanup mostly whitespaceAllen Byrne2019-07-301-120/+125
* Add support for GCC 7.x warnings, update warnhist script to account for them,Quincey Koziol2019-06-211-6/+10
* Set V112 as the latest format and extend the arrays of version bounds.Vailin Choi2019-04-041-1/+1
* Used the H5_INC_ENUM macro to squash enum value increment warnings.Dana Robinson2019-03-211-6/+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
* Fix mistake with H5E_BEGIN_TRY {...} H5E_END_TRY block containing ERROR-raisi...Jacob Smith2018-12-201-15/+26
* Formatting adjustments.Jacob Smith2018-12-181-226/+217