Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | OESS-98 merge with clang-format changes | Allen Byrne | 2020-09-25 | 1 | -4/+4 |
| | |||||
* | File changes to affect formatting | Allen Byrne | 2020-09-04 | 1 | -256/+265 |
| | |||||
* | CMake and script changes for clang-format | Allen Byrne | 2020-09-04 | 1 | -0/+28 |
| | |||||
* | Removes staff email addresses from the repository | Dana Robinson | 2020-08-07 | 9 | -24/+1 |
| | | | | Removes redundant C library headers from hl library | ||||
* | Trim trailing whitespace | Quincey Koziol | 2020-04-20 | 1 | -15/+15 |
| | |||||
* | Minor updates and fix settings for fortran flags | Allen Byrne | 2020-04-06 | 1 | -1/+1 |
| | |||||
* | TRILAB-192 add c++ and fortran warnings build systems one file | Allen Byrne | 2020-04-05 | 1 | -0/+4 |
| | |||||
* | So that I can use PASSED(); anywhere a statement can go, #define PASSED() with | David Young | 2020-02-28 | 1 | -1/+1 |
| | | | | a do-while wrapper. | ||||
* | TRILAB-142 Change minimum CMake version to 3.12 | Allen Byrne | 2020-02-21 | 1 | -1/+1 |
| | |||||
* | HDFFV-11001 Add fine control over testing | Allen Byrne | 2020-01-15 | 1 | -1/+3 |
| | |||||
* | Revert "Make a squash commit of 'Quiet some warnings by adjusting warnings ↵ | David Young | 2019-11-27 | 1 | -1/+1 |
| | | | | level and fixing some code.' (commit 5c911d8baf3)" | ||||
* | Avoid unused-variable warnings: change static const strings in a couple | David Young | 2019-11-13 | 1 | -1/+1 |
| | | | | of header-file templates to #defines. | ||||
* | OESS-29 Update HD prefix mostly | Allen Byrne | 2019-08-24 | 5 | -83/+83 |
| | |||||
* | Update HD prefix and reconcile hl/cpp test | Allen Byrne | 2019-08-16 | 12 | -1207/+1207 |
| | |||||
* | Add HD prefix to tests | Allen Byrne | 2019-08-15 | 2 | -58/+56 |
| | |||||
* | Correct generator and add HD prefix | Allen Byrne | 2019-07-26 | 1 | -3/+3 |
| | |||||
* | HDFFV-10529 Update CMake tests to use test fixtures | Allen Byrne | 2019-07-23 | 1 | -44/+41 |
| | |||||
* | HDFFV-10845 use of TARGETFILE disables auto emulator | Allen Byrne | 2019-07-17 | 1 | -1/+2 |
| | |||||
* | Use H5DOpen2 in hl/test/test_dset_append.c. | Larry Knox | 2019-07-11 | 1 | -2/+2 |
| | |||||
* | Cleaned up test_dset_append and enabled the bug1/2 tests. | Dana Robinson | 2019-07-10 | 1 | -500/+496 |
| | |||||
* | Add support for GCC 7.x warnings, update warnhist script to account for them, | Quincey Koziol | 2019-06-21 | 1 | -1/+1 |
| | | | | clean up warnings. | ||||
* | HDFFV-10805 Add option to only build shared targets | Allen Byrne | 2019-06-18 | 1 | -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 standard | Allen Byrne | 2019-02-15 | 1 | -2/+2 |
| | |||||
* | HD prefix and whitespace | Allen Byrne | 2018-08-28 | 2 | -99/+99 |
| | |||||
* | Merge pull request #1043 in HDFFV/hdf5 from ↵ | Dana Robinson | 2018-05-31 | 6 | -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_src | Dana Robinson | 2018-05-15 | 1 | -15/+15 |
| |\ | |||||
| * | | Added deprecated symbol wrappers for the H5DOwrite/read_chunk | Dana Robinson | 2018-05-04 | 1 | -1/+14 |
| | | | | | | | | | | | | wrappers. | ||||
| * | | Updated commenting in the H5DO compat test. | Dana Robinson | 2018-05-04 | 1 | -11/+9 |
| | | | |||||
| * | | Stripped out most of the duplicated functionality in the H5DO | Dana Robinson | 2018-05-04 | 1 | -2046/+147 |
| | | | | | | | | | | | | compat test. | ||||
| * | | * Added H5DO compatibility functions. | Dana Robinson | 2018-05-04 | 4 | -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_src | Dana Robinson | 2018-04-30 | 1 | -4/+6 |
| |\ \ | |||||
| * | | | First stage of moving H5DOread/write_chunk() to src/ and making | Dana Robinson | 2018-04-30 | 5 | -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 folder | Allen Byrne | 2018-05-09 | 1 | -5/+5 |
| |_|/ |/| | | |||||
* | | | TRILABS-19 remove add_defintions and use generator expressions | Allen Byrne | 2018-04-26 | 1 | -15/+15 |
| |/ |/| | |||||
* | | TRILABS-20 set a compiler name on all project commands | Allen Byrne | 2018-04-20 | 1 | -1/+1 |
| | | |||||
* | | TRILABS-19 Initial conversion of include_directories to targets | Allen Byrne | 2018-04-17 | 1 | -3/+5 |
|/ | |||||
* | Couple fixes to the test routine for HDFFV-10425. | Vailin Choi | 2018-03-21 | 1 | -2/+2 |
| | |||||
* | Add test and release info for the fix to HDFFV-10425 test failure with ↵ | Vailin Choi | 2018-03-21 | 1 | -0/+143 |
| | | | | H5DOwrite_chunk. | ||||
* | Change CMake min to 3.10 | Allen Byrne | 2018-03-09 | 1 | -1/+1 |
| | |||||
* | Inc CMake min, Add new tests, rework test CMake files | Allen Byrne | 2018-02-27 | 1 | -1/+1 |
| | |||||
* | HDFFV-10345 spelling errors | Allen Byrne | 2018-02-05 | 1 | -4/+4 |
| | |||||
* | HDFFV-10385 rework java names | Allen Byrne | 2018-01-17 | 1 | -5/+0 |
| | |||||
* | Fixed many minor warnings. | Dana Robinson | 2017-05-25 | 2 | -41/+38 |
| | |||||
* | Incorporate additional code changes for the H5DOread_chunk patch from GE ↵ | Vailin Choi | 2017-05-15 | 1 | -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 Robinson | 2017-05-12 | 1 | -0/+114 |
| | |||||
* | Incorporate patch from GE Healthcare (HDFFV-9934) | Vailin Choi | 2017-04-25 | 1 | -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 Knox | 2017-04-25 | 19 | -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 formatting | Allen Byrne | 2017-03-01 | 1 | -3/+3 |
| | |||||
* | Merging in latest from upstream (HDFFV/hdf5:refs/heads/develop) | Allen Byrne | 2017-01-12 | 1 | -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) | ||||
| * | Description: | Binh-Minh Ribler | 2017-01-12 | 1 | -1/+2 |
| | | | | | | | | | | | | | | Added data files from the packet table vlen tests to the CHECK_CLEANFILES list. Platforms tested: Linux/64 (jelly) |