Age | Commit message (Collapse) | Author | |
---|---|---|---|
2013-10-02 | Fix typo in comment. | Nicolás Alvarez | |
2013-10-01 | Remove compatibility signature from ECMSetupVersion. | Stephen Kelly | |
2013-10-01 | Remove modules which shouldn't be part of the ECM release. | Stephen Kelly | |
2013-09-26 | Change the signature of the ecm_setup_version macro. | Stephen Kelly | |
Accept a single version argument instead of three. The old signature will be an error in a few days. | |||
2013-09-11 | Drop ecm_version and ecm_write_version_header | Christophe Giboudeaux | |
Both macros are obsoleted by ecm_setup_version. REVIEW: 112665 | |||
2013-08-27 | For the CMakePackageConfigHelpers module. | Stephen Kelly | |
Add a macro for finding dependencies. It should be in a future version of CMake. Finding dependencies is one of the major missing pieces of KF5 Config files. | |||
2013-08-22 | Fix a typo in docs | Yury G. Kudryashov | |
2013-04-12 | Clean up some QtQuick1 stuff. | Stephen Kelly | |
2012-12-12 | Enable all deprecated API. | Stephen Kelly | |
2012-12-12 | Add variables for the QtDeclarative library. | Stephen Kelly | |
2012-12-12 | QtWebkit is now split in QtWebKit and QtWebKitWidgets | Jon Severinsson | |
Make FindQt5Transitional.cmake handle this transparently. REVIEW: 107438 | |||
2012-11-25 | -fix: ecm_setup_version() has no multi-value arguments | Alex Neundorf | |
Alex | |||
2012-11-23 | increase version to 0.0.6 | Alex Neundorf | |
This commit -adds the macro ecm_setup_version(), as proposed on the kde-frameworks list -sets CMAKE_INSTALL_DEFAULT_COMPONENT_NAME to ${PROJECT_NAME} if a project has been set -makes e-c-m require cmake 2.8.10.1 Alex | |||
2012-10-31 | Rename file and macro for consistency, as requested by Alexander. | David Faure | |
"Can you please rename it to ECMDBusAddActivationService.cmake and the contained macro to ecm_dbus_add_activation_service(), so it follows the naming conventions in cmake (macro has the same name as the file) and ecm (all macros have the prefix ecm)." -> Done. Nothing to adapt in kdelibs-frameworks yet, it has its own copy for now (I'll get rid of it at the next ECM version upgrade). | |||
2012-10-25 | QtQuick1 is renamed QtDeclarative. | Stephen Kelly | |
2012-09-16 | Fix generated version headers | David Faure | |
My addition of major/minor/patch included a copy/paste error (double-quotes) and the all-in-one version number (like QT_VERSION and KDE_VERSION) was missing, added now. | |||
2012-09-04 | Add the macro dbus_add_activation_service to ECM. | David Faure | |
Wrote full docu for it, and then aseigo pointed me to a wiki page that had it all already... http://techbase.kde.org/Development/Tutorials/D-Bus/Autostart_Services | |||
2012-09-03 | Generate major/minor/patch versions too, for #if tests. | David Faure | |
(and for plugin-loading version number handling) | |||
2012-08-14 | -increase version number to 0.0.5 (to make it possible to require 0.0.5 in ↵ | Alex Neundorf | |
kdelibs for the new file ECMWriteVersionHeader.cmake) Alex | |||
2012-08-13 | -add function ecm_write_version_header(<outputfile>) which generates a ↵ | Alex Neundorf | |
foo_version.h The plan is strip this out of ECMQtFramework.cmake, then ECMQtFramework.cmake will be basically only deal with those Config.cmake files. Alex | |||
2012-07-25 | Add backwards compatibility for Qt 5 IMPORTED executables | Stephen Kelly | |
2012-06-20 | List the OpenGL module too. | Stephen Kelly | |
2012-06-20 | Make non-gui executables by default and provide a function to reverse it. | Stephen Kelly | |
2012-05-23 | use ${INSTALL_TARGETS_DEFAULT_ARGS} from KDEInstallDirs.cmake | Alex Neundorf | |
Alex | |||
2012-05-16 | Set the _FOUND variable correctly for modules. | Stephen Kelly | |
2012-05-12 | remove LIBRARY_TYPE cmake variable | Alex Neundorf | |
As discussed, remove the LIBRARY_TYPE cmake variable and put BUILD_SHARED_LIBS instead into the cache, set to TRUE. So if somebody wants to build a static library, and the project allows it (by not explicitely using "STATIC" in add_library()), he can switch this variable to FALSE in the cache. Also, put the ARCHIVE library component into the Devel install component, static libs and Windows lib files belong to the development package. Use newer write_basic_package_version_file() instead of older write_basic_config_version_file(), which are identical beside the name Alex | |||
2012-05-12 | -remove reference to the Use-file, it is not generated anymore | Alex Neundorf | |
Alex | |||
2012-05-12 | rework of extra-cmake-modules | Alex Neundorf | |
-rename the cmake package from extra-cmake-modules to ECM -change variable names and docs accordingly -move setting of Qt-related defines from ECMQtFrameworks.cmake to KDECompilerSettings.cmake -remove ECMSetVersionVariables.cmake, we'll do it some other way -rename ECMConfig.cmake.in to ECMQtFrameworkConfig.cmake.in, since this is where it is used, and it would have the same name as ECMConfig.cmake.in which is for extra-cmake-modules itself Alex | |||
2012-05-08 | -move FindQt5Transitional to the find-modules/ directory | Alex Neundorf | |
Alex | |||
2012-05-08 | -add logic to handle components which exist in Qt5 but not in Qt4 | Alex Neundorf | |
Alex | |||
2012-05-07 | don't generate and install a Use-file anymore | Alex Neundorf | |
As discussed with Stephen on kde-frameworks-devel Alex | |||
2012-04-18 | QDBus macros are now in the QDBus module. No need for QDBusTools. | Stephen Kelly | |
2012-04-11 | Add forwarding macro for qt4_wrap_cpp. | Stephen Kelly | |
2012-04-10 | QtGui doesn't depend on QtXml. | Stephen Kelly | |
2012-04-10 | Make it easier to build for Qt5. | Stephen Kelly | |
No longer need to set an option. | |||
2012-03-04 | Generate the version file in the project binary dir. | Stephen Kelly | |
2012-02-22 | -adding double quotes to make sure the commands don't fail | Alex Neundorf | |
Alex | |||
2012-02-21 | Make this work with find_package(... REQUIRED). | Stephen Kelly | |
2012-02-21 | Qt5Declarative and Qt5Quick are actually incompatible | Stephen Kelly | |
They can't be used together. | |||
2012-02-18 | -make it work with cmake 2.8.7, i.e. warn only instead of failing | Alex Neundorf | |
Alex | |||
2012-02-18 | -make use of the new KDE cmake modules in ECMQtFramework | Alex Neundorf | |
ECMQtFramework.cmake now uses - KDEInstallDirs.cmake, so it doesn't have to define th install locations itself anymore - KDECompilerSettings.cmake, so it gets the full set we had in kdelibs4 - KDECMakeSettings, so it gets the full set of cmake features as before, and some more, RPATH, etc. Alex | |||
2012-02-16 | -mark ecm_version() as obsolete, ecm_set_version_variables() should be used ↵ | Alex Neundorf | |
instead Alex | |||
2012-02-16 | Simply test for the target, no need for the global property. | Alex Neundorf | |
This was probably added before if() supported testing for targets. Ale | |||
2012-02-16 | -nicer indentation | Alex Neundorf | |
Alex | |||
2012-02-15 | Set Qt5Transitional_FOUND if Qt4 is found | Christophe Giboudeaux | |
2012-02-12 | Move the option to build with Qt5 to ECM. | Stephen Kelly | |
2012-02-12 | Fix the DATA_INSTALL_DIR. | Stephen Kelly | |
2012-02-12 | Make sure the Qt Sql module is handled. | Stephen Kelly | |
2012-02-12 | Rename QtQuick1 to QtQuick. | Stephen Kelly | |
It has been renamed upstream. | |||
2012-02-12 | Don't install ECM frameworks with export targets. | Stephen Kelly | |
CMake doesn't handle that well enough yet. |