GitWeb
Get Gentoo!
gentoo.org sites
gentoo.org
Wiki
Bugs
Forums
Packages
Planet
Archives
Sources
Infra Status
Home
Gentoo Repository
Repositories
Projects
Developer Overlays
User Overlays
Data
Websites
index
:
repo/sync/gentoo.git
master
stable
Sync-friendly git mirror of repo/gentoo with caches and metadata
Michał Górny <mgorny@gentoo.org>
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
eclass
/
cmake.eclass
Commit message (
Expand
)
Author
Age
Files
Lines
*
cmake.eclass: Set Python3_FIND_UNVERSIONED_NAMES FIRST
Andreas Sturmlechner
2023-03-26
1
-0
/
+1
*
cmake.eclass: Quote argument of ":" command
Ulrich Müller
2023-03-26
1
-10
/
+10
*
cmake.eclass: Set CMAKE_SYSROOT in toolchain file when necessary
James Le Cuirot
2023-03-18
1
-1
/
+1
*
eclass: standardize prologue/epilogue
David Seifert
2023-03-17
1
-1
/
+1
*
cmake.eclass: handle quoted whitespace in MYCMAKEARGS
Mike Gilbert
2023-03-11
1
-3
/
+3
*
cmake.eclass: add base-system as @MAINTAINER too (align with dev-util/cmake)
Sam James
2023-01-05
1
-0
/
+1
*
cmake.eclass: mark CMAKE_VERBOSE as @USER_VARIABLE
Sam James
2023-01-05
1
-1
/
+2
*
cmake.eclass: comment typo fix
Sam James
2022-12-10
1
-1
/
+1
*
cmake.eclass: drop use_enable reference in @DESCRIPTION
Sam James
2022-12-10
1
-2
/
+1
*
cmake.eclass: Support dev-util/samurai
orbea
2022-06-22
1
-13
/
+2
*
cmake.eclass: Prepare for makeopts_jobs default inf change
Michał Górny
2022-05-01
1
-2
/
+3
*
*.eclass: @ECLASS-VARIABLE renamed to @ECLASS_VARIABLE
Ulrich Müller
2022-03-24
1
-11
/
+11
*
cmake.eclass: Document MYCMAKEARGS
Andreas Sturmlechner
2022-02-21
1
-0
/
+6
*
cmake.eclass: Fix MYCMAKEARGS support with >=dev-util/cmake-3.23
Andreas Sturmlechner
2022-02-21
1
-1
/
+4
*
cmake.eclass: Set @PROVIDES
Michał Górny
2021-09-02
1
-0
/
+1
*
cmake.eclass: Default CMAKE_BUILD_TYPE=RelWithDebInfo in EAPI 8
Michał Górny
2021-09-02
1
-3
/
+8
*
cmake.eclass: Enable CMAKE_INSTALL_ALWAYS
Andreas Sturmlechner
2021-09-02
1
-0
/
+5
*
cmake.eclass: Enforce CMAKE_REMOVE_MODULES_LIST be an array
Andreas Sturmlechner
2021-09-02
1
-8
/
+20
*
cmake.eclass: Support EAPI-8
Andreas Sturmlechner
2021-09-02
1
-33
/
+62
*
cmake.eclass: mark CMAKE_EXTRA_CACHE_FILE, CMAKE_QA_SRC_DIR_READONLY as @USER...
Sam James
2021-03-31
1
-0
/
+2
*
cmake.eclass: mark CMAKE_MAKEFILE_GENERATOR as @PRE_INHERIT
Sam James
2021-03-31
1
-0
/
+1
*
cmake.eclass: Group all banned cmake-utils_* functions together
Andreas Sturmlechner
2021-02-21
1
-35
/
+35
*
cmake.eclass: Documentation: cmake_src_prepare() *MUST* be run
Andreas Sturmlechner
2021-02-21
1
-1
/
+1
*
cmake.eclass: Better description of cmake_build() and cmake_src_compile()
Andreas Sturmlechner
2021-02-21
1
-3
/
+4
*
cmake.eclass: Document _cmake_check_build_dir and _cmake_modify-cmakelists
Andreas Sturmlechner
2021-02-21
1
-0
/
+6
*
cmake.eclass: Merge mycmakeargs description into cmake_src_configure()
Andreas Sturmlechner
2021-02-21
1
-12
/
+7
*
eclass: [QA] Revert multiple meaningless doc changes
Michał Górny
2020-12-28
1
-12
/
+0
*
eclass/cmake: fixup documentation
Aaron Bauman
2020-12-16
1
-0
/
+12
*
cmake.eclass: Reformat the cmake code we write to lowercase calls
Andreas Sturmlechner
2020-09-29
1
-55
/
+51
*
cmake.eclass: If inherited from ecm.eclass, set ECM_DISABLE_QMLPLUGINDUMP
Andreas Sturmlechner
2020-09-01
1
-0
/
+4
*
cmake.eclass: cmake_comment_add_subdirectory: line length reduction
Andreas Sturmlechner
2020-09-01
1
-8
/
+9
*
cmake.eclass: cmake_run_in: New function
Andreas Sturmlechner
2020-09-01
1
-0
/
+16
*
cmake*.eclass: Hardcode CMAKE_FIND_LIBRARY_CUSTOM_LIB_SUFFIX for riscv
Andreas K. Hüttel
2020-07-25
1
-0
/
+6
*
cmake.eclass: do not append -DNDEBUG to CPPFLAGS
Mike Gilbert
2020-04-01
1
-9
/
+0
*
*/*: Bump copyright on files touched this year
Michał Górny
2020-02-11
1
-1
/
+1
*
cmake.eclass: Fix cmake-utils_src_make error message
Andreas Sturmlechner
2020-01-05
1
-1
/
+1
*
cmake.eclass: Fix CMAKE_VERBOSE logic
Andreas Sturmlechner
2020-01-05
1
-2
/
+2
*
cmake.eclass: Add comment regarding cmake_src_prepare pushd/popd
Andreas Sturmlechner
2020-01-05
1
-0
/
+2
*
cmake.eclass: Fix build with CMAKE_VERBOSE=OFF
Andreas Sturmlechner
2020-01-05
1
-2
/
+4
*
cmake.eclass: Fix the fatal typo fix
Andreas Sturmlechner
2020-01-05
1
-1
/
+1
*
cmake.eclass: Fix fatal typo
Andreas Sturmlechner
2020-01-05
1
-1
/
+1
*
cmake.eclass: src_prepare: Revert to cmake-utils.eclass behaviour
Andreas Sturmlechner
2020-01-03
1
-0
/
+4
*
cmake.eclass: Ban CMAKE_MIN_VERSION for real
Andreas Sturmlechner
2020-01-02
1
-0
/
+1
*
cmake.eclass: New eclass, EAPI-7 only cleanup of cmake-utils
Andreas Sturmlechner
2019-12-29
1
-0
/
+637