| Commit message (Expand) | Author | Age | Files | Lines |
* | Reduce raw string pointers usage. | Pavel Solodovnikov | 2018-01-31 | 1 | -4/+4 |
|
|
* | Reduce allocation of temporary values on heap. | Pavel Solodovnikov | 2018-01-26 | 1 | -1/+1 |
|
|
* | Meta: modernize old-fashioned loops to range-based `for`. | Pavel Solodovnikov | 2017-09-12 | 1 | -14/+10 |
|
|
* | Use C++11 nullptr | Daniel Pfeifer | 2017-08-24 | 1 | -4/+4 |
|
|
* | Allow OBJECT libraries to be installed, exported, and imported | Robert Maynard | 2017-04-18 | 1 | -5/+9 |
|
|
* | Use quotes for non-system includes | Daniel Pfeifer | 2017-04-11 | 1 | -1/+1 |
|
|
* | fix include order of windows.h | Daniel Pfeifer | 2017-03-14 | 1 | -1/+0 |
|
|
* | Include necessary headers in commands | Daniel Pfeifer | 2016-10-26 | 1 | -1/+1 |
|
|
* | Separate compilation for commands included in cmCommands | Daniel Pfeifer | 2016-10-21 | 1 | -5/+13 |
|
|
* | cmState: Move TargetType enum to separate namespace | Stephen Kelly | 2016-10-19 | 1 | -2/+2 |
|
|
* | Simplify CMake per-source license notices | Brad King | 2016-09-27 | 1 | -11/+2 |
|
|
* | Avoid else after return | Daniel Pfeifer | 2016-09-16 | 1 | -1/+2 |
|
|
* | Add support for creating prebuilt Android.mk files | Bill Hoffman | 2016-09-13 | 1 | -3/+15 |
|
|
* | Use better KWSys SystemTools::GetEnv and HasEnv signatures | Dāvis Mosāns | 2016-07-18 | 1 | -3/+2 |
|
|
* | use CM_NULLPTR | Daniel Pfeifer | 2016-06-28 | 1 | -3/+3 |
|
|
* | Revise C++ coding style using clang-format | Kitware Robot | 2016-05-16 | 1 | -172/+115 |
|
|
* | Remove `//------...` horizontal separator comments | Brad King | 2016-05-09 | 1 | -4/+0 |
|
|
* | Isolate formatted streaming blocks with clang-format off/on | Brad King | 2016-05-06 | 1 | -0/+2 |
|
|
* | 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/+1 |
|
|
* | cmState: Move TargetType enum from cmTarget. | Stephen Kelly | 2015-10-14 | 1 | -2/+2 |
|
|
* | cmMakefile: Store container of cmExportBuildFileGenerators. | Stephen Kelly | 2015-10-14 | 1 | -1/+1 |
|
|
* | Remove unused cmLocalGenerator include. | Stephen Kelly | 2015-10-05 | 1 | -1/+0 |
|
|
* | export: Reject custom target exports earlier (#15657) | Brad King | 2015-07-21 | 1 | -0/+6 |
|
|
* | Port to cmMakefile::GetGlobalGenerator. | Stephen Kelly | 2015-05-03 | 1 | -2/+1 |
|
|
* | cmMakefile: Rename GetCurrent{Output,Binary}Directory. | Stephen Kelly | 2015-04-20 | 1 | -2/+2 |
|
|
* | Port all cmOStringStream to std::ostringstream. | Stephen Kelly | 2015-01-11 | 1 | -13/+13 |
|
|
* | Allow the Package Registry to be disabled (#14849) | Daniele E. Domenichelli | 2014-05-12 | 1 | -0/+7 |
|
|
* | Simplify multiple config handling. | Stephen Kelly | 2014-04-02 | 1 | -9/+6 |
|
|
* | Remove some c_str() calls. | Stephen Kelly | 2014-03-11 | 1 | -12/+12 |
|
|
* | cmTarget: Remove the project argument to FindTarget | Ben Boeckel | 2014-03-08 | 1 | -1/+1 |
|
|
* | cmMakefile: make some methods take const std::string& instead of const char* | Rolf Eike Beer | 2014-01-16 | 1 | -1/+1 |
|
|
* | Don't allow include() of export(EXPORT) file at configure time. | Stephen Kelly | 2014-01-06 | 1 | -2/+8 |
|
|
* | export: Implement EXPORT subcommand (#9822) | Stephen Kelly | 2013-12-24 | 1 | -53/+107 |
|
|
* | Windows: Use wide-character system APIs | Clinton Stimpson | 2013-12-09 | 1 | -7/+12 |
|
|
* | export(): Check targets exist at configure-time (#14608) | Stephen Kelly | 2013-12-04 | 1 | -0/+8 |
|
|
* | export(): Process the export() command at generate time. | Stephen Kelly | 2013-10-11 | 1 | -51/+20 |
|
|
* | export(): Set a Makefile on the cmExportBuildFileGenerator. | Stephen Kelly | 2013-10-10 | 1 | -1/+1 |
|
|
* | CMP0024: Store the fact of included export in global generator. | Stephen Kelly | 2013-10-10 | 1 | -1/+3 |
|
|
* | Merge topic 'haiku-updates' | Brad King | 2013-10-09 | 1 | -6/+8 |
|\ |
|
| * | Haiku: Remove use of B_COMMON_DIRECTORY | Adrien Destugues | 2013-10-08 | 1 | -6/+8 |
|
|
* | | Merge topic 'export-policy' | Brad King | 2013-10-08 | 1 | -0/+2 |
|\ \ |
|
| * | | export: Add policy CMP0024 to disallow include() of export files | Stephen Kelly | 2013-10-07 | 1 | -0/+2 |
| |/ |
|
* | | export: Add support for INTERFACE_LIBRARY targets | Stephen Kelly | 2013-10-08 | 1 | -1/+2 |
|/ |
|
* | Add the ALIAS target concept for libraries and executables. | Stephen Kelly | 2013-08-02 | 1 | -0/+9 |
|
|
* | Export: Generate INTERFACE_LINK_LIBRARIES property on targets. | Stephen Kelly | 2013-07-08 | 1 | -0/+2 |
|
|
* | Fix spelling and typos (affecting binary data / module messages) | Andreas Mohr | 2013-05-07 | 1 | -1/+1 |
|
|
* | Add OBJECT_LIBRARY target type | Brad King | 2012-03-13 | 1 | -0/+8 |
|
|
* | No CMAKE_CONFIGURATION_TYPES in single-config generators (#10202) | Brad King | 2010-09-08 | 1 | -9/+3 |
|
|
* | Convert CMake to OSI-approved BSD License | Brad King | 2009-09-28 | 1 | -14/+9 |
|
|