summaryrefslogtreecommitdiffstats
path: root/config/cmake_ext_mod/HDFMacros.cmake
Commit message (Collapse)AuthorAgeFilesLines
* Update license url part2 (#333)Larry Knox2021-02-171-1/+1
| | | | | | * 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.
* Reclassify CMake messages - HDFFV-11144 (#253)Allen Byrne2021-01-131-8/+6
| | | | | | | | | | | | | * OESS-98 convert plugin option to FetchContent, add tests * Fixes for pkcfg files because of plugin option * OESS-98 fix tools test for plugins * Keep doxygen comments under 100 chars long - format hint * Whitespace * HDFFV-11144 - Reclassify CMake messages
* OESS-98 convert plugin option to FetchContent, add tests (#155)Allen Byrne2020-12-161-0/+13
| | | | | | | | | | | * OESS-98 convert plugin option to FetchContent, add tests * Fixes for pkcfg files because of plugin option * Update other test machines * OESS-98 fix tools test for plugins * HDFFV-10865 performance improvement for java array
* Correct TARGET variable and CMake config file locationAllen Byrne2020-11-111-2/+3
|
* Merge pull request #67 from xantares/mingw1Larry Knox2020-10-311-1/+1
|\ | | | | CMake: Set specific INSTALL_DATA_DIR only on MSVC
| * CMake: Set specific INSTALL_DATA_DIR only on MSVCMichel Zou2020-10-301-1/+1
| | | | | | | | | | For MinGW we want INSTALL_DATA_DIR to be set to share instead of . to properly install files in a standard package layout.
* | CMake: Add an option to opt-out MSVC naming conventionMichel Zou2020-10-301-2/+2
|/ | | | | We might want to keep the default mingw import name, see: https://github.com/msys2/MINGW-packages/blob/master/mingw-w64-hdf5/hdf5-default-import-suffix.patch
* OESS-98 merge with clang-format changesAllen Byrne2020-09-251-0/+13
|
* Move macro ADD_H5_CFLAGS to cmake_ext_mod/HDFMacros.cmake and removeLarry Knox2020-04-221-0/+18
| | | | duplicate versions.
* TRILAB-142 Change minimum CMake version to 3.12Allen Byrne2020-02-211-24/+12
|
* HDFFV-10979 fix global name clashAllen Byrne2019-12-111-0/+5
|
* 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
|
* HDFFV-10385 rework java namesAllen Byrne2018-01-171-12/+20
|
* Revert CMAKE_BUILD_TYPE for matches - need to redesignAllen Byrne2018-01-121-1/+4
|
* HDFFV-10385 multi-config builders need folder setAllen Byrne2018-01-101-2/+1
|
* HDFFV-10385 fix platform errorsAllen Byrne2018-01-091-17/+4
|
* HDFFV-10385 refactor CMAKE_BUILD_TYPE usageAllen Byrne2018-01-091-4/+35
|
* Update macrosAllen Byrne2017-11-271-0/+1
|
* Added toolset and intel checksAllen Byrne2017-05-301-15/+24
|
* Merge pull request #426 in HDFFV/hdf5 from ~LRKNOX/hdf5_lrk:hdf5_1_10 to ↵Larry Knox2017-04-251-0/+11
| | | | | | | | | | 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.
* Update cdash max test output and VS version matchingAllen Byrne2017-03-271-5/+7
|