| Commit message (Expand) | Author | Age | Files | Lines |
* | cmMakefile::ConfigureFile: Accept `std::string` parameters | Vitaly Stakhovsky | 2019-02-19 | 1 | -5/+3 |
|
|
* | clang-tidy: Pass by value | Regina Pfeifer | 2019-01-22 | 1 | -2/+3 |
|
|
* | Reduce raw string pointers usage. | Pavel Solodovnikov | 2018-01-31 | 1 | -5/+5 |
|
|
* | Xcode: rename embedded SDK query function | Gregor Jasny | 2017-12-22 | 1 | -2/+2 |
|
|
* | Meta: modernize old-fashioned loops to range-based `for`. | Pavel Solodovnikov | 2017-09-12 | 1 | -4/+3 |
|
|
* | IWYU: Mark cmConfigure.h with pragma: keep | Daniel Pfeifer | 2017-08-26 | 1 | -2/+0 |
|
|
* | Use C++11 nullptr | Daniel Pfeifer | 2017-08-24 | 1 | -1/+1 |
|
|
* | Remove unused variables | Pavel Solodovnikov | 2017-05-26 | 1 | -3/+1 |
|
|
* | Replace boolean `implib` parameters with enum | Gregor Jasny | 2017-04-20 | 1 | -2/+3 |
|
|
* | Use quotes for non-system includes | Daniel Pfeifer | 2017-04-11 | 1 | -1/+1 |
|
|
* | cmGeneratorTarget: Use enum to describe bundle directory query level | Gregor Jasny | 2017-03-30 | 1 | -9/+15 |
|
|
* | 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/+6 |
|
|
* | use CM_NULLPTR | Daniel Pfeifer | 2016-06-28 | 1 | -1/+1 |
|
|
* | Add missing braces around statements. | Daniel Pfeifer | 2016-06-10 | 1 | -6/+12 |
|
|
* | Revise C++ coding style using clang-format | Kitware Robot | 2016-05-16 | 1 | -59/+43 |
|
|
* | Remove `//------...` horizontal separator comments | Brad King | 2016-05-09 | 1 | -7/+0 |
|
|
* | Format include directive blocks and ordering with clang-format | Brad King | 2016-04-29 | 1 | -1/+1 |
|
|
* | Source: Stabilize include order | Brad King | 2016-04-29 | 1 | -0/+1 |
|
|
* | Fix iOS Framework directory structure (#15833) | Bartosz Kosiorek | 2015-11-13 | 1 | -3/+12 |
|
|
* | cmGeneratorTarget: Move GetFrameworkVersion from cmTarget | Stephen Kelly | 2015-10-26 | 1 | -1/+1 |
|
|
* | cmGeneratorTarget: Move HaveWellDefinedOutputFiles from cmTarget. | Stephen Kelly | 2015-10-20 | 1 | -1/+1 |
|
|
* | cmLocalGenerator: Port PList handling to cmGeneratorTarget. | Stephen Kelly | 2015-10-18 | 1 | -3/+3 |
|
|
* | cmGeneratorTarget: Move GetFrameworkDirectory from cmTarget. | Stephen Kelly | 2015-08-05 | 1 | -4/+4 |
|
|
* | cmGeneratorTarget: Move GetAppBundleDirectory from cmTarget. | Stephen Kelly | 2015-08-05 | 1 | -2/+2 |
|
|
* | cmGeneratorTarget: Move GetMacContentDirectory from cmTarget. | Stephen Kelly | 2015-08-05 | 1 | -1/+1 |
|
|
* | Get the local generator from the GeneratorTarget. | Stephen Kelly | 2015-06-22 | 1 | -1/+1 |
|
|
* | OS X: Shorten CFBundleExecutable to file name only | Gregor Jasny | 2015-02-23 | 1 | -1/+2 |
|
|
* | Remove some unneeded c_str calls. | Stephen Kelly | 2014-11-23 | 1 | -5/+5 |
|
|
* | strings: Remove redundant calls to std::string::c_str() | Nils Gladitz | 2014-10-15 | 1 | -5/+5 |
|
|
* | OS X: Fix Info.plist placement in a CFBundle | Tim Blechmann | 2014-03-26 | 1 | -1/+1 |
|
|
* | cmGeneratorTarget: Constify cmSourceFile* in containers. | Stephen Kelly | 2014-03-13 | 1 | -3/+4 |
|
|
* | Remove some c_str() calls. | Stephen Kelly | 2014-03-11 | 1 | -3/+3 |
|
|
* | stringapi: Pass configuration names as strings | Ben Boeckel | 2014-03-08 | 1 | -1/+1 |
|
|
* | cmTarget: Move SourceFileFlags to cmGeneratorTarget. | Stephen Kelly | 2014-02-24 | 1 | -16/+16 |
|
|
* | Port some of the generator API to cmGeneratorTarget. | Stephen Kelly | 2013-11-22 | 1 | -3/+3 |
|
|
* | cmMakefile: Refactor AddCMakeDependFile and AddCMakeOutputFile. | Robert Maynard | 2013-06-24 | 1 | -9/+9 |
|
|
* | OS X: Fix getting of CFBundle LOCATION property. | Clinton Stimpson | 2013-06-03 | 1 | -18/+5 |
|
|
* | Refactor how bundles and frameworks are supported. | Clinton Stimpson | 2013-05-23 | 1 | -46/+56 |
|
|
* | Ninja: remove 'this' from member initializer list | Peter Kümmel | 2012-07-18 | 1 | -1/+1 |
|
|
* | Re-factor OS X content generator start up. | Nicolas Despres | 2012-07-17 | 1 | -0/+20 |
|
|
* | Re-factor Mac OS X content directory computation. | Nicolas Despres | 2012-07-17 | 1 | -32/+28 |
|
|
* | Re-factor bundle content copying rules generation. | Nicolas Despres | 2012-07-17 | 1 | -0/+18 |
|
|
* | Re-factor CFBundle generation. | Nicolas Despres | 2012-07-17 | 1 | -0/+31 |
|
|
* | Re-factor OS X bundle and framework generation. | Nicolas Despres | 2012-07-17 | 1 | -0/+171 |
|
|