| Commit message (Expand) | Author | Age | Files | Lines |
* | Order SYSTEM include directories after non-system directories | Ephi Sinowitz | 2018-04-23 | 1 | -0/+4 |
|
|
* | Reduce raw string pointers usage. | Pavel Solodovnikov | 2018-01-31 | 1 | -2/+2 |
|
|
* | cmLocalGenerator: change ImportedGeneratorTargets from vector to map | Frank Winklmeier | 2018-01-30 | 1 | -1/+1 |
|
|
* | cmLocalGenerator: remove public GetImportedGeneratorTargets | Frank Winklmeier | 2018-01-30 | 1 | -5/+0 |
|
|
* | sourceFile properties: add property INCLUDE_DIRECTORIES | Marc Chevrier | 2018-01-24 | 1 | -0/+17 |
|
|
* | LocalGenerator: refactoring | Marc Chevrier | 2018-01-23 | 1 | -3/+20 |
|
|
* | IWYU: Mark cmConfigure.h with pragma: keep | Daniel Pfeifer | 2017-08-26 | 1 | -1/+1 |
|
|
* | Use C++11 nullptr | Daniel Pfeifer | 2017-08-24 | 1 | -3/+3 |
|
|
* | Use C++11 unordered containers | Daniel Pfeifer | 2017-08-22 | 1 | -2/+3 |
|
|
* | Performance: Add an index to Change cmLocalGenerator::GeneratorTargets. | Aaron Orenstein | 2017-08-16 | 1 | -1/+5 |
|
|
* | Add options for separate compile and link sysroots | Brad King | 2017-05-09 | 1 | -0/+1 |
|
|
* | cmLocalGenerator: Add a hook for compiler flags used at link time | Brad King | 2017-05-01 | 1 | -0/+4 |
|
|
* | Features: Refactor <LANG>_STANDARD update | Brad King | 2017-05-01 | 1 | -0/+2 |
|
|
* | Clang IPO (LTO) support | Ruslan Baratov | 2017-04-28 | 1 | -0/+3 |
|
|
* | Add IPO compiler flags more consistently in generators | Brad King | 2017-04-27 | 1 | -2/+2 |
|
|
* | CUDA: Allow sources to be compiled to .ptx files | Robert Maynard | 2017-04-20 | 1 | -1/+2 |
|
|
* | Use quotes for non-system includes | Daniel Pfeifer | 2017-04-11 | 1 | -2/+2 |
|
|
* | clang-tidy: apply performance-unnecessary-value-param fixes | Daniel Pfeifer | 2016-12-12 | 1 | -1/+1 |
|
|
* | Fix several include-what-you-use findings | Daniel Pfeifer | 2016-11-08 | 1 | -10/+9 |
|
|
* | cmState: Port dependents to new cmStateTypes header | Stephen Kelly | 2016-10-19 | 1 | -1/+1 |
|
|
* | cmState: Port dependent code to new cmStateSnapshot name | Stephen Kelly | 2016-10-19 | 1 | -2/+2 |
|
|
* | cmRulePlaceholderExpander: Port clients to direct-use | Stephen Kelly | 2016-10-15 | 1 | -13/+3 |
|
|
* | cmRulePlaceholderExpander: Extract from cmLocalGenerator | Stephen Kelly | 2016-10-15 | 1 | -39/+2 |
|
|
* | cmLocalGenerator: Move memset to cxx file | Stephen Kelly | 2016-10-15 | 1 | -1/+1 |
|
|
* | cmLocalGenerator: Use strings instead of a Target in rule replacement | Stephen Kelly | 2016-10-15 | 1 | -1/+2 |
|
|
* | cmLocalGenerator: Use a converter in rule replacement API | Stephen Kelly | 2016-10-15 | 1 | -2/+4 |
|
|
* | cmLocalGenerator: Store variable replacements as state | Stephen Kelly | 2016-10-15 | 1 | -0/+4 |
|
|
* | cmLocalGenerator: Remove the launcher from RuleVariables | Stephen Kelly | 2016-10-15 | 1 | -8/+7 |
|
|
* | cmLinkLineComputer: Extract link libraries computation from cmLocalGenerator | Stephen Kelly | 2016-10-10 | 1 | -2/+1 |
|
|
* | cmLinkLineComputer: Move FrameworkPath computation from cmLocalGenerator | Stephen Kelly | 2016-10-10 | 1 | -2/+2 |
|
|
* | cmLinkLineComputer: Move RPath computation from cmLocalGenerator | Stephen Kelly | 2016-10-10 | 1 | -2/+1 |
|
|
* | cmLocalGenerator: Pass link library info to OutputLinkLibraries | Stephen Kelly | 2016-10-10 | 1 | -3/+5 |
|
|
* | cmLinkLineComputer: Extract from cmLocalGenerator | Stephen Kelly | 2016-10-10 | 1 | -4/+5 |
|
|
* | Merge topic 'cleanup-Convert' | Brad King | 2016-10-07 | 1 | -3/+1 |
|\ |
|
| * | cmLocalGenerator: Simplify ConvertToLinkReference | Stephen Kelly | 2016-10-06 | 1 | -3/+1 |
|
|
* | | cmLocalGenerator: Extract policy handling into a method | Stephen Kelly | 2016-10-06 | 1 | -0/+3 |
|/ |
|
* | 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 | -7/+13 |
|
|
* | make sure to include cmConfigure.h before cmStandardIncludes.h | Daniel Pfeifer | 2016-09-03 | 1 | -0/+2 |
|
|
* | use CM_NULLPTR | Daniel Pfeifer | 2016-06-28 | 1 | -4/+4 |
|
|
* | cmLocalGenerator: Adopt target compile flag generation | Tobias Hunger | 2016-06-17 | 1 | -0/+3 |
|
|
* | cmLocalGenerator: Add method to get Fortran-specific compiler flags | Brad King | 2016-06-17 | 1 | -0/+2 |
|
|
* | Merge topic 'avoid-cmMakefile-IssueMessage-after-configure' | Brad King | 2016-06-13 | 1 | -0/+1 |
|\ |
|
| * | cmLocalGenerator: Store Backtrace for the directory | Stephen Kelly | 2016-06-12 | 1 | -0/+1 |
|
|
* | | cmLocalGenerator: Add GetTargetDefines to get all defines for a target | Tobias Hunger | 2016-06-10 | 1 | -0/+3 |
|
|
* | | cmLocalGenerator: Constify AppendDefines and AddCompileDefinitions | Brad King | 2016-06-10 | 1 | -4/+6 |
|/ |
|
* | cmLocalGenerator: Adopt GetFrameworkFlags method | Tobias Hunger | 2016-06-09 | 1 | -0/+4 |
|
|
* | cmLocalGenerator: Pass configuration to GetTargetFlags | Tobias Hunger | 2016-06-08 | 1 | -4/+4 |
|
|
* | Use enums defined in cmOutputConverter using their fully qualified name. | Daniel Pfeifer | 2016-05-25 | 1 | -5/+7 |
|
|
* | Revise C++ coding style using clang-format | Kitware Robot | 2016-05-16 | 1 | -61/+49 |
|
|