| Commit message (Expand) | Author | Age | Files | Lines |
* | Source: use std::string in place of const char* | Vitaly Stakhovsky | 2020-01-29 | 1 | -2/+1 |
|
|
* | Refactoring: use append functions from cmext/algorithm | Marc Chevrier | 2019-12-17 | 1 | -1/+3 |
|
|
* | cmLocalGenerator: modernize memory management | Marc Chevrier | 2019-11-11 | 1 | -2/+4 |
|
|
* | Revise include order using clang-format-6.0 | Kitware Robot | 2019-10-01 | 1 | -2/+2 |
|
|
* | Source sweep: Use cmStrCat for string concatenation | Sebastian Holtermann | 2019-08-22 | 1 | -2/+1 |
|
|
* | Factor out enum MessageType into dedicated header | Bruno Manganelli | 2019-01-16 | 1 | -0/+1 |
|
|
* | Revise C++ coding style using clang-format-6.0 | Kitware Robot | 2018-06-01 | 1 | -2/+3 |
|
|
* | VS: Generate a custom command only in the least dependent target | Fujii Hironori | 2018-04-23 | 1 | -13/+39 |
|
|
* | VS: Use range-based 'for' loops in generator code | Vitaly Stakhovsky | 2017-12-21 | 1 | -8/+6 |
|
|
* | VS: Adapt project parsers to support "ProjectGUID" without curly brackets | Fredrik Orderud | 2017-09-26 | 1 | -1/+6 |
|
|
* | Performance: Fix a few more unnecessary vector copies missed in af3fd6f | Aaron Orenstein | 2017-08-18 | 1 | -2/+2 |
|
|
* | Use quotes for non-system includes | Daniel Pfeifer | 2017-04-11 | 1 | -1/+1 |
|
|
* | cmState: Move CacheEntryType enum to separate namespace | Stephen Kelly | 2016-10-19 | 1 | -1/+1 |
|
|
* | cmState: Move TargetType enum to separate namespace | Stephen Kelly | 2016-10-19 | 1 | -1/+1 |
|
|
* | Simplify CMake per-source license notices | Brad King | 2016-09-27 | 1 | -11/+2 |
|
|
* | fix a load of include-what-you-use violations | Daniel Pfeifer | 2016-09-03 | 1 | -0/+2 |
|
|
* | Revise C++ coding style using clang-format | Kitware Robot | 2016-05-16 | 1 | -61/+44 |
|
|
* | Remove `//------...` horizontal separator comments | Brad King | 2016-05-09 | 1 | -2/+0 |
|
|
* | Format include directive blocks and ordering with clang-format | Brad King | 2016-04-29 | 1 | -2/+2 |
|
|
* | Source: Stabilize include order | Brad King | 2016-04-29 | 1 | -0/+2 |
|
|
* | Remove some obsolete declarations | Stephen Kelly | 2015-10-27 | 1 | -1/+0 |
|
|
* | VS: Port TargetIsFortranOnly to cmGeneratorTarget | Stephen Kelly | 2015-10-24 | 1 | -1/+1 |
|
|
* | VS7: Port to cmGeneratorTarget | Stephen Kelly | 2015-10-24 | 1 | -1/+1 |
|
|
* | VS10: Port to cmGeneratorTarget. | Stephen Kelly | 2015-10-24 | 1 | -1/+1 |
|
|
* | Port to GetGeneratorTargets. | Stephen Kelly | 2015-10-24 | 1 | -6/+7 |
|
|
* | cmState: Move TargetType enum from cmTarget. | Stephen Kelly | 2015-10-14 | 1 | -1/+1 |
|
|
* | cmLocalGenerator: Create from already-constructed cmMakefile. | Stephen Kelly | 2015-08-28 | 1 | -3/+2 |
|
|
* | cmLocalGenerator: Remove Parent pointer. | Stephen Kelly | 2015-08-28 | 1 | -2/+1 |
|
|
* | Replace foo.size() pattern with !foo.empty(). | Stephen Kelly | 2015-08-24 | 1 | -1/+1 |
|
|
* | VS: Compute project GUIDs deterministically | Brad King | 2015-06-04 | 1 | -2/+1 |
|
|
* | cmLocalGenerator: Require a valid cmState::Snapshot in the ctor. | Stephen Kelly | 2015-05-27 | 1 | -2/+3 |
|
|
* | VS: Move version information to global generator. | Stephen Kelly | 2015-05-19 | 1 | -2/+2 |
|
|
* | cmLocalGenerator: Require a global generator in the constructor. | Stephen Kelly | 2015-05-14 | 1 | -2/+3 |
|
|
* | cmLocalGenerator: Require a parent in the constructor. | Stephen Kelly | 2015-04-28 | 1 | -2/+3 |
|
|
* | cmState: Move CacheEntryType enum from cmCacheManager. | Stephen Kelly | 2015-04-13 | 1 | -1/+1 |
|
|
* | stringapi: Miscellaneous char* parameters | Ben Boeckel | 2014-03-08 | 1 | -4/+4 |
|
|
* | Add the INTERFACE_LIBRARY target type. | Stephen Kelly | 2013-10-07 | 1 | -0/+4 |
|
|
* | Remove trailing whitespace from most CMake and C/C++ code | Kitware Robot | 2012-08-13 | 1 | -6/+6 |
|
|
* | include_external_msproject: Add TYPE, GUID, PLATFORM options (#13120) | Leonid Yurchenko | 2012-04-16 | 1 | -0/+8 |
|
|
* | VS: Add CMakeLists.txt re-run rules at start of generation | Brad King | 2012-03-28 | 1 | -18/+0 |
|
|
* | Order VS local generator Version ivar values consistently | Brad King | 2011-11-14 | 1 | -1/+2 |
|
|
* | Initial support for Intel Fortran VS2010. | Bill Hoffman | 2011-07-08 | 1 | -4/+12 |
|
|
* | VS10: Fix working directory of consecutive custom commands (#11938) | Brad King | 2011-04-08 | 1 | -2/+2 |
|
|
* | VS10: stop build on custom command error (#11533) | David Cole | 2010-12-17 | 1 | -0/+6 |
|
|
* | Fix for bug#10483, INCLUDE_EXTERNAL_MSPROJECT: ProjectGUID now ProjectGuid | Bill Hoffman | 2010-07-13 | 1 | -1/+1 |
|
|
* | WIP: VS 10 Win64 generator | Brad King | 2009-10-22 | 1 | -4/+4 |
|
|
* | Convert CMake to OSI-approved BSD License | Brad King | 2009-09-28 | 1 | -14/+9 |
|
|
* | Do Windows command line escapes for VS 10 too | Brad King | 2009-09-07 | 1 | -1/+0 |
|
|
* | ENH: remove INCLUDE_EXTERNAL_MSPROJECT name hack, and use target properties i... | Bill Hoffman | 2009-07-14 | 1 | -2/+1 |
|
|
* | ENH: almost all tests passing in vs 10, commit fixes preprocess and starts v... | Bill Hoffman | 2009-07-13 | 1 | -0/+62 |
|
|