| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
|\ \ \ |
|
| * | | | Modernize: C-arrays and loops over them | Artur Ryt | 2019-02-15 | 1 | -26/+23 |
| |/ / |
|
* | | | Merge topic 'fix-legacy-implicit-includes' | Brad King | 2019-02-19 | 1 | -34/+27 |
|\ \ \
| |/ /
|/| /
| |/ |
|
| * | Do not explicitly report "standard" include directories as implicit | Brad King | 2019-02-18 | 1 | -20/+27 |
|
|
| * | Restore unconditional use of "standard" include directories | Brad King | 2019-02-18 | 1 | -3/+1 |
|
|
| * | Prefix implicit include directories with sysroot on construction | Brad King | 2019-02-18 | 1 | -12/+0 |
|
|
* | | Merge topic 'fix-legacy-implicit-includes' | Brad King | 2019-02-14 | 1 | -7/+21 |
|\ \
| |/ |
|
| * | Update logic for sysroot in detected implicit include directories | Brad King | 2019-02-13 | 1 | -1/+5 |
|
|
| * | Fix regression in -I/usr/include exclusion logic | Brad King | 2019-02-13 | 1 | -6/+16 |
|
|
* | | Merge topic 'modernize-for-loops' | Brad King | 2019-02-11 | 1 | -8/+5 |
|\ \ |
|
| * | | Modernize: Use ranged for-loops when possible | Artur Ryt | 2019-02-07 | 1 | -8/+5 |
| |/ |
|
* | | cmMakefile::GetRequiredDefinition: return const std::string& | Vitaly Stakhovsky | 2019-02-07 | 1 | -2/+2 |
|/ |
|
* | Merge topic 'cmoutputconverter-simplify' | Brad King | 2019-01-29 | 1 | -6/+13 |
|\ |
|
| * | cmOutputConverter: move ConvertToRelativePath to cmStateDirectory. | Bruno Manganelli | 2019-01-27 | 1 | -6/+13 |
|
|
* | | Merge topic 'message-stdstring' | Brad King | 2019-01-29 | 1 | -2/+2 |
|\ \ |
|
| * | | cmSystemTools::Message: Add overload accepting std::string | Vitaly Stakhovsky | 2019-01-28 | 1 | -2/+2 |
|
|
* | | | cmLocalGenerator: Refactor `GetIncludeDirectoriesImplicit` method | Sebastian Holtermann | 2019-01-28 | 1 | -45/+51 |
|
|
* | | | cmLocalGenerator: Simplify `GetIncludeDirectories` | Sebastian Holtermann | 2019-01-28 | 1 | -16/+29 |
|/ / |
|
* | | cmSystemTools::Error(): new overload accepting std::string | Vitaly Stakhovsky | 2019-01-23 | 1 | -3/+3 |
|
|
* | | Merge topic 'getmodulesfile-string' | Brad King | 2019-01-23 | 1 | -2/+2 |
|\ \ |
|
| * | | cmMakefile: GetModulesFile() accepts std::string param | Vitaly Stakhovsky | 2019-01-21 | 1 | -2/+2 |
| |/ |
|
* | | Merge topic 'implicit-includes' | Brad King | 2019-01-22 | 1 | -8/+16 |
|\ \
| |/
|/| |
|
| * | Refactor exclusion of -I/usr/include to avoid per-language values | Brad King | 2019-01-21 | 1 | -8/+16 |
|
|
* | | clang-tidy: Use emplace | Regina Pfeifer | 2019-01-17 | 1 | -13/+13 |
|/ |
|
* | Factor out enum MessageType into dedicated header | Bruno Manganelli | 2019-01-16 | 1 | -14/+14 |
|
|
* | PIE link options: Update strategy to fix performance regression | Marc Chevrier | 2018-12-19 | 1 | -2/+8 |
|
|
* | POSITION_INDEPENDENT_CODE: Manage link flags for executables | Marc Chevrier | 2018-11-11 | 1 | -0/+32 |
|
|
* | Using front() and back() instead of calculations | Cengizhan Pasaoglu | 2018-11-06 | 1 | -4/+4 |
|
|
* | Merge topic 'msvc-custom-rc-mt' | Brad King | 2018-11-02 | 1 | -0/+1 |
|\ |
|
| * | MSVC: Respect CMAKE_RC_COMPILER and CMAKE_MT in vs_link_{dll,exe} | Mateusz Zych | 2018-10-29 | 1 | -0/+1 |
|
|
* | | cmLocalGenerator::AppendDefines: Remove const char* overloads | Vitaly Stakhovsky | 2018-10-26 | 1 | -3/+3 |
|
|
* | | Add generator APIs to get build settings with backtraces | Brad King | 2018-10-18 | 1 | -34/+91 |
|
|
* | | cmLocalGenerator: Make MoveSystemIncludesToEnd file-local | Brad King | 2018-10-18 | 1 | -5/+6 |
|
|