Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Remove filtering of allowed INTERFACE library properties | Brad King | 2020-08-03 | 6 | -104/+6 |
* | Makefiles: Use IsInBuildSystem in global generator target type checks | Brad King | 2020-08-03 | 1 | -21/+9 |
* | CMake Nightly Date Stamp | Kitware Robot | 2020-08-01 | 1 | -1/+1 |
* | CMake Nightly Date Stamp | Kitware Robot | 2020-07-31 | 1 | -1/+1 |
* | Merge topic 'unity_no_skip_autogen' | Brad King | 2020-07-30 | 1 | -1/+0 |
|\ | |||||
| * | Unity Builds: Do not set SKIP_AUTOGEN to source files | Cristian Adam | 2020-07-29 | 1 | -1/+0 |
| * | Merge topic 'revert-add_test-special-chars' into release-3.18 | Brad King | 2020-07-28 | 1 | -7/+7 |
| |\ | |||||
| * \ | Merge topic 'xcode-12-legacy-deprecation' into release-3.18 | Brad King | 2020-07-27 | 1 | -0/+2 |
| |\ \ | |||||
| * \ \ | Merge topic 'vs-lang-flags' into release-3.18 | Brad King | 2020-07-27 | 1 | -0/+6 |
| |\ \ \ | |||||
* | | | | | CMake Nightly Date Stamp | Kitware Robot | 2020-07-30 | 1 | -1/+1 |
* | | | | | Merge topic 'cmcomputecomponentgraph-compute-method' | Brad King | 2020-07-29 | 4 | -2/+11 |
|\ \ \ \ \ | |||||
| * | | | | | cmComputeComponentGraph: Move work out of constructor into Compute() method | Kyle Edwards | 2020-07-28 | 4 | -2/+11 |
* | | | | | | Merge topic 'refactor_cmTarget_language_initProperties' | Brad King | 2020-07-29 | 1 | -25/+17 |
|\ \ \ \ \ \ | |||||
| * | | | | | | cmTarget: Refactor init of common language properties | Robert Maynard | 2020-07-28 | 1 | -25/+17 |
* | | | | | | | Merge topic 'use-nonempty' | Brad King | 2020-07-29 | 26 | -86/+85 |
|\ \ \ \ \ \ \ | |||||
| * | | | | | | | Source: use cmNonempty() | Vitaly Stakhovsky | 2020-07-28 | 26 | -86/+85 |
| |/ / / / / / | |||||
* | | | | | | | Merge topic 'noduplicates' | Brad King | 2020-07-29 | 2 | -5/+3 |
|\ \ \ \ \ \ \ | |||||
| * | | | | | | | Avoid duplicate calls to GetDefinition | Vitaly Stakhovsky | 2020-07-28 | 2 | -5/+3 |
| |/ / / / / / | |||||
* | | | | | | | CMake Nightly Date Stamp | Kitware Robot | 2020-07-29 | 1 | -1/+1 |
* | | | | | | | Merge topic 'file-download-no-save' | Craig Scott | 2020-07-28 | 1 | -22/+41 |
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | | | |||||
| * | | | | | | file(DOWNLOAD): Make file argument optional | Kyle Edwards | 2020-07-27 | 1 | -22/+41 |
* | | | | | | | 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 |
|\ \ \ \ \ \ \ \ \ \ \ \ \ |