| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix several include-what-you-use findings | Daniel Pfeifer | 2016-11-08 | 1 | -0/+1 |
|
|
* | cmListFileCache: Remove cmState header include | Stephen Kelly | 2016-10-19 | 1 | -0/+1 |
|
|
* | Simplify CMake per-source license notices | Brad King | 2016-09-27 | 1 | -11/+2 |
|
|
* | Revise C++ coding style using clang-format | Kitware Robot | 2016-05-16 | 1 | -11/+7 |
|
|
* | Remove `//------...` horizontal separator comments | Brad King | 2016-05-09 | 1 | -1/+0 |
|
|
* | Source: Stabilize include order | Brad King | 2016-04-29 | 1 | -0/+1 |
|
|
* | cmLocalGenerator: Create from already-constructed cmMakefile. | Stephen Kelly | 2015-08-28 | 1 | -2/+2 |
|
|
* | cmLocalGenerator: Remove Parent pointer. | Stephen Kelly | 2015-08-28 | 1 | -2/+2 |
|
|
* | cmLocalGenerator: Require a valid cmState::Snapshot in the ctor. | Stephen Kelly | 2015-05-27 | 1 | -2/+2 |
|
|
* | cmState: Host some state from the cmGlobalGenerator. | Stephen Kelly | 2015-05-27 | 1 | -1/+1 |
|
|
* | cmGlobalGenerator: Require a cmake instance in ctor. | Stephen Kelly | 2015-05-27 | 1 | -1/+2 |
|
|
* | cmGlobalUnixMakefileGenerator3: Host the UnixCD. | Stephen Kelly | 2015-05-18 | 1 | -1/+1 |
|
|
* | cmGlobalUnixMakefileGenerator3: Host the PassMakeflags. | Stephen Kelly | 2015-05-18 | 1 | -1/+1 |
|
|
* | cmGlobalUnixMakefileGenerator3: Host the DefineWindowsNULL. | Stephen Kelly | 2015-05-16 | 1 | -1/+1 |
|
|
* | cmGlobalUnixMakefileGenerator3: Host the include directive. | Stephen Kelly | 2015-05-16 | 1 | -1/+1 |
|
|
* | cmGlobalGenerator: Move some flags from cmLocalGenerator. | Stephen Kelly | 2015-05-14 | 1 | -1/+1 |
|
|
* | cmLocalGenerator: Require a global generator in the constructor. | Stephen Kelly | 2015-05-14 | 1 | -2/+1 |
|
|
* | cmLocalGenerator: Require a parent in the constructor. | Stephen Kelly | 2015-04-28 | 1 | -2/+4 |
|
|
* | cmMakefile: Port users of GetStart* methods to new names. | Stephen Kelly | 2015-04-20 | 1 | -1/+1 |
|
|
* | Makefile: Fix multiple custom command outputs regression (#15116) | Brad King | 2015-03-07 | 1 | -1/+0 |
|
|
* | Makefile: Workaround Borland Make bug with multiple outputs | Brad King | 2014-12-06 | 1 | -0/+1 |
|
|
* | Drop the 'Full' field from cmDocumentationEntry | Brad King | 2013-10-16 | 1 | -1/+0 |
|
|
* | Make cmGlobalGenerator::GetDocumentation() a static function | Patrick Gansterer | 2012-11-19 | 1 | -2/+2 |
|
|
* | Remove trailing whitespace from most CMake and C/C++ code | Kitware Robot | 2012-08-13 | 1 | -3/+3 |
|
|
* | Convert CMake to OSI-approved BSD License | Brad King | 2009-09-28 | 1 | -14/+9 |
|
|
* | ENH: change to make the documentation class more generic, about halfway there... | Ken Martin | 2007-10-22 | 1 | -3/+3 |
|
|
* | ENH: add OPTIONAL keyword to ENABLE_LANGUAGE, so it will be possible to do | Alexander Neundorf | 2007-06-28 | 1 | -2/+4 |
|
|
* | ENH: Added testing for custom command line arguments containing all special c... | Brad King | 2007-05-17 | 1 | -0/+1 |
|
|
* | ENH: Fixed recursive make call target escaping for Borland to support SubDirS... | Brad King | 2007-03-08 | 1 | -0/+1 |
|
|
* | BUG: Fixed display of custom command comments with quotes, dollars, and other... | Brad King | 2006-10-04 | 1 | -1/+0 |
|
|
* | ENH: Added generation of link rules into script files executed by a cmake -E ... | Brad King | 2006-06-15 | 1 | -0/+1 |
|
|
* | STYLE: fix line length | Ken Martin | 2006-05-10 | 1 | -3/+4 |
|
|
* | ENH: Enabling color makefile support using cmsysTerminal_cfprintf. Support f... | Brad King | 2006-04-27 | 1 | -1/+1 |
|
|
* | ENH: Implemented VT100 terminal escape sequences. If CMAKE_COLOR_MAKEFILE is... | Brad King | 2006-03-30 | 1 | -0/+1 |
|
|
* | STYLE: some m_ to this-> cleanup | Ken Martin | 2006-03-15 | 1 | -4/+4 |
|
|
* | BUG: Work-around borland make bug that drops a rule completely if it has no d... | Brad King | 2006-02-16 | 1 | -0/+1 |
|
|
* | ENH: fix borland make clean targets before build, add new generators for msys... | Bill Hoffman | 2005-12-22 | 1 | -0/+2 |
|
|
* | ENH: added new generator | Ken Martin | 2005-05-12 | 1 | -4/+3 |
|
|
* | ENH: Removed CMAKE_GENERATOR_NEW now that the old unix makefile generator is ... | Brad King | 2005-04-06 | 1 | -1/+0 |
|
|
* | ENH: Enabling cmLocalUnixMakefileGenerator2 by default. | Brad King | 2005-03-01 | 1 | -2/+6 |
|
|
* | ENH: try to initialize all languages at the same time | Bill Hoffman | 2004-08-27 | 1 | -1/+2 |
|
|
* | ENH: more uniform approach to enable language, one step closer to being able ... | Bill Hoffman | 2004-08-26 | 1 | -7/+0 |
|
|
* | BUG: fix for bug 346, borland should now support dash in the path | Bill Hoffman | 2003-11-05 | 1 | -7/+0 |
|
|
* | BUG: fix for bug 303 pass makeflags to sub makes | Bill Hoffman | 2003-10-28 | 1 | -1/+1 |
|
|
* | ENH: add the unix makefile generator as an option from the windows GUI, this ... | Bill Hoffman | 2003-08-21 | 1 | -0/+1 |
|
|
* | ENH: Registered global generators are now kept in a table in the cmake instan... | Brad King | 2003-07-08 | 1 | -0/+9 |
|
|
* | ENH: unify EnableLanguage across all generators | Bill Hoffman | 2002-12-05 | 1 | -7/+4 |
|
|
* | BUG: fix get make command problems. | Bill Hoffman | 2002-12-04 | 1 | -7/+8 |
|
|
* | determine CMAKE_MAKE_PROGRAM in EnableLanguage | Bill Hoffman | 2002-12-03 | 1 | -0/+5 |
|
|
* | Complete rework of makefile generators expect trouble | Bill Hoffman | 2002-11-08 | 1 | -11/+12 |
|
|