Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge/update CMake, presets,java and tools (#3393) | Allen Byrne | 2023-08-21 | 1 | -2/+0 |
| | |||||
* | Update Copyright headers. (#2534) | Larry Knox | 2023-03-13 | 4 | -4/+0 |
| | |||||
* | fixed fortran parallel testing with cmake (#2148) | Scot Breitenfeld | 2022-10-06 | 1 | -1/+1 |
| | |||||
* | Update URL in source file Copyright headers for web copy of COPYING | Larry Knox | 2021-02-20 | 5 | -5/+5 |
| | | | | file - files not in src or test. | ||||
* | Whitespace cleanup | Allen Byrne | 2020-05-12 | 2 | -4/+4 |
| | |||||
* | TRILAB-192 - merge changes from develop | Allen Byrne | 2020-04-07 | 1 | -8/+4 |
| | | | | Single source, config files, for warnings for both autotools and CMake. Update CMake libraries, tools, tests to use correct flags. | ||||
* | Merge changes from develop mostly cmake 3.12 minimum version | Allen Byrne | 2020-02-23 | 1 | -1/+1 |
| | |||||
* | Merge changes from develop to fix various issues | Allen Byrne | 2020-01-30 | 1 | -12/+30 |
| | |||||
* | Improved CMake options for tests | Allen Byrne | 2020-01-19 | 1 | -1/+3 |
| | |||||
* | Reverts the removal of config/conclude_fc.am while keeping | Dana Robinson | 2019-08-01 | 1 | -1/+1 |
| | | | | the changes to config/gnu-fflags. | ||||
* | Parallel Fortran tests now use the MPI module instead of including | Dana Robinson | 2019-07-19 | 3 | -3/+5 |
| | | | | mpif.h. | ||||
* | 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. | ||||
* | Refactor mpi test names | Allen Byrne | 2019-02-11 | 1 | -1/+1 |
| | |||||
* | Rename parallel tests to start with PAR_ | Allen Byrne | 2019-02-11 | 1 | -1/+1 |
| | |||||
* | 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 | -3/+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 Refactor fortran properties | Allen Byrne | 2018-04-30 | 1 | -10/+18 |
| | |||||
* | TRILABS-19 remove add_defintions and use generator expressions | Allen Byrne | 2018-04-26 | 1 | -1/+1 |
| | |||||
* | TRILABS-20 set a compiler name on all project commands | Allen Byrne | 2018-04-20 | 1 | -1/+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 |
| | |||||
* | Correct usage of MPI vars | Allen Byrne | 2017-11-01 | 2 | -3/+3 |
| | |||||
* | 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. | ||||
* | mpich module file is in env var | Allen Byrne | 2017-02-24 | 1 | -1/+1 |
| | |||||
* | Add MPI_Fortran variables | Allen Byrne | 2017-02-17 | 1 | -2/+2 |
| | |||||
* | Update cmake min version and cmake command convention | Allen Byrne | 2017-01-10 | 1 | -3/+3 |
| | |||||
* | [svn-r29155] HDFFV-9652: Add fortran wrappers/test for collective metadata ↵ | Scot Breitenfeld | 2016-02-19 | 2 | -120/+142 |
| | | | | | | functions Tested: h5committest.new | ||||
* | [svn-r27745] Merge trunk revision 27744 | Allen Byrne | 2015-09-10 | 3 | -3/+4 |
| | |||||
* | [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 | -7/+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 | -5/+24 |
| | | | | | | | | Tested: h5committest --PASSED-- | ||||
| * | [svn-r27489] reverted merge of branch | Scot Breitenfeld | 2015-08-11 | 1 | -24/+5 |
| | | |||||
| * | [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 | 2 | -4/+7 |
| | | | | | | | | | | | | 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-r27167] more DT fixes | Scot Breitenfeld | 2015-06-09 | 1 | -0/+1 |
| | | | |||||
| * | | [svn-r27164] various bug fixes for DT | Scot Breitenfeld | 2015-06-08 | 1 | -0/+1 |
| | | | |||||
| * | | [svn-r27154] fixed issue with mis-matching long double between Fortran and C | Scot Breitenfeld | 2015-06-05 | 1 | -0/+1 |
| | | |