| Commit message (Expand) | Author | Age | Files | Lines |
* | Ninja: Avoid duplicating /DEF: linker flag with MSVC tools | Brad King | 2022-05-31 | 1 | -16/+2 |
|
|
* | cmLocalGenerator: Adopt AppendModuleDefinitionFlag method | Brad King | 2022-05-31 | 1 | -0/+26 |
|
|
* | Merge topic 'ignore-werror-command-arg' | Brad King | 2022-05-19 | 1 | -5/+7 |
|\ |
|
| * | COMPILE_WARNING_AS_ERROR: Add command-line option | Martin Duffy | 2022-05-18 | 1 | -5/+7 |
|
|
* | | Merge topic 'werror-property' | Brad King | 2022-05-10 | 1 | -0/+9 |
|\ \
| |/ |
|
| * | COMPILE_WARNING_AS_ERROR: Add options to treat warnings as errors | Martin Duffy | 2022-05-06 | 1 | -0/+9 |
|
|
* | | OpenWatcom: Allow specifying the runtime library | Cameron Cawley | 2022-05-06 | 1 | -0/+32 |
|
|
* | | Merge topic 'xcode-pch' | Brad King | 2022-04-12 | 1 | -4/+6 |
|\ \
| |/
|/| |
|
| * | PCH: Fix Xcode non-pch language exclusion | Cristian Adam | 2022-04-11 | 1 | -4/+6 |
|
|
| * | Merge topic 'nmc-reuse-from' into release-3.22 | Brad King | 2021-11-09 | 1 | -3/+3 |
| |\ |
|
* | | | color: Introduce CMAKE_COLOR_DIAGNOSTICS variable | Semyon Kolton | 2022-03-08 | 1 | -0/+24 |
|
|
* | | | cmExpandListWithBacktrace: add handling of empty elements. | Marc Chevrier | 2022-02-06 | 1 | -2/+2 |
|
|
* | | | Merge topic 'link-interface-direct' | Brad King | 2022-01-31 | 1 | -0/+5 |
|\ \ \ |
|
| * | | | PCH: Clear link interface cache when adding PCH object to it | Brad King | 2022-01-29 | 1 | -0/+5 |
|
|
* | | | | Shorten object name even if still longer than CMAKE_OBJECT_PATH_MAX | Nick Little | 2022-01-28 | 1 | -12/+18 |
|/ / / |
|
* | | | cmCustomCommand: Track main dependency explicitly | NAKAMURA Takumi | 2021-12-14 | 1 | -20/+8 |
|
|
* | | | cmLocalGenerator: Remove unused IncludePathStyle infrastructure | Brad King | 2021-12-01 | 1 | -6/+3 |
|
|
* | | | cmLocalGenerator: Simplify Add{Custom,Utility}Command | NAKAMURA Takumi | 2021-11-18 | 1 | -95/+21 |
|
|
* | | | cmMakefile: Simplify detail:::Add{Custom,Utility}Command | NAKAMURA Takumi | 2021-11-18 | 1 | -112/+94 |
|
|
* | | | cmCustomCommand: Move constructor arguments to individual setters | NAKAMURA Takumi | 2021-11-18 | 1 | -6/+17 |
|
|
* | | | Unity Build: Fix per-config sources in multi-config generators | Brad King | 2021-11-11 | 1 | -29/+58 |
|
|
* | | | cmLocalGenerator: Add dedicated types to hold unity source info | Brad King | 2021-11-11 | 1 | -36/+53 |
|
|
* | | | cmLocalGenerator: Clarify name of method to write unity source include lines | Brad King | 2021-11-10 | 1 | -5/+7 |
|
|
* | | | cmLocalGenerator: Simplify unity source copy-if-different logic | Brad King | 2021-11-10 | 1 | -13/+8 |
|
|
* | | | cmLocalGenerator: De-duplicate unity source file generation | Brad King | 2021-11-10 | 1 | -40/+32 |
|
|
* | | | Merge topic 'cuda_clang_cmp0105' | Brad King | 2021-11-09 | 1 | -5/+3 |
|\ \ \ |
|
| * | | | CUDA: Avoid unnecessary allocation and GetLinkLanguage() | Raul Tambre | 2021-11-07 | 1 | -5/+3 |
|
|
* | | | | Merge topic 'nmc-reuse-from' | Brad King | 2021-11-09 | 1 | -3/+3 |
|\ \ \ \
| | |_|/
| |/| | |
|
| * | | | PCH: Fixed Ninja Multi-Config and REUSE_FROM for MSVC | Cristian Adam | 2021-11-08 | 1 | -3/+3 |
|
|
* | | | | Merge topic 'msvc-pch-reuse-config' | Brad King | 2021-11-09 | 1 | -2/+2 |
|\ \ \ \
| |_|/ /
|/| | /
| | |/
| |/| |
|
| * | | PCH: Fix REUSE_FROM when Debug and RelWithDebInfo configs differ | Cristian Adam | 2021-11-08 | 1 | -2/+2 |
| |/ |
|
* | | bootstrap: Do not declare cmSystemTools functions that are not implemented | Brad King | 2021-10-27 | 1 | -1/+4 |
|
|
* | | Source: Replace most calls to sprintf with snprintf | Sean McBride | 2021-10-25 | 1 | -2/+2 |
|/ |
|
* | Source: Fix clang -Wimplicit-fallthrough warnings | Sean McBride | 2021-09-28 | 1 | -2/+3 |
|
|
* | Rename cmProp in cmValue | Marc Chevrier | 2021-09-21 | 1 | -81/+82 |
|
|
* | remove cmToCStr function | Marc Chevrier | 2021-09-19 | 1 | -5/+4 |
|
|
* | cmSystemTools::VersionCompare: use std::string for arguments | Marc Chevrier | 2021-09-17 | 1 | -6/+6 |
|
|
* | PCH: MSVC: Restrict OBJECT library INTERFACE_LINK_LIBRARIES usage | Cristian Adam | 2021-09-15 | 1 | -1/+2 |
|
|
* | Merge topic 'pch-xcode-multiple-languages' | Brad King | 2021-09-14 | 1 | -0/+15 |
|\ |
|
| * | PCH: Fix all-language precompile header support in Xcode | Cristian Adam | 2021-09-13 | 1 | -0/+15 |
|
|
* | | Refactor: Use new SetProperty signatures | Marc Chevrier | 2021-08-25 | 1 | -6/+6 |
|
|
* | | Refactor: reduce cmToCStr usage | Marc Chevrier | 2021-08-19 | 1 | -17/+15 |
|/ |
|
* | Merge topic 'LWYU-externalization' | Brad King | 2021-07-12 | 1 | -0/+24 |
|\ |
|
| * | LINK_WHAT_YOU_USE feature: externalize configuration | Marc Chevrier | 2021-07-09 | 1 | -0/+24 |
|
|
* | | Do not exclude include directory symlinks to entries of CPATH | Alexander Grund | 2021-07-07 | 1 | -3/+13 |
|
|
* | | cmLocalGenerator: Simplify CPATH lookup loop | Alexander Grund | 2021-07-07 | 1 | -3/+2 |
|
|
* | | cmLocalGenerator: Clarify check for membership in multiple sets | Alexander Grund | 2021-07-07 | 1 | -3/+3 |
|
|
* | | cmLocalGenerator: Remove unnecessary parentheses in a condition | Alexander Grund | 2021-07-07 | 1 | -4/+4 |
|
|
* | | cmLocalGenerator: Store realpath lookup result in a variable | Alexander Grund | 2021-07-07 | 1 | -2/+3 |
|
|
* | | cmLocalGenerator: Factor out repeated condition into local variable | Alexander Grund | 2021-07-06 | 1 | -3/+4 |
|/ |
|