summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* ENH: fix bug for single char librariesBill Hoffman2006-02-101-5/+5
|
* BUG: Fix CMAKE_REQUIRED_LIBRARIES stuff in this moduleAndy Cedilnik2006-02-101-2/+0
|
* STYLE: Nightly Version updateAndy Cedilnik2006-02-101-1/+1
|
* ENH: bug fix for 2829 better flags for idl toolBill Hoffman2006-02-101-1/+16
|
* COMP: Removed unused variables.Brad King2006-02-101-2/+0
|
* ENH: Updated patch level to 2 for special KDE release.Brad King2006-02-101-1/+1
|
* ENH: Made Check* modules more consistent and well documented. Added ↵Brad King2006-02-109-29/+101
| | | | CMAKE_REQUIRED_DEFINITIONS option.
* BUG: Need to include empty arguments when parsing prefix/suffix lists for ↵Brad King2006-02-101-2/+2
| | | | FindLibrary.
* ENH: Adding option to return empty arguments when expanding a list.Brad King2006-02-102-5/+7
|
* BUG: Fixed generation of cmake re-run rules.Brad King2006-02-094-23/+25
|
* BUG: Avoid case problems on windows.Brad King2006-02-093-0/+27
|
* BUG: Deal with case insensitivity on windows linker paths. Also fixed ↵Brad King2006-02-092-5/+16
| | | | spelling typo.
* 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-098-24/+44
| | | | 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
|
* COMP: Last (?) fix for dashboard warning.David Cole2006-02-091-1/+0
|
* STYLE: Nightly Version updateAndy Cedilnik2006-02-091-1/+1
|
* ENH: fix broken testsBill Hoffman2006-02-083-3/+2
|
* ENH: working directory working for XCodeBill Hoffman2006-02-082-6/+15
|
* ENH: Enabled new WORKING_DIRECTORY option to ADD_CUSTOM_COMMAND and ↵Brad King2006-02-082-9/+7
| | | | ADD_CUSTOM_TARGET on VS 6 generator.
* ENH: add test for working directory of custom command and targetBill Hoffman2006-02-083-0/+35
|
* ENH: add working directory supportBill Hoffman2006-02-0826-48/+176
|
* ENH: Added option BUILD_CursesDialog if curses is found. This allows people ↵Brad King2006-02-083-30/+32
| | | | to disable building the dialog even when curses is found.
* BUG: Fixed qt version message. Submitted by Tanner Lovelace.Brad King2006-02-081-1/+1
|
* COMP: Fix problem with STL on HP, and fix reusing the same variable in for loopsAndy Cedilnik2006-02-082-22/+22
|
* STYLE: Nightly Version updateAndy Cedilnik2006-02-081-1/+1
|
* ENH: Adding definition of MSVC when it is the compiler.Brad King2006-02-071-0/+1
|
* BUG: Fixed finding of MinGW libraries with a windows build of CMake.Brad King2006-02-071-6/+63
|
* ENH: Add missing help for -C optionAndy Cedilnik2006-02-071-0/+3
|
* COMP: Fix compile problem on windows and macAndy Cedilnik2006-02-071-2/+2
|
* COMP: Fix build problemAndy Cedilnik2006-02-071-2/+2
|
* ENH: Move relative path to kwsysAndy Cedilnik2006-02-074-98/+123
|
* ENH: Added kwsys::String class to shorten debugging symbols and error ↵Brad King2006-02-074-21/+63
| | | | messages involving std::string.
* ENH: Add some doc for visible classMathieu Malaterre2006-02-071-0/+4
|
* ENH: Since list file cache does not make much sense any more (because of ↵Andy Cedilnik2006-02-0710-138/+13
| | | | proper list file parsing), and it actually adds unnecessary complications and make ctest scripting not work, take it out
* COMP: Fix next round of dashboard warnings.David Cole2006-02-071-3/+0
|
* STYLE: Nightly Version updateAndy Cedilnik2006-02-071-1/+1
|
* ENH: allow for - in the name of targets for nmakeBill Hoffman2006-02-061-1/+3
|
* COMP: Fix CMake dashboard warnings related to previous revisions.David Cole2006-02-063-4/+7
|
* STYLE: Nightly Version updateAndy Cedilnik2006-02-061-1/+1
|
* STYLE: Nightly Version updateAndy Cedilnik2006-02-051-1/+1
|
* STYLE: Nightly Version updateAndy Cedilnik2006-02-041-1/+1
|
* ENH: Incremented patch version for special KDE release.Brad King2006-02-031-1/+1
|
* ENH: Added test for new EXECUTE_PROCESS command.Brad King2006-02-033-0/+69
|
* ENH: Adding new EXECUTE_PROCESS command that interfaces to KWSys Process ↵Brad King2006-02-031-2/+3
| | | | Execution.