| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
|
|
* | cmGlobalGenerator: Add a class that represent the build command | Robert Maynard | 2019-01-25 | 1 | -1/+1 |
|
|
* | POSITION_INDEPENDENT_CODE: Manage link flags for executables | Marc Chevrier | 2018-11-11 | 1 | -0/+3 |
|
|
* | cmGlobalGenerator: Add IsXcode query | Brad King | 2018-08-01 | 1 | -0/+2 |
|
|
* | Xcode: Factor target generation loop body into helper method | Brad King | 2018-07-19 | 1 | -0/+2 |
|
|
* | Xcode: Compute global order index for targets | Brad King | 2018-07-19 | 1 | -0/+3 |
|
|
* | Xcode: Use legacy build system | Gregor Jasny | 2018-06-19 | 1 | -1/+3 |
|
|
* | Revise C++ coding style using clang-format-6.0 | Kitware Robot | 2018-06-01 | 1 | -5/+8 |
|
|
* | cmake: Add options for parallel builds to --build mode | Florian Maushart | 2018-05-25 | 1 | -7/+5 |
|
|
* | Restore support for explicitly referenced CMakeLists.txt sources | Brad King | 2018-04-13 | 1 | -0/+2 |
|
|
* | Reduce raw string pointers usage. | Pavel Solodovnikov | 2018-01-31 | 1 | -1/+1 |
|
|
* | LocalGenerator: refactoring | Marc Chevrier | 2018-01-23 | 1 | -1/+1 |
|
|
* | Darwin: Emit deployment target that matches the SDK | Gregor Jasny | 2017-12-22 | 1 | -0/+2 |
|
|
* | cmake: Add --open option for IDE generators | Gregor Jasny | 2017-10-13 | 1 | -0/+7 |
|
|