aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2013-12-17Do not break kdelibs build while we can't commit to itplasma2tpAurélien Gâteau
2013-12-17Rename KDE4_ENABLE_EXCEPTIONS to KDE_ENABLE_EXCEPTIONSAurélien Gâteau
REVIEW: 114501
2013-12-14Make the tests passAlbert Astals Cid
Since some cmake modules include others inside e-c-m we need to set the cmake module path so that they are found
2013-12-14Split Frameworks only definitions to a new fileAlbert Astals Cid
2013-12-12Install all includes in a KF5 dirAurélien Gâteau
REVIEW: 114336
2013-11-24Manually merge daa54a252 from kdelibs into this file.David Faure
Please check... CCMAIL: rakuco@FreeBSD.org
2013-11-05New function to create forward headersAleix Pol
Create ECM_GENERATE_HEADERS, a cmake function that will generate the forward headers like we used to, in cmake configure time. REVIEW: 113406
2013-11-04Improve documentation in ECMInstallIcons.cmakeDavid Edmundson
REVIEW: 113522
2013-11-02Remove ECMPrintVariables.Stephen Kelly
I can't find any use of it, which is semi-expected. It is replaced by CMakePrintHelpers.cmake in CMake upstream.
2013-11-02Remove FindKF5.cmake.Stephen Kelly
The functionality of it is now provided by a KF5Config.cmake file. Remember to remove it from your install prefix to avoid future confusion. CCMAIL: kde-frameworks-devel@kde.org
2013-11-02Enable C++11 support by default.Volker Krause
REVIEW: 113373
2013-10-29Add KDED in tier3 (where it will be)Àlex Fiestas
2013-10-29Copy KDE4 macro to install all icons in the current source dirDavid Edmundson
REVIEW: 113483
2013-10-28KNewStuff is in Tier 3Kevin Ottens
2013-10-28KEmoticons is in Tier 3Kevin Ottens
2013-10-28Cleanup FindKF5 to reflect the current stateKevin Ottens
2013-10-28Adapt to the latest framework movesKevin Ottens
2013-10-27Qt doesn't disable the native wchar_t type any more, so also don't do it for ↵Sune Vuorela
the kde libs.
2013-10-22KJobWidgets is moving to Tier 2Kevin Ottens
2013-10-22KDE4Attic has been removedKevin Ottens
2013-10-22Register KDeclarative with FindKF5 so we can build plasma-framework.Ben Cooksley
2013-10-17Disable docs generation for now.Stephen Kelly
It does not work with CMake master.
2013-10-12Simplify the method of finding only common-origin packages.Stephen Kelly
There is no need for the package to tell us its install dir.
2013-10-12Remove the check for the LIBRARIES variable.Stephen Kelly
It is redundant and obsolete. Some frameworks can have erroneous values (eg KConfigWidgets currently sets FooBar_LIBRARIES). Downstreams are expected to use the imported target name instead. CCMAIL: kde-frameworks-devel@kde.org
2013-10-12Remove the check for the INCLUDE_DIRS variable.Stephen Kelly
It is redundant and obsolete. The framework template does not set it.
2013-10-11Comment out the CMAKE_LINK_INTERFACE_LIBRARIESStephen Kelly
2013-10-11Resolve policy error when CMake requirement is 2.8.12.Stephen Kelly
2013-10-11Remove obsolete files.Stephen Kelly
These are not used anywhere.
2013-10-11Add the INCLUDE_INSTALL_DIR to the INTERFACE_INCLUDE_DIRS or all frameworks.Stephen Kelly
This is a new feature in CMake 2.8.12.
2013-10-11Require CMake 2.8.12.Stephen Kelly
As agreed. CCMAIL: kde-frameworks-devel@kde.org
2013-10-08There's only 1 KIO Config.cmake fileAleix Pol
2013-10-07debug--Aleix Pol
2013-10-07Fix typoAleix Pol
ecm_add_test was renamed eventually, but all uses weren't adapted
2013-10-07We now have a Kross frameworkKevin Ottens
2013-10-07Add KPty to Tier3David Edmundson
2013-10-05Add tier 4.Eike Hein
2013-10-05Update KDE ModulesDavid Edmundson
2013-10-03Add new functions for adding unit testsAlex Richardson
Every framework in KF5 has a macro similar to these, this reduces the unnecessary duplication inside all of the frameworks REVIEW: 112828
2013-10-02Fix typo in comment.Nicolás Alvarez
2013-10-01Remove compatibility signature from ECMSetupVersion.Stephen Kelly
2013-10-01Remove modules which shouldn't be part of the ECM release.Stephen Kelly
2013-09-26Change 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-26Add KCMUtils + KPrintUtils to StagingDavid Edmundson
2013-09-26Merge branch 'skip_compiler_checks'Daniele E. Domenichelli
Reviewed-by: Alexander Neundorf <neundorf@kde.org> Reviewed-by: Nicolás Alvarez <nicolas.alvarez@gmail.com> REVIEW: 112912
2013-09-26Revert "make extra-cmake-modules architecture-independent"Daniele E. Domenichelli
This reverts commit 53679542f663dc74276b928e8749b082319826f4. Since no language has been enabled, the file generated by write_basic_package_version_file does not care about the architecture
2013-09-24Skip cmake checks for C and C++ compilersDaniele E. Domenichelli
2013-09-20Make add_library(...MODULE...) a proper replacement for kde4_add_pluginAleix Pol
One of the most important things kde4_add_plugin was doing was stripping MODULE targets from its prefix. This change makes it so those targets won't get the prefix by default. REVIEW: 112839
2013-09-18Update module sorting in FindKF5.cmakeAleix Pol
2013-09-13make extra-cmake-modules architecture-independentAlex Richardson
REVIEW: 112713
2013-09-13Moved KNotifications to tier2Aleix Pol