Age | Commit message (Collapse) | Author |
|
svn path=/trunk/KDE/kdelibs/; revision=731676
|
|
svn path=/trunk/KDE/kdelibs/; revision=638668
|
|
svn path=/trunk/KDE/kdelibs/; revision=638627
|
|
Sure, we want something that can be easy to parse by machine,
but more important to make it human-readable, IMO.
CCMAIL: neundorf@kde.org, groot@kde.org
svn path=/trunk/KDE/kdelibs/; revision=602461
|
|
Alex
CCMAIL: winter@kde.org, groot@kde.org
Feel free to change it as you like it
svn path=/trunk/KDE/kdelibs/; revision=602437
|
|
svn path=/trunk/KDE/kdelibs/; revision=582472
|
|
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
|
|
Thanks Alex. This does simplify things.
svn path=/trunk/KDE/kdelibs/; revision=573396
|
|
svn path=/trunk/KDE/kdelibs/; revision=572807
|
|
toplevel CMakeLists.txt file. init() basically erases any temp
files that are left around from previous runs (like if the user
hit ^C before cmake completed)
svn path=/trunk/KDE/kdelibs/; revision=572796
|
|
configures
Alex
svn path=/trunk/KDE/kdelibs/; revision=558140
|
|
fields.
approved by aleXXX.
svn path=/trunk/KDE/kdelibs/; revision=554598
|
|
MACRO_LOG_FEATURE(VAR FEATURE DESCRIPTION URL)
Logs the information so that it can be displayed at the end
of the configure run
VAR : variable which is TRUE or FALSE indicating whether the feature is supported
FEATURE: name of the feature, e.g. "libjpeg"
DESCRIPTION: description what this feature provides
URL: home page
MACRO_DISPLAY_FEATURE_LOG()
Call this at the end of the toplevel CMakeLists.txt to display the collected results
Example:
INCLUDE(MacroLogFeature)
FIND_PACKAGE(JPEG)
MACRO_LOG_FEATURE(JPEG_FOUND "libjpeg" "Support JPEG images" "http://www.ijg.org")
...
MACRO_DISPLAY_FEATURE_LOG()
Alex
CCMAIL:kde-buildsystem@kde.org
svn path=/trunk/KDE/kdelibs/; revision=541576
|