| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2010-06-01 | [eclass] Dropped the cmake-utils eclass has it was lagging behind the tree ↵ | Jorge Manuel B. S. Vicetto (jmbsvicetto) | |
| version and no updates are being tested at the moment. | |||
| 2010-05-27 | [eclass/cmake-utils] Update documentation | Maciej Mrozowski | |
| 2010-05-27 | [eclass/cmake-utils] Build dir handling update, src_test rework, use ↵ | Maciej Mrozowski | |
| base.eclass DOCS, HTML_DOCS and eclass cleanup Changes: - rework build directory handling - allow CMAKE_BUILD_DIR to be specified, otherwise use either ${CMAKE_USE_DIR} (in source build) or ${WORKDIR}/${P}_build which is more safe and fixes bug 273949 by design - use DOCS and HTML_DOCS from base.eclass (arrays), provide backward compatibility code - in src_test call ctest instead of emake check - it's CMake after all - remove documentation of internal functions so that only relevant and public API is in manual - update my email | |||
| 2010-05-26 | [eclass] Import cmake-utils for modifications | Maciej Mrozowski | |
| 2009-12-22 | [eclasses] cmake-utils. Remove do changes only in tree, since last major ↵ | Tomas Chvatal | |
| change is already in. | |||
| 2009-12-22 | [eclasses] cmake-utils use NOCOLOR that is standardised behavior for ↵ | Tomas Chvatal | |
| no-colors-output variable. | |||
| 2009-12-22 | [eclasses] cmake-utils sync with tree. | Tomas Chvatal | |
| 2009-12-21 | [eclass/cmake-utils] Fixed typo in comment. | Maciej Mrozowski (reavertm) | |
| 2009-12-21 | [eclass/cmake-utils] Fixed displaying of build status | Maciej Mrozowski (reavertm) | |
| 2009-12-14 | [eclass] Force CMAKE_BUILD_WITH_INSTALL_RPATH=ON in prefix to make things build | abcd | |
| 2009-12-14 | [eclass] Remove EPREFIX from PREFIX/KDEDIR (to prevent doubling of ↵ | abcd | |
| prefixes); add EKDEDIR (${EPREFIX}${KDEDIR}) | |||
| 2009-12-14 | [eclass] Re-add cmake-utils.eclass for editing | abcd | |
| 2009-12-10 | Eclasses copied to the tree - drop cmake-utils; drop fixed ebuilds (in tree) | abcd | |
| 2009-12-08 | [eclass] Remove comment accidentally re-added | abcd | |
| 2009-12-07 | [eclass] Add proper support for Gentoo Prefix and EAPI-3 | abcd | |
| 2009-12-07 | [eclass] Clean up some code | abcd | |
| 2009-12-05 | [eclass] Use arrays in cmake-utils.eclass; convert kde4-{base,meta} | abcd | |
| 2009-12-05 | [eclass] Add local copy of cmake-utils for editing | abcd | |
| 2009-10-27 | Remove the eclass. Now in main tree again. | Tomáš Chvátal | |
| 2009-10-27 | [eclasses] Finalize the WANT_CMAKE cleanup. | Tomáš Chvátal | |
| 2009-10-16 | [eclasses] Fix xdg issues with sandbox. Thx Samuli. | Tomáš Chvátal | |
| 2009-10-09 | [eclasses] Remove old backcompat code from cmake-utils. | Tomáš Chvátal | |
| 2009-09-21 | [eclass/cmake-utils.eclass] Use ${CMAKE_EXPF} instead of ${EXPF}, so that it ↵ | Jonathan Callen | |
| is less likely to collide with other eclasses | |||
| 2009-09-21 | [eclass] bashify. | Tomáš Chvátal | |
| 2009-09-21 | [eclass] introduce cmake-uitls eclass from main tree. | Tomáš Chvátal | |
| 2009-05-08 | In main tree. | Tomas Chvatal | |
| 2009-05-06 | Revert "Add backcompat modulo so we wont break stuff in main tree using ↵ | Tomas Chvatal | |
| wrongly eclass (i was really tempted to leave it and see who is not reading mine mails :])" This reverts commit d8305ff61b4fbb33bf8cac6b73fc218de770fad4. | |||
| 2009-05-06 | Revert "Add missed &&" | Tomas Chvatal | |
| This reverts commit e8a50324f080b63da307b572189e50a6593c5750. | |||
| 2009-05-06 | Add missed && | Tomas Chvatal | |
| 2009-05-06 | Add backcompat modulo so we wont break stuff in main tree using wrongly ↵ | Tomas Chvatal | |
| eclass (i was really tempted to leave it and see who is not reading mine mails :]) | |||
| 2009-05-02 | Move the use/build dir check to correct place in src_configure | Tomas Chvatal | |
| 2009-05-02 | Move variable declaration to the correct place, we cant define it in global ↵ | Tomas Chvatal | |
| scope when we can redefine it later in the ebuild global scope. | |||
| 2009-05-02 | More cmake fixes to support build elsewhere than in | Tomas Chvatal | |
| 2009-05-01 | Introduce new feature as requested in bug #267905. | Tomas Chvatal | |
| 2009-04-04 | remove cmake stuff. it is in the tree. | Tomas Chvatal | |
| 2009-04-01 | Update eclass for cmake usage | Tomas Chvatal | |
| 2009-03-30 | Tiny update to the eclass, now if we use (cmake-utils_bla ble) | Tomas Chvatal | |
| it does -DBLA_Ble=ON -DBLA_BLE=ON -DBLA_ble=ON. This can be of course overriden by defining third value: (cmake-utils_bla ble bLo), where it does only -DBLA_bLo=ON. | |||
| 2009-03-28 | Update eclass to support the new cmake ebuild | Tomas Chvatal | |
| 2009-03-14 | In tree | Maciej Mrozowski (reavertm) | |
| 2009-03-14 | Fixed cmake-utils_use in cmake-utils.eclass | Maciej Mrozowski (reavertm) | |
| 2009-03-11 | in main tree | Tomas Chvatal | |
| 2009-03-09 | Lowered dependecy on cmake in cmake-utils.eclass | Maciej Mrozowski (reavertm) | |
| 2009-03-09 | Fixed small copy & paste in cmake-utils | Maciej Mrozowski (reavertm) | |
| 2009-03-09 | Minor fixes regarding typos and grammar in comments cmake-utils eclass | Maciej Mrozowski (reavertm) | |
| 2009-03-09 | DOCS fixed - dodoc is already recursive and doesn't accept -r parameter | Maciej Mrozowski (reavertm) | |
| 2009-03-08 | add HTML_DOCS variable | Tomas Chvatal | |
| 2009-03-08 | update comments for eclassdoc | Tomas Chvatal | |
| 2009-03-08 | /me is pretty embarased for this breakage. Now most ebuilds should work again | Tomas Chvatal | |
| 2009-03-07 | add nice QA: to the warn messages | Tomas Chvatal | |
| 2009-03-07 | Minor updates | Tomas Chvatal | |
