Age | Commit message (Collapse) | Author |
|
*) Adapt MacroEnsureVersion.cmake to be able to check upper limits on
version numbers
*) Adapt kdelibs/cmake/modules/FindNetworkManager.cmake to report the
version found
*) Adapt kdebase/workspace/solid to select which version of
NetworkManager support to build.
*) Move NM 0.6 and NM 0.7 support into separate directories.
NB This is build infrastructure only. There is no Solid backend for NM 0.7. Yet.
CCMAIL: rdieter@math.unl.edu
svn path=/trunk/KDE/kdelibs/; revision=742968
|
|
svn path=/trunk/KDE/kdelibs/; revision=644190
|
|
Otherwise it would set found_major_vers = "Flex 2" etc.
Report, analysis, and fix by Marc.Schodermayr telemotive.de - thanks!
svn path=/trunk/KDE/kdelibs/; revision=623718
|
|
I made an error to understand how version label worked.
svn path=/trunk/KDE/kdelibs/; revision=589688
|
|
Otherwise 2.5.4 is inferior to 2.5.31
In this function we calculate it as :
2.5.4: 2*1000+5*100+4 = 2504
2.5.31: 2*1000+5*100+31 = 2531
=> it was supperior.
Now I test last patch version and adapt it.
svn path=/trunk/KDE/kdelibs/; revision=589662
|
|
(done by Alexander Neundorf on my laptop)
svn path=/trunk/KDE/kdelibs/; revision=588684
|
|
Now they all are BSD-licensed, as copyright holder I inserted everywhere
the one who added it to svn (or Kitware if it is an enhanced copy from taken cmake)
Some developers committed quite often but were not the ones who added the file,
if you feel you have also copyright on the file add your name in the specific file.
Copyright holders:
CCMAIL: montel@kde.org
CCMAIL: toscano.pino@tiscali.it
CCMAIL: adymo@kdevelop.org
CCMAIL: ranger@befunk.com
CCMAIL: zack@kde.org
CCMAIL: caslav.ilic@gmx.net
CCMAIL: syntheticpp@yahoo.com
CCMAIL: js@iidea.pl
CCMAIL: michael.larouche@kdemail.net
CCMAIL: ossi@kde.org
CCMAIL: faure@kde.org
Committers, but no files added so that they are not listed as copyright holders:
CCMAIL: ch.ehrlicher@gmx.de
CCMAIL: winter@kde.org
CCMAIL: ralf.habacker@freenet.de
CCMAIL: moura@kdewebdev.org
CCMAIL: kde-buildsystem@kde.org
Alex
svn path=/trunk/KDE/kdelibs/; revision=582410
|
|
svn path=/trunk/KDE/kdelibs/; revision=573563
|
|
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
|
|
svn path=/trunk/KDE/kdelibs/; revision=539852
|
|
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
|