kdelibs/kdecore
Ivailo Monev 5a59e08572 generic: remove support for final target via KDE4_ENABLE_FINAL
it is bogus with the CMake automoc, requires additional guards in
the source code and some components do not support it at all. Also,
Link Time Optimizations (LTO) seem to be doing exactly what
KDE4_ENABLE_FINAL was supposed to do (basicly) so no point in
trying to support something that modern compilers can already do
for us.
2015-03-02 04:57:24 +00:00
..
auth generic: use CMake moc instead of automoc4 by default 2015-02-27 07:40:26 +00:00
compression improve the compression filters API 2015-01-17 19:15:59 +00:00
config generic: remove deprecated API 2015-02-28 03:27:54 +00:00
date generic: use CMake moc instead of automoc4 by default 2015-02-27 07:40:26 +00:00
io generic: remove deprecated API 2015-02-28 03:27:54 +00:00
jobs generic: use CMake moc instead of automoc4 by default 2015-02-27 07:40:26 +00:00
kconfig_compiler generic: drop perl scripts which are redudant 2015-01-26 14:42:14 +00:00
kernel generic: remove deprecated API 2015-02-28 03:27:54 +00:00
localization generic: remove deprecated API 2015-02-28 03:27:54 +00:00
network generic: remove deprecated API 2015-02-28 03:27:54 +00:00
services generic: remove deprecated API 2015-02-28 03:27:54 +00:00
sonnet generic: use CMake moc instead of automoc4 by default 2015-02-27 07:40:26 +00:00
sycoca generic: remove deprecated API 2015-02-28 03:27:54 +00:00
tests generic: kill deprecated cruft with fire 2015-03-01 02:02:30 +00:00
text remove unused variable in kcodecs (report upstream?) 2014-11-26 01:17:46 +00:00
util generic: kill deprecated cruft with fire 2015-03-01 02:02:30 +00:00
CMakeLists.txt generic: remove support for final target via KDE4_ENABLE_FINAL 2015-03-02 04:57:24 +00:00
config-kstandarddirs.h.cmake initial import 2014-11-13 01:04:59 +02:00
fakes.c initial import 2014-11-13 01:04:59 +02:00
kde-config.cpp remove unnecessary includes 2014-11-19 15:49:46 +00:00
kdebug.areas kdecore: cleanup debug areas and add entry for kuassel 2015-01-27 18:35:53 +00:00
kdebugrc initial import 2014-11-13 01:04:59 +02:00
kdecore.pc.in initial import 2014-11-13 01:04:59 +02:00
kdecore_export.h removed static libraries defines (including #if 0, watch out!) 2014-11-18 00:42:37 +00:00
kdefakes.h.cmake initial import 2014-11-13 01:04:59 +02:00
MAINTAINERS initial import 2014-11-13 01:04:59 +02:00
README initial import 2014-11-13 01:04:59 +02:00

This is the KDE "core" library.  The kdecore library provides basic non user
interface functionality. The classes in this library should not require linkage
to QtGui or any other library that requires a graphical interface.