| Commit message (Expand) | Author | Age | Files | Lines |
* | clang-tidy: Replace typedef with using | Regina Pfeifer | 2019-09-03 | 1 | -1/+1 |
|
|
* | Merge topic 'add-non-empty-configurations-getter' | Brad King | 2019-09-03 | 1 | -5/+2 |
|\ |
|
| * | cmMakefile: Add configurations getter with empty configuration default | Daniel Eiband | 2019-08-30 | 1 | -5/+2 |
|
|
* | | cmSourceFile: Rename mutating GetFullPath() overload | Daniel Eiband | 2019-08-29 | 1 | -2/+2 |
|/ |
|
* | Merge topic 'precompile-headers' | Brad King | 2019-08-29 | 1 | -0/+83 |
|\ |
|
| * | Precompile headers: Add methods to generate PCH sources | Cristian Adam | 2019-08-28 | 1 | -0/+83 |
|
|
* | | Merge topic 'swift-version' | Brad King | 2019-08-27 | 1 | -0/+11 |
|\ \
| |/
|/| |
|
| * | Swift: honour `-swift-version` in Ninja generator | Saleem Abdulrasool | 2019-08-26 | 1 | -0/+11 |
|
|
* | | Source sweep: Replace cmExpandList with the shorter cmExpandedList | Sebastian Holtermann | 2019-08-23 | 1 | -24/+12 |
|/ |
|
* | Source sweep: Use cmStrCat for string concatenation | Sebastian Holtermann | 2019-08-22 | 1 | -15/+12 |
|
|
* | Merge topic 'isolate-declarations' | Brad King | 2019-08-22 | 1 | -2/+2 |
|\ |
|
| * | clang-tidy: isolate declarations for readability | Regina Pfeifer | 2019-08-20 | 1 | -2/+2 |
|
|
* | | Merge topic 'cm-contains' | Brad King | 2019-08-21 | 1 | -9/+5 |
|\ \
| |/
|/| |
|
| * | cmAlgorithms: Add cmContains | Regina Pfeifer | 2019-08-19 | 1 | -9/+5 |
|
|
* | | Source sweep: Use cmIsOn instead of cmSystemTools::IsOn | Sebastian Holtermann | 2019-08-17 | 1 | -7/+6 |
|/ |
|
* | Source code: Use cmExpandList instead of cmSystemTools::ExpandListArgument | Sebastian Holtermann | 2019-08-14 | 1 | -14/+14 |
|
|
* | Merge topic 'strcat-localgenerator' | Kyle Edwards | 2019-08-13 | 1 | -92/+48 |
|\ |
|
| * | cmLocalGenerator: Use cmStrCat | Regina Pfeifer | 2019-08-09 | 1 | -92/+48 |
|
|
* | | Refactor: Convert all instances of CMAKE_BUILD_WITH_CMAKE to CMAKE_BOOTSTRAP | Kitware Robot | 2019-08-09 | 1 | -1/+1 |
|/ |
|
* | clang-tidy: Enable performance-inefficient-string-concatenation | Sebastian Holtermann | 2019-08-05 | 1 | -1/+1 |
|
|
* | cmStringAlgorithms: Move string functions to the new cmStringAlgorithms.h | Sebastian Holtermann | 2019-07-29 | 1 | -0/+1 |
|
|
* | cmMakefile: Let AddDefinition accept a value as cm::string_view | Sebastian Holtermann | 2019-07-24 | 1 | -2/+2 |
|
|
* | Swift: fix static library handling | Saleem Abdulrasool | 2019-07-19 | 1 | -5/+7 |
|
|
* | AIX: Explicitly compute executable exports for both XL and GNU | Brad King | 2019-07-15 | 1 | -4/+8 |
|
|
* | IWYU: Fix handling of <memory> standard header | Brad King | 2019-07-10 | 1 | -1/+3 |
|
|
* | Normalize paths when checking for implicit include dirs | Daniel Scharrer | 2019-06-22 | 1 | -3/+5 |
|
|
* | Support per-language library link flags | Saleem Abdulrasool | 2019-06-06 | 1 | -4/+17 |
|
|
* | Merge topic 'swift-linker-flags' | Brad King | 2019-06-04 | 1 | -49/+62 |
|\ |
|
| * | Swift: avoid `CMAKE_{EXE,SHARED}_LINKER_FLAGS` | Saleem Abdulrasool | 2019-06-03 | 1 | -49/+62 |
|
|
* | | The error message for VISIBILITY_PRESET now documents valid options. | Robert Maynard | 2019-06-03 | 1 | -1/+3 |
|/ |
|
* | Merge topic 'implicit-includes-CPATH' | Brad King | 2019-05-31 | 1 | -3/+25 |
|\ |
|
| * | Do not exclude include directories made implicit by CPATH | Brad King | 2019-05-30 | 1 | -3/+25 |
|
|
* | | Use cmAppend to append ranges to std::vector instances | Sebastian Holtermann | 2019-05-23 | 1 | -7/+6 |
|
|
* | | MSVC: Add support for /JMC (Just My Code) | Luca Cappa | 2019-05-14 | 1 | -0/+26 |
|
|
* | | MSVC: Add abstraction for runtime library selection | Brad King | 2019-04-17 | 1 | -2/+35 |
|
|
* | | Merge topic 'modernize-raw-string-literal' | Brad King | 2019-04-04 | 1 | -1/+1 |
|\ \ |
|
| * | | Modernize: Enable modernize-raw-string-literal in clang-tidy | Artur Ryt | 2019-04-02 | 1 | -1/+1 |
|
|
* | | | cmLocalGenerator: Factor IPO logic out of AddLanguageFlags | Brad King | 2019-04-02 | 1 | -3/+10 |
|/ / |
|
* | | Modernize: Prefer .substr in place of .c_str() + int | Artur Ryt | 2019-03-30 | 1 | -1/+1 |
|
|
* | | Merge topic 'implicit-includes-autogen' | Brad King | 2019-03-29 | 1 | -8/+13 |
|\ \
| |/ |
|
| * | Autogen: Do not treat hard-coded -I/usr/include exclusion as implicit include | Sebastian Holtermann | 2019-03-28 | 1 | -8/+13 |
|
|
* | | Merge topic 'error-consolidate' | Brad King | 2019-02-25 | 1 | -4/+4 |
|\ \ |
|
| * | | cmSystemTools::Error: consolidate parameters into single std::string | Vitaly Stakhovsky | 2019-02-20 | 1 | -4/+4 |
|
|
* | | | Merge topic 'systools-stdstring3' | Brad King | 2019-02-25 | 1 | -1/+1 |
|\ \ \ |
|
| * | | | cmSystemTools: More functions accept `std::string` params | Vitaly Stakhovsky | 2019-02-20 | 1 | -1/+1 |
| |/ / |
|
* | | | Merge topic 'fix-implicit-includes-fortran' | Brad King | 2019-02-25 | 1 | -9/+15 |
|\ \ \
| |/ /
|/| /
| |/ |
|
| * | Fortran: Do not suppress explicit use of implicit include directories | Brad King | 2019-02-20 | 1 | -9/+15 |
|
|
* | | Merge topic 'configurefile-stdstring' | Brad King | 2019-02-20 | 1 | -4/+5 |
|\ \ |
|
| * | | cmMakefile::ConfigureFile: Accept `std::string` parameters | Vitaly Stakhovsky | 2019-02-19 | 1 | -4/+5 |
|
|
* | | | Merge topic 'modernize-for-loops-c-arrays' | Brad King | 2019-02-19 | 1 | -26/+23 |
|\ \ \ |
|