| Age | Commit message (Collapse) | Author |
|
true, if the vesion is ok
-first try at creating batch files under windows
-prepare a libexec install dir
-better check for visibility support: only for gcc >= 4.1 if not compiled with the mt allocator
Alex
svn path=/trunk/KDE/kdelibs/; revision=557782
|
|
-prepare new and better installation dir variables
-remove KDE4_USE_QT_EMB, because it's not used anywhere
Alex
svn path=/trunk/KDE/kdelibs/; revision=557531
|
|
SVN_SILENT
svn path=/trunk/KDE/kdelibs/; revision=557153
|
|
against kdelibs HEAD" error
Alex
svn path=/trunk/KDE/kdelibs/; revision=557041
|
|
svn path=/trunk/KDE/kdelibs/; revision=556914
|
|
svn path=/trunk/KDE/kdelibs/; revision=554531
|
|
svn path=/trunk/KDE/kdelibs/; revision=552723
|
|
Alex
svn path=/trunk/KDE/kdelibs/; revision=549754
|
|
svn path=/trunk/KDE/kdelibs/; revision=548360
|
|
svn path=/trunk/KDE/kdelibs/; revision=547477
|
|
svn path=/trunk/KDE/kdelibs/; revision=546832
|
|
kdelibs4-dbus branch back into trunk. KDELibs compiles, links and
installs with this, but obviously all other modules will fail to
build. Let the porting commence.
CCMAIL:kde-core-devel@kde.org,kde-buildsystem@kde.org
svn path=/trunk/KDE/kdelibs/; revision=546826
|
|
maybe Dirk would be willing to give it a try?
svn path=/trunk/KDE/kdelibs/; revision=542316
|
|
it works (as in compiles and links), but I don't know for sure if it *really*
works.. if you know what I mean :>
svn path=/trunk/KDE/kdelibs/; revision=542311
|
|
done,
but getting closer.
svn path=/trunk/KDE/kdelibs/; revision=541571
|
|
svn path=/trunk/KDE/kdelibs/; revision=541525
|
|
svn path=/trunk/KDE/kdelibs/; revision=541352
|
|
svn path=/trunk/KDE/kdelibs/; revision=541334
|
|
Still to-do:
- shared and module linker flags
- visibility support
- shutup lots of harmless, annoying remarks
To play with this:
- install Intel C/C++ compilers.
- set $PATH and $LD_LIBRARY_PATH correctly for the new stuff
- export CC=icc; export CXX=icpc
- mkdir kdelibs/build-icpc
- cd kdelibs/build-icpc
- cmake ..
svn path=/trunk/KDE/kdelibs/; revision=540332
|
|
Alex
svn path=/trunk/KDE/kdelibs/; revision=540234
|
|
KDE4_ADD_EXECUTABLE(name [NOGUI] [RUN_UNINSTALLED] srcs...)
KDE4_ADD_KDEINIT_EXECUTABLE(name [NOGUI] [RUN_UNINSTALLED] srcs...)
-> NOGUI and RUN_UNINSTALLED can now be used independently together. This also means
that RUN_UNINSTALLED no longer automatically means NOGUI.
-build libs and plugins with empty RPATH, so they don't have to be relinked during make install
Alex
CCMAIL: kde-buildsystem@kde.org
svn path=/trunk/KDE/kdelibs/; revision=539757
|
|
svn path=/trunk/KDE/kdelibs/; revision=538916
|
|
svn path=/trunk/KDE/kdelibs/; revision=537589
|
|
Already used by the gpgme version check in kdepim.
FindQt4 has similar code, but since it's a fork of a CMake module I'm not sure if I should modify it
CCMAIL: kde-buildsystem@kde.org
svn path=/trunk/KDE/kdelibs/; revision=537476
|
|
svn path=/trunk/KDE/kdelibs/; revision=537389
|
|
ported the
"kdelibs trunk" check to use the same data, i.e. the output of kde-config.
svn path=/trunk/KDE/kdelibs/; revision=536962
|
|
svn path=/trunk/KDE/kdelibs/; revision=536897
|
|
fine, but it shouldn't be mandatory
svn path=/trunk/KDE/kdelibs/; revision=536450
|
|
-remove CMAKE_CURRENT_SOURCE_DIR and CMAKE_CURRENT_BINARY_DIR from the INCLUDE_DIRECTORIES() commands, except where it also applies to the subdirectories
-remove the "ARGS" keyword from the add_custom_command()s
-add the generated files from add_custom_command() always to the list of sources
-use the new macro_bool_to_01() in more places
-some indenting
Alex
svn path=/trunk/KDE/kdelibs/; revision=536285
|
|
put the check in every module
Perl is required for building KDe software, e.g. dcopidl
Alex
svn path=/trunk/KDE/kdelibs/; revision=535221
|
|
CheckCXXCompilerFlag.cmake
-add a comment about removing CheckTypeSize.cmake once we require cmake 2.4.1
Alex
svn path=/trunk/KDE/kdelibs/; revision=534314
|
|
- readd visibility support
svn path=/trunk/KDE/kdelibs/; revision=534204
|
|
-include MacroLibrary in the top level CMakeLists.txt instead of the separate macro files
Alex
svn path=/trunk/KDE/kdelibs/; revision=532921
|
|
-use the new multiple-output syntax for KDE4_ADD_KCFG_FILES()
-introduce a new target property WRAPPER_SCRIPT, which is set to the created wrapper script (or the executable
if none is generated), which can then be easily queried and used e.g. in add_custom_command
Alex
Adriaan, does this fix your RPATH problem ?
CCMAIL: <groot@kde.org>
svn path=/trunk/KDE/kdelibs/; revision=532800
|
|
svn path=/trunk/KDE/kdelibs/; revision=530095
|
|
svn path=/trunk/KDE/kdelibs/; revision=529864
|
|
-- Found KDE4 library dir: /Users/dfaure/kde/trunk/KDE/build/kdelibs/lib/.
is a strange way of saying "I'm setting those vars internally", when building kdelibs.
svn path=/trunk/KDE/kdelibs/; revision=529757
|
|
-fix error in kate (the ui_ prefix was missing)
-change RPATH handling once again:
-renamed "TOOL" to "RUN_UNINSTALLED"
RPATH_STYLE is gone
if CMAKE_SKIP_RPATH is enabled, no RPATH will be used
if it is enabled, all except the RUN_UNINSTALLED apps will be built with RPATH to the install dir,
apps with RUN_UNINSTALLED set will be built with RPATH to the build dir, and relinked during make install
Alex
svn path=/trunk/KDE/kdelibs/; revision=527381
|
|
right now this only affects OS X: without the NOGUI keyword, now application bundles should be created
I will add RPATH handling later.
kdelibs/kabc/: add a dependency of addressee.h to addressee.cpp, this works partly (i.e. it works if none of both exists, but doesn't work if addressee.cpp exists and addressee.h doesn't)
Alex
CCMAIL: kde-buildsystem@kde.org
svn path=/trunk/KDE/kdelibs/; revision=526894
The following changes were in SVN, but were removed from git:
M pics/CMakeLists.txt
|
|
kdelibs/CMakeLists.txt
Alex
svn path=/trunk/KDE/kdelibs/; revision=526864
|
|
mixed up with the kdesu target
Alex
svn path=/trunk/KDE/kdelibs/; revision=526087
|
|
/usr/local/include too early; move X11 includes into DCOP_INCLUDES in a clean fashion (I hope).
svn path=/trunk/KDE/kdelibs/; revision=524801
|
|
-new variable QT_MIN_VERSION (as in FindQt3.cmake): set it to the minimum required version
-prefer qmake over qmake-qt4
-find uic and moc by grepping the qmake spec file
-search for the libs, headers and binaries only in the directories reported by qmake
-set the minimum required Qt version to 4.1.1
svn path=/trunk/KDE/kdelibs/; revision=524621
|
|
Aproved by AleXXX
svn path=/trunk/KDE/kdelibs/; revision=524129
|
|
svn path=/trunk/KDE/kdelibs/; revision=523923
|
|
svn path=/trunk/KDE/kdelibs/; revision=523162
|
|
svn path=/trunk/KDE/kdelibs/; revision=523140
|
|
snapshot for compat)
Bye
Alex
CCMAIL: montel@kde.org
CCMAIL: faure@kde.org
CCMAIL: kde-buildsystem@kde.org
svn path=/trunk/KDE/kdelibs/; revision=522713
|
|
svn path=/trunk/KDE/kdelibs/; revision=521729
|
|
svn path=/trunk/KDE/kdelibs/; revision=521726
|