aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* cmake.eclass: Sync with Gentoo ebuild repositoryAndreas Sturmlechner2021-09-021-7/+8
* cmake.eclass: Default CMAKE_BUILD_TYPE=RelWithDebInfo in EAPI 8Michał Górny2021-08-211-3/+8
* cmake.eclass: Enable CMAKE_INSTALL_ALWAYSAndreas Sturmlechner2021-08-211-0/+5
* cmake.eclass: Enforce CMAKE_REMOVE_MODULES_LIST be an arrayAndreas Sturmlechner2021-08-211-7/+19
* cmake.eclass: Support EAPI-8Andreas Sturmlechner2021-08-211-26/+55
* cmake.eclass: Move supported EAPI check and EXPORT_FUNCTIONS on topAndreas Sturmlechner2021-07-181-7/+7
* cmake.eclass: mark CMAKE_EXTRA_CACHE_FILE, CMAKE_QA_SRC_DIR_READONLY as @USER...Sam James2021-05-091-0/+2
* cmake.eclass: mark CMAKE_MAKEFILE_GENERATOR as @PRE_INHERITSam James2021-05-091-0/+1
* cmake.eclass: Move _cmake_check_build_dir to a better placeAndreas Sturmlechner2021-02-211-15/+15
* cmake.eclass: Merge mycmakeargs description into cmake_src_configure()Andreas Sturmlechner2021-02-211-10/+5
* cmake.eclass: Group all banned cmake-utils_* functions togetherAndreas Sturmlechner2021-02-211-20/+20
* cmake.eclass: Documentation: cmake_src_prepare() *MUST* be runAndreas Sturmlechner2021-02-211-1/+1
* cmake.eclass: Better description of cmake_build() and cmake_src_compile()Andreas Sturmlechner2021-02-211-3/+4
* cmake.eclass: Document _cmake_check_build_dir and _cmake_modify-cmakelistsAndreas Sturmlechner2021-02-211-0/+6
* cmake.eclass: Fix mycmakeargs documentationAndreas Sturmlechner2021-02-211-2/+2
* */*: Happy new Year!Andreas Sturmlechner2021-01-011-1/+1
* cmake.eclass: Reformat the cmake code we write to lowercase callsAndreas Sturmlechner2020-09-041-55/+51
* cmake.eclass: If inherited from ecm.eclass, set ECM_DISABLE_QMLPLUGINDUMPAndreas Sturmlechner2020-08-301-0/+4
* cmake.eclass: cmake_comment_add_subdirectory: line length reductionAndreas Sturmlechner2020-08-301-8/+9
* cmake.eclass: cmake_run_in: New functionAndreas Sturmlechner2020-08-301-0/+16
* cmake*.eclass: Hardcode CMAKE_FIND_LIBRARY_CUSTOM_LIB_SUFFIX for riscvAndreas K. Hüttel2020-07-251-0/+6
* cmake.eclass: do not append -DNDEBUG to CPPFLAGSMike Gilbert2020-04-021-9/+0
* cmake.eclass: Fix cmake-utils_src_make error messageAndreas Sturmlechner2020-01-051-1/+1
* cmake.eclass: Fix CMAKE_VERBOSE logicAndreas Sturmlechner2020-01-051-2/+2
* cmake.eclass: Add comment regarding cmake_src_prepare pushd/popdAndreas Sturmlechner2020-01-051-0/+2
* cmake.eclass: Fix build with CMAKE_VERBOSE=OFFAndreas Sturmlechner2020-01-051-2/+4
* cmake.eclass: Fix fatal typoAndreas Sturmlechner2020-01-051-1/+1
* cmake.eclass: src_prepare: Revert to cmake-utils.eclass behaviourAndreas Sturmlechner2020-01-041-0/+4
* cmake.eclass: CMAKE_MIN_VERSION porting instructionsAndreas Sturmlechner2020-01-021-1/+1
* cmake.eclass: Ban CMAKE_MIN_VERSION for realAndreas Sturmlechner2020-01-021-0/+1
* */*: Happy new year!Andreas Sturmlechner2020-01-011-1/+1
* cmake.eclass: src_configure: Make sure mycmakeargs is initialised at allAndreas Sturmlechner2019-12-241-2/+3
* cmake.eclass: Drop _cmake_ninja_build() and _cmake_emake_build()Andreas Sturmlechner2019-12-211-30/+11
* cmake.eclass: Rename cmake_src_make() -> cmake_build()Andreas Sturmlechner2019-12-211-10/+18
* cmake.eclass: Drop _cmake_generator_to_use()Andreas Sturmlechner2019-12-211-26/+14
* cmake.eclass: Drop pushd/popd from src_prepareAndreas Sturmlechner2019-12-211-4/+0
* cmake.eclass: Array support for CMAKE_REMOVE_MODULES_LISTAndreas Sturmlechner2019-12-211-1/+8
* cmake.eclass: Drop CMAKE_REMOVE_MODULESAndreas Sturmlechner2019-12-211-11/+6
* cmake.eclass: Drop CMAKE_MIN_VERSIONAndreas Sturmlechner2019-12-211-6/+1
* cmake.eclass: Rename all functions/vars from cmake-utils* to cmake*Andreas Sturmlechner2019-12-211-40/+40
* cmake.eclass: Drop all pre-EAPI-7 compatibilityAndreas Sturmlechner2019-12-211-247/+87
* cmake.eclass: Initial copy from cmake-utils.eclassAndreas Sturmlechner2019-12-211-0/+826