| 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 | -2/+2 |
|
|
* | 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 | -6/+6 |
|
|
* | 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 | -10/+8 |
|/ |
|
* | Use C++11 nullptr | Daniel Pfeifer | 2017-08-24 | 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/+3 |
|
|
* | Inline and remove AddFeatureFlags method | Brad King | 2017-04-27 | 1 | -2/+4 |
|
|
* | CUDA: Makefile uses relative path for device linking status messages | Robert Maynard | 2017-04-26 | 1 | -1/+5 |
|
|
* | Replace boolean `implib` parameters with enum | Gregor Jasny | 2017-04-20 | 1 | -1/+3 |
|
|
* | 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 | -0/+1 |
|
|
* | CUDA: Don't use module definition `.def` files for device linking | Robert Maynard | 2017-01-12 | 1 | -9/+0 |
|
|
* | 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/+227 |
|
|
* | Fix several include-what-you-use findings | Daniel Pfeifer | 2016-11-08 | 1 | -4/+7 |
|
|
* | cmListFileCache: Remove cmState header include | Stephen Kelly | 2016-10-19 | 1 | -0/+1 |
|
|
* | cmRulePlaceholderExpander: Port clients to direct-use | Stephen Kelly | 2016-10-15 | 1 | -5/+8 |
|
|
* | 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 | -1/+2 |
|
|
* | cmLocalGenerator: Remove the launcher from RuleVariables | Stephen Kelly | 2016-10-15 | 1 | -1/+10 |
|
|
* | Honor LINK_WHAT_YOU_USE when set to OFF | Jamie Snape | 2016-10-13 | 1 | -2/+2 |
|
|
* | 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/+4 |
|
|
* | Makefiles: Port CreateLinkLibs to cmLinkLineComputer | Stephen Kelly | 2016-10-10 | 1 | -2/+6 |
|
|
* | cmLinkLineComputer: Extract from cmLocalGenerator | Stephen Kelly | 2016-10-10 | 1 | -1/+8 |
|
|
* | Merge topic 'cleanup-Convert' | Brad King | 2016-10-07 | 1 | -11/+11 |
|\ |
|
| * | Makefiles: Introduce local RelativePath method | Stephen Kelly | 2016-10-06 | 1 | -11/+11 |
|
|
* | | CMP0065: Put computed flags into LINK_FLAGS not LINK_LIBRARIES | Stephen Kelly | 2016-10-07 | 1 | -0/+5 |
|/ |
|
* | 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 | -11/+22 |
|
|
* | Convert: Avoid START_OUTPUT enum when converting to relative paths | Stephen Kelly | 2016-09-19 | 1 | -6/+8 |
|
|
* | Convert: Replace UNCHANGED conversions with new API call | Stephen Kelly | 2016-08-27 | 1 | -18/+12 |
|
|
* | Convert: Replace uses of Convert(NONE) | Stephen Kelly | 2016-08-27 | 1 | -5/+4 |
|
|
* | Makefiles: Change AppendCustomCommand API to strings | Stephen Kelly | 2016-08-27 | 1 | -3/+3 |
|
|
* | Makefiles: Port CreateCDCommand to string-based API | Stephen Kelly | 2016-08-27 | 1 | -2/+2 |
|
|
* | fix a batch of include-what-you-use violations | Daniel Pfeifer | 2016-08-23 | 1 | -1/+9 |
|
|
* | Makefile: Factor out response file checks into common helper | Brad King | 2016-07-20 | 1 | -21/+4 |
|
|
* | Windows: Honor WINDOWS_EXPORT_ALL_SYMBOLS for executables with exports | Yury Zhuravlev | 2016-07-11 | 1 | -0/+6 |
|
|
* | use CM_NULLPTR | Daniel Pfeifer | 2016-06-28 | 1 | -4/+6 |
|
|
* | Add options to run `ldd -u -r` as a "link-what-you-use" tool | Bill Hoffman | 2016-06-17 | 1 | -0/+12 |
|
|
* | Remove redundant c_str() calls. | Daniel Pfeifer | 2016-05-26 | 1 | -3/+2 |
|
|
* | Use enums defined in cmOutputConverter using their fully qualified name. | Daniel Pfeifer | 2016-05-25 | 1 | -27/+28 |
|
|
* | Revise C++ coding style using clang-format | Kitware Robot | 2016-05-16 | 1 | -220/+170 |
|
|
* | Remove `//------...` horizontal separator comments | Brad King | 2016-05-09 | 1 | -4/+0 |
|
|