summaryrefslogtreecommitdiffstats
path: root/config/cmake/HDF5UseFortran.cmake
Commit message (Collapse)AuthorAgeFilesLines
* Merge SZ plugin changes from develop (#1456)Allen Byrne2022-02-271-2/+2
|
* Merge Fix Fortran REGEX and newlines #1226 (#1229)Allen Byrne2021-12-041-4/+4
|
* Merge Github #969 Use stdout instead of file for configure check #1089 (#1205)Allen Byrne2021-11-201-49/+22
|
* Hdf5 1 10 merges of CMake changes (#738)Allen Byrne2021-06-081-202/+21
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * HDFFV-10865 - merge from dev, HDFArray perf fix. * Remove duplicate setting * Whitespace changes after clang format * Undo version 11 clang format changes * Merge CMake changes from develop * test testing script merge from develop * Update supported platforms * PR#3 merge from develop * Merge gcc 10 diagnostics option from develop * Merge #318 OSX changes from develop * Merge small changes from develop * Minor non-space formatting changes * #386 copyright corrections for java folder * Merges from develop #358 patches from vtk #361 fix header guard spelling * Merge updates #358 patches from vtk #361 fix header guard spelling * format fix * Fix missing underscore and make H5public.h closer to dev * Merges from develop #340 clang -Wformat-security warnings #360 Fixed uninitialized warnings header guard underscore cleanup JNI cleanup * format alignment * Add missing test ref file * Merge #380 from develop * Finish java merges from develop * Fix java issues with tests and javadoc * Correct use of attribute access plist * Remove debug code * Remove unused variable * Change file access to read only for java tests * Split clang format operations. * More javadoc comments * Remove pre-split setting * format source * Change windows TS to use older VS. * Mostly all javadoc fixes, one argument rename. * synch file * Merge of long double fix and compiler flags * HDFFV-11229 merge changes from develop * HDFFV-11229 correct test script * HDFFV-11229 update autotools test script for two ref files * HDFFV-11229 merge dev changes for long double display in tools * Committing clang-format changes * minor whitespace * remove unneeded macro * Committing clang-format changes * Add "option" command for clang options * Rework CMake add_custom to use the BYPRODUCTS argument Update pkgconfig scripts for parallel builds. Fix install COPYING file reference. Remove unused round defines. Change CMake default setting of BUILD_CPP to off. * Fortran target depends * Remove incorrect source attribute * Revert define removal * printf specifiers and VS2015 min changes * Committing clang-format changes * Add time struct * TRILAB-227 and tools debug merges from develop * Merge various changes from dev * Issue #669 remove version from pkgcfg filename * remove version from h5cc script * doxygen changes merged from develop * Committing clang-format changes * Merge CMake fortran ninja changes from dev * Enable fortran to gcc yaml * Refactor Fortran CMake config tests and CMake test args Co-authored-by: github-actions <41898282+github-actions[bot]@users.noreply.github.com>
* Hdf5 1 10 update license url part2 (#404)Larry Knox2021-03-011-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * close #195. (#196) * Update HDF5PluginMacros.cmake * Update HDF5PluginMacros.cmake * Modify temporary rpath for testing in java example scripts. (#230) * Fix undefined left shifting of negative numbers (#338) Undefined Bahavior Sanitizer errored here about left shifting negative numbers. * Update license url (#332) * Modify temporary rpath for testing in java example scripts. * Update URL in source file Copyright headers for web copy of COPYING file - src and test directories. * Update license url part2 (#333) * Modify temporary rpath for testing in java example scripts. * Update URL in source file Copyright headers for web copy of COPYING file - files not in src or test. * Update URL in source file Copyright headers for web. Co-authored-by: H. Joe Lee <hyoklee@hdfgroup.org> Co-authored-by: Sean McBride <sean@rogue-research.com>
* 1 10 merges from develop (#298)Allen Byrne2021-02-041-13/+31
| | | | | | | | | | | | | | | * HDFFV-10865 - merge from dev, HDFArray perf fix. * Remove duplicate setting * Whitespace changes after clang format * Undo version 11 clang format changes * Merge CMake changes from develop * test testing script merge from develop * Update supported platforms
* whitespaceAllen Byrne2020-04-271-1/+1
|
* Merge CMake and tools changes from developAllen Byrne2020-02-271-62/+152
|
* HDFFV-10845, 10529 and CMake changes from developAllen Byrne2019-07-241-1/+2
|
* Fix message command syntaxAllen Byrne2019-05-171-5/+5
|
* TRILABS-111 Add missing batch scriptsAllen Byrne2019-02-151-1/+1
|
* Cleanup variable namesAllen Byrne2019-01-221-2/+2
|
* Merge CMake changes from developAllen Byrne2019-01-081-10/+0
|
* HDFFV-10674, 10664, 10674Allen Byrne2019-01-071-3/+3
|
* HDFFV-10575, 10332, 10531, 10594 and TRILAB-21Allen Byrne2018-10-041-77/+70
|
* Merge from developAllen Byrne2018-07-311-8/+8
|
* HDFFV-9739 and cmake improvements merge from developAllen Byrne2018-05-221-33/+34
|
* Merge pull request #407 in HDFFV/hdf5 from ~LRKNOX/hdf5_lrk:hdf5_1_10_1 to ↵lrknox2017-04-141-0/+11
| | | | | | | | | hdf5_1_10_1 * commit '0d05cb607e5951f3a28a101be56ca194022a7fa1': Reverted addition of The HDF Group copyright headers to 3rd party CMake files for Java. Add Copyright headers to 90 files (mostly .cmake files) without Copyright headers. Add "Copyright by The HDF Group."" to copyright header.
* Lowercase math and set CMake commandsAllen Byrne2017-03-021-3/+3
|
* Update CMake files and formattingAllen Byrne2017-03-011-14/+14
|
* Update cmake min version and cmake command conventionAllen Byrne2017-01-101-130/+129
|
* fixed missing closing bracketM. Scot Breitenfeld2016-09-291-1/+1
|
* Added number of integer KINDs found to the header files.M. Scot Breitenfeld2016-09-261-0/+3
|
* [svn-r30196] HDFFV-9467: Use the same test programs for CMake and autotoolsScot Breitenfeld2016-07-181-92/+17
| | | | Tested: jelly (gnu)
* [svn-r30064] Changed configure's behavior from a warning to an error Scot Breitenfeld2016-06-091-0/+41
| | | | | | | if the available Fortran KINDs, or Fortran decimal precision, can not be determined. (MSB, HDFFV-9922)
* [svn-r29928] HDFFV-9912:Scot Breitenfeld2016-05-121-44/+53
| | | | | | | | | | configure fails to detect valid KINDs on FreeBSD Added the exponential option to SELECTED_REAL_KIND to distinguish KINDs of same precision. Tested: FredBSD, jam, platypus.
* [svn-r28131] Cleanup cmake output of HDF5UseFortranJerome Soumagne2015-10-191-5/+5
|
* [svn-r27570] Fixed issue with REAL max detection.Scot Breitenfeld2015-08-241-11/+13
| | | | tested: h5committest
* [svn-r27557] Added build_mod directory and updated the C try_run macro to ↵Scot Breitenfeld2015-08-241-19/+11
| | | | not check for definitions and does not return unused arguments.
* [svn-r27524] Added test to not remove double precision from valid KINDS if ↵Scot Breitenfeld2015-08-191-2/+6
| | | | | | it is the largest compatible REAL with C. Tested: h5committest.
* [svn-r27493] Trying again to merge the F2003_v1.10 branch to the trunk.Scot Breitenfeld2015-08-111-0/+491
| | | | Tested: h5committest --PASSED--
* [svn-r27489] reverted merge of branchScot Breitenfeld2015-08-111-491/+0
|
* [svn-r27488] Merged the F2003_v1.10 branch to the trunk.Scot Breitenfeld2015-08-111-0/+491
|\ | | | | | | Tested: h5committest
| * [svn-r27350] updated missing cmake definesScot Breitenfeld2015-07-081-30/+48
| |
| * [svn-r27337] cmake configure test for FortranScot Breitenfeld2015-07-051-0/+461
|/
* [svn-r25188] Implement change to cmake_ext_mod config folderAllen Byrne2014-05-141-139/+0
| | | | Tested: local linux
* [svn-r24824] HDFFV-8700 -Allen Byrne2014-03-181-5/+5
| | | | | | | | KitWare recommendations: Change CMake commands to lower case. Bump up CMake minimum versions. Split test file into separate file for h5repack test. Tested: local linux
* [svn-r24781] HDFFV-8700 -Allen Byrne2014-03-111-29/+29
| | | | | | | KitWare recommendations: Change CMake commands to lower case. Remove INCLUDE_DIRECTORIES in src for target level includes. Change ADD_DEFINITIONS package debug defines into CMake option. Remove -DNDEBUG
* [svn-r23115] Added a new test for KIND C_INT64_T, which some earlier windows ↵Scot Breitenfeld2012-12-211-0/+4
| | | | | | Intel versions (<12.1) did not support.
* [svn-r22430] CMake and configure synchronization effort. CMake added most ↵Allen Byrne2012-06-041-0/+5
| | | | | | | | tests and options: DEBUGPKG not addressed. Still needed: compiler wrapper scripts Tested: local linux(cmake) and h5committest
* [svn-r21263] Add F2003 support to CMake buildsAllen Byrne2011-08-191-0/+9
|
* [svn-r20141] Bring 1.8 r20139 cmake and windows changes to trunkAllen Byrne2011-02-221-0/+121