Age | Commit message (Collapse) | Author | |
---|---|---|---|
2013-10-27 | Qt doesn't disable the native wchar_t type any more, so also don't do it for ↵ | Sune Vuorela | |
the kde libs. | |||
2013-10-22 | KJobWidgets is moving to Tier 2 | Kevin Ottens | |
2013-10-22 | KDE4Attic has been removed | Kevin Ottens | |
2013-10-22 | Register KDeclarative with FindKF5 so we can build plasma-framework. | Ben Cooksley | |
2013-10-17 | Disable docs generation for now. | Stephen Kelly | |
It does not work with CMake master. | |||
2013-10-12 | Simplify 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-12 | Remove 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-12 | Remove the check for the INCLUDE_DIRS variable. | Stephen Kelly | |
It is redundant and obsolete. The framework template does not set it. | |||
2013-10-11 | Comment out the CMAKE_LINK_INTERFACE_LIBRARIES | Stephen Kelly | |
2013-10-11 | Resolve policy error when CMake requirement is 2.8.12. | Stephen Kelly | |
2013-10-11 | Remove obsolete files. | Stephen Kelly | |
These are not used anywhere. | |||
2013-10-11 | Add 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-11 | Require CMake 2.8.12. | Stephen Kelly | |
As agreed. CCMAIL: kde-frameworks-devel@kde.org | |||
2013-10-08 | There's only 1 KIO Config.cmake file | Aleix Pol | |
2013-10-07 | debug-- | Aleix Pol | |
2013-10-07 | Fix typo | Aleix Pol | |
ecm_add_test was renamed eventually, but all uses weren't adapted | |||
2013-10-07 | We now have a Kross framework | Kevin Ottens | |
2013-10-07 | Add KPty to Tier3 | David Edmundson | |
2013-10-05 | Add tier 4. | Eike Hein | |
2013-10-05 | Update KDE Modules | David Edmundson | |
2013-10-03 | Add new functions for adding unit tests | Alex 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-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-26 | Add KCMUtils + KPrintUtils to Staging | David Edmundson | |
2013-09-26 | Merge 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-26 | Revert "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-24 | Skip cmake checks for C and C++ compilers | Daniele E. Domenichelli | |
2013-09-20 | Make add_library(...MODULE...) a proper replacement for kde4_add_plugin | Aleix 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-18 | Update module sorting in FindKF5.cmake | Aleix Pol | |
2013-09-13 | make extra-cmake-modules architecture-independent | Alex Richardson | |
REVIEW: 112713 | |||
2013-09-13 | Moved KNotifications to tier2 | Aleix Pol | |
2013-09-11 | Drop ecm_version and ecm_write_version_header | Christophe Giboudeaux | |
Both macros are obsoleted by ecm_setup_version. REVIEW: 112665 | |||
2013-09-09 | CMakeLists.txt is not needed here | Christophe Giboudeaux | |
2013-09-09 | Use components in FindXCB | Martin 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-05 | Add KBookmarks to list of staging modules | David Edmundson | |
2013-09-05 | KUnitConversion was moved to tier2 | Aleix Pol | |
2013-09-05 | Use 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-04 | Move components from staging to their respective tiers | Martin Klapetek | |
Reviewed-by: Alexander Neundorf | |||
2013-09-04 | Move FindDocBook* to find-modules | Aleix Pol | |
REVIEW: 112451 | |||
2013-09-04 | Define ALL_UPPERCASE variables to maintain backwards compatibility | Aleix Pol | |
2013-09-04 | indentation fix | Aleix Pol | |
some indentations were 3 spaces, now all are 4 | |||
2013-09-04 | Remove contents between endif() parenthesis | Aleix Pol | |
2013-09-04 | Fix naming conventions in DocBook finder files | Aleix Pol | |
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-27 | Don't define QT_NO_DEBUG for DebugFull builds. | Stephen Kelly | |
2013-08-22 | Remove obsolete setting. | Stephen Kelly | |
This is the old name for the setting below it. The old name was never in a release. | |||
2013-08-22 | Fix a typo in docs | Yury G. Kudryashov | |
2013-08-21 | CompilerSettings: 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 |