summaryrefslogtreecommitdiffstats
path: root/Modules
Commit message (Collapse)AuthorAgeFilesLines
* ENH: Support for packaging source, several cleanups and more yeehaa...Andy Cedilnik2006-04-151-10/+41
|
* ENH: make sure frameworks are not searched for x header filesBill Hoffman2006-04-141-2/+5
|
* ENH: Start adding support for packaging component and to package into a ↵Andy Cedilnik2006-04-141-1/+1
| | | | subdirectory
* ENH: add patch for finding applications on OSXBill Hoffman2006-04-131-0/+8
|
* ENH: Split CMAKE_STANDARD_LIBRARIES into per-language variables ↵Brad King2006-04-118-29/+27
| | | | CMAKE_<lang>_STANDARD_LIBRARIES. This is needed to get programmable language support working with Visual Studio generators. It makes sense anyway.
* ENH: add correct flags for msvc generatorsBill Hoffman2006-04-105-19/+8
|
* ENH: Add support for preinstall for cmake generated projects when packaging themAndy Cedilnik2006-04-101-2/+3
|
* ENH: Deprecate CPACK_BINARY_DIR and add CPACK_INSTALL_CMAKE_PROJECTSAndy Cedilnik2006-04-101-0/+2
|
* ENH: add better variables for MSVC versionsBill Hoffman2006-04-072-11/+32
|
* ENH: Allow to overwrite CPACK_BINARY_DIRAndy Cedilnik2006-04-071-1/+1
|
* ENH: add search directories for 32 bit devenv from a 64bit cmakeBill Hoffman2006-04-041-2/+5
|
* BUG: Fixed order of options to cl for 32-bit/64-bit test to work with VS 6 ↵Brad King2006-03-301-4/+5
| | | | NMake.
* ENH: add support for win64 for visual studio 2005 ide and nmake, also fix ↵Bill Hoffman2006-03-302-1/+33
| | | | warnings produced by building for win64
* ENH: use correct name for pathBill Hoffman2006-03-291-1/+1
|
* STYLE: better error message when KDE4 hasn't been foundAlexander Neundorf2006-03-281-2/+3
| | | | Alex
* ENH: Add support for adding content to bundlesAndy Cedilnik2006-03-281-0/+2
|
* ENH: add /opt/local/includeBill Hoffman2006-03-271-1/+1
|
* ENH: add unix pathsBill Hoffman2006-03-272-1/+1
|
* ENH: add more search paths and add UnixPaths to all unix platformsBill Hoffman2006-03-2715-4/+19
|
* ENH: Updated implementation to use new FIND_* command power. The correct ↵Brad King2006-03-241-41/+48
| | | | library is now found on MinGW also.
* BUG: Fix '/use/lib' to be '/usr/lib'.Brad King2006-03-241-1/+1
|
* ENH: add support for universal binariesBill Hoffman2006-03-241-0/+23
|
* ENH: Cleanup bootstrap even moreAndy Cedilnik2006-03-222-4/+4
|
* ENH: Added support for linking to MS .lib libraries in MinGW.Brad King2006-03-221-1/+2
|
* ENH: Handle visual studio versionsAndy Cedilnik2006-03-211-9/+57
|
* BUG: put the path to the kde3 lib dir in KDE3_LIB_DIR, not the completeAlexander Neundorf2006-03-211-1/+3
| | | | | | libkdecore.so Alex
* BUG: don't include MacroLibrary.cmake, but add a cmake module which ↵Alexander Neundorf2006-03-203-6/+22
| | | | | | | | implements ADD_FILE_DEPENDENCIES() ENH: mark the variables from FindPNG.cmake as advanced Alex
* STYLE: fix typosAlexander Neundorf2006-03-181-4/+3
| | | | Alex
* BUG: /DWIN32 and /D_WINDOWS should be defined for all configurations or if ↵Brad King2006-03-161-30/+30
| | | | no configuration is set.
* BUG: When copying the module variables from shared library variables use ↵Brad King2006-03-161-2/+2
| | | | double quotes for the required definitions ...PREFIX and ...SUFFIX to make sure a value is set even if it is empty.
* ENH: after searching for kde-config in the special dirs, search again in theAlexander Neundorf2006-03-161-2/+14
| | | | | | | standard dirs BUG: handle paths on windows correctly Alex
* ENH: Enabling soname support on FreeBSD.Brad King2006-03-161-0/+2
|
* ENH: use c not cxxBill Hoffman2006-03-151-2/+2
|
* BUG: change the formatting of the pkgconfig module documentation so that itAlexander Neundorf2006-03-151-5/+11
| | | | | | doesn't crash some versions of konqueror (fixed with current konqy) Alex
* ENH: go back to finding the framework opengl on the macBill Hoffman2006-03-141-3/+1
|
* ENH: use standard include path for OpenGLBill Hoffman2006-03-141-1/+3
|
* ENH: add support for removing language flags from shared library and shared ↵Bill Hoffman2006-03-141-0/+2
| | | | module link commands
* ENH: add backwards compatibility fix for more aggressive find_path commandBill Hoffman2006-03-131-0/+7
|
* ENH: take advantage of new framework stuffBill Hoffman2006-03-111-2/+3
|
* ENH: new module to find the FindKDE4Internal.cmake installed by kdelibs4Alexander Neundorf2006-03-101-0/+60
| | | | Alex
* ENH: add correct initial flags for aixBill Hoffman2006-03-091-0/+4
|
* ENH: remove junkBill Hoffman2006-03-091-1/+1
|
* ENH: add real-world-tested and used KDE3 support, and obsolete ↵Alexander Neundorf2006-03-095-144/+617
| | | | | | FindKDE.cmake, which wasn't used by anybody that I heard of Alex
* ENH: fix a bug in the find path stuff so that it can find headers deep in ↵Bill Hoffman2006-03-091-20/+0
| | | | frameworks
* ENH: add a cmake module for using pkg-config, tested in kdelibs, ok by Bill ↵Alexander Neundorf2006-03-081-0/+40
| | | | | | Hoffman Alex
* ENH: add support for language flags that allow for universal binariesBill Hoffman2006-03-061-4/+4
|
* ENH: add support for language flags at rule expansion timeBill Hoffman2006-03-064-7/+7
|
* ENH: add support for manifest stuffBill Hoffman2006-03-061-3/+6
|
* ENH: try to fix non-clean dashboardsBill Hoffman2006-03-061-0/+6
|
* ENH: add manifest support for 2005Bill Hoffman2006-03-031-8/+15
|