summaryrefslogtreecommitdiffstats
path: root/test/dsets.c
Commit message (Expand)AuthorAgeFilesLines
* Use H5_ATTR_NDEBUG_UNUSED instead of H5_ATTR_SANITY_CHECK.David Young2020-05-201-1/+1
* Avoid allocating a chunk index for datasets with 0-sized dimensions, untilQuincey Koziol2020-05-201-19/+212
* Trim trailing whitespaceQuincey Koziol2020-05-201-6/+6
* testpar/t_2Gio.c: Fix a typo that I think was introduced by aDavid Young2020-05-201-2/+2
* Revert "Revert "Moved -Wunsuffixed-float-constants to the developer warnings.""Dana Robinson2020-05-201-10/+10
* Revert "Moved -Wunsuffixed-float-constants to the developer warnings."Dana Robinson2020-05-201-10/+10
* Moved -Wunsuffixed-float-constants to the developer warnings.Dana Robinson2020-05-201-10/+10
* squash cast warning fixkmu2020-05-201-12/+12
* fix unused related warningskmu2020-05-201-4/+4
* Tidying from code review.Dana Robinson2020-05-201-6/+20
* Fixed stack and frame size warnings. Not complete, but fixes most ofDana Robinson2020-05-201-204/+469
* Squashed commit of the token_refactoring branch:Dana Robinson2020-05-201-23/+27
* remove unnecessary check macrokmu2020-05-201-4/+4
* fix intel compile warningskmu2020-05-201-4/+4
* Revert "fix warnings from Intel compiler"kmu2020-05-201-4/+4
* Revert "fix issues from previous PR comments"kmu2020-05-201-3/+3
* Revert "using a different MACRO"kmu2020-05-201-3/+3
* using a different MACROkmu2020-05-201-3/+3
* fix issues from previous PR commentskmu2020-05-201-3/+3
* fix warnings from Intel compilerkmu2020-05-201-4/+4
* Small changes from the token_refactoring branch, to reduce the delta to developQuincey Koziol2020-05-201-7/+10
* Remove constAllen Byrne2020-05-201-1/+1
* Fix compile error - declaration after executable statementAllen Byrne2020-05-201-2/+3
* Yanked -Wc++-compat from the flags used to build the C library in bothDana Robinson2020-05-201-12/+12
* Revert "Make a squash commit of 'Quiet some warnings by adjusting warnings le...David Young2020-05-201-4/+5
* Quiet decleration-after-statement warnings.David Young2020-05-201-5/+4
* Use HD prefix.David Young2020-05-201-8/+8
* Merge all of my changes from merge-back-to-feature-vfd_swmr-attempt-1,David Young2019-12-091-597/+736
* I've changed `test/dsets` so that every time it needs to visit allDavid Young2019-10-171-32/+121
* Develop normalization with vol_integration.Dana Robinson2018-09-191-51/+50
* Changes made based on feedback from pull request #1039.Vailin Choi2018-05-141-7/+7
* Fix for HDFFV-10180 Performance issues with H5Oget_info.Vailin Choi2018-04-241-7/+7
* Cleanup API context function usage.Quincey Koziol2018-03-191-0/+12
* Merge branch 'develop' of https://bitbucket.hdfgroup.org/scm/hdffv/hdf5 into ...Quincey Koziol2018-03-181-136/+432
|\
| * Improving testsBinh-Minh Ribler2018-02-171-4/+4
| * More includes cleanupAllen Byrne2018-02-141-78/+77
| * Additional testsBinh-Minh Ribler2018-02-131-61/+358
* | Add API context interface and use it throughout the library.Quincey Koziol2018-03-151-2/+4
|/
* Correct linkage of filters and other libsAllen Byrne2017-11-161-1/+1
* HDFFV-10297 update calls to H5Zfilter_availAllen Byrne2017-10-091-1499/+1380
* Fix for HDFFV-10217 infinite loop in H5VM_power2up().Vailin Choi2017-07-101-2/+95
* Merge branch 'develop' into windows_openDana Robinson2017-05-311-2/+117
|\
| * Fixed additional minor warnings.Dana Robinson2017-05-251-0/+3
| * Call to H5Dopen has H5dopen2 arguments at line 12704 of test/dsets.c -lrknox2017-05-101-1/+1
| * Fix for the two issues reported in HDFFV-10051Vailin Choi2017-05-091-13/+6
| * Fix for the two issues reported in HDFFV-10051:Vailin Choi2017-05-071-0/+119
* | Rework of the POSIX file open permissions and macros to clean upDana Robinson2017-04-281-2/+2
* | Changed the Windows POSIX open() file permissions to be correctDana Robinson2017-04-281-2/+2
|/
* Merge pull request #426 in HDFFV/hdf5 from ~LRKNOX/hdf5_lrk:hdf5_1_10 to hdf5...Larry Knox2017-04-251-6/+4
* Final merge of page buffering branch to developQuincey Koziol2017-03-141-87/+131