summaryrefslogtreecommitdiffstats
path: root/config/cmake_ext_mod/HDFMacros.cmake
Commit message (Collapse)AuthorAgeFilesLines
* Move config/cmake_ext_mod content to config/cmake (#3062)Dana Robinson2023-06-071-517/+0
|
* Update actions and change defaults of compression (fix vars) (#3043)Allen Byrne2023-06-051-1/+1
| | | | | | | | | * Update actions and change defaults of compression (fix vars) * disable TS and parallel * remove parallel for TS * Correct list of default options
* Fix CMake generator expression syntax (#2940)Allen Byrne2023-05-121-3/+3
|
* Correct usage of CMAKE_BUILD_TYPE (#2868)Allen Byrne2023-05-021-18/+15
|
* 1.12 Add fetchcontent for compression libs and fix cmake config #2487 (#2493)Allen Byrne2023-03-011-0/+2
| | | | | | | * Add fetchcontent for compression libs and fix cmake config #2487 * Add CI test for FetchContent * Use LINK_COMP_LIBS instead of STATIC_LIBRARY for depends
* 1.12 Merge HDFGroup#2175 Implement option for using CMake GNUInstallDirs (#2221)Allen Byrne2022-11-041-26/+60
|
* fortran module folder from GH#1411 #1922 (#1942)Allen Byrne2022-07-271-1/+4
|
* Hdf5 1 12 sync (#1794)Allen Byrne2022-06-121-2/+6
|
* Misc fixes from develop nov21 - feb22 (#1580)Larry Knox2022-04-051-3/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Make default to build high-level tools the same as default for (#1234) high-level library. * Updated README.txt to README.md (#1375) * H5Lexists docs: Removed reference to 1.8.16 since the change is the 1.8.x releases, HDFFV-11289 * H5Oget_info_by_name, name can be any object, not just a group * Converted README.txt to README.md and updated files referring to README.txt to README.md. * removed references to README.txt * updated MANIFEST * Snprintf2 (#1399) * Replaced many uses of sprintf with safer snprintf Many very straightforward, but in a few cases added a length parameter to some private functions, because buffer length was otherwise unknowable. * Removed unnecessary use of static on small buffers This improves thread safety. * Committing clang-format changes Co-authored-by: github-actions <41898282+github-actions[bot]@users.noreply.github.com> * Replaced several uses of sprintf with safer snprintf (#1383) * Replaced several uses of sprintf with safer snprintf * Committing clang-format changes Co-authored-by: github-actions <41898282+github-actions[bot]@users.noreply.github.com> * Used clang-tidy to change all floating point f suffixes to F (#1359) * Added another missing override keyword on a dtor (#1384) * Creating FUNDING.yml (#1427) * Creating FUNDING.yml Will add sponsor this project widget to the repo's page. * Correct file name Add sponsor widget; filename typo fixed. * Update MANIFEST * Fixed AbstractDs::getVarLenType documentation (#1441) * Committing clang-format changes * Open bsd fixes (#1195) * Fix end of line alignment. Co-authored-by: Scot Breitenfeld <brtnfld@hdfgroup.org> Co-authored-by: Sean McBride <sean@rogue-research.com> Co-authored-by: github-actions <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: loricooperhdf <lori.cooper@hdfgroup.org> Co-authored-by: myd7349 <myd7349@gmail.com>
* 1.12 Update HDF5_ROOT usage (#1486)Allen Byrne2022-03-111-1/+1
| | | | | * Update HDF5_ROOT usage * Fix typo
* 1 12 Merge SZ plugin changes from develop (#1455)Allen Byrne2022-02-241-1/+1
| | | | | | | * Merge SZ plugin changes from develop * Update examples version * Update examples version
* 1.12 Merge delete the noerror- variants of the compiler flags files #1033 ↵Allen Byrne2021-10-141-0/+3
| | | | | | | (#1091) * Merge delete the noerror- variants of the compiler flags files #1033 * Remove files from MANIFEST
* Update URL in source file Copyright headers for web copy of COPYINGLarry Knox2021-02-201-1/+1
| | | | file - files not in src or test.
* 1 12 merge of changes from dev (#271)Allen Byrne2021-01-191-8/+6
| | | | | | | | | | | | | | | * OESS-98 fix tools test for plugins * sync fork * Merge of changes from dev * Move problem option to bottom of the list until fixed * HDFFV-11106 - fix parsing optional args * HDFFV-11106 add note * grammer fix
* OESS-98 Update plugin build option - HDF5 1 12 (#173)Allen Byrne2020-12-151-0/+13
| | | | | | | | | | | | | * merge updates from develop * remove extension on command * Run autogen before chkmanifest * Update release text files and whitespace cleanup * Update list * OESS-98 Update plugin build option
* Correct TARGET variable and CMake config file locationAllen Byrne2020-11-121-5/+6
|
* OESS-98 add CMake option to build plugins project within hdf5Allen Byrne2020-10-161-0/+13
|
* OESS-65 replace szip with aec libraryAllen Byrne2020-04-271-0/+18
|
* Merge changes from develop mostly cmake 3.12 minimum versionAllen Byrne2020-02-231-24/+12
|
* TRILABS-135 add clang sanitizer supportAllen Byrne2019-12-131-0/+5
|
* HDFFV-10962 add VS2019 supportAllen Byrne2019-11-181-1/+7
|
* HDFFV-10529 Update CMake tests to use test fixturesAllen Byrne2019-07-231-2/+2
|
* CMake generator expr cannot be used in get_property cmdAllen Byrne2019-07-181-9/+16
|
* HDFFV-10845 update mingw cmake changesAllen Byrne2019-07-171-2/+8
|
* HDFFV-8631, HDFFV-10595, HDFFV-10845Allen Byrne2019-07-171-1/+6
|
* HDFFV-10424 add optional variable to avoid PDB installsAllen Byrne2019-07-171-1/+1
|
* HDFFV-10581 fix locations for static pdb filesAllen Byrne2019-07-081-18/+16
|
* Correct CMake issuesAllen Byrne2019-06-181-5/+4
|
* HDFFV-10805 Add option to only build shared targetsAllen Byrne2019-06-181-1/+3
| | | | | 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
* Revert build name settingAllen Byrne2019-01-271-1/+1
|
* Fix CMake on WindowsAllen Byrne2019-01-251-1/+1
|
* CMake fixAllen Byrne2019-01-241-1/+1
|
* Java html fix and cmake updateAllen Byrne2019-01-241-2/+2
|
* Update CMakeAllen Byrne2019-01-231-1/+1
|
* HDFFV-10594 - mac must be space separatedAllen Byrne2018-09-261-1/+6
|
* Add extra path option for build locationAllen Byrne2018-09-261-2/+2
|
* Use relative RPATH pathsAllen Byrne2018-09-261-0/+10
|
* Move muti-config dir setting to root processAllen Byrne2018-09-011-3/+4
|
* Correct name of osx installerAllen Byrne2018-08-231-1/+1
|
* TRILABS-19 Refactor fortran propertiesAllen Byrne2018-04-301-18/+0
|
* TRILABS-19 revert to previous methodAllen Byrne2018-04-271-1/+1
|
* TRILABS-19 remove add_defintions and use generator expressionsAllen Byrne2018-04-261-27/+23
|
* Correct if block typoAllen Byrne2018-03-221-0/+1
|
* Correct VS version for readmeAllen Byrne2018-03-221-3/+4
|
* Fix CMake build type if none was specified to be cachedJerome Soumagne2018-03-021-2/+6
| | | | Restrict CMAKE_BUILD_TYPE to default ones
* Fix windows compile errors abstract out common settingsAllen Byrne2018-01-291-1/+83
|
* HDFFV-10385 some platforms need this varAllen Byrne2018-01-221-1/+1
|
* HDFFV-10385 test OUTPUT_NAME var for macAllen Byrne2018-01-221-2/+2
|
* HDFFV-10385 rename vars and macrosAllen Byrne2018-01-191-13/+13
|
* HDFFV-10385 Refactor out CMAKE_BUILD_TYPE usageAllen Byrne2018-01-181-13/+6
|