| Commit message (Expand) | Author | Age | Files | Lines |
* | ENH: big change that includes immediate subdir support, removing the notion o... | Ken Martin | 2005-03-18 | 1 | -17/+9 |
|
|
* | BUG: Need to collapse full paths before depending on them to remove ./ and ..... | Brad King | 2005-03-17 | 1 | -1/+1 |
|
|
* | ENH: add support for out of source source | Ken Martin | 2005-03-14 | 1 | -11/+17 |
|
|
* | BUG: Removing jump-and-build ordering change until we can prevent extra jumps... | Brad King | 2005-03-08 | 1 | -20/+4 |
|
|
* | ENH: Removing ... ellipsis from end of echo lines. It is just clutter. | Brad King | 2005-03-08 | 1 | -7/+0 |
|
|
* | ENH: Adding extra dependencies to jump-and-build rules that force a single or... | Brad King | 2005-03-08 | 1 | -4/+20 |
|
|
* | ENH: Removed "Checking build system in ..." message. It is always paired wit... | Brad King | 2005-03-08 | 1 | -4/+0 |
|
|
* | ENH: Added option CMAKE_SKIP_RULE_DEPENDENCY to skip making build rules depen... | Brad King | 2005-03-08 | 1 | -6/+21 |
|
|
* | BUG: Only add leading ./ to custom command executable if the command is reall... | Brad King | 2005-03-08 | 1 | -1/+2 |
|
|
* | BUG: When a custom command's executable is in the current directory the relat... | Brad King | 2005-03-08 | 1 | -1/+7 |
|
|
* | BUG: Pay attention to ForceUnixPaths setting in cmSystemTools for ConvertToQu... | Brad King | 2005-03-02 | 1 | -14/+36 |
|
|
* | BUG: SGI make can support suffixes only up to 32 characters. Renaming .hpux_... | Brad King | 2005-03-02 | 1 | -1/+2 |
|
|
* | ENH: Framework for java dependency scanner. Right now it does nothing but al... | Brad King | 2005-03-01 | 1 | -0/+10 |
|
|
* | ENH: Replaced OutputEcho/pre-echo/post-echo with AppendEcho. This allows for... | Brad King | 2005-02-25 | 1 | -116/+151 |
|
|
* | ENH: Adding inclusion of pre-build and pre-link commands when building execut... | Brad King | 2005-02-25 | 1 | -4/+6 |
|
|
* | BUG: ConvertToQuotedOutputPath must replace slashes in root component on wind... | Brad King | 2005-02-25 | 1 | -0/+12 |
|
|
* | ENH: Added ConvertToQuotedOutputPath method and used it to properly generate ... | Brad King | 2005-02-25 | 1 | -3/+50 |
|
|
* | BUG: The path to the source file in a compile line should be made relative on... | Brad King | 2005-02-24 | 1 | -5/+1 |
|
|
* | ENH: Merged implementations of ConvertToRelative*Path methods. The main Conv... | Brad King | 2005-02-24 | 1 | -146/+1 |
|
|
* | BUG: Using a better technique to produce the rule file name for a custom comm... | Brad King | 2005-02-24 | 1 | -31/+12 |
|
|
* | BUG: Do not crash when the link language for a target is not known. | Brad King | 2005-02-24 | 1 | -0/+8 |
|
|
* | ENH: Updated implementation of custom commands. Multiple command lines are n... | Brad King | 2005-02-22 | 1 | -17/+23 |
|
|
* | ENH: Avoid generating duplicate rules for an object file. A warning about du... | Brad King | 2005-02-17 | 1 | -6/+17 |
|
|
* | ENH: Added generation of test target to run ctest. | Brad King | 2005-02-17 | 1 | -0/+34 |
|
|
* | ENH: Split cmLocalUnixMakefileGenerator2 away from cmLocalUnixMakefileGenerat... | Brad King | 2005-02-10 | 1 | -19/+342 |
|
|
* | ENH: Added SystemTools::SplitPath method to split any file path into its basi... | Brad King | 2005-02-10 | 1 | -65/+5 |
|
|
* | ENH: Adding cleaning of custom command outputs during "make clean". | Brad King | 2005-02-09 | 1 | -30/+54 |
|
|
* | ENH: Moved reference from local driver targets (like build.local) into indivi... | Brad King | 2005-02-09 | 1 | -34/+90 |
|
|
* | COMP: Removed useless expression warning. | Brad King | 2005-02-07 | 1 | -1/+0 |
|
|
* | ENH: Implemented support for include/complain regular expressions for depende... | Brad King | 2005-02-07 | 1 | -7/+28 |
|
|
* | ENH: Added generation of CMakeDirectoryInformation.cmake file in each directo... | Brad King | 2005-02-07 | 1 | -19/+113 |
|
|
* | ENH: Implemented external object feature. | Brad King | 2005-02-04 | 1 | -32/+89 |
|
|
* | ENH: move AddFlags stuff up to LocalGenerator from LocalUnix generator | Bill Hoffman | 2005-02-02 | 1 | -69/+0 |
|
|
* | COMP: Removed shadowed variable warning. | Brad King | 2005-01-29 | 1 | -6/+7 |
|
|
* | ENH: Implemented full per-object test for whether provides-requires mode is n... | Brad King | 2005-01-28 | 1 | -83/+115 |
|
|
* | ENH: Added hook into Fortran dependency scanner. | Brad King | 2005-01-26 | 1 | -1/+21 |
|
|
* | ENH: Removed unquoted version of OBJECTS make variable. Quoted seems to work... | Brad King | 2005-01-19 | 1 | -32/+16 |
|
|
* | ENH: Split dependency scanning and checking into separate cmDepends superclas... | Brad King | 2005-01-18 | 1 | -315/+101 |
|
|
* | STYLE: Added TODO comment for another missing feature (external object files). | Brad King | 2005-01-18 | 1 | -0/+1 |
|
|
* | ENH: Adding partial implementation of provides-requires mode. | Brad King | 2005-01-17 | 1 | -6/+67 |
|
|
* | BUG: Fix for relative path conversion when path is a subset of relative path ... | Brad King | 2005-01-17 | 1 | -2/+4 |
|
|
* | ENH: Added install target implementation. Also added missing include of asse... | Brad King | 2005-01-04 | 1 | -6/+28 |
|
|
* | ENH: Added relative path support (mostly done). Many paths are written relat... | Brad King | 2005-01-04 | 1 | -66/+291 |
|
|
* | BUG: Support for custom command outputs in subdirectories of current build tr... | Brad King | 2004-12-09 | 1 | -0/+2 |
|
|
* | BUG: AppendAnyDepend must handle non-existing files. | Brad King | 2004-12-09 | 1 | -8/+4 |
|
|
* | ENH: Added post-build rules to executables and libraries. Generalized Append... | Brad King | 2004-12-09 | 1 | -73/+121 |
|
|
* | ENH: Implemented utility targets. This involved pulling part of the custom c... | Brad King | 2004-12-09 | 1 | -55/+123 |
|
|
* | ENH: Moved custom command rule files into special CMakeCustomCommands.dir sub... | Brad King | 2004-11-19 | 1 | -2/+8 |
|
|
* | ENH: Unified WriteDependRules, WriteBuildRules, WriteCleanRules, and the futu... | Brad King | 2004-11-19 | 1 | -191/+143 |
|
|
* | ENH: Added partial clean target support. | Brad King | 2004-11-05 | 1 | -37/+141 |
|
|