summaryrefslogtreecommitdiffstats
path: root/hl/fortran
Commit message (Collapse)AuthorAgeFilesLines
...
* | Merging in latest from upstream (HDFFV/hdf5:refs/heads/develop)Allen Byrne2019-07-293-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 Robinson2019-07-293-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 Robinson2019-07-173-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 fixturesAllen Byrne2019-07-232-13/+18
|/ /
* | HDFFV-10845 use of TARGETFILE disables auto emulatorAllen Byrne2019-07-172-2/+4
| |
* | HDFFV-10845 add_custom_command requires emulatorAllen Byrne2019-07-171-2/+2
|/
* HDFFV-10581 fix locations for static pdb filesAllen Byrne2019-07-081-2/+2
|
* Add support for GCC 7.x warnings, update warnhist script to account for them,Quincey Koziol2019-06-213-4/+4
| | | | clean up warnings.
* HDFFV-10805 Add option to only build shared targetsAllen Byrne2019-06-184-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 defaultLarry Knox2019-06-061-1/+7
| | | | is enabled for each.
* HDFFV-10738 Wrong INTENT for H5LTread_dataset_double_fM. Scot Breitenfeld2019-03-254-31/+31
| | | | | | Fixed. Also fixed INTENT issues for H5DS, H5IM and H5TB when reading or getting.
* HDFFV-10703 Update CMake commands to latest standardAllen Byrne2019-02-152-4/+4
|
* Remove install-exec-hook from hl/fortran/Makefile.am.Larry Knox2019-01-072-14/+4
| | | | Add check for existing links in hl/fortran/src/Makefile.am.
* Merging in latest from upstream (HDFFV/hdf5:refs/heads/develop)Larry Knox2019-01-051-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 Knox2019-01-041-0/+1
| |
| * Add symlinks named libhdf5_hl_fortran* to libhdf5hl_fortran inLarry Knox2019-01-041-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 Knox2018-12-311-0/+12
|/ | | | | Set ctest*.lsf.in.cmake scripts for sierra. Correct src/CMakelists.txt syntax error.
* HDFFV-10537: Remove installation of Fortran test mod filesM. Scot Breitenfeld2018-11-091-12/+0
| | | | Removed from autools install, cmake does not have this issue.
* Change prefix in example scripts to relative path to bin. This was doneLarry Knox2018-08-231-1/+1
| | | | | for 1.8, and works wherever installed without the need to replace the original prefix.
* Add mpi include folders for fortran C objectsAllen Byrne2018-06-061-2/+2
|
* Remove link flag from compile commandAllen Byrne2018-05-222-2/+0
|
* Add missing module_dir propertyAllen Byrne2018-05-092-0/+2
|
* Correct command usageAllen Byrne2018-05-073-5/+5
|
* Remove APPENDAllen Byrne2018-05-033-6/+6
|
* Fix typoAllen Byrne2018-05-031-1/+1
|
* Add missing test libAllen Byrne2018-05-031-2/+2
|
* add missing folder to pathAllen Byrne2018-05-031-2/+2
|
* Revert to old style for LINK_FLAGS gen expr not workingAllen Byrne2018-05-033-39/+57
|
* LINK_FLAGS must be separate property setsAllen Byrne2018-05-034-313/+114
|
* Fix link flags syntaxAllen Byrne2018-05-033-36/+37
|
* Revert refactor link flagsAllen Byrne2018-05-023-35/+35
|
* refactor link flags to interfaceAllen Byrne2018-05-023-34/+34
|
* Fix defs and additional MSVC itemsAllen Byrne2018-05-021-3/+3
|
* TRILABS-19 fix syntax for windowsAllen Byrne2018-05-022-5/+5
|
* TRILABS-19 Link flags need - characterAllen Byrne2018-05-023-12/+12
|
* TRILABS-19 fix fortran link flagsAllen Byrne2018-04-303-11/+11
|
* TRILABS-19 Refactor fortran propertiesAllen Byrne2018-04-303-72/+207
|
* TRILABS-19 remove add_defintions and use generator expressionsAllen Byrne2018-04-263-90/+70
|
* TRILABS-20 set a compiler name on all project commandsAllen Byrne2018-04-204-4/+4
|
* TRILABS-19 All c code INCLUDE_DIRECTORIES convertedAllen Byrne2018-04-181-1/+8
|
* TRILABS-19 Initial conversion of include_directories to targetsAllen Byrne2018-04-173-26/+11
|
* HDFFV-10444 fix soversion numbers for librariesAllen Byrne2018-04-101-4/+4
|
* HDFFV-10418 adjust build commands to match main library buildAllen Byrne2018-03-121-17/+27
|
* Change CMake min to 3.10Allen Byrne2018-03-094-4/+4
|
* Inc CMake min, Add new tests, rework test CMake filesAllen Byrne2018-02-274-4/+4
|
* HDFFV-10345 spelling errorsAllen Byrne2018-02-052-5/+5
|
* HDFFV-10398 use the target name for custom commandsAllen Byrne2018-01-301-4/+2
|
* HDFFV-10398 use the simpler add_subdirectory signatureAllen Byrne2018-01-301-3/+3
|
* HDFFV-10385 rename vars and macrosAllen Byrne2018-01-191-2/+2
|
* HDFFV-10385 rework java namesAllen Byrne2018-01-172-9/+0
|