Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | BUG: Fixed references to projects outside the build tree and in other ↵ | Brad King | 2006-10-10 | 1 | -4/+3 | |
| | | | | locations with spaces in the path. This is needed for out-of-source/out-of-binary subdirectories in the build. | |||||
* | BUG: Fix/cleanup custom commands and custom targets. Make empty comment ↵ | Brad King | 2006-09-28 | 1 | -10/+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. | |||||
* | STYLE: fix line length | Ken Martin | 2006-05-11 | 1 | -31/+37 | |
| | ||||||
* | BUG: MSVC* variables should be set in IDE generators instead of just NMake. | Brad King | 2006-05-06 | 1 | -1/+4 | |
| | ||||||
* | STYLE: some m_ to this-> cleanup | Ken Martin | 2006-03-15 | 1 | -9/+9 | |
| | ||||||
* | COMP: Even more global target fixes | Andy Cedilnik | 2006-02-24 | 1 | -1/+1 | |
| | ||||||
* | BUG: More fixing of support for global target son visual studio | Andy Cedilnik | 2006-02-24 | 1 | -1/+2 | |
| | ||||||
* | COMP: Handle preinstall properly on IDEs | Andy Cedilnik | 2006-02-24 | 1 | -12/+0 | |
| | ||||||
* | COMP: Fix for preinstall | Andy Cedilnik | 2006-02-24 | 1 | -0/+12 | |
| | ||||||
* | COMP: Even more Visual Studio fixes. Why is this code duplicated? | Andy Cedilnik | 2006-02-23 | 1 | -0/+36 | |
| | ||||||
* | BUG: Fixed generation of VS8 solution file to not be re-written when loaded ↵ | Brad King | 2006-02-14 | 1 | -10/+30 | |
| | | | | by VS and to work with msbuild. | |||||
* | BUG: Sweeping changes to cleanup computation of target names. This should | Brad King | 2006-01-13 | 1 | -4/+1 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | fix many bugs related to target names being computed inconsistently. - Centralized computation of a target's file name to a method in cmTarget. Now that global knowledge is always available the *_CMAKE_PATH cache variables are no longer needed. - Centralized computation of link library command lines and link directory search order. - Moved computation of link directories needed to link CMake targets to be after evaluation of linking dependencies. This also removed alot of duplicate code in which each version had its own bugs. This commit is surrounded by the tags CMake-TargetNameCentralization1-pre and CMake-TargetNameCentralization1-post so make the large set of changes easy to identify. | |||||
* | 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 | |