summaryrefslogtreecommitdiffstats
path: root/Modules
Commit message (Collapse)AuthorAgeFilesLines
* 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
|
* ENH: some style fixes for the bookKen Martin2005-12-1524-80/+89
|
* ENH: fix module documenation to handle bad docs and fix qt3 docsBill Hoffman2005-12-151-11/+12
|
* ENH: add documentation support for modulesBill Hoffman2005-12-14113-761/+737
|
* ENH: fix problem with building vtk 4.4.2Bill Hoffman2005-11-281-0/+6
|
* BUG: fix for bug 2488Bill Hoffman2005-11-221-0/+2
|
* ENH: more compiler flagsBill Hoffman2005-11-222-0/+24
|
* BUG: QT_DEFINITIONS should not be quoted. This addresses bug#2481.Brad King2005-11-221-2/+2
|
* ENH: set java compiler worksBill Hoffman2005-11-221-0/+1
|
* BUG: Fixed flag-to-vcproj-attribute conversion code to work again (it was ↵Brad King2005-11-183-16/+31
| | | | broken by the optimization changes). Added conversion of /nologo flag to SuppressStartupBanner attribute and /Gy flag to EnableFunctionLevelLinking attribute.
* BUG: fix SIZEOF VOIDP problemBill Hoffman2005-11-142-1/+9
|