Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Guard against multiple inheritance. Improve cross-compilation support by ↵ | 2013-04-07 | 1 | -1/+7 | |
| | | | | always using the correct pkg-config. | ||||
* | Bump CMake minimum version to latest stable. | 2013-02-08 | 1 | -2/+2 | |
| | |||||
* | Export src_prepare. Improve support for dev-util/ninja wrt bug #439608. Add ↵ | 2013-02-07 | 1 | -34/+99 | |
| | | | | support for CMAKE_DISABLE_FIND_PACKAGE wrt bug #453746. | ||||
* | Bump CMAKE_MIN_VERSION to 2.8.8, required minimum for new KDE packages and ↵ | 2013-01-17 | 1 | -2/+2 | |
| | | | | nothing <2.8.9 in the tree anyway | ||||
* | Respect ASMFLAGS, wrt bug #432480. Permit ebuilds to define 'myctestargs'. | 2012-12-08 | 1 | -4/+4 | |
| | |||||
* | Improve the compatibility code thanks to Arfrever. | 2012-12-03 | 1 | -4/+5 | |
| | |||||
* | Oops, forgot the sed. | 2012-12-03 | 1 | -6/+6 | |
| | |||||
* | Fix respecting AUTOTOOLS_BUILD_DIR and CMAKE_BUILD_DIR. Acked by scarabeus. | 2012-12-03 | 1 | -2/+18 | |
| | |||||
* | Use a common BUILD_DIR variable. Acked by scarabeus. | 2012-12-01 | 1 | -15/+20 | |
| | |||||
* | Include fix for bug#439268. | 2012-10-25 | 1 | -2/+2 | |
| | |||||
* | Respect AR and RANLIB, wrt bug #436070. | 2012-10-17 | 1 | -2/+4 | |
| | |||||
* | Make VIRTUALX_COMMAND nonfatal so that Xvfb is always killed. Return status ↵ | 2012-10-02 | 1 | -2/+7 | |
| | | | | at the end of CMake test phase. This fixes bug #406353. | ||||
* | naive bump of all EAPI-specific checks in eclasses to permit EAPI=5 where ↵ | 2012-09-27 | 1 | -2/+2 | |
| | | | | EAPI=4 was previously allowed | ||||
* | Add support for the ninja build system wrt bug #430608. Improve prefix ↵ | 2012-09-20 | 1 | -8/+40 | |
| | | | | support wrt bug #434086. | ||||
* | Remove redundant DESCRIPTION variable settings. | 2012-09-15 | 1 | -3/+1 | |
| | |||||
* | Update cmake-utils.eclass from kde overlay: make builds verbose by default, ↵ | 2012-05-08 | 1 | -8/+10 | |
| | | | | fix usage of PREFIX (bug 358059) | ||||
* | Whitespace cmake dep. Add build_rules to CMAKE_BUILD_DIR rather than to T as ↵ | 2012-04-16 | 1 | -5/+5 | |
| | | | | they might vary for multiple abi builds. Create the CMAKE_BUILD_DIR right away when determined. | ||||
* | Dont force CMAKE_BUILD_WITH_INSTALL_RPATH in APPLE prefix on request from | 2012-01-21 | 1 | -3/+3 | |
| | | | | prefix guys, bug 398437 | ||||
* | do not add extra runpath when EPREFIX is empty (bug#385839) | 2011-10-06 | 1 | -4/+4 | |
| | |||||
* | trim useless trailing whitespace | 2011-08-29 | 1 | -3/+3 | |
| | |||||
* | Raise required cmake version to current stable (and tree minimum), see also ↵ | 2011-08-27 | 1 | -3/+3 | |
| | | | | bug 379347 | ||||
* | fix random bugs in eclass documentation, and convert to new @AUTHOR tag | 2011-08-22 | 1 | -5/+3 | |
| | |||||
* | Add undocumented variable such that in case of test failures the test log is | 2011-08-21 | 1 | -2/+16 | |
| | | | | inserted into the build log. On request from Diego. | ||||
* | When cmake tests fail, request that the full test log be attached to the bug | 2011-08-20 | 1 | -2/+2 | |
| | |||||
* | Add CMAKE_REMOVE_MODULES feature to force use of patched system cmake ↵ | 2011-07-18 | 1 | -1/+19 | |
| | | | | modules where packages bring their own | ||||
* | Only touch CMakeLists.txt once | 2011-06-27 | 1 | -2/+5 | |
| | |||||
* | Rather inform that we have no tests instead of printing help for ctest. | 2011-04-27 | 1 | -2/+4 | |
| | |||||
* | Silence undefined warnings, since our eclass operate this way with all ↵ | 2011-03-18 | 1 | -1/+2 | |
| | | | | enablers (and we trust that maintainers know what the heck are they doing). | ||||
* | Support eapi4 | 2011-01-26 | 1 | -2/+2 | |
| | |||||
* | Pass cmake-utils_src_test arguments to ctest. | 2011-01-20 | 1 | -2/+2 | |
| | |||||
* | Update minimal required version and drop useless argument passing. | 2011-01-19 | 1 | -4/+4 | |
| | |||||
* | add missing quote, bug #298121 | 2011-01-13 | 1 | -2/+2 | |
| | |||||
* | Add patch for OS X, written by Mike Lewis, bug 298121 | 2010-12-30 | 1 | -1/+12 | |
| | |||||
* | Allow overriding of cmake binary. | 2010-12-16 | 1 | -3/+8 | |
| | |||||
* | Pass the arguments to the src_install to base_src_install. | 2010-10-13 | 1 | -2/+2 | |
| | |||||
* | Allow setting CMAKE_BUILD_DIR (can be utilized in some exotic circumstances) | 2010-09-16 | 1 | -8/+3 | |
| | |||||
* | Revert - breaks a lot of kde packages (sighs) | 2010-08-13 | 1 | -7/+5 | |
| | |||||
* | use debug && append-cppflags -DDEBUG. | 2010-08-12 | 1 | -5/+7 | |
| | | | | Also prevent QDebug from flooding when ! use debug (Qt is common toolkit among cmake-controlled packages, we can add respective preprocessor definitions for other known common libs as well) | ||||
* | Introduce $(cmake_utils_use_use foo FOO) possiblity. | 2010-07-14 | 1 | -1/+10 | |
| | |||||
* | Sync following changes from kde overlay: | 2010-07-09 | 1 | -47/+38 | |
| | | | | | | - sort variables so that they appear in manual alphabetically - run ctest instead of make check in src_test and make it aware of TEST_VERBOSE variable - sed-out two more hardcoded values from CMakeLists.txt: CMAKE_VERBOSE_MAKEFILE and CMAKE_COLOR_MAKEFILE | ||||
* | Properly handle NOCOLOR variable | 2010-06-26 | 1 | -2/+2 | |
| | |||||
* | Fix NOCOLOR logic, bug 324603 | 2010-06-21 | 1 | -2/+2 | |
| | |||||
* | - use DOCS and HTML_DOCS support from base.eclass (arrays), provide backward ↵ | 2010-05-27 | 1 | -44/+22 | |
| | | | | | | compatibility code - remove documentation of internal functions so that only relevant and public API is in manual | ||||
* | Change variable name (not yet used): CMAKE_MIN_VER -> CMAKE_MIN_VERSION | 2010-04-30 | 1 | -4/+4 | |
| | |||||
* | Allow changing the minimum required cmake version | 2010-04-30 | 1 | -2/+8 | |
| | |||||
* | Display compiler and linker flags - a lousy compromise between excessive ↵ | 2010-04-10 | 1 | -12/+18 | |
| | | | | verbosity and hiding relevant information | ||||
* | Support other ways of doing libdir fixes for cmake, as suggested by ↵ | 2010-03-24 | 1 | -1/+2 | |
| | | | | http://www.lcfg.org/doc/buildtools/cmake_recipes.html. | ||||
* | Rename EXTRA_ECONF to MYCMAKEARGS because EXTRA_ECONF is only for econf, and ↵ | 2010-02-11 | 1 | -2/+2 | |
| | | | | econf is only for autotools based ./configure script. | ||||
* | Let cmake-utils.eclass honor the EXTRA_ECONF variable. | 2010-02-11 | 1 | -1/+2 | |
| | |||||
* | I forgot to update the copyright date... | 2010-01-20 | 1 | -2/+2 | |
| |