summaryrefslogtreecommitdiffstats
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* Oops, remove more C99 designated initializers for VS 2010 compatibility.David Young2019-11-251-2/+6
* Add new source files to CMakeLists.txt.David Young2019-11-201-0/+2
* free -> HDfreeDavid Young2019-11-201-1/+1
* Quiet decleration-after-statement warnings.David Young2019-11-131-5/+4
* Undo accidental test deletion.David Young2019-11-131-1/+1
* Oops, delete a debug printf that snuck in here.David Young2019-11-131-1/+0
* Change hdset_reg_ref_t and H5R_ref_t from arrays of unsigned char toDavid Young2019-11-132-134/+139
* In every instance, `x` is initialized by `memcpy`, but GCC isn't smartDavid Young2019-11-131-17/+17
* `same_file` is assigned but never used. Delete it.David Young2019-11-131-8/+0
* Don't assign a constant string to a pointer to non-constant character.David Young2019-11-131-1/+1
* GCC isn't smart enough to realize that `fill_c` is always initializedDavid Young2019-11-131-1/+2
* I'm not sure what the previous code was trying to do, casting an arrayDavid Young2019-11-131-2/+2
* Quiet a warning about an unused variable. This code looks like itDavid Young2019-11-131-1/+1
* Straggler from previous commit: build and link the new .c files where IDavid Young2019-11-131-1/+7
* Move some static functions and variables to .c files to avoid unusedDavid Young2019-11-134-54/+106
* Avoid unused-variable warnings: change static const strings in a coupleDavid Young2019-11-131-1/+1
* Merge remote-tracking branch 'hdf5/develop' into add-werror-and-squash-some toDavid Young2019-11-121-32/+121
|\
| * Merge pull request #2027 in HDFFV/hdf5 from ~DYOUNG/hdf5:dsets-randomness to ...David Young2019-11-121-32/+121
| |\
| | * 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
* | | Merge remote-tracking branch 'hdf5/develop' into add-werror-and-squash-someDavid Young2019-11-081-1/+7
|\ \ \ | |/ /
| * | Merge pull request #1984 in HDFFV/hdf5 from ~DYOUNG/netbsd:develop to developDavid Young2019-11-051-1/+7
| |\ \ | | |/ | |/|
| | * Follow longstanding execv convention for compatibility with NetBSD.David Young2019-10-031-1/+7
* | | Change some GCC warnings to errors. Fix code to quiet some warnings.David Young2019-11-057-14/+28
|/ /
* | Make wrappers, tests and tools use H5Treclaim() instead of H5Dvlen_reclaim()Jerome Soumagne2019-10-0813-185/+185
* | Add new H5R API that abstracts object, region and attribute reference typesJerome Soumagne2019-10-087-581/+5186
* | Fixed a bug (HDFFV-10899) where the behavior of the deprecatedDana Robinson2019-10-041-2/+7
|/
* Merge pull request #1959 in HDFFV/hdf5 from ~VCHOI/my_third_fork:bugfix/itera...Vailin Choi2019-10-011-6/+5
|\
| * Fixed the iteration error in test_versionbounds() in test/dtypes.c.Vailin Choi2019-09-301-6/+5
* | Move function-scope macro definition to file-scope.Jacob Smith2019-09-301-5/+6
* | Refactor external file addition loop to static function.Jacob Smith2019-09-291-18/+57
* | fix declaring variable in for statementJacob Smith2019-09-281-9/+10
|/
* Number of arguments requires H5Dopen2.Larry Knox2019-09-281-1/+1
* Merge pull request #1934 in HDFFV/hdf5 from ~VCHOI/my_third_fork:bugfix/HDFFV...Vailin Choi2019-09-271-0/+162
|\
| * (1) Address the feedback from the PR reviewVailin Choi2019-09-261-11/+11
| * Merge pull request #21 in ~VCHOI/my_third_fork from develop to bugfix/HDFFV-1...Vailin Choi2019-09-2610-231/+420
| |\
| * | Fix for HDFFV-10585 investigate hyperslab slowness:Vailin Choi2019-09-191-0/+162
* | | Converted H5O MD cache cork calls to use the VOL.Dana Robinson2019-09-271-5/+7
| |/ |/|
* | add missing version to listAllen Byrne2019-09-261-2/+2
* | Add new versioned filename to listAllen Byrne2019-09-261-13/+14
* | Update versioning to next major versionAllen Byrne2019-09-252-1/+3
* | Merge Binh-Minh's changes for code improvement to chunk_info.c (PR #1942)Larry Knox2019-09-251-20/+25
* | Merge branch 'develop' of https://bitbucket.hdfgroup.org/scm/~jake.smith/hdf5...Jacob Smith2019-09-23103-23597/+30790
|\ \
| * | HDFFV-10740 - skip copying dirs in for loopsAllen Byrne2019-09-184-26/+54
| |/
| * Fixed some exit calls.Dana Robinson2019-09-0728-168/+140
| * Reworked the previously refactorred code.Binh-Minh Ribler2019-09-051-150/+161
| * Merge branch 'develop' of https://bitbucket.hdfgroup.org/scm/~bmribler/hdf5-b...Binh-Minh Ribler2019-09-043-9/+22
| |\
| | * Fix CMake build of test needing compression libsAllen Byrne2019-09-031-1/+14
| | * Merge pull request #1908 in HDFFV/hdf5 from ~BMRIBLER/hdf5-bmr:develop to dev...Binh-Minh Ribler2019-09-033-3/+1968
| | |\
| | * | Fix EXISTS test syntaxAllen Byrne2019-08-291-7/+7