Age | Commit message (Collapse) | Author |
|
HAVE_PCREPOSIX doesn't get set
-use qPrintable() in kded/kbuildsycoca.cpp
patches by Brad King:
-fix stat.h for mingw
-fix typo in FindQt4.cmake
-only depend on dcopidl2ccp and kconfig_compiler when compiling kdelibs
Alex
svn path=/trunk/KDE/kdelibs/; revision=507620
|
|
macro_additional_clean_files()
-remove macro_append_source_files_properties() and add macro_add_file_dependencies()
-build kICE as a static library and link to it, instead of including the sources multiple times
-remove the -kdemain=main from dcop/, hope this didn't break things on windows
some patches from Brad King:
-rename the target dcop (the executable) to dcop_executable, otherwise MS Visual Studio complains about multiple targets with the same name
, the name of the created executable stays "dcop"
-add the dependency of all dcop stubs and skels to dcopidl2cpp, to make sure it is compiled before this rule is executed
Alex
svn path=/trunk/KDE/kdelibs/; revision=507257
|
|
svn path=/trunk/KDE/kdelibs/; revision=507241
|
|
Alex
svn path=/trunk/KDE/kdelibs/; revision=507220
|
|
Alex
svn path=/trunk/KDE/kdelibs/; revision=506939
|
|
Alex
svn path=/trunk/KDE/kdelibs/; revision=506938
|
|
macro_append_source_files_properties()
don't use CMAKE_INCLUDE_PATH and CMAKE_LIBRARY_PATH in FindKDE4.cmake
clean more files
Alex
svn path=/trunk/KDE/kdelibs/; revision=506927
|
|
-convert KDECORE_EXPORT in include/mingw to KDEWIN32_EXPORT, is this correct ?
-use CMAKE_INCLUDE_PATH and CMAKE_LIBRARY_PATH in FindKDE4.cmake
Alex
CCMAIL: kde-buildsystem@kde.org
svn path=/trunk/KDE/kdelibs/; revision=506879
|
|
kdelibs/kjs/CMakeLists.txt
-add a check for regex.h in kjs/CMakeLists.txt and error out if neither PCRE nor regex.h have been found
build kdelibs/win independent from the rest of kdelibs/
this means
1) run cmake on kdelibs/win/
2) make kdelibs/win
3) install kdelibs/win
4) run cmake in kdelibs/ -> point it to the place where kdewin32 has been installed to
5) make kdelibs/
6) make install
Peter, can you please check that kdelibs/win/ builds and also installs this way ?
It might still be possible that somewhere stuff from kdelibs/ is included directly.
Also eventually $ENV{MSSDK}/include might have to be added in kdelibs/win/
ConfigureChecksWin.cmake is not used anymore, we can remove it if it works this way.
Please check also that kdelibs/ configures correctly again. It is required that the include dir
of kdewin32 is set.
If all the HAVE_FOO_PROTO checks still fail, please post the error messages from CMakeError.log
Alex
CCMAIL: kde-buildsystem@kde.org
CCMAIL: syntheticpp@gmx.net
CCMAIL: bill.hoffman@kitware.com
svn path=/trunk/KDE/kdelibs/; revision=506872
|
|
svn path=/trunk/KDE/kdelibs/; revision=506651
|
|
now we can specify /usr/lib directory and not jsut usr/lib/kde4 for la lib
(necessary for .la installed into /usr/lib)
svn path=/trunk/KDE/kdelibs/; revision=506650
|
|
svn path=/trunk/KDE/kdelibs/; revision=506639
|
|
before it installed la lib just in /usr/lib/kde4
svn path=/trunk/KDE/kdelibs/; revision=506638
|
|
everybody who uses cmake to update cmake
Alex
svn path=/trunk/KDE/kdelibs/; revision=506514
|
|
Alex
svn path=/trunk/KDE/kdelibs/; revision=506418
|
|
so the linker will find them automatically
Alex
svn path=/trunk/KDE/kdelibs/; revision=506382
|
|
svn path=/trunk/KDE/kdelibs/; revision=506148
|
|
svn path=/trunk/KDE/kdelibs/; revision=506141
|
|
-fix the klockfile test
Alex
svn path=/trunk/KDE/kdelibs/; revision=506092
|
|
-reset local variables to empty
Alex
svn path=/trunk/KDE/kdelibs/; revision=505915
|
|
CheckFunctionExists, the fix by Peter Kuemmel is also the fix for UNXI
Alex
svn path=/trunk/KDE/kdelibs/; revision=505907
|
|
svn path=/trunk/KDE/kdelibs/; revision=505849
|
|
svn path=/trunk/KDE/kdelibs/; revision=505832
|
|
svn path=/trunk/KDE/kdelibs/; revision=505831
|
|
svn path=/trunk/KDE/kdelibs/; revision=505830
|
|
two functional changes:
kdemacros.h:
-# elif defined(_MSC_VER) && (_MSC_VER >= 1300)
+# elif defined(_MSC_VER) && (_MSC_VER >= 1300) && (_MSC_VER < 1400)
dcopidl.bat: since yesterday the unix dcopidl supports the -o <outputfile> parameter to specify the outputfile
this change is to make dcopidl.bat compatible with this behaviour, so now both can be called with the same command line:
dcopidl --srcdir <somedir> -o ksycoca.kidl ksycoca.h
I think it might be a good idea to use the same call scheme also in the other buildsystems
Alex
CCMAIL: Ch.Ehrlicher@gmx.de
CCMAIL: kuemmel@coffeelogic.de
CCMAIL: ralf.habacker@freenet.de
svn path=/trunk/KDE/kdelibs/; revision=505607
|
|
it clear it is a macro and not a builtin command
-kjsembed compiles
-CheckCXXSourceCompiles now support multiple include paths
-compile fix in kjsembed/value_binding.cpp: prefer the local global.h, otherwise it might end up with the global.h from kio/kio/, depending on the order of include directories
-use the new "-o" switch for dcopidl
-add a (temporary) workaround for David's uic problem
Alex
svn path=/trunk/KDE/kdelibs/; revision=505580
The following changes were in SVN, but were removed from git:
M pics/CMakeLists.txt
|
|
svn path=/trunk/KDE/kdelibs/; revision=505535
|
|
svn path=/trunk/KDE/kdelibs/; revision=505485
The following changes were in SVN, but were removed from git:
M pics/crystalsvg/CMakeLists.txt
M pics/hicolor/CMakeLists.txt
|
|
Alex
svn path=/trunk/KDE/kdelibs/; revision=505471
|
|
for now
fix typo in mingw section
Alex
svn path=/trunk/KDE/kdelibs/; revision=505460
|
|
part of the build process
-an improved version of CheckIncludeFiles.cmake has been added, which takes additional include directories as argument
-the check for the KDE4_LIB_DIR was wrong, it returned libkxmlcore.so instead of the directory
-fix the header install commands for the win/include/ stuff
Alex
svn path=/trunk/KDE/kdelibs/; revision=505455
|
|
svn path=/trunk/KDE/kdelibs/; revision=505212
|
|
svn path=/trunk/KDE/kdelibs/; revision=505157
|
|
svn path=/trunk/KDE/kdelibs/; revision=505117
|
|
Alex
svn path=/trunk/KDE/kdelibs/; revision=504990
|
|
Alex
svn path=/trunk/KDE/kdelibs/; revision=504940
|
|
Alex
svn path=/trunk/KDE/kdelibs/; revision=504937
|
|
(install doesn't work for the moment )
svn path=/trunk/KDE/kdelibs/; revision=504910
|
|
fix install lib on x86_64
svn path=/trunk/KDE/kdelibs/; revision=504772
|
|
Alex
svn path=/trunk/KDE/kdelibs/; revision=504706
|
|
Alex
svn path=/trunk/KDE/kdelibs/; revision=504703
|
|
Alex
svn path=/trunk/KDE/kdelibs/; revision=504701
|
|
Alex
svn path=/trunk/KDE/kdelibs/; revision=504699
|
|
Alex
svn path=/trunk/KDE/kdelibs/; revision=504698
|
|
include/Qt/
-some tweaks for windows ... quite hard to do if you neither can test it nor know how it should work...
Alex
svn path=/trunk/KDE/kdelibs/; revision=504695
|
|
the usefull of macro
svn path=/trunk/KDE/kdelibs/; revision=504665
|
|
svn path=/trunk/KDE/kdelibs/; revision=504660
|
|
svn path=/trunk/KDE/kdelibs/; revision=504656
|
|
but now we can redefine it
svn path=/trunk/KDE/kdelibs/; revision=504653
|