| Commit message (Expand) | Author | Age | Files | Lines |
* | Xcode: Allow bundling extensionkit extensions | Russell Greene | 2022-11-18 | 1 | -1/+3 |
|
|
* | Refactor: `cmGlobalGeneratorFactory::GetDocumentation` returns entry | Alex Turbov | 2022-11-17 | 1 | -2/+2 |
|
|
* | Xcode: Put object files in a place that Xcode cleans | Brad King | 2022-10-28 | 1 | -0/+4 |
|
|
* | Xcode: Set object file locations using TARGET_TEMP_DIR | Brad King | 2022-09-29 | 1 | -5/+0 |
|
|
* | cmTarget: Add `HasKnownObjectFileLocation()` shorthand | Hyper Nova Sun | 2022-04-11 | 1 | -1/+2 |
|
|
* | xcode: add support for xcconfig files | Gregor Jasny | 2022-04-03 | 1 | -0/+6 |
|
|
* | cmGlobalGenerator: Add helper to split framework path | Marc Chevrier | 2022-02-13 | 1 | -0/+2 |
|
|
* | cmBuildOptions: Split build arguments into separate object. | Carsten Rudolph | 2022-01-22 | 1 | -1/+2 |
|
|
* | Source: Fix IWYU warnings in Xcode generators | NAKAMURA Takumi | 2021-11-16 | 1 | -0/+2 |
|
|
* | Xcode: Add embedded plugins option | Gusts Kaksis | 2021-11-10 | 1 | -0/+1 |
|
|
* | Restore honoring CMAKE_GENERATOR_INSTANCE in toolchain file | Brad King | 2021-10-20 | 1 | -5/+0 |
|
|
* | Rename cmProp in cmValue | Marc Chevrier | 2021-09-21 | 1 | -1/+1 |
|
|
* | cmGlobalGenerator::PrintCompilerAdvice: use cmProp as augment | Marc Chevrier | 2021-09-19 | 1 | -1/+1 |
|
|
* | cmGlobalXCodeGenerator: Simplify relative path conversion under project root | Brad King | 2021-05-12 | 1 | -2/+1 |
|
|
* | Merge topic 'xcode_app_extensions' | Brad King | 2021-04-26 | 1 | -0/+13 |
|\ |
|
| * | Xcode: Add support for embedding app extensions | Alexander Akhundzhanov | 2021-04-22 | 1 | -0/+13 |
|
|
* | | Xcode: Add support of DEPFILE for add_custom_command, part 2 | Marc Chevrier | 2021-04-17 | 1 | -5/+4 |
|
|
* | | Xcode: Add support of DEPFILE for add_custom_command | Marc Chevrier | 2021-04-15 | 1 | -0/+13 |
|/ |
|
* | Merge topic 'xcode-object-ids' | Brad King | 2021-01-08 | 1 | -2/+7 |
|\ |
|
| * | Xcode: Use deterministic object ids for script build phases | Brad King | 2021-01-06 | 1 | -1/+2 |
|
|
| * | cmGlobalXCodeGenerator: Add infrastructure for deterministic object ids | Brad King | 2021-01-06 | 1 | -2/+5 |
|
|
| * | cmGlobalXCodeGenerator: Adopt pbxproj object id generation | Brad King | 2021-01-06 | 1 | -0/+1 |
|
|
* | | Xcode: Generalize inheritance of project-level search paths | Brad King | 2020-12-22 | 1 | -0/+2 |
|
|
* | | cmGlobalXCodeGenerator: Factor out helper to append attribute | Brad King | 2020-12-21 | 1 | -0/+3 |
|
|
* | | Xcode: add support for embedding frameworks | Gusts Kaksis | 2020-11-28 | 1 | -0/+3 |
|/ |
|
* | cmGlobalGenerator: FindMakeProgram() at a generator-specific time | Kyle Edwards | 2020-11-23 | 1 | -0/+5 |
|
|
* | Xcode: Remove remnants of ancient XCODE_DEPEND_HELPER utility target | Brad King | 2020-09-24 | 1 | -1/+1 |
|
|
* | Xcode: Switch to the "new build system" for Xcode 12 and above | Brad King | 2020-09-18 | 1 | -0/+16 |
|
|
* | Xcode: Add option to specify build system variant | Brad King | 2020-09-18 | 1 | -0/+11 |
|
|
* | Xcode: Clarify name of legacy run script build phase helper | Brad King | 2020-09-18 | 1 | -3/+3 |
|
|
* | cmGlobalGenerator: Compute a global target ordering respecting dependencies | Brad King | 2020-09-04 | 1 | -3/+0 |
|
|
* | Modernize: Use #pragma once in all header files | Kitware Robot | 2020-09-03 | 1 | -4/+1 |
|
|
* | Xcode: Avoid unnecessary duplication of custom commands across targets | Brad King | 2020-09-01 | 1 | -0/+2 |
|
|
* | Xcode: Refactor build setting append code and attribute getter naming | Gusts Kaksis | 2020-08-28 | 1 | -2/+2 |
|
|
* | Merge topic 'xcode-native-arch' | Craig Scott | 2020-07-21 | 1 | -0/+2 |
|\ |
|
| * | cmGlobalXCodeGenerator: Save CMAKE_SYSTEM_NAME in member | Brad King | 2020-07-16 | 1 | -0/+2 |
|
|
* | | Xcode: Use "Link Binary With Libraries" to link any library | Gusts Kaksis | 2020-07-14 | 1 | -4/+6 |
|
|
* | | Xcode: Fix LANGUAGE property on .m/.mm files | Harry Mallon | 2020-07-03 | 1 | -0/+1 |
|
|
* | | Xcode: Use "Link Binary With Libraries" build phase when possible | Gusts Kaksis | 2020-06-17 | 1 | -0/+1 |
|
|
* | | Xcode: Refactor generator variable names and types | Gusts Kaksis | 2020-06-15 | 1 | -1/+1 |
|/ |
|
* | Modernize memory management | Marc Chevrier | 2020-03-05 | 1 | -2/+6 |
|
|
* | GlobalGenerator family: modernize memory management | Marc Chevrier | 2020-01-07 | 1 | -1/+1 |
|
|
* | cmLocalGenerator: modernize memory management | Marc Chevrier | 2019-12-09 | 1 | -1/+3 |
|
|
* | cmake: Teach --build mode to load CMAKE_GENERATOR_TOOLSET | Alexander Boczar | 2019-10-15 | 1 | -1/+2 |
|
|
* | clang-tidy: Resolve performance-unnecessary-value-param diagnostics | Brad King | 2019-09-09 | 1 | -7/+5 |
|
|
* | Fix invalid ///! doxygen comment line starts | Sebastian Holtermann | 2019-03-31 | 1 | -4/+4 |
|
|
* | Xcode: Create Xcode schemes per target | Harry Mallon | 2019-03-21 | 1 | -3/+4 |
|
|
* | cmGlobalXCodeGenerator: Prefer std::string over char* | Gregor Jasny | 2019-03-17 | 1 | -2/+2 |
|
|
* | cmake: Teach --build mode to support multiple targets | Bartosz Kosiorek | 2019-03-05 | 1 | -9/+6 |
|
|
* | Xcode: Place object library artifacts outside Objects-normal directory | Brad King | 2019-01-30 | 1 | -3/+4 |
|
|