aboutsummaryrefslogtreecommitdiff
path: root/modules/MacroEnsureVersion.cmake
AgeCommit message (Collapse)Author
2007-11-29Handle the presence of NetworkManager 0.7 in KDE4 buildsWill Stephenson
*) 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
2007-03-19shared-mime-info related macros by Pino Toscano (thanks!)David Faure
svn path=/trunk/KDE/kdelibs/; revision=644190
2007-01-15Fix parsing of found_version when it starts with letters, like "Flex 2.5.4a".David Faure
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
2006-09-28Revert previous commitLaurent Montel
I made an error to understand how version label worked. svn path=/trunk/KDE/kdelibs/; revision=589688
2006-09-28Necessary to test patch versionLaurent Montel
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
2006-09-26improve docsJakob Petsovits
(done by Alexander Neundorf on my laptop) svn path=/trunk/KDE/kdelibs/; revision=588684
2006-09-09added copyright notice everywhere.Alexander Neundorf
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
2006-08-16fix version extraction regexps. Dirk Mueller
svn path=/trunk/KDE/kdelibs/; revision=573563
2006-07-03-use positive logic for macro_ensure_version(MIN found RESULT) -> result is ↵Alexander Neundorf
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
2006-05-11remove debugging message. aleXXX said it was ok.Allen Winter
svn path=/trunk/KDE/kdelibs/; revision=539852
2006-05-04Factorize the version-number parsing and checking code into a separate macro.David Faure
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