Age | Commit message (Collapse) | Author | |
---|---|---|---|
2011-09-17 | Akode was only used temporarily during kde3->kde4 transition | Alex Neundorf | |
Alex | |||
2011-09-15 | Convert to consistent modern style. | Stephen Kelly | |
2011-08-30 | Port this to configure_file to reduce unending rebuilds. | Stephen Kelly | |
2011-08-30 | Write a version file too. | Stephen Kelly | |
2011-08-28 | Remove obsolete exports header generator. | Stephen Kelly | |
2011-08-28 | Remove module which is replaced by a cmake 2.8.6 feature. | Stephen Kelly | |
2011-08-27 | Add some files for Qt based frameworks to use. | Stephen Kelly | |
2011-08-27 | Install all files in the modules directory. | Stephen Kelly | |
2011-08-17 | Remove, it's simply a forwarder to cmake | Alex Neundorf | |
Alex | |||
2011-08-17 | Remove, has been merged into cmake master | Alex Neundorf | |
Alex | |||
2011-08-17 | Remove, has been merged into cmake master | Alex Neundorf | |
Alex | |||
2011-08-04 | Remove, FeatureSummary.cmake has all features now | Alex Neundorf | |
Alex | |||
2011-08-03 | merged with cmake | Alex Neundorf | |
Alex | |||
2011-08-02 | Remove files which are synced with cmake master now. | Alex Neundorf | |
Alex | |||
2011-07-29 | deprecated already | Alex Neundorf | |
Alex | |||
2011-07-29 | no need for this one, since we depend here on recent cmake | Alex Neundorf | |
Alex | |||
2011-07-29 | already merged into cmake | Alex Neundorf | |
Alex | |||
2011-07-26 | has been added as CMakePushCheckState to cmake | Alex Neundorf | |
Alex | |||
2011-07-26 | Remove, obsolete. | Alex Neundorf | |
Alex | |||
2011-07-26 | This one belongs to FindKDE4Internal.cmake, we don't need it here in ECM. | Alex Neundorf | |
Alex | |||
2011-07-26 | These files belong to KDE (kdelibs), so we don't need them here. | Alex Neundorf | |
Alex | |||
2011-07-26 | Install a Config.cmake file and a version-file along with it | Alex Neundorf | |
Alex | |||
2011-07-18 | sync with current cmake git | Alex Neundorf | |
Alex | |||
2011-07-18 | Sync with current cmake | Alex Neundorf | |
Alex | |||
2011-07-12 | -add basic support for packaging | Alex Neundorf | |
Alex | |||
2011-07-10 | Remove copy of FindLibXml2.cmake, the version in current cmake is basically ↵ | Alex Neundorf | |
identical. Alex | |||
2011-07-10 | Require cmake 2.8.4 for now | Alex Neundorf | |
Alex | |||
2011-07-10 | Remove, it's the same as in cmake 2.8.4. | Alex Neundorf | |
Alex | |||
2011-07-10 | Remove, it's the same as in CMake 2.8. | Alex Neundorf | |
Alex | |||
2011-07-10 | Remove, simply use set_property(... APPEND ...) instead | Alex Neundorf | |
Alex | |||
2011-07-10 | Obsolete, remove. | Alex Neundorf | |
Alex | |||
2011-07-10 | This macro is broken, remove it. | Alex Neundorf | |
Alex | |||
2011-07-10 | We'll go with FindRuby.cmake from CMake | Alex Neundorf | |
Alex | |||
2011-07-10 | Remove, cmake has a systeminfo itself (more complete etc.) | Alex Neundorf | |
Alex | |||
2011-07-09 | -generate and install docs | Alex Neundorf | |
Alex | |||
2011-07-09 | Add a version number and an install() rule | Alex Neundorf | |
Alex | |||
2011-07-09 | also rename the macro macro_optional_add_subdirectory() to | Alex Neundorf | |
ecm_optional_add_subdirectory() make it a function, not a macro anymore Alex | |||
2011-07-09 | Remove as it won't be necessary anymore with CMake 2.8.6 | Allen Winter | |
2011-07-09 | Rename MacroOptionalAddSubdirectory.cmake to ECMOptionalAddDirectory.cmake | Allen Winter | |
This is the first in our new modules | |||
2011-06-30 | Move the modules, modules-test and systeminfo subdirs into 'attic' | Allen Winter | |
2011-06-28 | Merge branch 'allen' of /data/kde/trunk/KDE/kdelibs | Allen Winter | |
2011-06-27 | A README to describe this project. | Allen Winter | |
2011-06-22 | Apply patch by Tomáš Chvátal to fix hunspell-1.3 detection | David Faure | |
...when hunspell-1.2 is installed too. REVIEW: 101484 | |||
2011-05-21 | make KDE build with a compiler older than 4.2 again | Dirk Mueller | |
2011-04-12 | Find Hunspell 1.3 | Christophe Giboudeaux | |
2011-04-12 | implement PYKDE4_ADD_EXECUTABLE on windows | Wolfgang Rohdewald | |
using a batch file. Windows links would only work if the .py extension is associated with python icons cannot be attached to a batch file - if that is needed, we would need to generate a minimal C program calling python | |||
2011-04-11 | Clean up FindGObject.cmake. | Raphael Kubo da Costa | |
* Remove unnecessary WIN32 check. * Use the pkg-config paths as HINTS, not PATHS. * Use FindPackageHandleStandardArgs instead of duplicating its functionality. Reviewed-by: Alexander Neundorf | |||
2011-03-27 | Master is now at version 4.7 | Allen Winter | |
2011-03-24 | Generate cmake standard path names for SIP | Wolfgang Rohdewald | |
FindSIP.py returns things like C:\Python27\sip which will be passed to the compiler like C:\Python27\sip/PyKDE4 - the MSVC 10 compiler cannot parse that, thinking /P is an option. So we convert those paths to the cmake standard form C:/Python27/sip | |||
2011-03-06 | Added HUpnp version reporting and detection. | Nikhil Marathe | |
FindHUpnp.cmake now exposes HUpnp version extracted from HUpnpCore/public/hupnpinfo.h Solid will require HUpnp v0.9.0 |