Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | HDFFV-10537: Remove installation of Fortran test mod files | M. Scot Breitenfeld | 2018-11-09 | 1 | -12/+0 |
| | | | | Removed from autools install, cmake does not have this issue. | ||||
* | 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 mpi include folders for fortran C objects | Allen Byrne | 2018-06-06 | 1 | -2/+2 |
| | |||||
* | Remove link flag from compile command | Allen Byrne | 2018-05-22 | 2 | -2/+0 |
| | |||||
* | Add missing module_dir property | Allen Byrne | 2018-05-09 | 2 | -0/+2 |
| | |||||
* | Correct command usage | Allen Byrne | 2018-05-07 | 3 | -5/+5 |
| | |||||
* | Remove APPEND | Allen Byrne | 2018-05-03 | 3 | -6/+6 |
| | |||||
* | Fix typo | Allen Byrne | 2018-05-03 | 1 | -1/+1 |
| | |||||
* | Add missing test lib | Allen Byrne | 2018-05-03 | 1 | -2/+2 |
| | |||||
* | add missing folder to path | Allen Byrne | 2018-05-03 | 1 | -2/+2 |
| | |||||
* | Revert to old style for LINK_FLAGS gen expr not working | Allen Byrne | 2018-05-03 | 3 | -39/+57 |
| | |||||
* | LINK_FLAGS must be separate property sets | Allen Byrne | 2018-05-03 | 4 | -313/+114 |
| | |||||
* | Fix link flags syntax | Allen Byrne | 2018-05-03 | 3 | -36/+37 |
| | |||||
* | Revert refactor link flags | Allen Byrne | 2018-05-02 | 3 | -35/+35 |
| | |||||
* | refactor link flags to interface | Allen Byrne | 2018-05-02 | 3 | -34/+34 |
| | |||||
* | Fix defs and additional MSVC items | Allen Byrne | 2018-05-02 | 1 | -3/+3 |
| | |||||
* | TRILABS-19 fix syntax for windows | Allen Byrne | 2018-05-02 | 2 | -5/+5 |
| | |||||
* | TRILABS-19 Link flags need - character | Allen Byrne | 2018-05-02 | 3 | -12/+12 |
| | |||||
* | TRILABS-19 fix fortran link flags | Allen Byrne | 2018-04-30 | 3 | -11/+11 |
| | |||||
* | TRILABS-19 Refactor fortran properties | Allen Byrne | 2018-04-30 | 3 | -72/+207 |
| | |||||
* | TRILABS-19 remove add_defintions and use generator expressions | Allen Byrne | 2018-04-26 | 3 | -90/+70 |
| | |||||
* | TRILABS-20 set a compiler name on all project commands | Allen Byrne | 2018-04-20 | 4 | -4/+4 |
| | |||||
* | TRILABS-19 All c code INCLUDE_DIRECTORIES converted | Allen Byrne | 2018-04-18 | 1 | -1/+8 |
| | |||||
* | TRILABS-19 Initial conversion of include_directories to targets | Allen Byrne | 2018-04-17 | 3 | -26/+11 |
| | |||||
* | HDFFV-10444 fix soversion numbers for libraries | Allen Byrne | 2018-04-10 | 1 | -4/+4 |
| | |||||
* | HDFFV-10418 adjust build commands to match main library build | Allen Byrne | 2018-03-12 | 1 | -17/+27 |
| | |||||
* | Change CMake min to 3.10 | Allen Byrne | 2018-03-09 | 4 | -4/+4 |
| | |||||
* | Inc CMake min, Add new tests, rework test CMake files | Allen Byrne | 2018-02-27 | 4 | -4/+4 |
| | |||||
* | HDFFV-10345 spelling errors | Allen Byrne | 2018-02-05 | 2 | -5/+5 |
| | |||||
* | HDFFV-10398 use the target name for custom commands | Allen Byrne | 2018-01-30 | 1 | -4/+2 |
| | |||||
* | HDFFV-10398 use the simpler add_subdirectory signature | Allen Byrne | 2018-01-30 | 1 | -3/+3 |
| | |||||
* | HDFFV-10385 rename vars and macros | Allen Byrne | 2018-01-19 | 1 | -2/+2 |
| | |||||
* | HDFFV-10385 rework java names | Allen Byrne | 2018-01-17 | 2 | -9/+0 |
| | |||||
* | Fix fortran cmake variable usage | Allen Byrne | 2018-01-11 | 1 | -2/+3 |
| | |||||
* | 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 fix fortran references | Allen Byrne | 2018-01-10 | 1 | -0/+2 |
| | |||||
* | HDFFV-10385 fix platform errors | Allen Byrne | 2018-01-09 | 1 | -12/+11 |
| | |||||
* | HDFFV-10385 refactor CMAKE_BUILD_TYPE usage | Allen Byrne | 2018-01-09 | 1 | -10/+4 |
| | |||||
* | Add library INTERFACE and MPI to tools | Allen Byrne | 2017-12-28 | 1 | -4/+4 |
| | |||||
* | HDFFV-10223 Shared libraries fail test on OSX with fortran enabled with cmake | M. Scot Breitenfeld | 2017-12-07 | 3 | -12/+12 |
| | | | | This is now fixed via the HDFFV-10325 fix. | ||||
* | removed duplicate exports of DS subroutines | M. Scot Breitenfeld | 2017-12-06 | 1 | -62/+3 |
| | |||||
* | Removed extra Fortran flags, (HDFFV-10037) | M. Scot Breitenfeld | 2017-08-01 | 1 | -2/+2 |
| | |||||
* | Merge pull request #426 in HDFFV/hdf5 from ~LRKNOX/hdf5_lrk:hdf5_1_10 to ↵ | Larry Knox | 2017-04-25 | 26 | -160/+126 |
| | | | | | | | | | | 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 | -1/+1 |
| | |||||
* | HDFFV-9875 enable static pdb and cleanup exports | Allen Byrne | 2017-02-03 | 1 | -1/+1 |
| | |||||
* | HDFFV-9875 Fix target exports and add static tools pdb files | Allen Byrne | 2017-02-02 | 1 | -0/+2 |
| | |||||
* | HDFFV-10094: upgrade cmake command conventions | Allen Byrne | 2017-01-11 | 2 | -9/+126 |
| | | | Also converted tests to use macros | ||||
* | Update cmake min version and cmake command convention | Allen Byrne | 2017-01-10 | 5 | -34/+34 |
| | |||||
* | Add support for namespace and add tools to binaries config | Allen Byrne | 2016-10-14 | 1 | -0/+1 |
| |