| Commit message (Expand) | Author | Age | Files | Lines |
* | refactor link flags to interface | Allen Byrne | 2018-05-02 | 1 | -8/+13 |
|
|
* | Refactor link flags | Allen Byrne | 2018-05-02 | 1 | -9/+11 |
|
|
* | Fix defs and additional MSVC items | Allen Byrne | 2018-05-02 | 1 | -5/+4 |
|
|
* | TRILABS-19 fix syntax for windows | Allen Byrne | 2018-05-02 | 1 | -1/+1 |
|
|
* | TRILABS-19 Link flags need - character | Allen Byrne | 2018-05-02 | 1 | -3/+3 |
|
|
* | TRILABS-19 fix fortran link flags | Allen Byrne | 2018-04-30 | 1 | -2/+2 |
|
|
* | TRILABS-19 Refactor fortran properties | Allen Byrne | 2018-04-30 | 1 | -19/+37 |
|
|
* | TRILABS-19 remove add_defintions and use generator expressions | Allen Byrne | 2018-04-26 | 1 | -48/+41 |
|
|
* | TRILABS-20 Fix fortran configure during fix of CXX configure | Allen Byrne | 2018-04-24 | 3 | -49/+49 |
|
|
* | 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/+7 |
|
|
* | Merge pull request #1024 in HDFFV/hdf5 from ~BYRN/hdf5_adb:develop to develop | Allen Byrne | 2018-04-11 | 1 | -4/+4 |
|\ |
|
| * | HDFFV-10444 fix soversion numbers for libraries | Allen Byrne | 2018-04-10 | 1 | -4/+4 |
|
|
* | | fixed return integer type of C function | M. Scot Breitenfeld | 2018-04-10 | 1 | -2/+2 |
|/ |
|
* | Revert some tangential code cleanups. | Quincey Koziol | 2018-03-23 | 2 | -0/+452 |
|
|
* | Merge branch 'develop' of https://bitbucket.hdfgroup.org/scm/hdffv/hdf5 into ... | Quincey Koziol | 2018-03-18 | 8 | -733/+971 |
|\ |
|
| * | HDFFV-10418 adjust build commands to match main library build | Allen Byrne | 2018-03-12 | 1 | -2/+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-10345 whitespace corrections | Allen Byrne | 2018-02-05 | 1 | -2/+2 |
|
|
| * | HDFFV-10345 spelling errors | Allen Byrne | 2018-02-05 | 5 | -65/+65 |
|
|
| * | HDFFV-10398 use the target name for custom commands | Allen Byrne | 2018-01-30 | 1 | -8/+4 |
|
|
| * | HDFFV-10385 rename vars and macros | Allen Byrne | 2018-01-19 | 1 | -2/+2 |
|
|
| * | Fix fortran cmake variable usage | Allen Byrne | 2018-01-11 | 1 | -3/+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 platform errors | Allen Byrne | 2018-01-09 | 1 | -19/+24 |
|
|
| * | HDFFV-10385 refactor CMAKE_BUILD_TYPE usage | Allen Byrne | 2018-01-09 | 1 | -10/+4 |
|
|
| * | Fix -- HDFFV-10363 Fortran compilation fails for xlf and cmake builds | M. Scot Breitenfeld | 2017-12-19 | 1 | -1/+15 |
|
|
| * | HDFFV-10223 Shared libraries fail test on OSX with fortran enabled with cmake | M. Scot Breitenfeld | 2017-12-07 | 1 | -7/+7 |
|
|
| * | removed duplicate exports of DS subroutines | M. Scot Breitenfeld | 2017-12-06 | 2 | -17/+339 |
|
|
| * | export var. | M. Scot Breitenfeld | 2017-11-29 | 2 | -64/+66 |
|
|
| * | initialized integer constants | M. Scot Breitenfeld | 2017-11-29 | 1 | -63/+63 |
|
|
| * | Update macros | Allen Byrne | 2017-11-29 | 1 | -2/+2 |
|
|
| * | HDFFV-10325: removed the COMMON/EQUIV statements. | M. Scot Breitenfeld | 2017-11-29 | 2 | -647/+552 |
|
|
* | | Add API context interface and use it throughout the library. | Quincey Koziol | 2018-03-15 | 2 | -455/+0 |
|/ |
|
* | Correct link lines of libraries | Allen Byrne | 2017-11-14 | 1 | -4/+6 |
|
|
* | Fix for Intel 18 Fortran compilation error. | M. Scot Breitenfeld | 2017-11-02 | 1 | -4/+1 |
|
|
* | Correct usage of MPI vars | Allen Byrne | 2017-11-01 | 1 | -4/+4 |
|
|
* | Convert to use MPI:: for link | Allen Byrne | 2017-11-01 | 1 | -2/+2 |
|
|
* | libtool does not pass the correct argument linking (-WL,-WL,,) for the | M. Scot Breitenfeld | 2017-07-27 | 1 | -1/+1 |
|
|
* | Merge pull request #426 in HDFFV/hdf5 from ~LRKNOX/hdf5_lrk:hdf5_1_10 to hdf5... | Larry Knox | 2017-04-25 | 42 | -252/+201 |
|
|
* | Combined the README_DEVEL and README, and removed out-dated README material | M. Scot Breitenfeld | 2017-04-11 | 2 | -220/+78 |
|
|
* | 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 |
|
|
* | Merging in latest from upstream (HDFFV/hdf5:refs/heads/develop) | Allen Byrne | 2017-01-13 | 1 | -2/+2 |
|\ |
|
| * | tools/test/h5diff/testh5diff.sh.in: | lrknox | 2017-01-13 | 1 | -2/+2 |
|
|
* | | Update cmake min version and cmake command convention | Allen Byrne | 2017-01-10 | 1 | -28/+28 |
|/ |
|
* | Correct typo in variable format | Allen Byrne | 2016-10-14 | 1 | -1/+1 |
|
|
* | Fix:HDFFV-9987 | M. Scot Breitenfeld | 2016-10-14 | 4 | -46/+64 |
|
|