| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | | | | 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 |
|/ |
|
* | Compiler/MSVC: use the `-external:I` flag for system includes | Ben Boeckel | 2021-06-18 | 1 | -0/+8 |
|
|
* | HIP: Add language to CMake | Robert Maynard | 2021-06-07 | 1 | -5/+7 |
|
|
* | add_custom_command: Target-dependent generator expression support | Raul Tambre | 2021-05-31 | 1 | -0/+1 |
|
|
* | install: Implement new install(CODE|SCRIPT) option ALL_COMPONENTS | Nils Gladitz | 2021-05-19 | 1 | -2/+2 |
|
|
* | cmOutputConverter: Adopt relative path conversion helpers | Brad King | 2021-05-17 | 1 | -19/+0 |
|
|
* | cmLocalGenerator: De-duplicate StateSnapshot member | Brad King | 2021-05-17 | 1 | -1/+0 |
|
|
* | cmLocalGenerator: Remove unused MaybeRelativeToCurSrcDir method | Brad King | 2021-05-17 | 1 | -6/+0 |
|
|
* | cmLocalGenerator: Localize logic mapping source path to object file name | Brad King | 2021-05-17 | 1 | -2/+19 |
|
|
* | INTERFACE_POSITION_INDEPENDENT_CODE must be transitive for OBJECT library | Marc Chevrier | 2021-05-14 | 1 | -7/+0 |
|
|
* | cmLocalGenerator: Factor out relative path conversion helpers | Brad King | 2021-05-13 | 1 | -9/+23 |
|
|
* | cmStateDirectory: Rename ConvertToRelPathIf{Not => }Contained | Brad King | 2021-05-12 | 1 | -1/+1 |
|
|
* | Source: Minor code improvements | Vitaly Stakhovsky | 2021-05-11 | 1 | -1/+1 |
|
|
* | Source: Remove unnecessary comparisons to nullptr | Vitaly Stakhovsky | 2021-05-10 | 1 | -3/+3 |
|
|
* | Source: Fix typos and spelling in comments | Josef Angstenberger | 2021-05-07 | 1 | -3/+3 |
|
|
* | Merge topic 'objc-osx-architectures' | Brad King | 2021-05-06 | 1 | -1/+1 |
|\ |
|
| * | ObjectiveC: Respect OSX_ARCHITECTURES for OBJC | Brad King | 2021-05-05 | 1 | -1/+1 |
|
|
* | | Per-language Win32/Console flags | Raul Tambre | 2021-03-17 | 1 | -4/+4 |
|
|
* | | cmLocalGenerator: Clarify GetIncludeFlags signature | Brad King | 2021-02-25 | 1 | -6/+6 |
|
|
* | | Merge topic 'autogen-cmp0116-fix' | Brad King | 2021-02-24 | 1 | -26/+37 |
|\ \
| |/ |
|
| * | cmCustomCommand: Record value of CMP0116 at time of creation | Kyle Edwards | 2021-02-23 | 1 | -26/+37 |
|
|
* | | PCH PDB: Fix misuse of IS_NEWER_THAN in timestamp check | Craig Scott | 2021-02-22 | 1 | -2/+3 |
|/ |
|
* | Merge topic 'xcode12-ios_install_combined' | Brad King | 2021-02-09 | 1 | -0/+2 |
|\ |
|
| * | IOS_INSTALL_COMBINED: Support Xcode 12 (command line only) | Craig Scott | 2021-02-08 | 1 | -0/+2 |
|
|
| * | Merge topic 'ispc_control_header_suffixes' into release-3.19 | Brad King | 2020-12-15 | 1 | -4/+12 |
| |\ |
|
* | | | PCH: Remove restrictions for REUSE_FROM signature for MSVC | Cristian Adam | 2021-02-02 | 1 | -7/+16 |
|
|
* | | | Revert "PCH: Remove restrictions for REUSE_FROM signature for MSVC" | Brad King | 2021-02-02 | 1 | -16/+7 |
|
|
* | | | PCH: Remove restrictions for REUSE_FROM signature for MSVC | Cristian Adam | 2021-02-02 | 1 | -7/+16 |
|
|
* | | | clang-tidy: fix `readability-use-anyofallof` warnings | Ben Boeckel | 2021-01-27 | 1 | -26/+18 |
|
|
* | | | clang-tidy: fix `readability-qualified-auto` warnings | Ben Boeckel | 2021-01-27 | 1 | -4/+4 |
|
|