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 | -7/+4 |
| | | | | of const junk | ||||
* | ENH: fix for incorrect setting of CONFIZGURATION_TYPES | Ken Martin | 2005-06-07 | 1 | -1/+1 |
| | |||||
* | BUG: Added space after /clean to avoid putting it together with the build ↵ | Brad King | 2005-05-05 | 1 | -1/+1 |
| | | | | configuration. This fixes the failure of the complext test on the second run in the same tree. | ||||
* | ENH: Add option to ignore errors. Only works on make | Andy Cedilnik | 2005-04-29 | 1 | -1/+5 |
| | |||||
* | COMP: Converting INSTALL->ALL_BUILD dependency implementation to use the ↵ | Brad King | 2005-04-29 | 1 | -30/+14 |
| | | | | AddUtility method on a target. This significantly simplifies the implementation and removes warnings about hiding virtual functions. | ||||
* | ENH: Start working on a method that abstracts generating of build command | Andy Cedilnik | 2005-04-28 | 1 | -31/+10 |
| | |||||
* | ENH: Added dependency from INSTALL target to ALL_BUILD target so that ↵ | Brad King | 2005-04-28 | 1 | -6/+34 |
| | | | | targets build before being installed. | ||||
* | BUG: fix for bug 1702, better error message for GUID missing | Bill Hoffman | 2005-04-05 | 1 | -5/+35 |
| | |||||
* | ENH: More ctest changes and move SetupTest to superclass | Andy Cedilnik | 2005-04-01 | 1 | -57/+0 |
| | |||||
* | ENH: add support for out of source source | Ken Martin | 2005-03-14 | 1 | -5/+5 |
| | |||||
* | ENH: cleanup by removing all the olf local generate junk that i not longer ↵ | Ken Martin | 2005-03-10 | 1 | -5/+0 |
| | | | | needed | ||||
* | ENH: Updated implementation of custom commands. Multiple command lines are ↵ | Brad King | 2005-02-22 | 1 | -14/+20 |
| | | | | 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: ctest now uses CMake global generator to do the build part of ↵ | Ken Martin | 2005-02-22 | 1 | -17/+24 |
| | | | | build-and-test | ||||
* | ENH: move project map to global generator base | Bill Hoffman | 2005-01-21 | 1 | -22/+3 |
| | |||||
* | STYLE: Adjusted signature of cmGeneratedFileStream to make copy-if-different ↵ | Brad King | 2004-11-03 | 1 | -1/+2 |
| | | | | more explicity. | ||||
* | COMP: Fix new cmGeneratedFileStream for MSVC. | Brad King | 2004-11-03 | 1 | -5/+2 |
| | |||||
* | BUG: fix external project command for VS 7 and 71 | Bill Hoffman | 2004-09-15 | 1 | -22/+17 |
| | |||||
* | ENH: fix for vs 70 generator | Bill Hoffman | 2004-09-15 | 1 | -10/+22 |
| | |||||
* | ENH: clean up of INCLUDE_EXTERNAL_MSPROJECT contributed by Clinton Stimpson | Bill Hoffman | 2004-09-15 | 1 | -11/+6 |
| | |||||
* | BUG: make sure env CC and CXX are not set for VS IDE builds | Bill Hoffman | 2004-09-15 | 1 | -0/+1 |
| | |||||
* | bug fixes for external projects | Bill Hoffman | 2004-09-14 | 1 | -4/+32 |
| | |||||
* | BUG: fix include external project bug | Bill Hoffman | 2004-09-14 | 1 | -1/+2 |
| | |||||
* | ENH: add better error reporting for file open failures | Bill Hoffman | 2004-09-07 | 1 | -0/+1 |
| | |||||
* | ENH: try to initialize all languages at the same time | Bill Hoffman | 2004-08-27 | 1 | -1/+1 |
| | |||||
* | ENH: change RUN_TESTS to use -C and not -D also use GetRequiredDefinition ↵ | Bill Hoffman | 2004-08-11 | 1 | -5/+5 |
| | | | | where needed | ||||
* | BUG: CMAKE_TRY_COMPILE_CONFIGURATION should be obtained from the cmMakefile ↵ | Brad King | 2004-08-04 | 1 | -4/+4 |
| | | | | instance for the listfile containing the TRY_COMPILE call, not the top level listfile. | ||||
* | fix include order because of GetCurrentDirectory define and windows.h problem | Bill Hoffman | 2004-06-15 | 1 | -2/+1 |
| | |||||
* | BUG: fix sub project path problem | Bill Hoffman | 2004-06-14 | 1 | -1/+2 |
| | |||||
* | BUG: make sure global generate is done when cmakelist file chagnes, also ↵ | Bill Hoffman | 2004-05-20 | 1 | -15/+40 |
| | | | | make sure guids are stored in the cache so the .sln file does not change every time | ||||
* | ENH: Handle make install target on Visual Studio 6 and 7 and install templates | Andy Cedilnik | 2004-04-15 | 1 | -0/+17 |
| | |||||
* | BUG: fix external projects for vc7 | Bill Hoffman | 2004-04-14 | 1 | -8/+12 |
| | |||||
* | ENH: add new subdirectory exclude from top option | Bill Hoffman | 2004-03-09 | 1 | -5/+11 |
| | |||||
* | BUG: Fix Bug #445 - Same library in multiple projects can cause problems | Andy Cedilnik | 2003-12-18 | 1 | -1/+1 |
| | |||||
* | remove more warnings | Bill Hoffman | 2003-11-26 | 1 | -1/+0 |
| | |||||
* | remove warnings | Bill Hoffman | 2003-11-26 | 1 | -3/+2 |
| | |||||
* | ENH: fix some warnings | Bill Hoffman | 2003-11-26 | 1 | -2/+2 |
| | |||||
* | ENH: generate a sln and dsw file for each sub project in a project | Bill Hoffman | 2003-11-26 | 1 | -43/+108 |
| | |||||
* | ENH: Bug #371 - Add build configuration for try compiles using cmake variable | Andy Cedilnik | 2003-11-12 | 1 | -1/+11 |
| | |||||
* | ENH: Use the new RunCommand | Andy Cedilnik | 2003-08-04 | 1 | -3/+4 |
| | |||||
* | ENH: Registered global generators are now kept in a table in the cmake ↵ | Brad King | 2003-07-08 | 1 | -0/+8 |
| | | | | instance. Added support for documentation with a Generators section. | ||||
* | yikes added new custom command support | Ken Martin | 2003-06-03 | 1 | -4/+7 |
| | |||||
* | add support for vs 71 | Bill Hoffman | 2003-05-08 | 1 | -21/+1 |
| | |||||
* | ENH: fix for vs 7 beta1 | Bill Hoffman | 2003-02-18 | 1 | -1/+1 |
| | |||||
* | ENH: Visual Studio 6 and 7 generators now set CMAKE_CONFIGURATION_TYPES to ↵ | Brad King | 2002-12-20 | 1 | -9/+21 |
| | | | | be a semicolon-separated list of configurations that will be built. | ||||
* | Add check so that java projects build without C++ | Andy Cedilnik | 2002-12-11 | 1 | -31/+36 |
| | |||||
* | ENH: fix IntDir jump and build problem | Bill Hoffman | 2002-12-06 | 1 | -0/+1 |
| | |||||
* | ENH: unify EnableLanguage across all generators | Bill Hoffman | 2002-12-05 | 1 | -16/+13 |
| | |||||
* | use InAll target setting to determine what targets are in the default build | Ken Martin | 2002-12-05 | 1 | -4/+8 |
| | |||||
* | ENH: Added reference to Copyright.txt. Removed old reference to ITK ↵ | Brad King | 2002-10-23 | 1 | -6/+6 |
| | | | | copyright. Changed program name to CMake instead of Insight in source file header. Also removed tabs. | ||||
* | some try compile fixes | Ken Martin | 2002-09-22 | 1 | -5/+16 |
| |