Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Make examples installation respect DESTDIR. Fixes | David Young | 2020-05-26 | 1 | -2/+2 |
| | | | | HDFFV-11060. | ||||
* | Trim trailing whitespace | Quincey Koziol | 2020-04-20 | 2 | -22/+22 |
| | |||||
* | Remove overzealous additions | Allen Byrne | 2020-04-05 | 1 | -2/+1 |
| | |||||
* | Flag construction must be after compiler detection | Allen Byrne | 2020-04-05 | 1 | -19/+9 |
| | |||||
* | TRILAB-192 add c++ and fortran warnings build systems one file | Allen Byrne | 2020-04-05 | 1 | -10/+5 |
| | |||||
* | TRILAB-142 Change minimum CMake version to 3.12 | Allen Byrne | 2020-02-21 | 1 | -1/+1 |
| | |||||
* | HDFFV-11001 need to qualify all by parallel or serial types | Allen Byrne | 2020-01-15 | 1 | -1/+1 |
| | |||||
* | HDFFV-11001 Add fine control over testing | Allen Byrne | 2020-01-15 | 1 | -1/+1 |
| | |||||
* | Let us override the examples directory using --with-examplesdir=DIR. | David Young | 2019-10-03 | 2 | -3/+3 |
| | | | | | | | | | This is handy for NetBSD where HDF5 examples are installed by convention in $prefix/share/examples/hdf5/ rather than in ${prefix}/share/hdf5_examples/, which is the HDF5 default. Place hdf5_examples/ under ${datarootdir} which on most systems will be ${prefix}/share/, anyway. | ||||
* | Under the examples directories, always find the installed HDF5 | David Young | 2019-10-03 | 1 | -1/+1 |
| | | | | | | | | | | executables and scripts using @prefix@ instead of a relative path, because the number of ../ in the relative path will be different on NetBSD than on other systems. Examples on NetBSD are installed at ${prefix}/share/examples/hdf5/ instead of at ${prefix}/share/hdf5_examples/, by convention. It may be the same on other BSDs, I'm not sure. | ||||
* | Merge pull request #1826 in HDFFV/hdf5 from ↵ | Dana Robinson | 2019-08-01 | 1 | -1/+1 |
|\ | | | | | | | | | | | | | | | ~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 | 1 | -1/+1 |
| | | | | | | | | the changes to config/gnu-fflags. | ||||
* | | Merging in latest from upstream (HDFFV/hdf5:refs/heads/develop) | Allen Byrne | 2019-07-29 | 1 | -1/+1 |
|\ \ | |/ | | | | | | | | | | | | | * 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 | 1 | -1/+1 |
| |\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | ~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 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | | | | | | | | * 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 | 1 | -4/+6 |
|/ / | |||||
* | | HDFFV-10845 use of TARGETFILE disables auto emulator | Allen Byrne | 2019-07-17 | 1 | -1/+2 |
|/ | |||||
* | HDFFV-10805 Add option to only build shared targets | Allen Byrne | 2019-06-18 | 1 | -13/+29 |
| | | | | | 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 | ||||
* | 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 missing module_dir property | Allen Byrne | 2018-05-09 | 1 | -0/+1 |
| | |||||
* | Correct command usage | Allen Byrne | 2018-05-07 | 1 | -1/+1 |
| | |||||
* | Remove APPEND | Allen Byrne | 2018-05-03 | 1 | -1/+1 |
| | |||||
* | Revert to old style for LINK_FLAGS gen expr not working | Allen Byrne | 2018-05-03 | 1 | -6/+9 |
| | |||||
* | LINK_FLAGS must be separate property sets | Allen Byrne | 2018-05-03 | 1 | -6/+6 |
| | |||||
* | Fix link flags syntax | Allen Byrne | 2018-05-03 | 1 | -3/+3 |
| | |||||
* | Revert refactor link flags | Allen Byrne | 2018-05-02 | 1 | -3/+3 |
| | |||||
* | refactor link flags to interface | Allen Byrne | 2018-05-02 | 1 | -3/+3 |
| | |||||
* | TRILABS-19 Link flags need - character | Allen Byrne | 2018-05-02 | 1 | -1/+1 |
| | |||||
* | TRILABS-19 fix fortran link flags | Allen Byrne | 2018-04-30 | 1 | -1/+1 |
| | |||||
* | TRILABS-19 Refactor fortran properties | Allen Byrne | 2018-04-30 | 1 | -9/+17 |
| | |||||
* | TRILABS-19 remove add_defintions and use generator expressions | Allen Byrne | 2018-04-26 | 1 | -4/+5 |
| | |||||
* | 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/+1 |
| | |||||
* | 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 | -1/+0 |
| | |||||
* | 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 | 5 | -24/+27 |
| | | | | | | | | | | 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-10094: upgrade cmake command conventions | Allen Byrne | 2017-01-11 | 1 | -1/+14 |
| | | | Also converted tests to use macros | ||||
* | Update cmake min version and cmake command convention | Allen Byrne | 2017-01-10 | 1 | -4/+4 |
| | |||||
* | [svn-r29864] Add ignore test names for Valgrind process. | Allen Byrne | 2016-05-04 | 1 | -0/+11 |
| | | | | Add files to clear test generated files tests. | ||||
* | [svn-r27638] Merged r27500-27631 from trunk. | Dana Robinson | 2015-09-01 | 1 | -1/+1 |
|\ | |||||
| * | [svn-r27625] Added preprocessor commands for PGI compiler. | Scot Breitenfeld | 2015-08-31 | 1 | -0/+1 |
| | | | | | | | | tested: h5committest | ||||
| * | [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 | 1 | -3/+3 |
|\ \ | |/ | | | | | | | | | | | | | 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 | 1 | -4/+23 |
| | | | | | | | | Tested: h5committest --PASSED-- | ||||
| * | [svn-r27489] reverted merge of branch | Scot Breitenfeld | 2015-08-11 | 1 | -23/+4 |
| | | |||||
| * | [svn-r27470] svn merge -r27425:27460 https://svn.hdfgroup.uiuc.edu/hdf5/trunk | Scot Breitenfeld | 2015-08-05 | 1 | -4/+1 |
| |\ |