Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | ENH: Added IMPLICIT_DEPENDS option to ADD_CUSTOM_COMMAND. It currently ↵ | Brad King | 2007-09-17 | 1 | -0/+20 |
| | | | | works only for Makefile generators. It allows a custom command to have implicit dependencies in the form of C or CXX sources. | ||||
* | ENH: Removed "Used" mark from custom commands. It is no longer needed or ↵ | Brad King | 2007-05-28 | 1 | -3/+0 |
| | | | | checked by any generators. | ||||
* | ENH: Added APPEND option to ADD_CUSTOM_COMMAND to allow extra dependencies ↵ | Brad King | 2006-10-04 | 1 | -0/+20 |
| | | | | to be connected later. This is useful to create one rule and then have a macro add things to it later. This addresses bug#2151. | ||||
* | BUG: Fix/cleanup custom commands and custom targets. Make empty comment ↵ | Brad King | 2006-09-28 | 1 | -3/+9 |
| | | | | strings work. Fix ZERO_CHECK target always out of date for debugging. Fix Makefile driving of custom commands in a custom target. Fix dependencies on custom targets not in ALL in VS generators. | ||||
* | COMP: Fix init order. | Brad King | 2006-09-27 | 1 | -2/+2 |
| | |||||
* | BUG: The copy constructor should copy the escape settings. | Brad King | 2006-09-27 | 1 | -3/+3 |
| | |||||
* | ENH: Re-implemented command line argument shell quoting to support several ↵ | Brad King | 2006-09-27 | 1 | -0/+30 |
| | | | | platforms with one code base. | ||||
* | ENH: Added support for multiple outputs generated by a single custom ↵ | Brad King | 2006-04-11 | 1 | -5/+5 |
| | | | | command. For Visual Studio generators the native tool provides support. For Xcode and Makefile generators a simple trick is used. The first output is considered primary and has the build rule attached. Other outputs simply depend on the first output with no build rule. During cmake_check_build_system CMake detects when a secondary output is missing and removes the primary output to make sure all outputs are regenerated. This approach always builds the custom command at the right time and only once even during parallel builds. | ||||
* | STYLE: some m_ to this-> cleanup | Ken Martin | 2006-03-15 | 1 | -20/+20 |
| | |||||
* | STYLE: Fix some style issues | Andy Cedilnik | 2006-03-10 | 1 | -1/+2 |
| | |||||
* | ENH: add working directory support | Bill Hoffman | 2006-02-08 | 1 | -3/+15 |
| | |||||
* | ENH: for all custom commands that can not be given to a target, add them to ↵ | Bill Hoffman | 2006-01-09 | 1 | -0/+3 |
| | | | | all targets in the current makefile | ||||
* | ENH: always write out all custom commands | Ken Martin | 2005-07-28 | 1 | -3/+0 |
| | |||||
* | ENH: add test to make sure custom commands are used | Ken Martin | 2005-06-21 | 1 | -0/+3 |
| | |||||
* | ENH: Updated implementation of custom commands. Multiple command lines are ↵ | Brad King | 2005-02-22 | 1 | -50/+35 |
| | | | | now supported effectively allowing entire scripts to be written. Also removed extra variable expansions and cleaned up passing of commands through to the generators. The command and individual arguments are now kept separate all the way until the generator writes them out. This cleans up alot of escaping issues. | ||||
* | ENH: allow duplicate commands with the same output to be reduced ↵ | Bill Hoffman | 2003-06-04 | 1 | -0/+15 |
| | | | | automatically to one command | ||||
* | warning fixes | Ken Martin | 2003-06-03 | 1 | -2/+2 |
| | |||||
* | yikes added new custom command support | Ken Martin | 2003-06-03 | 1 | -14/+15 |
| | |||||
* | Add comment support, so that you can see in build process what the custom ↵ | Andy Cedilnik | 2002-12-10 | 1 | -0/+1 |
| | | | | command does | ||||
* | ENH: Added reference to Copyright.txt. Removed old reference to ITK ↵ | Brad King | 2002-10-23 | 1 | -3/+3 |
| | | | | copyright. Changed program name to CMake instead of Insight in source file header. Also removed tabs. | ||||
* | ENH:Updated copyright | Will Schroeder | 2002-01-21 | 1 | -29/+5 |
| | |||||
* | ENH: separate command from its arguments in the custom command. This allows ↵ | Bill Hoffman | 2001-09-04 | 1 | -0/+4 |
| | | | | the generator on windows to change the slashes for just the command | ||||
* | ENH:New copyright | Will Schroeder | 2001-04-27 | 1 | -3/+28 |
| | |||||
* | major changes to support multiple libraries and source lists | Ken Martin | 2001-04-11 | 1 | -0/+60 |