summaryrefslogtreecommitdiffstats
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* TRILAB-192 - merge changes from developAllen Byrne2020-04-071-3/+13
* Merge pull request #2461 in HDFFV/hdf5 from ~VCHOI/my_third_fork:bugfix/dtype...Vailin Choi2020-04-021-348/+388
* Was checking the wrong compiler macro.Quincey Koziol2020-03-251-1/+1
* Correct failure when allocation tracking are disabled.Quincey Koziol2020-03-241-0/+12
* Revise API for H5get_alloc_stats() to take a struct instead of separate values.Quincey Koziol2020-03-231-38/+30
* Add routines to query the library's free list sizes and allocation stats.Quincey Koziol2020-03-231-0/+139
* Merge changes from develop mostly cmake 3.12 minimum versionAllen Byrne2020-02-231-1/+1
* Squashed commit of the following:David Young2020-01-3111-53/+53
* Introduce new H5VL _by_value routinesJordan Henderson2020-01-292-17/+100
* Merge pull request #2311 in HDFFV/hdf5 from ~KMU/hdf5:misc to developKimmy Mu2020-01-281-19/+19
* Merge pull request #2300 in HDFFV/hdf5 from ~KMU/hdf5:squashed_cast to developKimmy Mu2020-01-287-47/+64
* Merge branch 'hdf5_1_12' of https://git.hdfgroup.org/scm/~kmu/hdf5 into hdf5_...kmu2020-01-281-2/+1
|\
| * Modify external_env.c to prevent deleting test file of external.c.Larry Knox2020-01-271-2/+1
* | Merge pull request #2094 in HDFFV/hdf5 from ~KMU/hdf5:bugfix/unused to developKimmy Mu2020-01-2810-77/+66
|/
* Merge pull request #2238 in HDFFV/hdf5 from ~KMU/hdf5:hdf5_1_12 to hdf5_1_12Kimmy Mu2020-01-246-19/+19
|\
| * Merge pull request #2071 in HDFFV/hdf5 from ~KMU/hdf5:bugfix/intel_warnings t...Kimmy Mu2020-01-086-19/+19
* | Improved CMake options for testsAllen Byrne2020-01-192-2/+4
* | Squashed commit of the token_refactoring branch:Dana Robinson2020-01-1933-1534/+6434
* | Add test for reference shutdown issueJerome Soumagne2020-01-171-0/+83
* | Merging in latest from upstream (HDFFV/hdf5:refs/heads/hdf5_1_12)Allen Byrne2020-01-0716-372/+509
|\ \ | |/
| * Remove mismerged codeQuincey Koziol2020-01-071-4/+0
| * Cherry pick of 0225e6d5969Quincey Koziol2020-01-0414-357/+478
| * Refactor H5Dvlen_get_buf_size to use optional dataset operation, with generic...Quincey Koziol2020-01-041-3/+3
| * Refactor all the 'H5VL_*_optional' callbacks to move the type of operation outQuincey Koziol2020-01-043-12/+32
* | Correct compile statement orderAllen Byrne2019-12-201-2/+3
|/
* Use HD prefix.David Young2019-12-191-8/+8
* Fix HDFFV-10937: use a more reliable (and probably faster) scheme forDavid Young2019-12-191-32/+121
* Follow longstanding execv convention for compatibility with NetBSD.David Young2019-12-191-1/+7
* Adjust cache.c only variables.Allen Byrne2019-12-184-30/+27
* Fix include to correct memory calls - big-endian issue.Allen Byrne2019-12-182-1/+1
* Yanked -Wc++-compat from the flags used to build the C library in bothDana Robinson2019-12-1624-112/+112
* Fixed missing blob callbacks in test VOL connectors.Dana Robinson2019-12-162-0/+12
* HDFFV-10979 cleanup global namesAllen Byrne2019-12-122-7/+5
* HDFFV-10979 Merge global name fix from developAllen Byrne2019-12-114-718/+727
* Change hdset_reg_ref_t and H5R_ref_t from arrays of unsigned char toDavid Young2019-12-093-142/+139
* H5R: fix H5Tconv to check for null referencesJerome Soumagne2019-12-091-4/+4
* Revert "Merge branch 'hdf5_1_12' of https://bitbucket.hdfgroup.org/scm/hdffv/...Jerome Soumagne2019-12-0923-310/+133
* Merge branch 'hdf5_1_12' of https://bitbucket.hdfgroup.org/scm/hdffv/hdf5 int...Richard Warren2019-12-062-43/+43
|\
| * Merge pull request #2080 in HDFFV/hdf5 from ~VCHOI/my_third_fork:bugfix/112_h...Vailin Choi2019-12-061-1/+1
| |\
| | * More fixes for the PR:Vailin Choi2019-12-061-1/+1
| * | Add OAPL parameter to H5Rcreate_ APIsJordan Henderson2019-12-062-42/+42
| |/
* | Merged HDFFV-10929_2GB_testing to hdf5_1_12Richard Warren2019-12-0623-133/+310
|/
* Merge pull request #2001 in HDFFV/hdf5 from ~DEROBINS/hdf5_der:1_12_alpha_mer...Dana Robinson2019-10-111-2/+7
|\
| * Fixed a bug (HDFFV-10899) where the behavior of the deprecatedDana Robinson2019-10-111-2/+7
* | Merge pull request #1959 from develop to 1.12.Vailin Choi2019-10-111-6/+5
|/
* Merge pull request #1990 in HDFFV/hdf5 from ~JSOUMAGNE/hdf5:references_1_12 t...Larry Knox2019-10-0920-766/+5371
|\
| * 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
* | Merge pull request #1962 in HDFFV/hdf5 from ~VCHOI/my_third_fork:bugfix/112_H...Vailin Choi2019-10-091-0/+162
|\ \ | |/ |/|
| * Merge pull request #1957 in HDFFV/hdf5 from ~LRKNOX/hdf5_lrk:develop to developLarry Knox2019-09-301-1/+1