| Commit message (Expand) | Author | Age | Files | Lines |
* | cmSourceFile::GetProperty: return cmProp | Vitaly Stakhovsky | 2020-04-14 | 1 | -2/+2 |
|
|
* | PCH: Add support for multi architecture iOS projects | Cristian Adam | 2020-04-02 | 1 | -5/+8 |
|
|
* | macOS: Rename OSX_*_VERSION properties to MACHO_*_VERSION | Brad King | 2020-03-12 | 1 | -1/+1 |
|
|
* | AIX: Add an option to disable automatic exports from shared libraries | Brad King | 2020-01-31 | 1 | -0/+15 |
|
|
* | macOS: Add OSX_COMPATIBILITY_VERSION and OSX_CURRENT_VERSION properties | Isuru Fernando | 2020-01-24 | 1 | -1/+4 |
|
|
* | Ninja: Add multi-config variant | Kyle Edwards | 2019-12-13 | 1 | -10/+15 |
|
|
* | Refactor: Prepare Ninja generator for multi-config | Kyle Edwards | 2019-12-13 | 1 | -23/+28 |
|
|
* | Precompile Headers: Add REUSE_FROM signature | Cristian Adam | 2019-09-17 | 1 | -0/+1 |
|
|
* | clang-tidy: modernize-use-auto | Regina Pfeifer | 2019-09-10 | 1 | -3/+3 |
|
|
* | cmLocalGenerator: Remove AppendFlags 'const char*' overload | Brad King | 2019-09-05 | 1 | -1/+1 |
|
|
* | Source sweep: Use cmStrCat for string concatenation | Sebastian Holtermann | 2019-08-22 | 1 | -12/+8 |
|
|
* | cmStringAlgorithms: Move string functions to the new cmStringAlgorithms.h | Sebastian Holtermann | 2019-07-29 | 1 | -1/+1 |
|
|
* | Merge topic 'tidy-use-equals-default' | Brad King | 2019-01-29 | 1 | -3/+1 |
|\ |
|
| * | clang-tidy: Use `= default` | Regina Pfeifer | 2019-01-25 | 1 | -3/+1 |
|
|
* | | cmOutputConverter: move ConvertToRelativePath to cmStateDirectory. | Bruno Manganelli | 2019-01-27 | 1 | -1/+1 |
|/ |
|
* | Revise C++ coding style using clang-format-6.0 | Kitware Robot | 2018-06-01 | 1 | -1/+2 |
|
|
* | Reduce allocation of temporary values on heap. | Pavel Solodovnikov | 2018-01-26 | 1 | -1/+1 |
|
|
* | Improve several occurrences of vector::push_back in loops | Matthias Maennich | 2017-09-28 | 1 | -0/+1 |
|
|
* | Meta: modernize old-fashioned loops to range-based `for`. | Pavel Solodovnikov | 2017-09-12 | 1 | -7/+4 |
|
|
* | IWYU: Mark cmConfigure.h with pragma: keep | Daniel Pfeifer | 2017-08-26 | 1 | -1/+0 |
|
|
* | Use C++11 nullptr | Daniel Pfeifer | 2017-08-24 | 1 | -1/+1 |
|
|
* | cmCommonTargetGenerator: Rename member to avoid shadowing | Brad King | 2017-06-14 | 1 | -16/+18 |
|
|
* | Inline and remove AddFeatureFlags method | Brad King | 2017-04-27 | 1 | -8/+0 |
|
|
* | Add IPO compiler flags more consistently in generators | Brad King | 2017-04-27 | 1 | -5/+2 |
|
|
* | Use quotes for non-system includes | Daniel Pfeifer | 2017-04-11 | 1 | -1/+1 |
|
|
* | Refactoring: s,GetFeatureAsBool,IsIPOEnabled, | Ruslan Baratov | 2017-03-30 | 1 | -6/+1 |
|
|
* | Refactor module definition file selection | Brad King | 2017-03-09 | 1 | -11/+4 |
|
|
* | Ninja: Do not use module definition `.def` files for static libraries | Brad King | 2017-01-12 | 1 | -0/+7 |
|
|
* | Makefile,Ninja: De-duplicate MSVC compiler PDB path selection | Brad King | 2016-12-15 | 1 | -0/+22 |
|
|
* | Fix several include-what-you-use findings | Daniel Pfeifer | 2016-11-08 | 1 | -2/+1 |
|
|
* | cmState: Split auxiliary classes into separate files | 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 | -1/+1 |
|
|
* | cmLinkLineComputer: Extract from cmLocalGenerator | Stephen Kelly | 2016-10-10 | 1 | -2/+4 |
|
|
* | cmLocalGenerator: Simplify ConvertToLinkReference | Stephen Kelly | 2016-10-06 | 1 | -2/+4 |
|
|
* | Simplify CMake per-source license notices | Brad King | 2016-09-27 | 1 | -11/+2 |
|
|
* | cmOutputConverter: Remove now-obsolete Convert method | Stephen Kelly | 2016-09-19 | 1 | -7/+0 |
|
|
* | Common: Use a string instead of enum for WorkingDirectory | Stephen Kelly | 2016-09-19 | 1 | -2/+3 |
|
|
* | fix a batch of include-what-you-use violations | Daniel Pfeifer | 2016-08-23 | 1 | -1/+9 |
|
|
* | use CM_NULLPTR | Daniel Pfeifer | 2016-06-28 | 1 | -1/+1 |
|
|
* | cmLocalGenerator: Adopt target compile flag generation | Tobias Hunger | 2016-06-17 | 1 | -31/+2 |
|
|
* | cmLocalGenerator: Add method to get Fortran-specific compiler flags | Brad King | 2016-06-17 | 1 | -46/+3 |
|
|
* | cmGeneratorTarget: Adopt Fortran module directory generation | Tobias Hunger | 2016-06-17 | 1 | -39/+1 |
|
|
* | Refactor Makefile/Ninja tool working directory storage | Brad King | 2016-06-17 | 1 | -6/+6 |
|
|
* | cmLocalGenerator: Add GetTargetDefines to get all defines for a target | Tobias Hunger | 2016-06-10 | 1 | -11/+3 |
|
|
* | cmLocalGenerator: Adopt GetFrameworkFlags method | Tobias Hunger | 2016-06-09 | 1 | -51/+3 |
|
|
* | cmCommonTargetGenerator: De-duplicate CMAKE_BUILD_TYPE lookup | Tobias Hunger | 2016-06-08 | 1 | -6/+3 |
|
|
* | call static cmOutputConverter::GetFortranFormat without object | Daniel Pfeifer | 2016-06-06 | 1 | -2/+2 |
|
|
* | Use enums defined in cmOutputConverter using their fully qualified name. | Daniel Pfeifer | 2016-05-25 | 1 | -9/+9 |
|
|
* | Revise C++ coding style using clang-format | Kitware Robot | 2016-05-16 | 1 | -170/+124 |
|
|