Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | ENH: add framework for unified handling of arguments to cmake commands, | Alexander Neundorf | 2007-07-02 | 1 | -0/+1 |
| | | | | | | example see cmExportCommand.cxx Alex | ||||
* | COMP: fix bootstrapping | Alexander Neundorf | 2007-06-26 | 1 | -0/+4 |
| | | | | Alex | ||||
* | ENH: add SetProperties into bootstrap | Ken Martin | 2007-06-26 | 1 | -0/+2 |
| | |||||
* | ENH: add cmExternalMakefileProjectGenerator, which should make it easier to | Alexander Neundorf | 2007-06-08 | 1 | -0/+1 |
| | | | | | | | | | write generators for IDE projects, which use already existing makefiles (current the kdevelop generator) -first stept of the export interface, iniitial export() command -more replacements for the FIND_XXX docs Alex | ||||
* | BUG: fix Bootstrap test | Alexander Neundorf | 2007-06-07 | 1 | -0/+2 |
| | | | | Alex | ||||
* | ENH: make the compiler id detection work, even if the output file name of | Alexander Neundorf | 2007-05-25 | 1 | -1/+2 |
| | | | | | | | the compiler is completely unknown and even if it produces intel hex or motorola s-record files, with test Alex | ||||
* | ENH: add two simple tests for TRY_RUN() | Alexander Neundorf | 2007-05-24 | 1 | -0/+1 |
| | | | | | | | | STYLE: create a new base class cmCoreTryCompile, from which cmTryCompileCommand and cmTryRunCommand are derived, so there are no public static functions with lots of arguments anymore Alex | ||||
* | COMP: Need CMake 2.4 or a bootstrap cmake that has ADD_SUBDIRECTORY to build. | Brad King | 2007-05-13 | 1 | -0/+2 |
| | |||||
* | BUG: cmCreateTestSourceList command is needed at boostrap time because KWSys ↵ | Brad King | 2007-03-03 | 1 | -0/+2 |
| | | | | now uses test drivers. | ||||
* | BUG: Need ADD_DEPENDENCIES command for MinGW bootstrap since kwsys uses the ↵ | Brad King | 2006-04-19 | 1 | -0/+2 |
| | | | | Win32 implementation of process execution. | ||||
* | COMP: Fix apple bootstrap issues | Andy Cedilnik | 2006-03-22 | 1 | -0/+2 |
| | |||||
* | ENH: Cleanup bootstrap even more | Andy Cedilnik | 2006-03-22 | 1 | -24/+0 |
| | |||||
* | ENH: check in new find stuff | Bill Hoffman | 2006-03-02 | 1 | -0/+1 |
| | |||||
* | ENH: Several packaging issues. Allow random variables to be passed to cpack ↵ | Andy Cedilnik | 2006-02-27 | 1 | -0/+2 |
| | | | | (anything starting with CPACK_, add preinstall to the list of dependencies for package, fix typos | ||||
* | ENH: the test for kwsys uses GET_TARGET_PROPERTY, which was not in the CMake ↵ | Sebastien Barre | 2005-10-04 | 1 | -0/+2 |
| | | | | bootstrap | ||||
* | ENH: big change that includes immediate subdir support, removing the notion ↵ | Ken Martin | 2005-03-18 | 1 | -0/+2 |
| | | | | of inherited commands, makefiles no longer read in the parent makefiles but instead inherit thier parent makefiles current settings | ||||
* | ENH: split up cmCommands into two files | Bill Hoffman | 2005-01-21 | 1 | -0/+131 |