| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 | -2/+2 |
|
|
* | Corrections for parallel I/O & tests. | Quincey Koziol | 2018-03-21 | 2 | -24/+30 |
|
|
* | Cleanup API context function usage. | Quincey Koziol | 2018-03-19 | 1 | -19/+36 |
|
|
* | Merge branch 'develop' of https://bitbucket.hdfgroup.org/scm/hdffv/hdf5 into ... | Quincey Koziol | 2018-03-18 | 9 | -3435/+3179 |
|\ |
|
| * | Add 2 parallel test files to CHECK-CLEANFILES so that if their tests | lrknox | 2018-03-15 | 1 | -1/+4 |
|
|
| * | Unify the test (t_bigio.c) between hdf5_1_10 and develop | Richard Warren | 2018-03-12 | 1 | -316/+79 |
|
|
| * | Remove comparison to NULL for variables to be freed. | lrknox | 2018-03-12 | 1 | -3/+3 |
|
|
| * | Add HDfree of vector, matrix_out and matrix_out1 previously HDmalloced | lrknox | 2018-03-12 | 1 | -1/+8 |
|
|
| * | Change CMake min to 3.10 | Allen Byrne | 2018-03-09 | 1 | -1/+1 |
|
|
| * | Correct cutnpaste | Allen Byrne | 2018-03-07 | 1 | -4/+0 |
|
|
| * | ifdef around another function | Allen Byrne | 2018-03-06 | 1 | -0/+21 |
|
|
| * | Add #ifdef H5_HAVE_FORK eliminates special handling | Allen Byrne | 2018-03-06 | 1 | -4/+0 |
|
|
| * | Add #ifdef H5_HAVE_FORK | Allen Byrne | 2018-03-06 | 1 | -0/+17 |
|
|
| * | Fixed t_pread.c to remove the use of h5jam, etc.. This fixes HDFFV-8839 and s... | Richard Warren | 2018-03-02 | 1 | -108/+47 |
|
|
| * | Remove t_cache_image test on Windows | Allen Byrne | 2018-02-28 | 1 | -0/+4 |
|
|
| * | Inc CMake min, Add new tests, rework test CMake files | Allen Byrne | 2018-02-27 | 1 | -1/+2 |
|
|
| * | Cleanup overuse of include files | Allen Byrne | 2018-02-14 | 6 | -3014/+3006 |
|
|
| * | HDFFV-10385 rework java names | Allen Byrne | 2018-01-17 | 1 | -2/+0 |
|
|
| * | HDFFV-10385 refactor CMAKE_BUILD_TYPE usage | Allen Byrne | 2018-01-09 | 1 | -2/+2 |
|
|
| * | Add library INTERFACE and MPI to tools | Allen Byrne | 2017-12-28 | 1 | -2/+8 |
|
|
* | | Add API context interface and use it throughout the library. | Quincey Koziol | 2018-03-15 | 5 | -49/+73 |
|/ |
|
* | Make a fix to allow CMake testing which does not use relative directories. | Richard Warren | 2017-11-02 | 1 | -6/+40 |
|
|
* | Correct usage of MPI vars | Allen Byrne | 2017-11-01 | 2 | -4/+4 |
|
|
* | Merge pull request #711 in HDFFV/hdf5 from optimize_superblock_read to develop | Richard Warren | 2017-10-18 | 1 | -6/+8 |
|\ |
|
| * | in 'production' mode builds | Richard.Warren | 2017-10-17 | 1 | -2/+2 |
|
|
| * | Make fixes to avoid test failures in 'production' mode builds | Richard.Warren | 2017-10-17 | 1 | -7/+9 |
|
|
* | | Merge pull request #704 in HDFFV/hdf5 from optimize_superblock_read to develop | Richard Warren | 2017-10-13 | 3 | -1/+906 |
|\ \
| |/ |
|
| * | Updated the code and RELEASE.txt note per comments from John Mainzer | Richard Warren | 2017-10-11 | 1 | -41/+43 |
|
|
| * | Try to address most of the issues raised by Dana in the code review | Richard Warren | 2017-10-11 | 1 | -54/+50 |
|
|
| * | Made edits suggested by John as part of the code review | Richard Warren | 2017-10-11 | 1 | -54/+146 |
|
|
| * | Add a test for parallel reads of independent files using MPI subgroups | Richard Warren | 2017-10-09 | 1 | -31/+152 |
|
|
| * | Edits to the file open optimization and associated test | mainzer | 2017-10-05 | 1 | -169/+666 |
|
|
| * | The initial coding for the superblock read optization | Richard Warren | 2017-09-28 | 3 | -1/+198 |
|
|
* | | fixed missing prototype warning | M. Scot Breitenfeld | 2017-10-09 | 1 | -1/+1 |
|
|
* | | removed always true ifdef | M. Scot Breitenfeld | 2017-10-09 | 1 | -2/+0 |
|/ |
|
* | Amend CMakeLists.txt to add t_filters_parallel to CMake | Jordan Henderson | 2017-09-15 | 1 | -0/+1 |
|
|
* | Merge branch 'develop' of ssh://bitbucket.hdfgroup.org:7999/~jhenderson/hdf5.... | Jordan Henderson | 2017-09-01 | 1 | -10/+30 |
|\ |
|
| * | Merging in latest from upstream (HDFFV/hdf5:refs/heads/develop) | Jordan Henderson | 2017-09-01 | 1 | -10/+30 |
| |\ |
|
| | * | Add commentary around calling H5Screate_simple with a single element | Richard Warren | 2017-08-29 | 1 | -7/+25 |
|
|
| | * | Fix the t_bigio test so that it runs on 32bit machines | Richard Warren | 2017-08-15 | 1 | -5/+7 |
|
|
* | | | Amend tests to explicitly use H5Dcreate2 and H5Dopen2 | Jordan Henderson | 2017-09-01 | 1 | -28/+28 |
|/ / |
|
* | | Minor comment refactoring | Jordan Henderson | 2017-09-01 | 1 | -1/+1 |
|
|
* | | Finish up Parallel Compression test scaling work | Jordan Henderson | 2017-08-29 | 2 | -93/+49 |
|
|
* | | Partial update for scaling parallel filters tests | Jordan Henderson | 2017-08-28 | 2 | -366/+438 |
|
|
* | | Modify t_dset.c in lieu of Parallel Compression changes | Jordan Henderson | 2017-08-15 | 1 | -5/+2 |
|
|
* | | Merge branch 'develop' of https://bitbucket.hdfgroup.org/scm/hdffv/hdf5 into ... | Jordan Henderson | 2017-08-11 | 3 | -1/+2155 |
|\ \
| |/ |
|
| * | Fix up the ExpressMode check for skipping slow running tests. | Richard Warren | 2017-07-10 | 1 | -1/+1 |
|
|
| * | Include code fixes and additional modifications pointed out by code reviewers | Richard Warren | 2017-07-10 | 3 | -9/+66 |
|
|
| * | Commit changes needed for pull request | Richard Warren | 2017-07-05 | 1 | -0/+2097 |
|
|