Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | ENH: Add initial implementation of the list command | Andy Cedilnik | 2006-02-10 | 3 | -0/+460 |
| | |||||
* | ENH: Added INSTALL command as a placeholder for a future generic install ↵ | Brad King | 2006-02-10 | 5 | -1/+154 |
| | | | | specification interface. Currently it supports only a SCRIPT option specifying a script to run during the install stage. | ||||
* | ENH: fix for bug 28618, cmake.exe can not find itself | Bill Hoffman | 2006-02-10 | 1 | -1/+4 |
| | |||||
* | ENH: Remove extra windows newline characters from process output. ↵ | Brad King | 2006-02-10 | 1 | -11/+27 |
| | | | | Centralized text fix processing. | ||||
* | ENH: Mention relationship of EXECUTE_PROCESS and EXEC_PROGRAM. | Brad King | 2006-02-10 | 2 | -2/+7 |
| | |||||
* | BUG: Fixed echo command to not print trailing space. | Brad King | 2006-02-10 | 1 | -1/+3 |
| | |||||
* | ENH: fix bug for single char libraries | Bill Hoffman | 2006-02-10 | 1 | -5/+5 |
| | |||||
* | STYLE: Nightly Version update | Andy Cedilnik | 2006-02-10 | 1 | -1/+1 |
| | |||||
* | ENH: bug fix for 2829 better flags for idl tool | Bill Hoffman | 2006-02-10 | 1 | -1/+16 |
| | |||||
* | COMP: Removed unused variables. | Brad King | 2006-02-10 | 1 | -2/+0 |
| | |||||
* | BUG: Need to include empty arguments when parsing prefix/suffix lists for ↵ | Brad King | 2006-02-10 | 1 | -2/+2 |
| | | | | FindLibrary. | ||||
* | ENH: Adding option to return empty arguments when expanding a list. | Brad King | 2006-02-10 | 2 | -5/+7 |
| | |||||
* | BUG: Fixed generation of cmake re-run rules. | Brad King | 2006-02-09 | 4 | -23/+25 |
| | |||||
* | BUG: Deal with case insensitivity on windows linker paths. Also fixed ↵ | Brad King | 2006-02-09 | 2 | -5/+16 |
| | | | | spelling typo. | ||||
* | ENH: Added platform settings CMAKE_FIND_LIBRARY_PREFIXES and ↵ | Brad King | 2006-02-09 | 1 | -24/+26 |
| | | | | CMAKE_FIND_LIBRARY_SUFFIXES to allow customized searching for libraries. | ||||
* | STYLE: Nightly Version update | Andy Cedilnik | 2006-02-09 | 1 | -1/+1 |
| | |||||
* | ENH: fix broken tests | Bill Hoffman | 2006-02-08 | 3 | -3/+2 |
| | |||||
* | ENH: working directory working for XCode | Bill Hoffman | 2006-02-08 | 2 | -6/+15 |
| | |||||
* | ENH: Enabled new WORKING_DIRECTORY option to ADD_CUSTOM_COMMAND and ↵ | Brad King | 2006-02-08 | 2 | -9/+7 |
| | | | | ADD_CUSTOM_TARGET on VS 6 generator. | ||||
* | ENH: add working directory support | Bill Hoffman | 2006-02-08 | 25 | -48/+165 |
| | |||||
* | ENH: Added option BUILD_CursesDialog if curses is found. This allows people ↵ | Brad King | 2006-02-08 | 1 | -6/+3 |
| | | | | to disable building the dialog even when curses is found. | ||||
* | COMP: Fix problem with STL on HP, and fix reusing the same variable in for loops | Andy Cedilnik | 2006-02-08 | 2 | -22/+22 |
| | |||||
* | STYLE: Nightly Version update | Andy Cedilnik | 2006-02-08 | 1 | -1/+1 |
| | |||||
* | BUG: Fixed finding of MinGW libraries with a windows build of CMake. | Brad King | 2006-02-07 | 1 | -6/+63 |
| | |||||
* | ENH: Add missing help for -C option | Andy Cedilnik | 2006-02-07 | 1 | -0/+3 |
| | |||||
* | COMP: Fix compile problem on windows and mac | Andy Cedilnik | 2006-02-07 | 1 | -2/+2 |
| | |||||
* | COMP: Fix build problem | Andy Cedilnik | 2006-02-07 | 1 | -2/+2 |
| | |||||
* | ENH: Move relative path to kwsys | Andy Cedilnik | 2006-02-07 | 4 | -98/+123 |
| | |||||
* | ENH: Added kwsys::String class to shorten debugging symbols and error ↵ | Brad King | 2006-02-07 | 3 | -21/+62 |
| | | | | messages involving std::string. | ||||
* | ENH: Add some doc for visible class | Mathieu Malaterre | 2006-02-07 | 1 | -0/+4 |
| | |||||
* | ENH: Since list file cache does not make much sense any more (because of ↵ | Andy Cedilnik | 2006-02-07 | 10 | -138/+13 |
| | | | | proper list file parsing), and it actually adds unnecessary complications and make ctest scripting not work, take it out | ||||
* | STYLE: Nightly Version update | Andy Cedilnik | 2006-02-07 | 1 | -1/+1 |
| | |||||
* | ENH: allow for - in the name of targets for nmake | Bill Hoffman | 2006-02-06 | 1 | -1/+3 |
| | |||||
* | STYLE: Nightly Version update | Andy Cedilnik | 2006-02-06 | 1 | -1/+1 |
| | |||||
* | STYLE: Nightly Version update | Andy Cedilnik | 2006-02-05 | 1 | -1/+1 |
| | |||||
* | STYLE: Nightly Version update | Andy Cedilnik | 2006-02-04 | 1 | -1/+1 |
| | |||||
* | ENH: Adding new EXECUTE_PROCESS command that interfaces to KWSys Process ↵ | Brad King | 2006-02-03 | 3 | -0/+450 |
| | | | | Execution. | ||||
* | COMP: Added missing method decl to header. | Brad King | 2006-02-03 | 1 | -0/+3 |
| | |||||
* | BUG: Fixed cmTarget::GetFullPath to not append the configuration name when ↵ | Brad King | 2006-02-03 | 8 | -9/+61 |
| | | | | only one configuration is built. It now asks the generator what subdirectory if any to use for a given configuration name. | ||||
* | STYLE: Nightly Version update | Andy Cedilnik | 2006-02-03 | 1 | -1/+1 |
| | |||||
* | COMP: Fixed build on VC++ Express 2005. Explicitly testing for MFC to ↵ | Brad King | 2006-02-03 | 1 | -2/+2 |
| | | | | determine whether to build the MFCDialog. | ||||
* | STYLE: Nightly Version update | Andy Cedilnik | 2006-02-02 | 1 | -1/+1 |
| | |||||
* | STYLE: Nightly Version update | Andy Cedilnik | 2006-02-01 | 1 | -1/+1 |
| | |||||
* | ENH: Enabled build of VS 7 and 8 generators for MinGW. | Brad King | 2006-02-01 | 2 | -32/+28 |
| | |||||
* | ENH: Enabled bootstrapping with MinGW from an MSYS prompt. | Brad King | 2006-01-31 | 1 | -7/+15 |
| | |||||
* | BUG: ABSOLUTE option should evaluate relative paths with respect to ↵ | Brad King | 2006-01-31 | 1 | -0/+14 |
| | | | | CMAKE_CURRENT_SOURCE_DIR. This addresses bug#2797. | ||||
* | STYLE: Nightly Version update | Andy Cedilnik | 2006-01-31 | 1 | -1/+1 |
| | |||||
* | ENH: more cleanup and removal of old code | Ken Martin | 2006-01-30 | 2 | -101/+9 |
| | |||||
* | ENH: cleanup and remove some old code | Ken Martin | 2006-01-30 | 2 | -62/+15 |
| | |||||
* | STYLE: Nightly Version update | Andy Cedilnik | 2006-01-30 | 1 | -1/+1 |
| |