summaryrefslogtreecommitdiff
path: root/eclass/cmake-utils.eclass
AgeCommit message (Collapse)Author
2016-03-23kde5.eclass: check for ninja with ROOT=/Michael Palimaka
Gentoo-bug: 577244
2016-03-18cmake-utils.eclass: replace spaces with tabsMichael Palimaka
2016-02-24cmake-utils.eclass: Fix typoAndreas Sturmlechner
2016-02-12cmake-utils.eclass: drop findutils dep #262965Mike Frysinger
The forced upgrade has been moved to @system now.
2016-01-29cmake-utils.eclass: Merge consecutive [[ ]] into single [[ ]]Justin Lecher
2016-01-29cmake-utils.eclass: Drop empty lineJustin Lecher
2016-01-29cmake-utils.eclass: Use bash internal testing instead of has()Justin Lecher
2016-01-18cmake-utils.eclass: fix function callMichael Palimaka
2016-01-17cmake-utils.eclass: namespace some functionsMichael Palimaka
2016-01-17cmake-utils.eclass: replace replace comment_add_subdirectory with a ↵Michael Palimaka
namespaced version
2016-01-17cmake-utils.eclass: ban helper functions in EAPI 6 and laterMichael Palimaka
2016-01-17cmake-utils.eclass: remove duplicate CMAKE_REMOVE_MODULESMichael Palimaka
2016-01-17cmake-utils.eclass: require two arguments for cmake-utils_use_find_package ↵Michael Palimaka
in EAPI 6 and later This will allow us to remove the capitalisation variants code later.
2016-01-17cmake-utils.eclass: simplifyMichael Palimaka
2016-01-17cmake-utils.eclass: simplifyMichael Palimaka
2016-01-17cmake-utils.eclass: reverse EAPI logicMichael Palimaka
Otherwise it will need updating for any new EAPI.
2016-01-17cmake-utils.eclass: cleanup after applying patchesMichael Palimaka
This avoids issues with patches not applying cleanly to vanilla sources when backporting or upstreaming.
2016-01-17cmake-utils.eclass: use a proper if statementMichael Palimaka
2016-01-17cmake-utils.eclass: update docs wrt WANT_CMAKE being banned in EAPI 6 and laterMichael Palimaka
2016-01-05Update copyright yearAndreas Sturmlechner
2015-12-09cmake-utils.eclass: Case insensitive comment_add_subdirectoryAndreas Sturmlechner
2015-12-10cmake-utils.eclass: Fix cross-compiling with cmake-3.4Daniel Scharrer
We are interested in the CMake version on the host system, the sysroot might not even have CMake installed at all.
2015-11-19cmake-utils.eclass: ban non-array usage of mycmakeargs in EAPI 6 and laterMichael Palimaka
2015-11-19cmake-utils.eclass: don't warn about deprecated usage when not definedMichael Palimaka
2015-11-18cmake-utils.eclass: check exit codes of executed commandsNikoli
2015-11-18cmake-utils.eclass: use default_src_prepare in EAPI 6 and laterMichael Palimaka
2015-11-18cmake-utils.eclass: declare some variables localMichael Palimaka
Prevents them from spanning multilibs. Gentoo-bug: 513170
2015-11-18cmake-utils.eclass: move $S modifications to src_prepare in EAPI 6 and laterMichael Palimaka
This is the correct phase for source modifications, and additionally avoids a multilib race condition. Gentoo-bug: 513170
2015-11-18cmake-utils.eclass: ban WANT_CMAKE in EAPI 6 and laterMichael Palimaka
It is basically unused across the tree and complicates the eclass. If it were needed, it might be better to write custom ebuild phase functions instead.
2015-11-18cmake-utils.eclass: reorder a bitMichael Palimaka
2015-11-18cmake-utils.eclass: add intial EAPI 6 supportMichael Palimaka
2015-11-04cmake-utils.eclass: Prepare for cmake-3.4Lars Wendler
2015-10-27cmake-utils.eclass: die if ninja is enabled but not installedMichael Palimaka
This could happen if ninja is manually enabled (eg. make.conf) but not installed Gentoo-bug: 561570
2015-10-27cmake-utils.eclass: add missing '|| die' on pushd/popdJulian Ospald
2015-10-24cmake-utils.eclass: warn when using mycmakeargs as a stringMichael Palimaka
2015-10-20cmake-utils.eclass: whitespaceMichael Palimaka
2015-10-15cmake-utils.eclass: make heredocs dieMichael Palimaka
2015-08-09Update header for the git migration in main treeJohannes Huber
2015-05-27[eclass] Set CMAKE_RC_COMPILER for Windows builds wrt bug #544662.Michael Seifert
2015-04-05[eclass] Simplify.Michael Palimaka
The exported function list used to be variable due to new phase functions introduced in EAPI 3 and later. Since we no longer support earlier EAPIs, the exported function list is now static and the variable is a relic from an earlier time.
2015-02-19[eclass] Sync cmake-utils with treeJohannes Huber
2015-01-04Welcome to 2015Johannes Huber
2014-12-19[eclass] Declare local CPPFLAGS to avoid multiple appends in cmake-multilib.Michael Palimaka
2014-10-28[eclass] Sync with portage (bug #503216).Michael Palimaka
2014-10-02[eclass] Move comment_add_subdirectory from kde{4,5}-functions to cmake-utils.Michael Palimaka
2014-09-16[eclass] Adjust EAPI handling as per review from pesa.Michael Palimaka
:-0 is unnecessary in "case ${EAPI:-0}" as it will be matched by "*)", so it can be moved to the die statement.
2014-08-06[eclass] Raise CMAKE_MIN_VERSION to 2.8.12Johannes Huber
by Ben Kohler <bkohler@gmail.com>, bug #519158
2014-07-17[eclass] Avoid reserved names wrt bug #516092.Michael Palimaka
2014-07-08[eclass] Spelling.Michael Palimaka
2014-03-27[eclass] Fixed a typo in prefix block.Christoph Junghans