Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Change prefix in example scripts to relative path to bin. This was done | Larry Knox | 2018-08-23 | 1 | -1/+1 |
| | | | | | for 1.8, and works wherever installed without the need to replace the original prefix. | ||||
* | Add fortran MPI to test and example | Allen Byrne | 2018-06-06 | 1 | -2/+4 |
| | |||||
* | Fix typo | Allen Byrne | 2018-05-24 | 1 | -1/+1 |
| | |||||
* | Remove link flag from compile command | Allen Byrne | 2018-05-22 | 1 | -3/+0 |
| | |||||
* | Correct command usage | Allen Byrne | 2018-05-07 | 1 | -6/+6 |
| | |||||
* | Remove APPEND | Allen Byrne | 2018-05-03 | 1 | -16/+22 |
| | |||||
* | Fix another command revert | Allen Byrne | 2018-05-03 | 1 | -12/+18 |
| | |||||
* | Missed a command revert | Allen Byrne | 2018-05-03 | 1 | -6/+9 |
| | |||||
* | Revert to old style for LINK_FLAGS gen expr not working | Allen Byrne | 2018-05-03 | 1 | -16/+19 |
| | |||||
* | LINK_FLAGS must be separate property sets | Allen Byrne | 2018-05-03 | 1 | -18/+36 |
| | |||||
* | Fix link flags syntax | Allen Byrne | 2018-05-03 | 1 | -18/+18 |
| | |||||
* | Revert refactor link flags | Allen Byrne | 2018-05-02 | 1 | -18/+18 |
| | |||||
* | refactor link flags to interface | Allen Byrne | 2018-05-02 | 1 | -18/+18 |
| | |||||
* | TRILABS-19 fix syntax for windows | Allen Byrne | 2018-05-02 | 1 | -3/+3 |
| | |||||
* | TRILABS-19 Link flags need - character | Allen Byrne | 2018-05-02 | 1 | -6/+6 |
| | |||||
* | TRILABS-19 fix fortran link flags | Allen Byrne | 2018-04-30 | 1 | -9/+9 |
| | |||||
* | TRILABS-19 Refactor fortran properties | Allen Byrne | 2018-04-30 | 1 | -36/+81 |
| | |||||
* | TRILABS-19 fix typos | Allen Byrne | 2018-04-27 | 1 | -1/+1 |
| | |||||
* | TRILABS-19 remove add_defintions and use generator expressions | Allen Byrne | 2018-04-26 | 1 | -24/+30 |
| | |||||
* | TRILABS-20 set a compiler name on all project commands | Allen Byrne | 2018-04-20 | 1 | -1/+1 |
| | |||||
* | TRILABS-19 All c code INCLUDE_DIRECTORIES converted | Allen Byrne | 2018-04-18 | 1 | -6/+6 |
| | |||||
* | TRILABS-19 Initial conversion of include_directories to targets | Allen Byrne | 2018-04-17 | 1 | -1/+2 |
| | |||||
* | 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-10385 rework java names | Allen Byrne | 2018-01-17 | 1 | -6/+0 |
| | |||||
* | HDFFV-10385 fix fortran references | Allen Byrne | 2018-01-10 | 1 | -0/+4 |
| | |||||
* | HDFFV-10223 Shared libraries fail test on OSX with fortran enabled with cmake | M. Scot Breitenfeld | 2017-12-07 | 2 | -7/+7 |
| | | | | This is now fixed via the HDFFV-10325 fix. | ||||
* | Add missing dir reference | Allen Byrne | 2017-11-02 | 1 | -1/+1 |
| | |||||
* | Remove incorrect link var | Allen Byrne | 2017-11-01 | 1 | -2/+0 |
| | |||||
* | Correct usage of MPI vars | Allen Byrne | 2017-11-01 | 1 | -2/+2 |
| | |||||
* | Convert to use MPI:: for link | Allen Byrne | 2017-11-01 | 1 | -2/+2 |
| | |||||
* | Removed FCFLAGS when building the examples since they should already be ↵ | M. Scot Breitenfeld | 2017-07-27 | 1 | -2/+2 |
| | | | | included the h5fc wrapper. NAG complains about doubly declared options. | ||||
* | Merge pull request #426 in HDFFV/hdf5 from ~LRKNOX/hdf5_lrk:hdf5_1_10 to ↵ | Larry Knox | 2017-04-25 | 24 | -138/+103 |
| | | | | | | | | | | 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 | -7/+7 |
| | |||||
* | HDFFV-10094: upgrade cmake command conventions | Allen Byrne | 2017-01-11 | 1 | -4/+56 |
| | | | Also converted tests to use macros | ||||
* | Update cmake min version and cmake command convention | Allen Byrne | 2017-01-10 | 2 | -15/+15 |
| | |||||
* | [svn-r29862] Convert source list names from *_SRCS to *_SOURCES. | Allen Byrne | 2016-05-04 | 1 | -0/+4 |
| | | | | Add/convert most tools to use new HDF5_TOOLS_DIR instead of HDF5_TOOLS_SRC_DIR CMake VAR. | ||||
* | [svn-r27638] Merged r27500-27631 from trunk. | Dana Robinson | 2015-09-01 | 3 | -19/+19 |
|\ | |||||
| * | [svn-r27625] Added preprocessor commands for PGI compiler. | Scot Breitenfeld | 2015-08-31 | 1 | -0/+1 |
| | | | | | | | | tested: h5committest | ||||
| * | [svn-r27586] HDFFV-9497: Add back ALLOW_UNSUPPORTED OPTION. | Allen Byrne | 2015-08-26 | 2 | -18/+18 |
| | | | | | | | | Added new option SKIP_HDF5_FORTRAN_SHARED | ||||
| * | [svn-r27537] Added new FCCPPFLAGS to avoid passing CPPFLAGS to the fortran ↵ | Scot Breitenfeld | 2015-08-20 | 2 | -4/+17 |
| | | | | | | | | | | | | pre-processor compiler (This mainly causes issues with the xlf compilers) Tested: h5committest | ||||
| * | [svn-r27517] Removed all perl scripts from configure. | Scot Breitenfeld | 2015-08-17 | 1 | -1/+0 |
| | | | | | | | | Tested: h5committest | ||||
* | | [svn-r27507] Merge of r27237-27500 from the trunk. | Dana Robinson | 2015-08-14 | 5 | -45/+126 |
|\ \ | |/ | | | | | | | | | | | | | Tested w/ h5committest NOTES: - The manifest may still be messed up. - Cmake fails since the dual binary work needs to be merged with this repo's CMake externals. | ||||
| * | [svn-r27493] Trying again to merge the F2003_v1.10 branch to the trunk. | Scot Breitenfeld | 2015-08-11 | 5 | -72/+81 |
| | | | | | | | | Tested: h5committest --PASSED-- | ||||
| * | [svn-r27489] reverted merge of branch | Scot Breitenfeld | 2015-08-11 | 5 | -81/+72 |
| | | |||||
| * | [svn-r27470] svn merge -r27425:27460 https://svn.hdfgroup.uiuc.edu/hdf5/trunk | Scot Breitenfeld | 2015-08-05 | 1 | -4/+1 |
| |\ | |||||
| * | | [svn-r27469] Merge from trunk with dual-binary CMake code. | Allen Byrne | 2015-08-05 | 3 | -9/+99 |
| | | | | | | | | | | | | Tested: local linux with CMake | ||||
| * | | [svn-r27221] Reworked Fortran autools REAL KIND detection. | Scot Breitenfeld | 2015-06-16 | 1 | -0/+5 |
| | | | |||||
| * | | [svn-r27186] added fix for jam with promoted reals and integers | Scot Breitenfeld | 2015-06-10 | 1 | -0/+1 |
| | | | |||||
| * | | [svn-r27178] changed to using SELECTED_*_KIND with numerical precision specified | Scot Breitenfeld | 2015-06-10 | 2 | -12/+12 |
| | | |