summaryrefslogtreecommitdiffstats
path: root/test
Commit message (Collapse)AuthorAgeFilesLines
* TRILAB-192 - merge changes from developAllen Byrne2020-04-074-29/+47
| | | | Single source, config files, for warnings for both autotools and CMake. Update CMake libraries, tools, tests to use correct flags.
* Autotools reconfigure updateAllen Byrne2020-03-311-1/+3
|
* Merge changes from other branchesAllen Byrne2020-02-291-1/+1
|
* Merfge changes to CMake test options and add sanitizersAllen Byrne2020-01-202-2/+4
|
* Merge pull request #2071 in HDFFV/hdf5 from ~KMU/hdf5:bugfix/intel_warnings ↵Kimmy Mu2020-01-105-13/+12
| | | | | | | | | | | | | | | | | | | | | | to develop * commit '0a2bb11b248df6841daabca3970df5d8504adfc7': address problems from comments fix and address comments change according to previous comments add missing piece remove unnecessary check macro fix intel compile warnings Revert "fix warnings from Intel compiler" Revert "fix warnings and some text alignment" Revert "let hdf5 pick up the right compiler in Intel environment" Revert "fix issues from previous PR comments" Revert "using a different MACRO" using a different MACRO fix issues from previous PR comments let hdf5 pick up the right compiler in Intel environment fix warnings and some text alignment fix warnings from Intel compiler
* Correct variable declaration.Allen Byrne2019-12-193-1/+2
|
* Adjust cache.c only variables.Allen Byrne2019-12-183-4/+4
|
* Correct missing functionAllen Byrne2019-12-121-1/+36
|
* HDFFV-10979 - correct copy_paste errorAllen Byrne2019-12-121-2/+2
|
* HDFFV-10979 - correct fix changeAllen Byrne2019-12-122-7/+11
|
* HDFFV-10979 fix global name conflictAllen Byrne2019-12-124-8196/+8153
|
* Remove tests not neededAllen Byrne2019-10-171-15/+0
|
* HDFFV-10903 Fix H5FDget_eof callsAllen Byrne2019-10-172-36/+30
|
* HDFFV-10903 another boolean fixedAllen Byrne2019-10-081-2/+2
|
* HDFFV-10903 adjust for missing functionsAllen Byrne2019-10-082-0/+10
|
* Ran bin/reconfigurebyrn2019-10-071-20/+73
|
* HDFFV-10903 merge S3 from devAllen Byrne2019-09-2320-1193/+8055
|
* Corrected error stackAllen Byrne2019-08-281-3/+3
|
* Add changes to Makefile.in files and four H5e*.h files from running ↵Larry Knox2019-08-281-4/+5
| | | | bin/reconfigur.
* fix get gethostname for windowsAllen Byrne2019-08-281-1/+1
|
* Correct libver names availableAllen Byrne2019-08-261-3/+2
|
* Fix merge issues for MPIAllen Byrne2019-08-2312-1182/+1229
|
* OESS-29 Fix shared MPI builds, more HD prefixAllen Byrne2019-08-2264-3745/+3963
|
* HDFFV-10879 fix test varnameAllen Byrne2019-08-141-1/+1
|
* Correct error test and useAllen Byrne2019-08-132-102/+130
|
* Merge mostly CMake changes from develop and file cleanupAllen Byrne2019-08-0614-2415/+2210
|
* Remove extra checks added during mergeAllen Byrne2019-08-011-13/+1
|
* Fix merge test issuesAllen Byrne2019-07-312-11/+38
|
* HDFFV-10845 More changes from 1.10 branchAllen Byrne2019-07-3143-7268/+6587
|
* Merge of HDFFV-10845, 10529 from developAllen Byrne2019-07-274-546/+263
|
* Reconfigured autoconf filesdpopat2019-07-191-0/+2
|
* Make the corresponding fix for HDFFV-10579 H5Arename fails when creation ↵Vailin Choi2019-04-231-46/+63
| | | | order of attributes is tracked.
* Merge in CMake changes from developAllen Byrne2019-04-043-63/+143
|
* Fixed HDFFV-10210 and HDFFV-10587Binh-Minh Ribler2019-03-241-3/+23
| | | | | | | | | | | Description: - Added parameter validation (HDFFV-10210) - Added detection of division by zero (HDFFV-10587 - CVE-2018-17438) - Fixed typos in various tests Platforms tested: Linux/64 (jelly) Linux/64 (platypus) Darwin (osx1011test)
* Delay checking if decoded message's "shareable" flag is appropriate forNeil Fortner2019-03-153-0/+18
| | | | | | | | | | | the message type until we've verified we understand the message type. Reduce size of H5O_msg_class_g to *not* include space for H5O_BOGUS_INVALID. Make bogus messages shareable. Add new bogus message test with shareable messages to cover the formerly problematic code. Re-run gen_bogus.c to add this test case and also to fix the bogus_invalid messages that were no longer H5O_BOGUS_INVLAID due to a new message class being added in a previous commit. Added comment to remind developers to run gen_bogus.c when adding a new message class.
* Correct regular test handlingAllen Byrne2019-01-291-36/+5
|
* Correct VFD test logicAllen Byrne2019-01-293-57/+8
|
* CMake updates and mergesAllen Byrne2019-01-251-206/+75
|
* TRILABS-81 coverity tools fixesAllen Byrne2018-11-092-12/+16
|
* Merge CMake changes from 1.10 to 1.8Allen Byrne2018-10-023-503/+581
|
* HDFFV-10444 fix so numbersAllen Byrne2018-04-101-4/+4
|
* Change CMake min to 3.10Allen Byrne2018-03-091-1/+1
|
* HDFFV-10385 merge typoAllen Byrne2018-01-221-2/+0
|
* HDFFV-10392,10393,01385 merge from developAllen Byrne2018-01-222-23/+6
|
* HDFFV-10385 fix CMAKE_BUILD_TYPE usageAllen Byrne2018-01-101-1/+1
|
* Update link target commandsAllen Byrne2017-12-212-11/+13
|
* Skip test if 1.6 API enabledAllen Byrne2017-12-201-30/+44
|
* Replaced H5Dopen with H5Dopen2.Binh-Minh Ribler2017-12-141-12/+12
| | | | | Platform tested: Linux/32 2.6 (jam)
* Fixed typo.Binh-Minh Ribler2017-12-121-2/+1
|
* Added data filesBinh-Minh Ribler2017-12-111-0/+5
|