Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Source: use cmNonempty() | Vitaly Stakhovsky | 2020-07-28 | 26 | -86/+85 |
* | Merge topic 'cleanup-target-types' | Brad King | 2020-07-28 | 21 | -143/+186 |
|\ | |||||
| * | cmGeneratorTarget: Skip computing link implementation for custom targets | Brad King | 2020-07-27 | 1 | -4/+16 |
| * | cmGeneratorTarget: Simplify logic in ComputeLinkInterfaceLibraries | Brad King | 2020-07-23 | 1 | -5/+10 |
| * | cmGeneratorTarget: Add missing nullptr checks | Brad King | 2020-07-23 | 1 | -15/+17 |
| * | cmComputeTargetDepends: Add missing nullptr check | Brad King | 2020-07-23 | 1 | -7/+9 |
| * | cmGeneratorTarget: Skip computing languages for custom targets | Brad King | 2020-07-23 | 1 | -0/+5 |
| * | Factor out generator checks for filtering on non-compiling targets | Brad King | 2020-07-23 | 7 | -22/+37 |
| * | Factor out generator checks for filtering out interface libraries | Brad King | 2020-07-23 | 19 | -48/+58 |
| * | cmGeneratorTarget: Remove unnecessary target type check in dependency tracing | Brad King | 2020-07-23 | 1 | -23/+20 |
| * | cmTarget: Skip output dir property init for CMake-provided targets | Brad King | 2020-07-23 | 1 | -1/+2 |
| * | cmTarget: De-duplicate conditions for property initialization | Brad King | 2020-07-23 | 1 | -17/+9 |
| * | cmGlobalNinjaGenerator: Replace switch default with all cases | Brad King | 2020-07-23 | 1 | -2/+3 |
| * | cmLocalUnixMakefileGenerator3: Skip object file listing for custom targets | Brad King | 2020-07-23 | 1 | -1/+2 |
* | | Merge topic 'cmctest-stdstring' | Brad King | 2020-07-28 | 18 | -131/+120 |
|\ \ | |||||
| * | | cmCTest: Members accept std::string parameters | Vitaly Stakhovsky | 2020-07-27 | 18 | -131/+120 |
* | | | Merge topic 'revert-add_test-special-chars' | Brad King | 2020-07-28 | 1 | -7/+7 |
|\ \ \ | |||||
| * | | | add_test: Revert "Allow special characters in test name" | Brad King | 2020-07-27 | 1 | -7/+7 |
| * | | | Merge topic 'cmake-gui-qt-5.14' into release-3.18 | Brad King | 2020-07-23 | 1 | -2/+3 |
| |\ \ \ | |||||
| * \ \ \ | Merge topic 'graphviz-restore-per-target' into release-3.18 | Brad King | 2020-07-22 | 2 | -7/+145 |
| |\ \ \ \ | |||||
| | * \ \ \ | Merge branch 'backport-3.17-graphviz-restore-per-target' | Brad King | 2020-07-21 | 2 | -7/+145 |
| | |\ \ \ \ | |||||
| * | \ \ \ \ | Merge topic 'ghs-crash' into release-3.18 | Brad King | 2020-07-21 | 1 | -2/+3 |
| |\ \ \ \ \ \ | |||||
| | * | | | | | | GHS: Fix crash when GHS_NO_SOURCE_GROUP_FILE property is not defined | Brad King | 2020-07-20 | 1 | -2/+3 |
| | |/ / / / / | |||||
| * | | | | | | Merge topic 'strdup' into release-3.18 | Brad King | 2020-07-21 | 1 | -0/+4 |
| |\ \ \ \ \ \ | |||||
| * \ \ \ \ \ \ | Merge topic 'xcode-native-arch' into release-3.18 | Craig Scott | 2020-07-21 | 2 | -1/+20 |
| |\ \ \ \ \ \ \ | |||||
| * \ \ \ \ \ \ \ | Merge topic 'swift-link-iface' into release-3.18 | Brad King | 2020-07-20 | 1 | -0/+3 |
| |\ \ \ \ \ \ \ \ | |||||
| * \ \ \ \ \ \ \ \ | Merge topic 'ninja-multi-rsp' into release-3.18 | Brad King | 2020-07-17 | 1 | -4/+14 |
| |\ \ \ \ \ \ \ \ \ | | |_|_|_|/ / / / / | |/| | | | | | | | | |||||
* | | | | | | | | | | Merge topic 'update-kwsys' | Brad King | 2020-07-28 | 5 | -11/+34 |
|\ \ \ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | | | Merge branch 'upstream-KWSys' into update-kwsys | Brad King | 2020-07-24 | 5 | -11/+34 |
* | | | | | | | | | | | Merge topic 'ctest-prefer-normative-text' | Brad King | 2020-07-28 | 1 | -3/+3 |
|\ \ \ \ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | | | | CTest: Prefer normative terms to express subprocess failures | Robert Maynard | 2020-07-27 | 1 | -3/+3 |
* | | | | | | | | | | | | CMake Nightly Date Stamp | Kitware Robot | 2020-07-28 | 1 | -1/+1 |
| |_|_|_|_|_|_|_|_|/ / |/| | | | | | | | | | | |||||
* | | | | | | | | | | | Merge topic 'ninja-remove-param-default' | Brad King | 2020-07-27 | 6 | -31/+39 |
|\ \ \ \ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | | | | Ninja: Remove parameter default for cmNinjaTargetDepends | Kyle Edwards | 2020-07-24 | 6 | -31/+39 |
| | |/ / / / / / / / / | |/| | | | | | | | | | |||||
* | | | | | | | | | | | Merge topic 'xcode-12-legacy-deprecation' | Brad King | 2020-07-27 | 1 | -0/+2 |
|\ \ \ \ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | | | | Xcode: Suppress legacy build system deprecation warning | Brad King | 2020-07-23 | 1 | -0/+2 |
| | |_|/ / / / / / / / | |/| | | | | | | | | | |||||
* | | | | | | | | | | | Merge topic 'vs-lang-flags' | Brad King | 2020-07-27 | 1 | -0/+6 |
|\ \ \ \ \ \ \ \ \ \ \ | |||||
| * \ \ \ \ \ \ \ \ \ \ | Merge branch 'backport-vs-lang-flags' into vs-lang-flags | Brad King | 2020-07-23 | 1 | -0/+6 |
| |\ \ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|_|_|_|_|/ | |/| | | | | | | | | | | |||||
| | * | | | | | | | | | | VS: Restore toleration of target-wide -TP flag with MSVC | Brad King | 2020-07-23 | 1 | -0/+6 |
| | |/ / / / / / / / / | |||||
* | | | | | | | | | | | Merge topic 'EXCLUDE_FROM_ALL-genex' | Brad King | 2020-07-27 | 1 | -1/+1 |
|\ \ \ \ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | | | | cmGlobalGenerator: Fix spelling of EXCLUDE_FROM_ALL in error message | Brad King | 2020-07-23 | 1 | -1/+1 |
* | | | | | | | | | | | | CMake Nightly Date Stamp | Kitware Robot | 2020-07-27 | 1 | -1/+1 |
* | | | | | | | | | | | | CMake Nightly Date Stamp | Kitware Robot | 2020-07-26 | 1 | -1/+1 |
* | | | | | | | | | | | | CMake Nightly Date Stamp | Kitware Robot | 2020-07-25 | 1 | -1/+1 |
| |_|_|/ / / / / / / / |/| | | | | | | | | | | |||||
* | | | | | | | | | | | CMake Nightly Date Stamp | Kitware Robot | 2020-07-24 | 1 | -1/+1 |
| |/ / / / / / / / / |/| | | | | | | | | | |||||
* | | | | | | | | | | Merge topic 'fix-typos-identified-using-codespell' | Brad King | 2020-07-23 | 16 | -47/+47 |
|\ \ \ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | | | Fix typos identified using codespell | Jean-Christophe Fillion-Robin | 2020-07-22 | 16 | -47/+47 |
* | | | | | | | | | | | Merge topic 'simplify-sources-check' | Brad King | 2020-07-23 | 1 | -11/+1 |
|\ \ \ \ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | | | | cmGlobalGenerator: Simplify CheckTargetsForMissingSources | Brad King | 2020-07-22 | 1 | -11/+1 |
* | | | | | | | | | | | | Merge topic 'cmake-gui-qt-5.14' | Brad King | 2020-07-23 | 1 | -2/+3 |
|\ \ \ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|_|_|_|_|/ | |/| | | | | | | | | | |