summaryrefslogtreecommitdiffstats
path: root/Modules
Commit message (Collapse)AuthorAgeFilesLines
* 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
|
* ENH: better algorithm for looking for make and gcc on msys and mingwBill Hoffman2006-02-162-3/+9
|
* ENH: remove warning suppressions for borland compiler, projects wanting this ↵Bill Hoffman2006-02-151-2/+2
| | | | should use -w-, the default warning level is used for all other compilers. Used to be -w- -whid -waus -wpar
* ENH: do not allow mingw makefiles to generate if sh.exe is in the path, also ↵Bill Hoffman2006-02-151-1/+7
| | | | do not write CMakeCache.txt if there is a fatal error.
* ENH: Added CMAKE_REQUIRED_DEFINITIONS and CMAKE_REQUIRED_INCLUDES to the ↵Brad King2006-02-141-1/+17
| | | | interface.
* ENH: Better handling of executables on windowsAndy Cedilnik2006-02-141-2/+4
|
* ENH: fix try compile for MFCBill Hoffman2006-02-141-2/+12
|
* ENH: Improved support for icons, random directories, etc...Andy Cedilnik2006-02-141-1/+0
|
* BUG: Fix CMAKE_REQUIRED_LIBRARIES stuff in this moduleAndy Cedilnik2006-02-101-2/+0
|
* ENH: Made Check* modules more consistent and well documented. Added ↵Brad King2006-02-109-29/+101
| | | | CMAKE_REQUIRED_DEFINITIONS option.
* ENH: Put libpng name back because it is needed for plain windows.Brad King2006-02-091-1/+1
|
* ENH: Removing platform-specific name hacks now that FIND_LIBRARY handles it.Brad King2006-02-094-14/+2
|