Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | HDFFV-10601: Some compiler doesn't support clock_gettime(). So I changed to ↵ | Songyu Lu | 2018-11-16 | 1 | -77/+25 |
| | | | | use gettimeofday (HDgettimeofday in the HDF5 library). | ||||
* | HDFFV-10601: I added error checking to the HDF5 functions. | Songyu Lu | 2018-11-14 | 1 | -65/+161 |
| | |||||
* | HDFFV10601: Adding performance test to verify the improvement. | Songyu Lu | 2018-11-13 | 3 | -2/+373 |
| | |||||
* | TRILAB-81 coverity fixes | Allen Byrne | 2018-10-17 | 1 | -2/+4 |
| | |||||
* | HD prefix and whitespace | Allen Byrne | 2018-08-28 | 1 | -35/+35 |
| | |||||
* | Merge pull request #1043 in HDFFV/hdf5 from ↵ | Dana Robinson | 2018-05-31 | 1 | -0/+684 |
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | ~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 | -27/+27 |
| |\ | |||||
| * \ | Merge branch 'develop' into h5do_direct_chunk_hl_to_src | Dana Robinson | 2018-04-30 | 1 | -21/+19 |
| |\ \ | |||||
| * | | | First stage of moving H5DOread/write_chunk() to src/ and making | Dana Robinson | 2018-04-30 | 1 | -0/+684 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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 | -9/+9 |
| |_|/ |/| | | |||||
* | | | TRILABS-19 remove add_defintions and use generator expressions | Allen Byrne | 2018-04-26 | 1 | -27/+27 |
| |/ |/| | |||||
* | | 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 | -20/+18 |
|/ | |||||
* | 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 |
| | |||||
* | Cleanup overuse of include files | Allen Byrne | 2018-02-14 | 2 | -14/+12 |
| | |||||
* | HDFFV-10385 rework java names | Allen Byrne | 2018-01-17 | 1 | -9/+0 |
| | |||||
* | Correct usage of MPI vars | Allen Byrne | 2017-11-01 | 1 | -2/+2 |
| | |||||
* | Correct test DEPENDS | Allen Byrne | 2017-10-25 | 1 | -2/+1 |
| | |||||
* | Cleanup cmake clean macros | Allen Byrne | 2017-10-03 | 1 | -1/+23 |
| | |||||
* | Make sure zip_perf program does not run concurrently | Allen Byrne | 2017-07-26 | 1 | -0/+1 |
| | |||||
* | Remove duplicate defines | Allen Byrne | 2017-05-04 | 2 | -18/+0 |
| | |||||
* | Merge pull request #426 in HDFFV/hdf5 from ~LRKNOX/hdf5_lrk:hdf5_1_10 to ↵ | Larry Knox | 2017-04-25 | 22 | -127/+95 |
| | | | | | | | | | | 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. | ||||
* | Final merge of page buffering branch to develop | Quincey Koziol | 2017-03-14 | 3 | -3/+36 |
| | |||||
* | Clean up whitespace | Quincey Koziol | 2017-02-07 | 1 | -4/+0 |
| | |||||
* | HDFFV-10094: upgrade cmake command conventions | Allen Byrne | 2017-01-11 | 1 | -7/+98 |
| | | | Also converted tests to use macros | ||||
* | Update cmake min version and cmake command convention | Allen Byrne | 2017-01-10 | 2 | -7/+7 |
| | |||||
* | Re-merge HDFFV-9942 to new folder structure | Allen Byrne | 2016-10-27 | 6 | -46/+420 |
| | |||||
* | Split tools into src and test - add folders | Allen Byrne | 2016-10-27 | 23 | -0/+12887 |