summaryrefslogtreecommitdiffstats
path: root/Modules
Commit message (Collapse)AuthorAgeFilesLines
* 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
|
* ENH: Added platform settings CMAKE_FIND_LIBRARY_PREFIXES and ↵Brad King2006-02-097-0/+18
| | | | CMAKE_FIND_LIBRARY_SUFFIXES to allow customized searching for libraries.
* ENH: Pay attention to CMAKE_REQUIRED_INCLUDES.Brad King2006-02-091-0/+9
|
* BUG: Need Windows-g++.cmake module to support C++-only projects on Windows.Brad King2006-02-091-0/+1
|
* BUG: Need to duplicate some information from CMakeCCompiler to support ↵Brad King2006-02-091-2/+17
| | | | C++-only projects.
* ENH: Patch from Alexander Neundorf to improve behavior.Brad King2006-02-093-1/+16
|
* ENH: Added names for gnuwin32 library versions.Brad King2006-02-094-14/+30
|
* ENH: add working directory supportBill Hoffman2006-02-081-0/+11
|
* BUG: Fixed qt version message. Submitted by Tanner Lovelace.Brad King2006-02-081-1/+1
|
* ENH: Adding definition of MSVC when it is the compiler.Brad King2006-02-071-0/+1
|
* BUG: CMAKE_INSTALL_PREFIX must always have forward slashes.Brad King2006-02-031-0/+4
|
* BUG: Removed odbc32.lib and odbccp32.lib from standard libraries on VS 8 ↵Brad King2006-02-031-2/+2
| | | | because VC++ Express 2005 does not have them. They are SQL database access libraries and should not be needed for every application. User code can always explicitly link the library. Also replacing deprecated /GZ option with /RTC1 for VS 8. This addresses bug#2795.
* ENH: Added optional component list to the REQUIRED option of the ↵Brad King2006-01-271-0/+18
| | | | FIND_PACKAGE command. This addresses bug#2771.
* ENH: change to fatal errorBill Hoffman2006-01-252-4/+4
|
* ENH: fix more than one argument passed in to compilers via environmentBill Hoffman2006-01-257-7/+7
|
* ENH: fix bug, write the correct fileAndy Cedilnik2006-01-241-1/+1
|
* ENH: add kFreeBSD supportBill Hoffman2006-01-231-0/+9
|
* ENH: fix check type sizeBill Hoffman2006-01-231-0/+1
|
* ENH: add support for watcom wmake and wcl386Bill Hoffman2006-01-176-6/+102
|
* ENH: correct standard librariesBill Hoffman2006-01-171-0/+2
|
* ENH: fix checktypesizeBill Hoffman2006-01-132-2/+4
|
* ENH: move define into configured file and do not use the command lineBill Hoffman2006-01-132-4/+3
|
* ENH: put CmakeTmp into CMakeFilesKen Martin2006-01-1212-34/+34
|
* ENH: contribution from Jan WoetzelBill Hoffman2006-01-121-191/+469
|
* ENH: Some improvements: specify link, copy msvc libraries, fix install directoryAndy Cedilnik2006-01-112-2/+30
|
* ENH: Use specified output file name, also detect errors during installAndy Cedilnik2006-01-091-1/+1
|
* ENH: CleanupAndy Cedilnik2006-01-091-3/+5
|
* BUG: Allow spaces in pathAndy Cedilnik2006-01-091-1/+1
|
* ENH: add qt quiet stuffBill Hoffman2006-01-092-7/+16
|
* ENH: Fix test for cpack variables, add support for icon on windowsAndy Cedilnik2006-01-091-2/+2
|
* ENH: More CPack stuff and fix zlib compressionAndy Cedilnik2006-01-043-13/+61
|
* ENH: add exe stuff for cygwinBill Hoffman2006-01-032-0/+2
|
* BUG: fix for bug 2322, use CMAKE_EXECUTABLE_SUFFIX variable for exe suffixBill Hoffman2006-01-024-0/+4
|
* ENH: Merge from CPack branchAndy Cedilnik2006-01-023-0/+486
|
* ENH: fix borland make clean targets before build, add new generators for ↵Bill Hoffman2005-12-223-1/+5
| | | | msys and mingw
* ENH: remove duplicatesBill Hoffman2005-12-201-2/+2
|
* ENH: cleanupsKen Martin2005-12-1535-140/+132
|