| Commit message (Expand) | Author | Age | Files | Lines |
* | - use DOCS and HTML_DOCS support from base.eclass (arrays), provide backward ... | Maciej Mrozowski | 2010-05-27 | 1 | -44/+22 |
* | Change variable name (not yet used): CMAKE_MIN_VER -> CMAKE_MIN_VERSION | Jonathan Callen | 2010-04-30 | 1 | -4/+4 |
* | Allow changing the minimum required cmake version | Jonathan Callen | 2010-04-30 | 1 | -2/+8 |
* | Display compiler and linker flags - a lousy compromise between excessive verb... | Maciej Mrozowski | 2010-04-10 | 1 | -12/+18 |
* | Support other ways of doing libdir fixes for cmake, as suggested by http://ww... | Robin H. Johnson | 2010-03-24 | 1 | -1/+2 |
* | Rename EXTRA_ECONF to MYCMAKEARGS because EXTRA_ECONF is only for econf, and ... | Samuli Suominen | 2010-02-11 | 1 | -2/+2 |
* | Let cmake-utils.eclass honor the EXTRA_ECONF variable. | Denis Dupeyron | 2010-02-11 | 1 | -1/+2 |
* | I forgot to update the copyright date... | Jonathan Callen | 2010-01-20 | 1 | -2/+2 |
* | Drop workaround for bug in prefix's binutils-config | Jonathan Callen | 2010-01-20 | 1 | -2/+1 |
* | Fix whitespace. | Tomas Chvatal | 2010-01-11 | 1 | -2/+2 |
* | Fix not passing arguments. Per bug #300420. Thanks to Dennis Schridde (devura... | Tomas Chvatal | 2010-01-10 | 1 | -8/+8 |
* | Fix reavers email. | Tomas Chvatal | 2010-01-10 | 1 | -2/+2 |
* | Fixes from kde overlay | Jonathan Callen | 2009-12-23 | 1 | -4/+4 |
* | Sync from kde-testing. Use NOCOLOR variable instead of some local one. | Tomas Chvatal | 2009-12-22 | 1 | -6/+2 |
* | Bug #297255 - When converting $mycmakeargs to an array inside | Zac Medico | 2009-12-18 | 1 | -4/+8 |
* | Updates from kde overlay | Jonathan Callen | 2009-12-14 | 1 | -2/+3 |
* | Silence an unneeded warning | Jonathan Callen | 2009-12-10 | 1 | -2/+3 |
* | Update cmake-utils.eclass and kde4-*.eclass from kde overlay | Jonathan Callen | 2009-12-10 | 1 | -33/+54 |
* | add missing space | Michael Sterrett | 2009-10-27 | 1 | -2/+2 |
* | Fix wrong function call name. Last minute renames-- | Tomas Chvatal | 2009-10-27 | 1 | -5/+5 |
* | Sync cmake-utils and kde eclasses with kde-testing overlays. | Tomas Chvatal | 2009-10-27 | 1 | -40/+82 |
* | export XDG_CONFIG_HOME to temp. directory for sandbox | Samuli Suominen | 2009-10-16 | 1 | -1/+3 |
* | Print the 'cmake' command for consistency with econf(). | Arfrever Frehtes Taifersar Arahesis | 2009-08-08 | 1 | -1/+2 |
* | Adjust cmake-utils to awoid not deleting some stuff after merge. We place all... | Tomas Chvatal | 2009-06-17 | 1 | -1/+6 |
* | Remove not needed warning about non-existent push. Fix CMAKE_BUILD_DIR variab... | Tomas Chvatal | 2009-05-29 | 1 | -9/+11 |
* | Add comment to CMAKE_BUILD_DIR variable. Describing what for it is. | Tomas Chvatal | 2009-05-27 | 1 | -2/+7 |
* | Introduce updated cmake-utils eclass | Tomas Chvatal | 2009-05-08 | 1 | -10/+18 |
* | Exit with error when runing src_compile and no Makefile is around. | Tomas Chvatal | 2009-04-11 | 1 | -1/+3 |
* | Die when there is no CMakeLists.txt | Tomas Chvatal | 2009-04-10 | 1 | -1/+9 |
* | Update eclassdoc so it work again. Per bug #264791. | Tomas Chvatal | 2009-04-04 | 1 | -7/+36 |
* | Depend on correct findutils. Per bug #262965. Thanks Loki_val for correct app... | Tomas Chvatal | 2009-03-19 | 1 | -2/+5 |
* | Update deps for cmake stuff (current stable cmake, removing the old cmakes in... | Tomas Chvatal | 2009-03-15 | 1 | -2/+2 |
* | Fix issues with cmake-utils_use. | Tomas Chvatal | 2009-03-14 | 1 | -11/+11 |
* | Update copyright year | Christian Faulhammer | 2009-03-12 | 1 | -2/+2 |
* | Update comments in warnings. Thx reavertm for updating the current ones. | Tomas Chvatal | 2009-03-11 | 1 | -6/+4 |
* | Update cmake-utils.eclass new targest, etc. see mail to dev for moar. | Tomas Chvatal | 2009-03-10 | 1 | -123/+203 |
* | Disable stripping in cmake fashion, we do it on portage side later and we don... | Tomas Chvatal | 2008-12-24 | 1 | -3/+3 |
* | - Update cmake-utils eclass so it respect user defined CFLAGS and so on. | Tomas Chvatal | 2008-11-05 | 1 | -17/+39 |
* | Add inheritage of flag-o-matic eclass. Fixes bug #244625. | Tomas Chvatal | 2008-10-28 | 1 | -2/+2 |
* | allow build type to be overridden via $CMAKE_BUILD_TYPE | Mike Frysinger | 2008-10-27 | 1 | -2/+2 |
* | erm, previous commit wasnt ready, but should be ok with this fix | Mike Frysinger | 2008-10-27 | 1 | -2/+2 |
* | set threading type to win32 for ming targets #242344 by cJ | Mike Frysinger | 2008-10-27 | 1 | -6/+7 |
* | Don't export src_configure for EAPI!=2. | Jorge Manuel B. S. Vicetto | 2008-09-28 | 1 | -3/+11 |
* | Applied fixes to the cmake-utils eclass to support EAPI-2. Thanks to Tomas Ch... | Jorge Manuel B. S. Vicetto | 2008-09-28 | 1 | -6/+21 |
* | Require >=dev-util/cmake-2.4.6, which is currently the oldest stable, see bug... | Ingmar Vanhassel | 2008-04-23 | 1 | -2/+2 |
* | Added a patch kindly provided by Calchan to enable the use of EXTRA_ECONF wit... | Wulf Krueger | 2008-03-29 | 1 | -3/+3 |
* | Remove @USAGE as kindly pointed out by David Leverton. It is only valid with ... | Bo Ørsted Andresen | 2008-02-20 | 1 | -2/+1 |
* | Apply DOCS support to cmake-utils.eclass. Patch from Peter Volkov. | Bo Ørsted Andresen | 2008-02-20 | 1 | -1/+9 |
* | Remove trailing white space. | Petteri Räty | 2007-12-13 | 1 | -5/+5 |
* | Minor enhancements. | Wulf Krueger | 2007-12-06 | 1 | -12/+34 |