aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
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
2013-09-11Drop ecm_version and ecm_write_version_headerChristophe Giboudeaux
Both macros are obsoleted by ecm_setup_version. REVIEW: 112665
2013-09-09CMakeLists.txt is not needed hereChristophe Giboudeaux
2013-09-09Use components in FindXCBMartin Gräßlin
Instead of finding all or nothing from XCB it becomes components aware. So a user can just specify which XCB components it needs and compilation doesn't fail if a not-needed unrelated component is not found. It also allows to have some components as required and some as optional. REVIEW: 112151
2013-09-05Add KBookmarks to list of staging modulesDavid Edmundson
2013-09-05KUnitConversion was moved to tier2Aleix Pol
2013-09-05Use the newer syntax in FindDocBook*Aleix Pol
It approprietly sets the _FOUND variables, we were defining the all uppercase instead. Sorry for the mess! CCMAIL: neundorf@kde.org
2013-09-04Move components from staging to their respective tiersMartin Klapetek
Reviewed-by: Alexander Neundorf
2013-09-04Move FindDocBook* to find-modulesAleix Pol
REVIEW: 112451
2013-09-04Define ALL_UPPERCASE variables to maintain backwards compatibilityAleix Pol
2013-09-04indentation fixAleix Pol
some indentations were 3 spaces, now all are 4
2013-09-04Remove contents between endif() parenthesisAleix Pol
2013-09-04Fix naming conventions in DocBook finder filesAleix Pol
2013-08-27For 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-27Don't define QT_NO_DEBUG for DebugFull builds.Stephen Kelly
2013-08-22Remove obsolete setting.Stephen Kelly
This is the old name for the setting below it. The old name was never in a release.
2013-08-22Fix a typo in docsYury G. Kudryashov
2013-08-21CompilerSettings: Add a separate block for clang definitions.Raphael Kubo da Costa
Sharing compiler settings between GCC and clang does not always work: there are flags (such as "-fno-check-new" or "-fno-reorder-blocks") that are specific to GCC, and nothing stops these incompatibilities from becoming bigger in the future. Conversely, a separate clang block allows us to pass some additional flags to clang that would have required yet another if() in the GCC block. For now, this amounts to "-fdelayed-template-parsing". (For KDE4, we also need -Wno-return-type-c-linkage because kdepim's ktexteditorkabcbridge.cpp exports a function that returns a QString with C linkage, but I hope this can be solved in a different way for kdepim5). Last but not least, checks for bad GCC allocators or support for some flags which are always present in clang can be avoided altogether when we know the compiler we are using. REVIEW: 112136
2013-08-06We have a new KStyle libraryKevin Ottens
2013-08-02KWidgets is goneKevin Ottens
2013-07-25Add KDE4Attic, KUnitConversion and KIO to the staging listKevin Ottens
2013-07-24Add Clang support to KDECompilerSettings.cmakeMilian Wolff
This more or less copies what was done for KDE4 in https://git.reviewboard.kde.org/r/111612/. With the changes applied I successfully installed a hello world application. The linker and compiler command lines seem to be correct and include all extended features. I also checked and debugfull also works as expected (-g3 is added). REVIEW: 111661
2013-07-17Rename kjs to KJSBenjamin Port
2013-07-16fix typoBenjamin Port
2013-07-16add KTextWidgetBenjamin Port
2013-07-15Rename ki18n to KI18nBenjamin Port
2013-07-15Add KCrash to FindKF5Benjamin Port
2013-07-15Rename kguiaddons to KGuiAddonsBenjamin Port
2013-07-13Rename kservice to KServiceBenjamin Port
2013-07-13Update kwidgets to KWidgetsBenjamin Port
2013-07-09-kconfig is tier1/ nowAlex Neundorf
Alex
2013-07-03Let FindKF5 know about ktextwidgetsAleix Pol
It's needed by some module dependencies in plasma
2013-06-28-require cmake 2.8.11Alex Neundorf
-increase version to 0.0.9 -install to a non-versioned directory Alex