Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | ENH: make LOCATION an computed property of the target and get rid of a bunch ↵ | Ken Martin | 2005-06-22 | 1 | -6/+4 |
| | | | | of const junk | ||||
* | COMP: Converting INSTALL->ALL_BUILD dependency implementation to use the ↵ | Brad King | 2005-04-29 | 1 | -24/+4 |
| | | | | AddUtility method on a target. This significantly simplifies the implementation and removes warnings about hiding virtual functions. | ||||
* | ENH: Added dependency from INSTALL target to ALL_BUILD target so that ↵ | Brad King | 2005-04-28 | 1 | -11/+33 |
| | | | | targets build before being installed. | ||||
* | BUG: fix for bug 1702, better error message for GUID missing | Bill Hoffman | 2005-04-05 | 1 | -2/+11 |
| | |||||
* | ENH: add support for out of source source | Ken Martin | 2005-03-14 | 1 | -5/+5 |
| | |||||
* | ENH: Updated implementation of custom commands. Multiple command lines are ↵ | Brad King | 2005-02-22 | 1 | -7/+6 |
| | | | | 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. | ||||
* | BUG: fix external project command for VS 7 and 71 | Bill Hoffman | 2004-09-15 | 1 | -0/+40 |
| | |||||
* | ENH: clean up of INCLUDE_EXTERNAL_MSPROJECT contributed by Clinton Stimpson | Bill Hoffman | 2004-09-15 | 1 | -11/+15 |
| | |||||
* | bug fixes for external projects | Bill Hoffman | 2004-09-14 | 1 | -4/+15 |
| | |||||
* | BUG: fix include external project bug | Bill Hoffman | 2004-09-14 | 1 | -1/+0 |
| | |||||
* | fix include order because of GetCurrentDirectory define and windows.h problem | Bill Hoffman | 2004-06-15 | 1 | -2/+2 |
| | |||||
* | BUG: fix sub project path problem | Bill Hoffman | 2004-06-14 | 1 | -1/+2 |
| | |||||
* | BUG: fix for 871, include external should work for 7.1 and 7.0 | Bill Hoffman | 2004-06-01 | 1 | -3/+3 |
| | |||||
* | BUG: make sure global generate is done when cmakelist file chagnes, also ↵ | Bill Hoffman | 2004-05-20 | 1 | -6/+6 |
| | | | | make sure guids are stored in the cache so the .sln file does not change every time | ||||
* | ERR: Fix install on VS71 | Andy Cedilnik | 2004-04-21 | 1 | -3/+14 |
| | |||||
* | ENH: update vs71 generator to support excluded subdirs | Bill Hoffman | 2004-03-10 | 1 | -1/+6 |
| | |||||
* | BUG: Fix Bug #445 - Same library in multiple projects can cause problems | Andy Cedilnik | 2003-12-18 | 1 | -1/+1 |
| | |||||
* | ENH: fix some warnings | Bill Hoffman | 2003-11-26 | 1 | -15/+45 |
| | |||||
* | ENH: Registered global generators are now kept in a table in the cmake ↵ | Brad King | 2003-07-08 | 1 | -1/+7 |
| | | | | instance. Added support for documentation with a Generators section. | ||||
* | yikes added new custom command support | Ken Martin | 2003-06-03 | 1 | -2/+3 |
| | |||||
* | Remove some borland 6 warnings | Bill Hoffman | 2003-05-28 | 1 | -2/+0 |
| | |||||
* | add support for vs 71 | Bill Hoffman | 2003-05-08 | 1 | -0/+286 |