aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
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-09-07fix typo and remove "above", since there is no copyright notice above.Alexander Neundorf
Alex svn path=/trunk/KDE/kdelibs/; revision=581906
2006-09-07make the statement a bit short so it fits on one lineAlexander Neundorf
Alex svn path=/trunk/KDE/kdelibs/; revision=581900
2006-09-07-add an extra file with the BSD license for the cmake script filesAlexander Neundorf
Alex svn path=/trunk/KDE/kdelibs/; revision=581898
2006-09-04Add a short version of the BSD copyright notice.Alexander Neundorf
Is it ok that way ? I just reference licenses/BSD without further explanation where to find the licenses/ subdirectory. This is legal stuff, so I could need some good advice from somebody who knows this better than me. The BSD license in kdelibs/licenses/BSD also doesn't contain the no-endorsement clause: # The name of the author may not be used to endorse or promote products # derived from this software without specific prior written permission. Is there a special reason why it doesn't ? If I would like to have this clause too, do I need to add another license file to licenses/ or should I simply put it in the same directory as the cmake scripts ? Then one could simply state: # This code is available under the BSD license, see the accompanying cmake-script-licensing. So, what's the correct and best way to deal with this ? Alex CCMAIL: kde-core-devel@kde.org svn path=/trunk/KDE/kdelibs/; revision=580959
2006-09-04Remove the FORCE keyword from the various install directories, which we ↵Alexander Neundorf
added in Trysil. By now it should be correct in everybodies cache, and without the FORCE it can now even be edited again. Let me know if suddenly some things aren't installed correctly anymore for you. Alex CCMAIL: kde-buildsystem@kde.org svn path=/trunk/KDE/kdelibs/; revision=580957
2006-09-03fix for mingwPeter Kümmel
svn path=/trunk/KDE/kdelibs/; revision=580388
2006-09-03don't break old behaviorPeter Kümmel
svn path=/trunk/KDE/kdelibs/; revision=580364
2006-09-03 change search order: Peter Kümmel
1. command line option GNUWIN32_DIR 2. GNUWIN32_DIR enviroment variable 3. default programm install folder svn path=/trunk/KDE/kdelibs/; revision=580362
2006-09-03also work with spaces in %PROGRAMFILES% (US default: c:\Program Files)Peter Kümmel
svn path=/trunk/KDE/kdelibs/; revision=580321
2006-09-03search only in the case when GNUWIN32_DIR is not setPeter Kümmel
svn path=/trunk/KDE/kdelibs/; revision=580319
2006-08-30-revert unwanted changed...Alexander Neundorf
Alex svn path=/trunk/KDE/kdelibs/; revision=579044
2006-08-30oops, remove these lines...Alexander Neundorf
Alex svn path=/trunk/KDE/kdelibs/; revision=579042
2006-08-30-add BSD copyright noticeAlexander Neundorf
Should we add a copyright notice like this in every cmake module ? Or is there a way to have the same shorter ? Alex CCMAIL: kde-buildsystem@kde.org svn path=/trunk/KDE/kdelibs/; revision=579041
2006-08-30Add new macro KDE4_SYNDICATION_LIBS KDE4_KLDAP_LIBSLaurent Montel
svn path=/trunk/KDE/kdelibs/; revision=579020
2006-08-30-add a FindPNG.cmake which bails out with FATAL_ERROR if png was not found ↵Alexander Neundorf
and which also searches in /usr/local/include/libpng/ (for OpenBSD) -check that PNG was actually found (both can be removed once we required cmake 2.4.4 ... so maybe next year) Alex svn path=/trunk/KDE/kdelibs/; revision=578973
2006-08-30Used by koffice/kdenetworkLaurent Montel
svn path=/trunk/KDE/kdelibs/; revision=578909
2006-08-22help debugging build failuresStephan Kulow
svn path=/trunk/KDE/kdelibs/; revision=575854
2006-08-20add CheckCSourceRuns from cmake cvs - remove after upgrade to cmake 2.5Oswald Buddenhagen
svn path=/trunk/KDE/kdelibs/; revision=575090
2006-08-20new macros macro_add_{compile,link}_flags(target "flags ...")Oswald Buddenhagen
svn path=/trunk/KDE/kdelibs/; revision=574886
2006-08-18Fix indentLaurent Montel
svn path=/trunk/KDE/kdelibs/; revision=574199
2006-08-17Add info for KDE4_ENABLE_FPIELaurent Montel
svn path=/trunk/KDE/kdelibs/; revision=573764
2006-08-16fix version extraction regexps. Dirk Mueller
svn path=/trunk/KDE/kdelibs/; revision=573563
2006-08-16Add support for -FPIELaurent Montel
I don't know if other compiler supports it. For the moment I just add it for gcc svn path=/trunk/KDE/kdelibs/; revision=573536
2006-08-15remove the init() macro as per Alex's suggestion.Allen Winter
Thanks Alex. This does simplify things. svn path=/trunk/KDE/kdelibs/; revision=573396
2006-08-14Change KDE4_INSTALL_ICONSLaurent Montel
now it's not necessary to define theme name. this macro installs into good directory, name of theme is defined by prefix: crxx-bla-bla installed into crystalsvg/.../ same as for hicolor/locolor svn path=/trunk/KDE/kdelibs/; revision=572954 The following changes were in SVN, but were removed from git: M pics/crystalsvg/CMakeLists.txt M pics/hicolor/CMakeLists.txt
2006-08-14fix handling of required features.Allen Winter
svn path=/trunk/KDE/kdelibs/; revision=572807
2006-08-13add a new init() macro that should go at the top of each module's Allen Winter
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
2006-08-12-exclude files generated by qt4_generate_moc() from automocAlexander Neundorf
Alex svn path=/trunk/KDE/kdelibs/; revision=572490
2006-08-12also search for Christian's win32libs at c:,d:,e:,f:,g:Peter Kümmel
svn path=/trunk/KDE/kdelibs/; revision=572365
2006-08-12also search for Christian's win32libs in %PragramFiles%\win32libs\; ↵Peter Kümmel
http://www.abi-neuhaus.de/chris/win32libs svn path=/trunk/KDE/kdelibs/; revision=572315
2006-08-11Now we didn't have a snapshot kdelibsLaurent Montel
=> this test is not necessary svn path=/trunk/KDE/kdelibs/; revision=571953
2006-08-10Remove FORCE argument to fix compile on x86_64Laurent Montel
svn path=/trunk/KDE/kdelibs/; revision=571730
2006-08-09disable one more warning for msvcChristian Ehrlicher
svn path=/trunk/KDE/kdelibs/; revision=571475
2006-08-08don't remove the la-files on make clean (#131172)Alexander Neundorf
it would be better to generate them as part of the build, but since the plan is to get rid of them anyway, I don't ewant to put the extra work in it now Alex svn path=/trunk/KDE/kdelibs/; revision=571165
2006-08-05Now we have "LIB_SUFFIX" to define lib suffix as into old bug system.Laurent Montel
it's a string 64/32 etc. svn path=/trunk/KDE/kdelibs/; revision=570072
2006-08-05if appending the old content to the paths it needs to be prefixed with the ↵Friedrich W. H. Kossebau
separator : of course svn path=/trunk/KDE/kdelibs/; revision=569946
2006-07-31Fix pb when we relauch ccmake -D... ../ Laurent Montel
LIB_* variable was not changed svn path=/trunk/KDE/kdelibs/; revision=568125
2006-07-30Fix jasper detectionPascal Létourneau
svn path=/trunk/KDE/kdelibs/; revision=567768
2006-07-27typo--Urs Wolfer
svn path=/trunk/KDE/kdelibs/; revision=567081
2006-07-27disable a msvc warningChristian Ehrlicher
svn path=/trunk/KDE/kdelibs/; revision=566976
2006-07-27Scalable hicolor svgz existsLaurent Montel
svn path=/trunk/KDE/kdelibs/; revision=566879
2006-07-26Improve icon macro:Laurent Montel
Install just icon which is into good theme. But For me it will better to not specify theme name and use prefix of icon to add into good theme dir. I will wait Alexx to discute about it. I comment debug to see errors about icons Now all icons are installed into good directory Becarefull if we uncommente it it returns false true. svn path=/trunk/KDE/kdelibs/; revision=566519
2006-07-24add a variable for /share/autostartAllen Winter
svn path=/trunk/KDE/kdelibs/; revision=565954
2006-07-24change the tag file because we hope emailfunctions goes away sometime soon.Allen Winter
svn path=/trunk/KDE/kdelibs/; revision=565921
2006-07-24KDE4_KRESOURCES_LIBS is used but not defined anywhere.Volker Krause
svn path=/trunk/KDE/kdelibs/; revision=565911
2006-07-23add a variable for libkabc.Allen Winter
svn path=/trunk/KDE/kdelibs/; revision=565487
2006-07-21Remove bad charLaurent Montel
svn path=/trunk/KDE/kdelibs/; revision=564750
2006-07-21We have some mng iconsLaurent Montel
(kopete has some mng icons which must be installed as png icons) svn path=/trunk/KDE/kdelibs/; revision=564747
2006-07-20Now into kdelibs as kdebase and koffice use themLaurent Montel
svn path=/trunk/KDE/kdelibs/; revision=564569