summaryrefslogtreecommitdiffstats
path: root/Modules
Commit message (Collapse)AuthorAgeFilesLines
* 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
|
* ENH: look for VCExpress firstBill Hoffman2006-03-031-1/+1
|
* ENH: Add verbose flag to package maker and add CFBundleIdentifier stringAndy Cedilnik2006-03-031-0/+2
|
* ENH: check in new find stuffBill Hoffman2006-03-027-0/+15
|
* ENH: fix for bug 2921, move _OVERRIDE variable to a better position to allow ↵Bill Hoffman2006-03-024-1/+57
| | | | changing _INIT variables
* ENH: Several changes to for NSISAndy Cedilnik2006-03-012-14/+31
|
* ENH: Install system libraries only if project requires themAndy Cedilnik2006-03-012-30/+29
|
* ENH: Add resource files for PackageMakerAndy Cedilnik2006-02-281-3/+16
|
* BUG: Fix typoAndy Cedilnik2006-02-281-1/+1
|
* ENH: Add support for debian having both qt3 and qt4Andy Cedilnik2006-02-281-1/+1
|
* ENH: use program files env for searchingBill Hoffman2006-02-2811-9/+33
|
* ENH: fix spelling errorsBill Hoffman2006-02-274-4/+4
|
* ENH: Several packaging issues. Allow random variables to be passed to cpack ↵Andy Cedilnik2006-02-273-4/+11
| | | | (anything starting with CPACK_, add preinstall to the list of dependencies for package, fix typos
* ENH: Created target property INSTALL_NAME_DIR initalized by ↵Brad King2006-02-241-24/+12
| | | | CMAKE_INSTALL_NAME_DIR specifying the directory portion of the OSX install_name field in shared libraries. This is the OSX equivalent of RPATH.
* BUG: Fix the moduleAndy Cedilnik2006-02-241-1/+1
|
* ENH: Make modules use configure instead of file writeAndy Cedilnik2006-02-233-16/+19
|
* ENH: Several NSIS featuresAndy Cedilnik2006-02-232-22/+32
|
* ENH: make command line flags more consistent with ide settingsBill Hoffman2006-02-211-26/+26
|
* ENH: better finding of mingw from msys, and delete CMakeFiles directory when ↵Bill Hoffman2006-02-211-1/+4
| | | | cache is deleted
* BUG: Fixed module creation rules. Removed soname portion of all rules ↵Brad King2006-02-191-4/+4
| | | | because it is never used on this platform.
* BUG: Fixed cygwin module creation rules. Modules should not have the "cyg" ↵Brad King2006-02-191-4/+10
| | | | prefix by default. Removd soname flags from creation rules because they are never used on this platform.
* ENH: Generate import libraries for DLLs on Cygwin and MinGW.Brad King2006-02-185-4/+30
|
* BUG: Do not install MSVC dlls for a non-MSVC build.Brad King2006-02-171-2/+2
|
* ENH: More work on NSI to improve installing and uninstallingAndy Cedilnik2006-02-161-7/+4
|