Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | TRILAB-142 Change minimum CMake version to 3.12 | Allen Byrne | 2020-05-20 | 1 | -1/+1 |
| | |||||
* | HDFFV-11018 Add Fortran H5F_LIBVER_V*_F definitions | M. Scot Breitenfeld | 2020-05-20 | 1 | -2/+40 |
| | | | | | | | | | | | | | | | | | | | Added ------ New Definitions: INTEGER :: H5F_LIBVER_ERROR_F INTEGER :: H5F_LIBVER_NBOUNDS_F INTEGER :: H5F_LIBVER_V18_F INTEGER :: H5F_LIBVER_V110_F INTEGER :: H5F_LIBVER_V112_F INTEGER :: H5F_LIBVER_V114_F New API: h5pget_libver_bounds_f(fapl_id, low, high, hdferr) Removed: call to C wrapper h5pset_libver_bounds_c in h5pset_libver_bounds_f | ||||
* | HDFFV-11012 - add correct fortran include path properties | Allen Byrne | 2020-05-20 | 1 | -2/+2 |
| | |||||
* | Introduce new H5VL _by_value routines | Jordan Henderson | 2020-05-20 | 1 | -22/+22 |
| | |||||
* | Squashed commit of the token_refactoring branch: | Dana Robinson | 2020-05-20 | 3 | -159/+61 |
| | |||||
* | HDFFV-11001 need to qualify all by parallel or serial types | Allen Byrne | 2020-05-20 | 1 | -1/+1 |
| | |||||
* | HDFFV-11001 Add fine control over testing | Allen Byrne | 2020-05-20 | 1 | -1/+3 |
| | |||||
* | Small changes from the token_refactoring branch, to reduce the delta to develop | Quincey Koziol | 2020-05-20 | 2 | -9/+9 |
| | |||||
* | Merge all of my changes from merge-back-to-feature-vfd_swmr-attempt-1, | David Young | 2019-12-09 | 8 | -491/+1108 |
| | | | | | | | | including the merge of `hdffv/hdf5/develop`, back to the branch that Vailin and I share. Now I need to put this branch on a fork with a less confusing name than vchoi_fork! | ||||
* | Develop normalization with vol_integration. | Dana Robinson | 2018-09-19 | 1 | -2/+0 |
| | | | | | Mostly peripheral things like the tools and wrappers, with just enough core library code to support that. | ||||
* | HDFFV-10405: Using h5fget_obj_count_f with a file id of H5F_OBJ_ALL_F does ↵ | M. Scot Breitenfeld | 2018-06-08 | 1 | -1/+75 |
| | | | | | | not work properly h5fget_obj_count_f with H5F_OBJ_ALL_F counted objects created in h5open_f, which should not be included in the count. The function now returns the correct number of objects (i.e., objects created in h5open are not included in the total). | ||||
* | Add fortran MPI to test and example | Allen Byrne | 2018-06-06 | 1 | -2/+2 |
| | |||||
* | Remove link flag from compile command | Allen Byrne | 2018-05-22 | 1 | -6/+0 |
| | |||||
* | Use set_property for MT flag | Allen Byrne | 2018-05-07 | 1 | -6/+9 |
| | |||||
* | Correct command usage | Allen Byrne | 2018-05-07 | 1 | -12/+12 |
| | |||||
* | Remove APPEND | Allen Byrne | 2018-05-03 | 1 | -13/+13 |
| | |||||
* | Revert to old style for LINK_FLAGS gen expr not working | Allen Byrne | 2018-05-03 | 1 | -78/+117 |
| | |||||
* | LINK_FLAGS must be separate property sets | Allen Byrne | 2018-05-03 | 1 | -40/+80 |
| | |||||
* | Fix link flags syntax | Allen Byrne | 2018-05-03 | 1 | -39/+39 |
| | |||||
* | Revert refactor link flags | Allen Byrne | 2018-05-02 | 1 | -41/+39 |
| | |||||
* | refactor link flags to interface | Allen Byrne | 2018-05-02 | 1 | -46/+51 |
| | |||||
* | Fix defs and additional MSVC items | Allen Byrne | 2018-05-02 | 1 | -4/+3 |
| | |||||
* | TRILABS-19 fix syntax for windows | Allen Byrne | 2018-05-02 | 1 | -6/+6 |
| | |||||
* | TRILABS-19 Link flags need - character | Allen Byrne | 2018-05-02 | 1 | -13/+13 |
| | |||||
* | TRILABS-19 fix fortran link flags | Allen Byrne | 2018-04-30 | 1 | -12/+12 |
| | |||||
* | TRILABS-19 Refactor fortran properties | Allen Byrne | 2018-04-30 | 1 | -99/+188 |
| | |||||
* | TRILABS-19 remove add_defintions and use generator expressions | Allen Byrne | 2018-04-26 | 1 | -113/+77 |
| | |||||
* | 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 | -8/+11 |
| | |||||
* | HDFFV-10444 fix soversion numbers for libraries | Allen Byrne | 2018-04-10 | 1 | -4/+4 |
| | |||||
* | 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-10398 use the target name for custom commands | Allen Byrne | 2018-01-30 | 1 | -4/+2 |
| | |||||
* | HDFFV-10385 rename vars and macros | Allen Byrne | 2018-01-19 | 1 | -2/+2 |
| | |||||
* | HDFFV-10385 rework java names | Allen Byrne | 2018-01-17 | 1 | -10/+0 |
| | |||||
* | Fix fortran cmake variable usage | Allen Byrne | 2018-01-11 | 1 | -15/+15 |
| | |||||
* | Correct whitespace | Allen Byrne | 2018-01-10 | 1 | -1/+1 |
| | |||||
* | HDFFV-10385 multi-config builders need folder set | Allen Byrne | 2018-01-10 | 1 | -2/+2 |
| | |||||
* | HDFFV-10385 fix packaging | Allen Byrne | 2018-01-10 | 1 | -2/+2 |
| | |||||
* | HDFFV-10385 includes cleanup | Allen Byrne | 2018-01-10 | 1 | -3/+1 |
| | |||||
* | Correct folder typo | Allen Byrne | 2018-01-09 | 1 | -2/+2 |
| | |||||
* | HDFFV-10385 fix platform errors | Allen Byrne | 2018-01-09 | 1 | -10/+11 |
| | |||||
* | HDFFV-10385 refactor CMAKE_BUILD_TYPE usage | Allen Byrne | 2018-01-09 | 1 | -10/+4 |
| | |||||
* | HDFFV-10223 Shared libraries fail test on OSX with fortran enabled with cmake | M. Scot Breitenfeld | 2017-12-07 | 2 | -11/+11 |
| | | | | This is now fixed via the HDFFV-10325 fix. | ||||
* | fixed check output string to match test | M. Scot Breitenfeld | 2017-06-09 | 1 | -1/+1 |
| | |||||
* | Fix for shared fortran libraries on mac (HDFFV-2772). | M. Scot Breitenfeld | 2017-05-18 | 3 | -9/+9 |
| | |||||
* | Merge pull request #426 in HDFFV/hdf5 from ~LRKNOX/hdf5_lrk:hdf5_1_10 to ↵ | Larry Knox | 2017-04-25 | 37 | -222/+159 |
| | | | | | | | | | | 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 | 1 | -3/+3 |
| | |||||
* | Fix test output file name | Allen Byrne | 2017-01-12 | 1 | -2/+2 |
| | |||||
* | HDFFV-10094: upgrade cmake command conventions | Allen Byrne | 2017-01-11 | 1 | -12/+102 |
| | | | Also converted tests to use macros |