| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2013-10-11 | Remove obsolete files. | Stephen Kelly | |
| These are not used anywhere. | |||
| 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-05-23 | use ${INSTALL_TARGETS_DEFAULT_ARGS} from KDEInstallDirs.cmake | Alex Neundorf | |
| Alex | |||
| 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 | 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-07 | don't generate and install a Use-file anymore | Alex Neundorf | |
| As discussed with Stephen on kde-frameworks-devel Alex | |||
| 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-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-12 | Fix the DATA_INSTALL_DIR. | Stephen Kelly | |
| 2012-02-12 | Don't install ECM frameworks with export targets. | Stephen Kelly | |
| CMake doesn't handle that well enough yet. | |||
| 2011-12-17 | Fix typo done in commit 446c7795a858eebabd004e98a1512a741c5fe3f5 | Nicolas Lécureuil | |
| 2011-12-17 | Add use of -Wno-variadic needed to build files including kdebug.h | Nicolas Lécureuil | |
| 2011-12-16 | -fix: use CMAKE_CURRENT_LIST_DIR instead of EXTRA_CMAKE_MODULES_MODULE_PATH ↵ | Alex Neundorf | |
| . Another option would be using EXTRA_CMAKE_MODULES_MODULE_DIR Alex | |||
| 2011-12-07 | Disable this for now, to fix kdelibs-frameworks compilation. | David Faure | |
| CCMAIL: kde-frameworks-devel@kde.org | |||
| 2011-11-25 | Set a variable to clear the link interface libraries. | Stephen Kelly | |
| This will only have an effect in CMake 2.8.7, but is harmless until then. | |||
| 2011-09-21 | Join up the comments. | Stephen Kelly | |
| 2011-09-21 | Make sure the docs appear at the top. | Stephen Kelly | |
| 2011-09-21 | Add some documentation. | Stephen Kelly | |
| 2011-09-17 | a bit of cleaning using cmakelint.py | Allen Winter | |
| 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 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 | |
