| Commit message (Expand) | Author | Age | Files | Lines |
* | Adds Autotools generated files for alpha release | Dana Robinson | 2020-09-22 | 1 | -0/+1686 |
|
|
* | Trim trailing whitespace | Quincey Koziol | 2020-05-20 | 1 | -15/+15 |
|
|
* | Minor updates and fix settings for fortran flags | Allen Byrne | 2020-05-20 | 1 | -1/+1 |
|
|
* | TRILAB-192 add c++ and fortran warnings build systems one file | Allen Byrne | 2020-05-20 | 1 | -0/+4 |
|
|
* | TRILAB-142 Change minimum CMake version to 3.12 | Allen Byrne | 2020-05-20 | 1 | -1/+1 |
|
|
* | HDFFV-11001 Add fine control over testing | Allen Byrne | 2020-05-20 | 1 | -1/+3 |
|
|
* | Revert "Make a squash commit of 'Quiet some warnings by adjusting warnings le... | David Young | 2020-05-20 | 1 | -1/+1 |
|
|
* | Avoid unused-variable warnings: change static const strings in a couple | David Young | 2020-05-20 | 1 | -1/+1 |
|
|
* | So that I can use PASSED(); anywhere a statement can go, #define PASSED() with | David Young | 2020-02-28 | 1 | -1/+1 |
|
|
* | Merge all of my changes from merge-back-to-feature-vfd_swmr-attempt-1, | David Young | 2019-12-09 | 14 | -1911/+1909 |
|
|
* | HD prefix and whitespace | Allen Byrne | 2018-08-28 | 2 | -99/+99 |
|
|
* | Merge pull request #1043 in HDFFV/hdf5 from ~DEROBINS/hdf5_der:h5do_direct_ch... | Dana Robinson | 2018-05-31 | 6 | -2869/+293 |
|\ |
|
| * | 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 |
|
|
| * | | 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 |
|
|
| * | | * Added H5DO compatibility functions. | Dana Robinson | 2018-05-04 | 4 | -2/+2180 |
|
|
| * | | 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 |
|
|
* | | | | 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 H5DOwr... | Vailin Choi | 2018-03-21 | 1 | -0/+143 |
|
|
* | 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 Heat... | Vailin Choi | 2017-05-15 | 1 | -323/+809 |
|
|
* | 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 |
|
|
* | Merge pull request #426 in HDFFV/hdf5 from ~LRKNOX/hdf5_lrk:hdf5_1_10 to hdf5... | Larry Knox | 2017-04-25 | 19 | -103/+90 |
|
|
* | 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 |
|\ |
|
| * | Description: | Binh-Minh Ribler | 2017-01-12 | 1 | -1/+2 |
|
|
* | | HDFFV-10094: upgrade cmake command conventions | Allen Byrne | 2017-01-11 | 1 | -1/+14 |
|
|
* | | Update cmake min version and cmake command convention | Allen Byrne | 2017-01-10 | 2 | -6/+6 |
|/ |
|
* | Fix h5test.h include issue | Allen Byrne | 2016-12-28 | 1 | -2/+2 |
|
|
* | Bring SWMR support in to the main development branch. (Finally!) More tests | Quincey Koziol | 2016-12-02 | 1 | -4/+32 |
|
|
* | Purpose: Fix Packet Table issues cont. | Binh-Minh Ribler | 2016-10-24 | 1 | -13/+24 |
|
|
* | Miscellaneous code cleanup. | Binh-Minh Ribler | 2016-10-21 | 1 | -4/+2 |
|
|
* | Description: | Binh-Minh Ribler | 2016-10-20 | 2 | -59/+56 |
|
|
* | Description: | Quincey Koziol | 2016-09-29 | 1 | -2/+2 |
|
|
* | Description: | Quincey Koziol | 2016-09-27 | 1 | -1/+8 |
|
|
* | [svn-r30285] Description: | Quincey Koziol | 2016-08-13 | 1 | -2/+0 |
|
|
* | [svn-r30262] Fix for HDFFV-9960: H5DOappend will not fail if a dataset has no... | Vailin Choi | 2016-08-05 | 1 | -0/+100 |
|
|
* | [svn-r30238] Follow-on to HDFFV-9928: remove unconditional call of time.h typ... | Allen Byrne | 2016-08-01 | 1 | -4/+0 |
|
|
* | [svn-r30237] HDFFV-9939: Change cmake commands to reduce POST_BUILD custom co... | Allen Byrne | 2016-08-01 | 1 | -26/+38 |
|
|