summaryrefslogtreecommitdiffstats
path: root/hl/test
Commit message (Collapse)AuthorAgeFilesLines
* Clang-format of source filesAllen Byrne2020-09-3014-6824/+6860
|
* OESS-98 merge with clang-format changesAllen Byrne2020-09-251-4/+4
|
* File changes to affect formattingAllen Byrne2020-09-041-256/+265
|
* CMake and script changes for clang-formatAllen Byrne2020-09-041-0/+28
|
* Removes staff email addresses from the repositoryDana Robinson2020-08-079-24/+1
| | | | Removes redundant C library headers from hl library
* Trim trailing whitespaceQuincey Koziol2020-04-201-15/+15
|
* Minor updates and fix settings for fortran flagsAllen Byrne2020-04-061-1/+1
|
* TRILAB-192 add c++ and fortran warnings build systems one fileAllen Byrne2020-04-051-0/+4
|
* So that I can use PASSED(); anywhere a statement can go, #define PASSED() withDavid Young2020-02-281-1/+1
| | | | a do-while wrapper.
* TRILAB-142 Change minimum CMake version to 3.12Allen Byrne2020-02-211-1/+1
|
* HDFFV-11001 Add fine control over testingAllen Byrne2020-01-151-1/+3
|
* Revert "Make a squash commit of 'Quiet some warnings by adjusting warnings ↵David Young2019-11-271-1/+1
| | | | level and fixing some code.' (commit 5c911d8baf3)"
* Avoid unused-variable warnings: change static const strings in a coupleDavid Young2019-11-131-1/+1
| | | | of header-file templates to #defines.
* OESS-29 Update HD prefix mostlyAllen Byrne2019-08-245-83/+83
|
* Update HD prefix and reconcile hl/cpp testAllen Byrne2019-08-1612-1207/+1207
|
* Add HD prefix to testsAllen Byrne2019-08-152-58/+56
|
* Correct generator and add HD prefixAllen Byrne2019-07-261-3/+3
|
* HDFFV-10529 Update CMake tests to use test fixturesAllen Byrne2019-07-231-44/+41
|
* HDFFV-10845 use of TARGETFILE disables auto emulatorAllen Byrne2019-07-171-1/+2
|
* Use H5DOpen2 in hl/test/test_dset_append.c.Larry Knox2019-07-111-2/+2
|
* Cleaned up test_dset_append and enabled the bug1/2 tests.Dana Robinson2019-07-101-500/+496
|
* Add support for GCC 7.x warnings, update warnhist script to account for them,Quincey Koziol2019-06-211-1/+1
| | | | clean up warnings.
* HDFFV-10805 Add option to only build shared targetsAllen Byrne2019-06-181-31/+37
| | | | | 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
|
* HD prefix and whitespaceAllen Byrne2018-08-282-99/+99
|
* Merge pull request #1043 in HDFFV/hdf5 from ↵Dana Robinson2018-05-316-2869/+293
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | ~DEROBINS/hdf5_der:h5do_direct_chunk_hl_to_src to develop * commit '1da9c5545c013ebc540ba3044810889d4acfa5be': Restored some unused #defines to the deprecated section of H5Dpublic.h. Added deprecated symbol wrappers for the H5DOwrite/read_chunk wrappers. Updated commenting in the H5DO compat test. Stripped out most of the duplicated functionality in the H5DO compat test. * Added H5DO compatibility functions. * Changed the offset copy to use an array on the stack. * Yanked some unused #defines. * Fixed the error tests * Moved common functionality into helper functions Normalize with trunk prior to update merge Fixed a warning. Finished move of H5DOread/write_chunk calls to H5D. First stage of moving H5DOread/write_chunk() to src/ and making them H5D calls. * Moved H5DOread/write_chunk() to H5Dio.c and renamed to H5D*. * Moved the hl/test/test_dset_opt test to test/ and renamed to direct_chunk. * Moved the hl/test/dectris_hl_perf test to tools/test/perform and renamed to direct_write_perf. * Updated autotools and CMake files.
| * Merge branch 'develop' into h5do_direct_chunk_hl_to_srcDana Robinson2018-05-151-15/+15
| |\
| * | Added deprecated symbol wrappers for the H5DOwrite/read_chunkDana Robinson2018-05-041-1/+14
| | | | | | | | | | | | wrappers.
| * | Updated commenting in the H5DO compat test.Dana Robinson2018-05-041-11/+9
| | |
| * | Stripped out most of the duplicated functionality in the H5DODana Robinson2018-05-041-2046/+147
| | | | | | | | | | | | compat test.
| * | * Added H5DO compatibility functions.Dana Robinson2018-05-044-2/+2180
| | | | | | | | | | | | | | | * Changed the offset copy to use an array on the stack. * Yanked some unused #defines.
| * | Merge branch 'develop' into h5do_direct_chunk_hl_to_srcDana Robinson2018-04-301-4/+6
| |\ \
| * | | First stage of moving H5DOread/write_chunk() to src/ and makingDana Robinson2018-04-305-2868/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | them H5D calls. * Moved H5DOread/write_chunk() to H5Dio.c and renamed to H5D*. * Moved the hl/test/test_dset_opt test to test/ and renamed to direct_chunk. * Moved the hl/test/dectris_hl_perf test to tools/test/perform and renamed to direct_write_perf. * Updated autotools and CMake files.
* | | | Fix MPI on Windows by adding MPI include folderAllen Byrne2018-05-091-5/+5
| |_|/ |/| |
* | | TRILABS-19 remove add_defintions and use generator expressionsAllen Byrne2018-04-261-15/+15
| |/ |/|
* | 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-3/+5
|/
* Couple fixes to the test routine for HDFFV-10425.Vailin Choi2018-03-211-2/+2
|
* Add test and release info for the fix to HDFFV-10425 test failure with ↵Vailin Choi2018-03-211-0/+143
| | | | H5DOwrite_chunk.
* 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-10345 spelling errorsAllen Byrne2018-02-051-4/+4
|
* HDFFV-10385 rework java namesAllen Byrne2018-01-171-5/+0
|
* Fixed many minor warnings.Dana Robinson2017-05-252-41/+38
|
* Incorporate additional code changes for the H5DOread_chunk patch from GE ↵Vailin Choi2017-05-151-323/+809
| | | | | | | | | | Heathcare (HDFFV-9934) This is the similar set of changes that was checked in to 1.8 branch: Incorporate the code changes that were missing from the original patch: (1) Additional tests in hl/test/test_dset_opt.c (2) Fix in src/H5Dchunk.c for direct access when an entry is in chunk cache but not dirty Tested on platypus, ostrich, kituo, mayll, osx1010test, moohan, quail, emu.
* Merged HDFFV-10187 direct chunk overwrite bugfix to develop from 1.10 branch.Dana Robinson2017-05-121-0/+114
|
* Incorporate patch from GE Healthcare (HDFFV-9934)Vailin Choi2017-04-251-84/+377
| | | | | This is the same patch that had already been integrated to 1.8 branch (pull request #387). Tested on moohan, ostrich, platypus, emu, osx1010test, quail, kituo, mayll.
* Merge pull request #426 in HDFFV/hdf5 from ~LRKNOX/hdf5_lrk:hdf5_1_10 to ↵Larry Knox2017-04-2519-103/+90
| | | | | | | | | | 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-3/+3
|
* Merging in latest from upstream (HDFFV/hdf5:refs/heads/develop)Allen Byrne2017-01-121-1/+2
|\ | | | | | | | | | | * commit '089afc48561ba8838d6a515c6b00fc6f7032ca13': Updated the developer flags so that they respect gcc versions. Description: Added data files from the packet table vlen tests to the CHECK_CLEANFILES list. Platforms tested: Linux/64 (jelly)