summaryrefslogtreecommitdiffstats
path: root/test
Commit message (Collapse)AuthorAgeFilesLines
* Fixes missing chunk_info entry in CMake filesDana Robinson2020-08-151-0/+1
|
* Even more normalization with developDana Robinson2020-08-1569-249/+302
|
* More normalizations with developDana Robinson2020-08-151-1/+1
|
* Misc normalizations with developDana Robinson2020-08-154-38/+29
|
* Brings monotonic timer changes from developDana Robinson2020-08-153-1/+416
|
* Brings Mirror VFD to 1.10 from developDana Robinson2020-08-146-6/+3313
|
* Brings splitter VFD from developDana Robinson2020-08-145-1/+1296
|
* Brings file locking changes from developDana Robinson2020-08-143-33/+154
|
* Cherry pick of Windows thread-safety fixes from developDana Robinson2020-08-142-15/+16
|
* Brings HDFFV-11027 H5S_NO_CLASS fix to 1.10 from developDana Robinson2020-08-111-0/+76
|
* Normalization and warning fixes from developDana Robinson2020-07-3124-497/+947
|
* Merging in latest from upstream (HDFFV/hdf5:refs/heads/hdf5_1_10)Allen Byrne2020-07-294-1/+179
|\ | | | | | | | | | | * commit '475120abfb493098e907fe40073260f48b35d15d': Supply the appropriate file pointer to H5T_patch_vlen_file() without H5F_VOL_OBJ from develop branch. Merge pull request #2693 in HDFFV/hdf5 from ~VCHOI/my_third_fork:bugfix/HDFFV-11080-heap-use-after-free-by-the-call to develop
| * Merge pull request #2693 in HDFFV/hdf5 from ↵Vailin Choi2020-07-214-1/+179
| | | | | | | | | | | | | | | | ~VCHOI/my_third_fork:bugfix/HDFFV-11080-heap-use-after-free-by-the-call to develop * commit '3023b34272cc6ada84aebfa7441a6a55afa3621c': Update MANIFEST. Add new test to Cmake. Fix for jira issue HDFFV-11080: (1) Patch up the file pointer when reading attribute of variable length datatype (2) Test to verify the fix when doing multiple threads
* | Merge from dev of tools changesAllen Byrne2020-07-221-0/+59
|/
* Brought over thread-safety changes from develop.Dana Robinson2020-07-206-5/+356
|
* Merge of dataspace improvements from develop.Dana Robinson2020-07-166-570/+2187
|
* Normalization of H5S package with developDana Robinson2020-07-081-15/+15
|
* Merge pull request #2657 in HDFFV/hdf5 from ~LRKNOX/hdf5_lrk:hdf5_1_10 to ↵Larry Knox2020-06-221-3/+3
|\ | | | | | | | | | | | | hdf5_1_10 * commit 'e64ed323db7c98a246d3386a146f87003886040a': Merge pull request #2656 in HDFFV/hdf5 from ~LRKNOX/hdf5_lrk:changes_1_12_merge to hdf5_1_12
| * Merge pull request #2656 in HDFFV/hdf5 from ↵Larry Knox2020-06-211-3/+3
| | | | | | | | | | | | | | | | | | ~LRKNOX/hdf5_lrk:changes_1_12_merge to hdf5_1_12 * commit '538b1317646f52658c2a896bbde4dce4246a9761': Squashed commit of the following: Addition of clang-warnings flags Update examples/teth5cc.sh.in for version 1.10.
* | H5PB and H5Faccum normalization with develop.Dana Robinson2020-06-041-3/+3
| |
* | H5F normalizations with develop.Dana Robinson2020-06-041-24/+30
|/
* Some normalization with develop in testhdf5 files.Dana Robinson2020-05-285-359/+416
|
* Removed trailing whitespace from source files.Dana Robinson2020-05-2630-215/+215
|
* Moved srcdir changes over from develop.Dana Robinson2020-05-203-49/+77
|
* Brought the dsets test in line with develop. Brings over the fixDana Robinson2020-05-201-257/+815
| | | | for 0-size dataset metadata allocation.
* Updated code in H5Xtest.c files and associated tests.Dana Robinson2020-05-1820-737/+740
| | | | Reverted overlong-strings warning that gives jam issues.
* Misc library test changes from develop.Dana Robinson2020-05-1741-2032/+2120
|
* Brought error tests in line with develop. Fixes warnings.Dana Robinson2020-05-172-7/+64
|
* Merge pull request #2537 in HDFFV/hdf5 from ~DYOUNG/werror:fix-werrors to ↵David Young2020-04-271-2/+2
| | | | | | | | | develop * commit 'd16eb45d536bd13ca3cf1b0bdc76c58d95d13f17': For compatibility with non-C99 Visual Studio versions, use "%" PRIuMAX instead of "%ju". Fix `test/swmr_sparse_reader.c:118:77: error: cast from pointer to integer of different size [-Werror=pointer-to-int-cast]` and `test/snapshots-hdf5/current/test/swmr_sparse_reader.c:129:100: error: cast from pointer to integer of different size [-Werror=pointer-to-int-cast]`. Fix `src/H5FDdirect.c:1346:5: error: ISO C90 forbids mixed declarations and code [-Werror=declaration-after-statement]`.
* TRILAB-192 - merge changes from developAllen Byrne2020-04-071-3/+12
| | | | Single source, config files, for warnings for both autotools and CMake. Update CMake libraries, tools, tests to use correct flags.
* Remove return statement from void function test_reference_sel_none().Larry Knox2020-04-041-2/+0
|
* Fix for HDFFV-11067:incorrect # of selected elements returned from region ↵vchoi2020-04-021-0/+83
| | | | | | reference. The H5S_sel_none->deserialize callback should be called for H5S_SEL_NONE selection type.
* Merge CMake and tools changes from developAllen Byrne2020-02-271-1/+1
|
* Added new CMake options for testsAllen Byrne2020-01-192-2/+4
|
* Merge branch 'hdf5_1_10' of https://git.hdfgroup.org/scm/~kmu/hdf5 into ↵kmu2020-01-0915-69/+68
|\ | | | | | | hdf5_1_10
| * Merge of --Wc++-compat changes from developDana Robinson2020-01-0915-69/+68
| |
* | merge intel warning fixKimmy Mu2020-01-095-13/+12
|/
* Adjust cache.c only variables.Allen Byrne2019-12-183-29/+26
|
* Fix include to correct memory calls - big-endian issue.Allen Byrne2019-12-182-1/+1
|
* Correct Merge issueAllen Byrne2019-12-131-2/+3
|
* HDFFV-10979 fix issue with global name conflictAllen Byrne2019-12-124-723/+730
|
* Whitespace and benign synchro changesAllen Byrne2019-10-021-5/+7
|
* Remove duplicate declaration-initAllen Byrne2019-10-011-10/+0
|
* fix for statement declare variableAllen Byrne2019-09-303-169/+269
|
* Whitespace fix and HD prefixAllen Byrne2019-09-231-335/+259
|
* HDFFV-10903 merge dev changes to 1.10Allen Byrne2019-09-1833-197/+197
|
* Merge S3 code from develop to 1.10Allen Byrne2019-09-136-7/+6544
|
* Fix EXISTS test syntax and add toolchainAllen Byrne2019-08-291-7/+7
|
* fix get gethostname for windowsAllen Byrne2019-08-281-1/+1
|
* Correct libver names availableAllen Byrne2019-08-261-5/+4
|