| Commit message (Expand) | Author | Age | Files | Lines |
* | cmGeneratorTarget: remove dead code | Matthias Maennich | 2017-10-05 | 1 | -1/+1 |
|
|
* | Retire std::auto_ptr and its macro CM_AUTO_PTR | Matthias Maennich | 2017-09-25 | 1 | -22/+25 |
|
|
* | Meta: replace empty-string assignments with `clear()`. | Pavel Solodovnikov | 2017-09-15 | 1 | -9/+9 |
|
|
* | Meta: modernize old-fashioned loops to range-based `for`. | Pavel Solodovnikov | 2017-09-12 | 1 | -287/+175 |
|
|
* | Merge topic 'fix-genex-SOURCES' | Brad King | 2017-09-01 | 1 | -1/+1 |
|\ |
|
| * | Genex: Fix TARGET_PROPERTY value of SOURCES | Brad King | 2017-09-01 | 1 | -1/+1 |
|
|
| * | Merge branch 'objlib-own-target-objs' into release-3.9 | Brad King | 2017-07-17 | 1 | -0/+11 |
| |\ |
|
* | | | clang-format: format all code as Cpp11 | Daniel Pfeifer | 2017-08-30 | 1 | -1/+1 |
|
|
* | | | Use C++11 nullptr | Daniel Pfeifer | 2017-08-24 | 1 | -65/+65 |
|
|
* | | | Use C++11 unordered containers | Daniel Pfeifer | 2017-08-22 | 1 | -18/+19 |
|
|
* | | | Autogen: Clear sources meta data cache | Sebastian Holtermann | 2017-08-10 | 1 | -2/+8 |
|
|
* | | | Merge topic 'objlib-own-target-objs' | Brad King | 2017-07-18 | 1 | -0/+11 |
|\ \ \
| |/ /
|/| /
| |/ |
|
| * | Diagnose object library self-reference | Brad King | 2017-07-14 | 1 | -0/+11 |
|
|
* | | Android: Always add standard include directories last | Brad King | 2017-07-13 | 1 | -12/+0 |
|/ |
|
* | IPO: Consider support for each language separately | Brad King | 2017-06-14 | 1 | -8/+15 |
|
|
* | Merge topic 'lint-function-args' | Brad King | 2017-06-05 | 1 | -1/+1 |
|\ |
|
| * | Pass large types by const&, small types by value | Daniel Pfeifer | 2017-06-03 | 1 | -1/+1 |
|
|
* | | Provide and use CM_FALLTHROUGH | Daniel Pfeifer | 2017-06-03 | 1 | -3/+8 |
|/ |
|
* | Remove second arg: npos in substr usages | Pavel Solodovnikov | 2017-06-01 | 1 | -1/+1 |
|
|
* | Access string npos without instance | Pavel Solodovnikov | 2017-06-01 | 1 | -3/+3 |
|
|
* | CMP0069: Suppress warning if we are in 'try_compile' | Ruslan Baratov | 2017-05-10 | 1 | -1/+3 |
|
|
* | Features: Refactor <LANG>_STANDARD update | Brad King | 2017-05-01 | 1 | -0/+13 |
|
|
* | Merge topic 'clang-tidy' | Brad King | 2017-04-24 | 1 | -37/+29 |
|\ |
|
| * | clang-tidy: remove else after break and continue | Daniel Pfeifer | 2017-04-21 | 1 | -37/+29 |
|
|
* | | Merge topic 'enable_ptx_compilation' | Brad King | 2017-04-21 | 1 | -0/+12 |
|\ \ |
|
| * | | CUDA: Allow sources to be compiled to .ptx files | Robert Maynard | 2017-04-20 | 1 | -0/+12 |
| |/ |
|
* | | Replace boolean `implib` parameters with enum | Gregor Jasny | 2017-04-20 | 1 | -95/+131 |
|/ |
|
* | Merge topic 'objlib-extend' | Brad King | 2017-04-19 | 1 | -0/+40 |
|\ |
|
| * | cmGeneratorTarget: Add method to get the object file directory | Brad King | 2017-04-18 | 1 | -0/+13 |
|
|
| * | cmGeneratorTarget: Factor out a GetTargetObjectNames method | Brad King | 2017-04-18 | 1 | -0/+27 |
|
|
* | | Merge topic 'fix-CMP0026-old' | Brad King | 2017-04-18 | 1 | -0/+20 |
|\ \
| |/
|/| |
|
| * | CMP0026: Fix OLD behavior with file written during configure step | Brad King | 2017-04-17 | 1 | -0/+20 |
|
|
* | | cmGeneratorTarget: Drop obj libs from GetConfigCommonSourceFiles | Brad King | 2017-04-13 | 1 | -2/+15 |
|
|
* | | cmGeneratorTarget: Add method to collect all sources for all configs | Brad King | 2017-04-13 | 1 | -0/+37 |
|
|
* | | Merge topic 'xcode-remove-UseObjectLibraries' | Brad King | 2017-04-13 | 1 | -35/+0 |
|\ \ |
|
| * | | cmGeneratorTarget: Drop unused UseObjectLibraries method | Brad King | 2017-04-12 | 1 | -35/+0 |
|
|
* | | | Merge topic 'include-style' | Brad King | 2017-04-13 | 1 | -1/+1 |
|\ \ \
| |/ /
|/| | |
|
| * | | Use quotes for non-system includes | Daniel Pfeifer | 2017-04-11 | 1 | -1/+1 |
| |/ |
|
* | | cmGeneratorTarget: Drop unused GetIDLSources method | Brad King | 2017-04-11 | 1 | -6/+0 |
|/ |
|
* | cmGeneratorTarget: Replace source classifier implementation | Brad King | 2017-04-07 | 1 | -259/+145 |
|
|
* | cmGeneratorTarget: Remove unnecessary condition | Brad King | 2017-04-07 | 1 | -2/+0 |
|
|
* | Merge topic '16733-bundle-genex' | Brad King | 2017-03-31 | 1 | -29/+35 |
|\ |
|
| * | Genex: Add `TARGET_BUNDLE_[CONTENT_]_DIR` generator expressions | Gregor Jasny | 2017-03-30 | 1 | -2/+8 |
|
|
| * | cmGeneratorTarget: Call GetFrameworkDirectory in GetFullNameInternal | Gregor Jasny | 2017-03-30 | 1 | -7/+1 |
|
|
| * | cmGeneratorTarget: Use enum to describe bundle directory query level | Gregor Jasny | 2017-03-30 | 1 | -20/+26 |
|
|
* | | Merge topic 'ipo-policy-CMP0069' | Brad King | 2017-03-31 | 1 | -10/+75 |
|\ \
| |/
|/| |
|
| * | Implement interprocedural optimization for GNU compilers | Ruslan Baratov | 2017-03-30 | 1 | -7/+16 |
|
|
| * | Add policy CMP0069 to enforce INTERPROCEDURAL_OPTIMIZATION | Ruslan Baratov | 2017-03-30 | 1 | -1/+57 |
|
|
| * | Refactoring: s,GetFeatureAsBool,IsIPOEnabled, | Ruslan Baratov | 2017-03-30 | 1 | -3/+3 |
|
|
* | | Apple: Fix Resources location for all generators | Gregor Jasny | 2017-03-23 | 1 | -1/+9 |
|
|