Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge pull request #1826 in HDFFV/hdf5 from ↵ | Dana Robinson | 2019-08-01 | 3 | -4/+3 |
|\ | | | | | | | | | | | | | | | ~DEROBINS/hdf5_der:develop_minor_pr to develop * commit '4227b8948d7091205b4f8dc1271d7dcae01bb0fb': Reverts the removal of config/conclude_fc.am while keeping the changes to config/gnu-fflags. Fixed a couple of typos. | ||||
| * | Reverts the removal of config/conclude_fc.am while keeping | Dana Robinson | 2019-08-01 | 3 | -4/+3 |
| | | | | | | | | the changes to config/gnu-fflags. | ||||
* | | Merging in latest from upstream (HDFFV/hdf5:refs/heads/develop) | Allen Byrne | 2019-07-29 | 3 | -3/+4 |
|\ \ | |/ | | | | | | | | | | | | | * commit 'd169391529f253a9903b8e6cacf38c59ceefab07': Parallel Fortran tests now use the MPI module instead of including mpif.h. First stab at gfortran versions. Tested on gfortran 7-9 so far. Moved the -std=f2008 option to gfortran 9 for now. Updated gfortran options. * Removed conclude_fc.am, which was causing verbose builds. Need to investigate more, though. * Added gfortran 9 warnings and flags. This will need to be separated into other version blocks based on when the options first appeared. * The standard is now explicitly set at 2008. | ||||
| * | Merge pull request #1808 in HDFFV/hdf5 from ↵ | Dana Robinson | 2019-07-29 | 3 | -3/+4 |
| |\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | ~DEROBINS/hdf5_der:gnu-flags-work to develop * commit '7d291d059da6287f769951c4854c566da0b93ce8': Parallel Fortran tests now use the MPI module instead of including mpif.h. First stab at gfortran versions. Tested on gfortran 7-9 so far. Moved the -std=f2008 option to gfortran 9 for now. Updated gfortran options. * Removed conclude_fc.am, which was causing verbose builds. Need to investigate more, though. * Added gfortran 9 warnings and flags. This will need to be separated into other version blocks based on when the options first appeared. * The standard is now explicitly set at 2008. | ||||
| | * | Updated gfortran options. | Dana Robinson | 2019-07-17 | 3 | -3/+4 |
| | | | | | | | | | | | | | | | | | | | | | | | | * Removed conclude_fc.am, which was causing verbose builds. Need to investigate more, though. * Added gfortran 9 warnings and flags. This will need to be separated into other version blocks based on when the options first appeared. * The standard is now explicitly set at 2008. | ||||
* | | | HDFFV-10529 Update CMake tests to use test fixtures | Allen Byrne | 2019-07-23 | 2 | -13/+18 |
|/ / | |||||
* | | HDFFV-10845 use of TARGETFILE disables auto emulator | Allen Byrne | 2019-07-17 | 2 | -2/+4 |
| | | |||||
* | | HDFFV-10845 add_custom_command requires emulator | Allen Byrne | 2019-07-17 | 1 | -2/+2 |
|/ | |||||
* | HDFFV-10581 fix locations for static pdb files | Allen Byrne | 2019-07-08 | 1 | -2/+2 |
| | |||||
* | Add support for GCC 7.x warnings, update warnhist script to account for them, | Quincey Koziol | 2019-06-21 | 3 | -4/+4 |
| | | | | clean up warnings. | ||||
* | HDFFV-10805 Add option to only build shared targets | Allen Byrne | 2019-06-18 | 4 | -187/+166 |
| | | | | | HDFFV-10805 Add ONLY_SHARED_LIBS option and prefer shared over static HDFFV-10803 Update FindSZIP.cmake find module Remove unneeded modules and update java modules | ||||
* | Add options to enable or disable building tools and tests. The default | Larry Knox | 2019-06-06 | 1 | -1/+7 |
| | | | | is enabled for each. | ||||
* | HDFFV-10738 Wrong INTENT for H5LTread_dataset_double_f | M. Scot Breitenfeld | 2019-03-25 | 4 | -31/+31 |
| | | | | | | Fixed. Also fixed INTENT issues for H5DS, H5IM and H5TB when reading or getting. | ||||
* | HDFFV-10703 Update CMake commands to latest standard | Allen Byrne | 2019-02-15 | 2 | -4/+4 |
| | |||||
* | Remove install-exec-hook from hl/fortran/Makefile.am. | Larry Knox | 2019-01-07 | 2 | -14/+4 |
| | | | | Add check for existing links in hl/fortran/src/Makefile.am. | ||||
* | Merging in latest from upstream (HDFFV/hdf5:refs/heads/develop) | Larry Knox | 2019-01-05 | 1 | -0/+14 |
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * commit '0e34f0feaaeb6d2286f87f695f25fae45c070a42': (26 commits) HDFFV-10664 update reference file HDFFV-10664 update reference files HDFFV-10664 add missing function and check for restriction Remove "bad" statements at end of TEST_ERROR. Formerly arguments to FAIL_PUTS_ERROR Add RELEASE.txt entry for HDFFV-10596. Add semicolon at end of TEST_ERROR() invocation for consistency. Uninstall should remove the libhdf5_hl_fortran links. Add symlinks named libhdf5_hl_fortran* to libhdf5hl_fortran in Makefile.am to match cmake install and the name pattern for other hl lib files. Change FAIL_PUTS_ERROR to TEST_ERROR. Cleaned up the parallel flush test and set t_pflush1 to always fail. Also set CMake to handle this. Update calls: H5Dcreate to H5Dcreate2, H5Acreate to H5Acreate2. Removed a comment. Fix comment Align H5Lcreate_ud behavior with documentation for NULL udata pointer Update toolchain comment Use c99 standard cmake variable Add PGI toolchain Correction based on code review. HDFFV-10664 add check for state before set call HDFFV-10546 refactor variable name ... | ||||
| * | Uninstall should remove the libhdf5_hl_fortran links. | Larry Knox | 2019-01-04 | 1 | -0/+1 |
| | | |||||
| * | Add symlinks named libhdf5_hl_fortran* to libhdf5hl_fortran in | Larry Knox | 2019-01-04 | 1 | -0/+13 |
| | | | | | | | | | | | | | | Makefile.am to match cmake install and the name pattern for other hl lib files. Add missing ';' to test/dsets.c line 13075. | ||||
* | | Add libhdf5_hl_fortran symlinks for libhdf5hl_fortran files. | Larry Knox | 2018-12-31 | 1 | -0/+12 |
|/ | | | | | Set ctest*.lsf.in.cmake scripts for sierra. Correct src/CMakelists.txt syntax error. | ||||
* | 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 |
| |