Age | Commit message (Collapse) | Author |
|
the error
message about it - only use the cache when the check was previously successful, as discussed.
svn path=/trunk/KDE/kdelibs/; revision=539759
|
|
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
|
|
problem ;)
svn path=/trunk/KDE/kdelibs/; revision=539150
|
|
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=537457
|
|
svn path=/trunk/KDE/kdelibs/; revision=537389
|
|
Either we grep for it or we introduce a second macro
svn path=/trunk/KDE/kdelibs/; revision=537064
|
|
So don't create tons of invalid .moc files. For someone with
more experience it would be cool to generate a flag as soon
as there is a .kcfg file needing it
svn path=/trunk/KDE/kdelibs/; revision=537048
|
|
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
|
|
for all others...
svn path=/trunk/KDE/kdelibs/; revision=536875
|
|
svn path=/trunk/KDE/kdelibs/; revision=536688
|
|
fine, but it shouldn't be mandatory
svn path=/trunk/KDE/kdelibs/; revision=536450
|
|
Alex
svn path=/trunk/KDE/kdelibs/; revision=536344
|
|
-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
|
|
of my $PATH.
NO_SYSTEM_PATH disables looking into $PATH and $LIB, I don't see how a X lib could ever be in either of those.
Windows uses $PATH for libs - but Windows doesn't have X11 so at least in this file this
should be fine; I wonder why FIND_LIBRARY looks into $PATH on unix though, in general...
CCMAIL: kde-buildsystem@kde.org
svn path=/trunk/KDE/kdelibs/; revision=536154
|
|
svn path=/trunk/KDE/kdelibs/; revision=536135
|
|
config.h.cmake
Alex
svn path=/trunk/KDE/kdelibs/; revision=536102
|
|
specified member variable
Alex
svn path=/trunk/KDE/kdelibs/; revision=535981
|
|
put the check in every module
Perl is required for building KDe software, e.g. dcopidl
Alex
svn path=/trunk/KDE/kdelibs/; revision=535221
|
|
_QT4_ADD_FILE_DEPENDENCIES()
Alex
svn path=/trunk/KDE/kdelibs/; revision=534769
|
|
-apply patches from Clinton Stimpson and Kenneth Moreland, fixing some QtMain issues on windows
Alex
svn path=/trunk/KDE/kdelibs/; revision=534767
|
|
svn path=/trunk/KDE/kdelibs/; revision=534733
|
|
header file. Amazing how long this bug went unnoticed.
Fixes everything-constantly-rebuilding when using cmake.
svn path=/trunk/KDE/kdelibs/; revision=534598
|
|
-some lowercasing
Alex
svn path=/trunk/KDE/kdelibs/; revision=534320
|
|
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
|
|
effect befor we require cmake 2.4.1 (we're still at 2.3.4)
Alex
svn path=/trunk/KDE/kdelibs/; revision=533904
|
|
creating the desired rules
Alex
svn path=/trunk/KDE/kdelibs/; revision=533383
|
|
Alex
svn path=/trunk/KDE/kdelibs/; revision=533083
|
|
-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
|
|
CACHED_FOO fast-path
when the check only uses those. Instead I used this, to avoid "Found libfoo" in the output when in
fact we didn't just look for it, we had it in the cache.
+if (TIFF_INCLUDE_DIR)
+ # Already in cache, be silent
+ set(TIFF_FIND_QUIETLY TRUE)
+endif (TIFF_INCLUDE_DIR)
CACHED_FOO remains for the cases where there is more logic to the configure check, like
PKGCONFIG, foo-config, or CHECK_LIBRARY_EXISTS (e.g. bzip2)
CCMAIL: kde-buildsystem@kde.org
svn path=/trunk/KDE/kdelibs/; revision=531839
|
|
svn path=/trunk/KDE/kdelibs/; revision=531833
|
|
svn path=/trunk/KDE/kdelibs/; revision=531255
|
|
The other solution would be to use add_definitions instead of include_directories,
but then we lose the automatic removal of -I/usr/include for instance.
svn path=/trunk/KDE/kdelibs/; revision=531167
|
|
something isn't available (e.g. agg for me).
svn path=/trunk/KDE/kdelibs/; revision=531000
|
|
to short circuit checks for Motif on non X11 platforms.
svn path=/trunk/KDE/kdelibs/; revision=530857
|
|
svn path=/trunk/KDE/kdelibs/; revision=530095
|
|
svn path=/trunk/KDE/kdelibs/; revision=529864
|
|
that happens so often.
svn path=/trunk/KDE/kdelibs/; revision=529759
|
|
-- 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
|
|
svn path=/trunk/KDE/kdelibs/; revision=529505
|
|
svn path=/trunk/KDE/kdelibs/; revision=529328
|
|
svn path=/trunk/KDE/kdelibs/; revision=529324
|
|
so that changing the prefix doesn't mean recompiling -all- of kdelibs, only
a few files. One more step towards modular config-foo.h files.
svn path=/trunk/KDE/kdelibs/; revision=529149
|
|
The same needs to be done in many other checks...
svn path=/trunk/KDE/kdelibs/; revision=528992
|
|
- Qt qmake not found!
+ The installed Qt version 4.1.0-rc1 is too old, at least version 4.1.1 is required
svn path=/trunk/KDE/kdelibs/; revision=528959
|