summaryrefslogtreecommitdiffstats
path: root/config/cmake_ext_mod/HDFMacros.cmake
Commit message (Collapse)AuthorAgeFilesLines
* 1.8 Merge #2175 Implement option for using CMake GNUInstallDirs (#2224)Allen Byrne2022-11-081-26/+60
| | | | | * Merge #2175 Implement option for using CMake GNUInstallDirs * 1.8 only revert mod dir because of windows
* 1.8 only revert mod dir because of windows (#2042)Allen Byrne2022-08-191-1/+1
|
* 1.8 fortran module folder from GH#1411 #1922 (#1944)Allen Byrne2022-07-281-3/+10
|
* 1.8 Update HDF5_ROOT usage (#1488)Allen Byrne2022-03-141-2/+2
|
* Merge delete the noerror- variants of the compiler flags files #1033 (#1093)Allen Byrne2021-10-191-0/+3
|
* 1 8 Merge dev changes for long double and cmake (#548)Allen Byrne2021-04-201-4/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Update supported platforms * Merge PR#3 changes from develop * # WARNING: head commit changed in the meantime Merge gcc 10 diagnostics option from develop Merge CMake changes from develop Merge warnings from develop Merge #318 OSX changes from develop Merge tools changes from develop Merge test macros from develop * Format updates * Fix missing semicolon and format fix * Format update * Correct actions, remove java option * Update autotools build files * Add testfiles * Fix configure issue with make flags * Init fapls to default * Update generated files and fix h5repack id closure * update format * Merges from develop #358 patches from vtk #361 fix header guard spelling * Merges from develop #340 clang -Wformat-security warnings #360 Fixed uninitialized warnings header guard underscore cleanup whitespace cleanup tools sync * format alignment * initialize vars * revert H5private change * Merge #380 from develop * Split format source and commit changes on repo push * Change windows TS to use older VS. * HDFFV-11229 merge dev changes for long double display in tools * Committing clang-format changes * Update unsupported types with precision Co-authored-by: github-actions <41898282+github-actions[bot]@users.noreply.github.com>
* HDF5 1 8 merge of recent changes and tools (#353)Allen Byrne2021-02-221-4/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Update supported platforms * Merge PR#3 changes from develop * # WARNING: head commit changed in the meantime Merge gcc 10 diagnostics option from develop Merge CMake changes from develop Merge warnings from develop Merge #318 OSX changes from develop Merge tools changes from develop Merge test macros from develop * Format updates * Fix missing semicolon and format fix * Format update * Correct actions, remove java option * Update autotools build files * Add testfiles * Fix configure issue with make flags * Init fapls to default * Update generated files and fix h5repack id closure * update format
* OESS-98 Update plugin build option (#171)Allen Byrne2020-12-151-0/+13
|
* Update HDF5 1.8 copyright headers with updated copyright URL (#148)Larry Knox2020-12-041-1/+1
| | | | | | | * Update URL for COPYING file in copyright headers. * Make fortran copyright headers uniformly spaced. * Update url for Copyright file in c++/src/footer.html.
* Multiple changes to bring branch up-to-date (#87)Allen Byrne2020-11-201-5/+19
| | | | | Correct TARGET variable and CMake config file location. Add option to allow filter plugins to be built inline. Update CMake tools macros.
* Move ADD_H5_FLAGS macro from *CompilerFlags.cmake files toLarry Knox2020-04-271-0/+18
| | | | config/cmake_ext_mod/HDFMacros.cmake for common use.
* Merge changes from other branchesAllen Byrne2020-02-291-24/+12
|
* Minor corrections to CMake functionsAllen Byrne2019-12-171-0/+5
|
* HDFFV-10962 add VS2019 supportAllen Byrne2019-11-181-1/+7
|
* Merge of HDFFV-10845, 10529 from developAllen Byrne2019-07-271-24/+41
|
* Revert build name setting and fix manifestAllen Byrne2019-01-271-1/+1
|
* CMake updates and mergesAllen Byrne2019-01-251-1/+1
|
* CMake fixAllen Byrne2019-01-241-1/+1
|
* CMake updatesAllen Byrne2019-01-241-3/+3
|
* HDFFV-10594, HDFFV-10332, HDFFV-9059 merge from developAllen Byrne2018-10-291-1/+16
|
* Merge CMake changes from 1.10 to 1.8Allen Byrne2018-10-021-34/+13
|
* Puul vs2017 readme fix from developAllen Byrne2018-03-221-5/+11
|
* Fix windows and mac compile issuesAllen Byrne2018-01-291-1/+83
|
* HDFFV-10392,10393,01385 merge from developAllen Byrne2018-01-221-32/+37
|
* HDFFV-10385 only multi-config builders need a folderAllen Byrne2018-01-101-2/+1
|
* HDFFV-10385 fix CMAKE_BUILD_TYPE usageAllen Byrne2018-01-101-4/+21
|
* Update macroAllen Byrne2017-11-271-0/+1
|
* Synch with hdf5 deveolp improvementsAllen Byrne2017-06-191-1/+1
|
* Synchronize cmake files with developAllen Byrne2017-05-301-15/+24
|
* Update text in COPYING files in subdirectories to match changes tolrknox2017-05-241-0/+11
| | | | | | | | | copyright notices in source files. Update Copyright notices in acsite.m4 and bin/yodconfigure that were overlooked by chkcopyright. Remove broken and unnecessary urls from comments in hl/fortran/src/H5IMcc.c and hl/src/H5IM.c. Commit bin/reconfigure changes to generated files.
* Update cmake commands to match masterAllen Byrne2017-03-271-5/+7
|
* HDFFV-9875 Bring changes from develop branchAllen Byrne2017-02-061-28/+26
|
* HDFFV-9994 port changes from develop.Allen Byrne2017-01-181-53/+53
| | | CMake folder changes brought up to standard.
* [svn-r30171] HDFFV-9939: convert cmake copy commands to reduce issue with ↵Allen Byrne2016-07-121-0/+10
| | | | | | | too long command lines on some platforms. Also, refactor hl/tools/gif3h5 cmake files. JAVA-1920: add plugin test with plugin that depends on hdf5
* [svn-r27714] Merge from 1.8 branch.Allen Byrne2015-09-091-9/+13
| | | | Add mod file changes from trunk
* [svn-r27553] Replace svn:externals with hard copy of filesAllen Byrne2015-08-241-0/+277