| Commit message (Expand) | Author | Age | Files | Lines |
* | cmLinkLineComputer: Extract from cmLocalGenerator | Stephen Kelly | 2016-10-10 | 1 | -4/+10 |
|
|
* | Simplify CMake per-source license notices | Brad King | 2016-09-27 | 1 | -12/+2 |
|
|
* | cmGlobalNinjaGenerator: Teach WriteBuild about implicit outputs | Brad King | 2016-09-20 | 1 | -3/+6 |
|
|
* | Ninja: Update comment variable reference | Stephen Kelly | 2016-09-19 | 1 | -1/+2 |
|
|
* | cmNinjaNormalTargetGenerator: make sure comments match parameter names | Daniel Pfeifer | 2016-09-16 | 1 | -2/+2 |
|
|
* | Convert: Replace uses of Convert(NONE) | Stephen Kelly | 2016-08-27 | 1 | -2/+2 |
|
|
* | fix a batch of include-what-you-use violations | Daniel Pfeifer | 2016-08-23 | 1 | -0/+12 |
|
|
* | Merge topic 'ninja-no-accidental-rsp' | Brad King | 2016-07-18 | 1 | -1/+1 |
|\ |
|
| * | Ninja: Do not force response files when no sysconf(3) limit is used | Brad King | 2016-07-15 | 1 | -1/+1 |
|
|
* | | Ninja: Generalize check for sysconf(3) call | Raphael Kubo da Costa | 2016-07-15 | 1 | -1/+1 |
|
|
* | | Windows: Honor WINDOWS_EXPORT_ALL_SYMBOLS for executables with exports | Yury Zhuravlev | 2016-07-11 | 1 | -2/+4 |
|
|
* | | use CM_NULLPTR | Daniel Pfeifer | 2016-06-28 | 1 | -1/+1 |
|
|
* | | Merge topic 'link_what_you_use' | Brad King | 2016-06-17 | 1 | -2/+22 |
|\ \ |
|
| * | | Add options to run `ldd -u -r` as a "link-what-you-use" tool | Bill Hoffman | 2016-06-17 | 1 | -2/+22 |
| |/ |
|
* | | Add missing braces around statements. | Daniel Pfeifer | 2016-06-10 | 1 | -6/+9 |
|
|
* | | Merge topic 'ninja-no-ranlib-windows' | Brad King | 2016-06-09 | 1 | -0/+15 |
|\ \ |
|
| * | | Run ranlib on archives only if the tool is available | Brad King | 2016-06-08 | 1 | -0/+15 |
| |/ |
|
* | | cmLocalGenerator: Pass configuration to GetTargetFlags | Tobias Hunger | 2016-06-08 | 1 | -3/+3 |
|/ |
|
* | Remove redundant c_str() calls. | Daniel Pfeifer | 2016-05-26 | 1 | -3/+3 |
|
|
* | Use enums defined in cmOutputConverter using their fully qualified name. | Daniel Pfeifer | 2016-05-25 | 1 | -11/+11 |
|
|
* | Ninja: Fix path to soname-d target file | Nicolas Despres | 2016-05-17 | 1 | -1/+2 |
|
|
* | Revise C++ coding style using clang-format | Kitware Robot | 2016-05-16 | 1 | -352/+239 |
|
|
* | Remove `//------...` horizontal separator comments | Brad King | 2016-05-09 | 1 | -1/+0 |
|
|
* | Format include directive blocks and ordering with clang-format | Brad King | 2016-04-29 | 1 | -7/+7 |
|
|
* | Source: Stabilize include order | Brad King | 2016-04-29 | 1 | -0/+1 |
|
|
* | cmGlobalNinjaGenerator: Clarify logic for forcing use of response files | Dmitry Ivanov | 2016-04-07 | 1 | -1/+1 |
|
|
* | cmNinjaTargetGenerator: Factor out helper for forced response file check | Dmitry Ivanov | 2016-04-07 | 1 | -3/+1 |
|
|
* | Ninja: Add OS X dylib versioning (#14140) | Bruce Stephens | 2016-03-07 | 1 | -0/+10 |
|
|
* | cmGeneratorTarget: Add API for target-relative commands. | Stephen Kelly | 2015-10-26 | 1 | -3/+3 |
|
|
* | Ninja: Port to cmGeneratorTarget. | Stephen Kelly | 2015-10-24 | 1 | -18/+18 |
|
|
* | cmGeneratorTarget: Move IsCFBundleOnApple from cmTarget. | Stephen Kelly | 2015-10-19 | 1 | -2/+2 |
|
|
* | cmGeneratorTarget: Copy IsAppBundleOnApple from cmTarget. | Stephen Kelly | 2015-10-19 | 1 | -1/+1 |
|
|
* | cmGeneratorTarget: Copy IsFrameworkOnApple from cmTarget. | Stephen Kelly | 2015-10-19 | 1 | -3/+3 |
|
|
* | cmLocalGenerator: Port some API to cmGeneratorTarget. | Stephen Kelly | 2015-10-17 | 1 | -1/+1 |
|
|
* | Use GetName from cmGeneratorTarget. | Stephen Kelly | 2015-10-17 | 1 | -2/+3 |
|
|
* | cmGeneratorTarget: Move GetTargetVersion from cmTarget. | Stephen Kelly | 2015-10-16 | 1 | -1/+1 |
|
|
* | cmState: Move GetTargetTypeName from cmTarget. | Stephen Kelly | 2015-10-14 | 1 | -4/+3 |
|
|
* | Remove now-obsolete casts. | Stephen Kelly | 2015-10-14 | 1 | -2/+2 |
|
|
* | cmState: Move TargetType enum from cmTarget. | Stephen Kelly | 2015-10-14 | 1 | -22/+22 |
|
|
* | Generators: Use GetType from the cmGeneratorTarget. | Stephen Kelly | 2015-10-14 | 1 | -6/+8 |
|
|
* | cmGeneratorTarget: Move GetSupportDirectory from cmTarget. | Stephen Kelly | 2015-10-12 | 1 | -4/+3 |
|
|
* | cmGeneratorTarget: Move HasImportLibrary from cmTarget. | Stephen Kelly | 2015-10-12 | 1 | -1/+1 |
|
|
* | Merge topic 'use-generator-target' | Brad King | 2015-10-12 | 1 | -4/+4 |
|\ |
|
| * | cmGeneratorTarget: Move GetDirectory from cmTarget. | Stephen Kelly | 2015-10-08 | 1 | -4/+4 |
|
|
* | | cmLocalGenerator: Add Home directory accessors. | Stephen Kelly | 2015-10-08 | 1 | -2/+2 |
|/ |
|
* | Access sources through cmGeneratorTarget. | Stephen Kelly | 2015-10-07 | 1 | -1/+1 |
|
|
* | Merge topic 'minor-cleanups' | Brad King | 2015-09-28 | 1 | -1/+0 |
|\ |
|
| * | Ninja: Remove unused variable. | Stephen Kelly | 2015-09-27 | 1 | -1/+0 |
|
|
* | | Ninja: Fix OBJECT_DIR placeholder substitution in link rules | Brad King | 2015-09-25 | 1 | -1/+3 |
|/ |
|
* | Add support for *.manifest source files with MSVC tools | Brad King | 2015-09-17 | 1 | -0/+3 |
|
|