summaryrefslogtreecommitdiffstats
path: root/tools/test/h5import
Commit message (Collapse)AuthorAgeFilesLines
* Assume C99 fixed sized ints exist, use them (#470)Sean McBride2021-11-081-19/+9
| | | | | | | | | | | | | * Committing clang-format changes * Assume C99 fixed sized ints exist, use them * Assume H5_SIZEOF_LONG_DOUBLE != 0, `long double` has existed since C89 Note, this is only assuming that `long double` exists, no assumptions about its size have been touched. Didn't remove any code that does things like test if `long double` and `double` have different sizes. * Committing clang-format changes Co-authored-by: github-actions <41898282+github-actions[bot]@users.noreply.github.com>
* Removes gratuitous (double)x.yF casts (#632)Dana Robinson2021-05-071-2/+2
| | | | | | | | | * Committing clang-format changes * Removes gratuitous (double)x.yF casts * Committing clang-format changes Co-authored-by: github-actions <41898282+github-actions[bot]@users.noreply.github.com>
* Update license url part2 (#333)Larry Knox2021-02-174-4/+4
| | | | | | * Modify temporary rpath for testing in java example scripts. * Update URL in source file Copyright headers for web copy of COPYING file - files not in src or test.
* Clang-format of source filesAllen Byrne2020-09-301-269/+236
|
* OESS-98 merge with clang-format changesAllen Byrne2020-09-251-1/+1
|
* CMake and script changes for clang-formatAllen Byrne2020-09-041-0/+7
|
* Fixes for warnings in the tools code.Dana Robinson2020-04-251-5/+4
|
* TRILAB-142 Change minimum CMake version to 3.12Allen Byrne2020-02-211-1/+1
|
* HDFFV-11011 correct issues with target file extensionAllen Byrne2020-01-281-17/+11
|
* HDFFV-11001 need to qualify all by parallel or serial typesAllen Byrne2020-01-151-1/+1
|
* HDFFV-11001 Add fine control over testingAllen Byrne2020-01-151-1/+3
|
* Add HD prefix to testsAllen Byrne2019-08-151-84/+84
|
* HDFFV-10529 Update CMake tests to use test fixturesAllen Byrne2019-07-231-172/+48
|
* HDFFV-10845 use of TARGETFILE disables auto emulatorAllen Byrne2019-07-171-3/+12
|
* HDFFV-10805 Add option to only build shared targetsAllen Byrne2019-06-182-14/+26
| | | | | HDFFV-10805 Add ONLY_SHARED_LIBS option and prefer shared over static HDFFV-10803 Update FindSZIP.cmake find module Remove unneeded modules and update java modules
* HDFFV-10703 Update CMake commands to latest standardAllen Byrne2019-02-151-2/+2
|
* CMake changes for SKIPPED and flush testsAllen Byrne2018-09-241-1/+2
|
* HD prefix and whitespaceAllen Byrne2018-08-281-2/+2
|
* Fix MPI on Windows by adding MPI include folderAllen Byrne2018-05-091-1/+1
|
* TRILABS-19 remove add_defintions and use generator expressionsAllen Byrne2018-04-261-3/+3
|
* TRILABS-20 set a compiler name on all project commandsAllen Byrne2018-04-201-1/+1
|
* TRILABS-19 Initial conversion of include_directories to targetsAllen Byrne2018-04-171-13/+9
|
* Change CMake min to 3.10Allen Byrne2018-03-091-1/+1
|
* Inc CMake min, Add new tests, rework test CMake filesAllen Byrne2018-02-271-1/+1
|
* HDFFV-10385 rework java namesAllen Byrne2018-01-171-1/+0
|
* Stripped C standard library headers from tools test code.Dana Robinson2017-07-191-1/+0
|
* HDFFV-10219 another mode changeAllen Byrne2017-06-261-1/+1
|
* HDFFV-10219 change subset to use BINARY mode for h5dumpAllen Byrne2017-06-261-1/+1
|
* HDFFV-10219 default input binary to NATIVEAllen Byrne2017-06-201-2/+2
|
* HDFFFV-10219 fix file creation contention on windowsAllen Byrne2017-06-161-1/+1
|
* HDFFV-10219 - fix name templatesAllen Byrne2017-06-151-3/+3
|
* HDFFV-10219 add test headersAllen Byrne2017-06-151-1/+3
|
* HDFFV-10219 - Fix subset testAllen Byrne2017-06-151-1/+1
|
* HDFFV-10219Fix binary test to use gen filesAllen Byrne2017-06-151-7/+7
|
* Add subset tests to scriptAllen Byrne2017-06-151-4/+14
|
* Fix changes to reference files. Still need to add subset test.Allen Byrne2017-06-151-35/+49
|
* HDFFV-10219 Add new reference file file for new testAllen Byrne2017-06-151-0/+1
|
* HDFFV-10219 - fix for native in bin file and possible non-native in h5 Allen Byrne2017-06-1511-121/+156
|
* HDFFV-10219: add generated files to memcheck clear commandAllen Byrne2017-06-121-0/+16
|
* HDFFV-10219: Added keyword SUBSET to h5import list.Allen Byrne2017-06-123-0/+142
|
* Merge pull request #426 in HDFFV/hdf5 from ~LRKNOX/hdf5_lrk:hdf5_1_10 to ↵Larry Knox2017-04-254-18/+23
| | | | | | | | | | hdf5_1_10 * commit '54957d37f5aa73912763dbb6e308555e863c43f4': Commit copyright header change for src/H5PLpkg.c which was added after running script to make changes. Add new files in release_docs to MANIFEST. Cimmit changes to Makefile.in(s) and H5PL.c that resulted from running autogen.sh. Merge pull request #407 in HDFFV/hdf5 from ~LRKNOX/hdf5_lrk:hdf5_1_10_1 to hdf5_1_10_1 Change copyright headers to replace url referring to file to be removed and replace it with new url for COPYING file.
* Update CMake files and formattingAllen Byrne2017-03-011-6/+6
|
* Update cmake min version and cmake command conventionAllen Byrne2017-01-102-20/+20
|
* Split tools into src and test - add foldersAllen Byrne2016-10-2754-0/+1592