| Commit message (Expand) | Author | Age | Files | Lines |
* | Reduce raw string pointers usage. | Pavel Solodovnikov | 2018-01-31 | 1 | -5/+5 |
|
|
* | Reduce allocation of temporary values on heap. | Pavel Solodovnikov | 2018-01-26 | 1 | -5/+5 |
|
|
* | Makefiles: Drop 'requires' step and its supporting infrastructure | Yurii Batrak | 2017-12-14 | 1 | -3/+0 |
|
|
* | Retire std::auto_ptr and its macro CM_AUTO_PTR | Matthias Maennich | 2017-09-25 | 1 | -7/+7 |
|
|
* | Merge topic 'refactor-iwyu-code' | Brad King | 2017-09-15 | 1 | -1/+1 |
|\ |
|
| * | Clean up iwyu code to not be one big if statement. | Bill Hoffman | 2017-09-13 | 1 | -1/+1 |
|
|
* | | Meta: modernize old-fashioned loops to range-based `for`. | Pavel Solodovnikov | 2017-09-12 | 1 | -22/+14 |
|/ |
|
* | Use C++11 nullptr | Daniel Pfeifer | 2017-08-24 | 1 | -3/+3 |
|
|
* | IPO: Consider support for each language separately | Brad King | 2017-06-14 | 1 | -3/+3 |
|
|
* | cmLocalGenerator: Add a hook for compiler flags used at link time | Brad King | 2017-05-01 | 1 | -4/+4 |
|
|
* | Clang IPO (LTO) support | Ruslan Baratov | 2017-04-28 | 1 | -0/+2 |
|
|
* | Inline and remove AddFeatureFlags method | Brad King | 2017-04-27 | 1 | -4/+6 |
|
|
* | CUDA: Static libraries can now explicitly resolve device symbols | Robert Maynard | 2017-04-26 | 1 | -0/+28 |
|
|
* | CUDA: Makefile uses relative path for device linking status messages | Robert Maynard | 2017-04-26 | 1 | -2/+6 |
|
|
* | Replace boolean `implib` parameters with enum | Gregor Jasny | 2017-04-20 | 1 | -1/+2 |
|
|
* | Implement interprocedural optimization for GNU compilers | Ruslan Baratov | 2017-03-30 | 1 | -7/+14 |
|
|
* | Refactoring: s,GetFeatureAsBool,IsIPOEnabled, | Ruslan Baratov | 2017-03-30 | 1 | -1/+1 |
|
|
* | Refactor WINDOWS_EXPORT_ALL_SYMBOLS implementation | Brad King | 2017-03-09 | 1 | -4/+1 |
|
|
* | fix some include-what-you-use diagnostics | Daniel Pfeifer | 2017-02-17 | 1 | -2/+1 |
|
|
* | Makefile: For static libraries remove only the "real" lib before creating | Gregor Jasny | 2017-01-26 | 1 | -13/+14 |
|
|
* | Makefile: Re-order list of files to clean | Gregor Jasny | 2017-01-26 | 1 | -4/+4 |
|
|
* | CUDA: Populate compiler PDB placeholder during device linking | Brad King | 2017-01-12 | 1 | -0/+6 |
|
|
* | CUDA: Use `.obj` object file extension on Windows | Brad King | 2017-01-12 | 1 | -1/+3 |
|
|
* | CUDA: Add separable compilation support to the makefile generator. | Robert Maynard | 2016-11-14 | 1 | -0/+222 |
|
|
* | Fix several include-what-you-use findings | Daniel Pfeifer | 2016-11-08 | 1 | -3/+8 |
|
|
* | cmListFileCache: Remove cmState header include | Stephen Kelly | 2016-10-19 | 1 | -0/+1 |
|
|
* | cmState: Port dependents to new cmStateTypes header | Stephen Kelly | 2016-10-19 | 1 | -1/+1 |
|
|
* | cmState: Move TargetType enum to separate namespace | Stephen Kelly | 2016-10-19 | 1 | -17/+17 |
|
|
* | cmRulePlaceholderExpander: Port clients to direct-use | Stephen Kelly | 2016-10-15 | 1 | -11/+13 |
|
|
* | cmLocalGenerator: Use strings instead of a Target in rule replacement | Stephen Kelly | 2016-10-15 | 1 | -1/+3 |
|
|
* | cmLocalGenerator: Use a converter in rule replacement API | Stephen Kelly | 2016-10-15 | 1 | -4/+8 |
|
|
* | cmLocalGenerator: Remove the launcher from RuleVariables | Stephen Kelly | 2016-10-15 | 1 | -4/+12 |
|
|
* | Merge topic 'LINK_WHAT_YOU_USE-allow-OFF' | Brad King | 2016-10-14 | 1 | -2/+2 |
|\ |
|
| * | Honor LINK_WHAT_YOU_USE when set to OFF | Jamie Snape | 2016-10-13 | 1 | -2/+2 |
|
|
* | | Merge topic 'remove-obsolete' | Brad King | 2016-10-13 | 1 | -17/+0 |
|\ \
| |/
|/| |
|
| * | Makefiles: Remove forbidden flag logic | Stephen Kelly | 2016-10-09 | 1 | -17/+0 |
|
|
* | | cmLinkLineComputer: Move FrameworkPath computation from cmLocalGenerator | Stephen Kelly | 2016-10-10 | 1 | -1/+1 |
|
|
* | | cmLinkLineComputer: Move RPath computation from cmLocalGenerator | Stephen Kelly | 2016-10-10 | 1 | -1/+2 |
|
|
* | | cmLinkLineComputer: Move ComputeLinkLibs from cmLocalGenerator | Stephen Kelly | 2016-10-10 | 1 | -0/+5 |
|
|
* | | Makefiles: Port CreateLinkLibs to cmLinkLineComputer | Stephen Kelly | 2016-10-10 | 1 | -2/+7 |
|
|
* | | cmLinkLineComputer: Extract from cmLocalGenerator | Stephen Kelly | 2016-10-10 | 1 | -2/+13 |
|/ |
|
* | Makefiles: Introduce local RelativePath method | Stephen Kelly | 2016-10-06 | 1 | -13/+13 |
|
|
* | Simplify CMake per-source license notices | Brad King | 2016-09-27 | 1 | -11/+2 |
|
|
* | Convert: Inline uses of START_OUTPUT | Stephen Kelly | 2016-09-19 | 1 | -14/+28 |
|
|
* | Convert: Avoid START_OUTPUT enum when converting to relative paths | Stephen Kelly | 2016-09-19 | 1 | -8/+9 |
|
|
* | Convert: Replace UNCHANGED conversions with new API call | Stephen Kelly | 2016-08-27 | 1 | -21/+15 |
|
|
* | Convert: Replace uses of Convert(NONE) | Stephen Kelly | 2016-08-27 | 1 | -7/+6 |
|
|
* | Makefiles: Change AppendCustomCommand API to strings | Stephen Kelly | 2016-08-27 | 1 | -4/+4 |
|
|
* | Makefiles: Port CreateCDCommand to string-based API | Stephen Kelly | 2016-08-27 | 1 | -3/+3 |
|
|
* | fix a batch of include-what-you-use violations | Daniel Pfeifer | 2016-08-23 | 1 | -2/+9 |
|
|