| Commit message (Expand) | Author | Age | Files | Lines |
* | Xcode: Remove dependency Makefile hacks under the "new build system" | Brad King | 2020-09-24 | 1 | -11/+17 |
|
|
* | Xcode: Remove remnants of ancient XCODE_DEPEND_HELPER utility target | Brad King | 2020-09-24 | 1 | -5/+4 |
|
|
* | Xcode: Switch to the "new build system" for Xcode 12 and above | Brad King | 2020-09-18 | 1 | -27/+302 |
|
|
* | Xcode: Add option to specify build system variant | Brad King | 2020-09-18 | 1 | -12/+103 |
|
|
* | Xcode: Factor out build phase variable declarations | Brad King | 2020-09-18 | 1 | -7/+12 |
|
|
* | Xcode: Clarify name of legacy run script build phase helper | Brad King | 2020-09-18 | 1 | -5/+5 |
|
|
* | cmGlobalGenerator: Compute a global target ordering respecting dependencies | Brad King | 2020-09-04 | 1 | -39/+2 |
|
|
* | Merge topic 'getdef' | Brad King | 2020-09-03 | 1 | -14/+13 |
|\ |
|
| * | cmMakefile::GetDefinition: return cmProp | Vitaly Stakhovsky | 2020-09-02 | 1 | -14/+13 |
|
|
* | | Xcode: Avoid unnecessary duplication of custom commands across targets | Brad King | 2020-09-01 | 1 | -1/+24 |
|
|
* | | Xcode: Refactor custom command dependency expansion | Brad King | 2020-09-01 | 1 | -6/+11 |
|/ |
|
* | Xcode: Use "Link Binary With Libraries" build phase in some cases | Gusts Kaksis | 2020-08-31 | 1 | -68/+216 |
|
|
* | Xcode: Add special case for file type extension map for .xcassets | Gusts Kaksis | 2020-08-28 | 1 | -0/+3 |
|
|
* | Xcode: Refactor build setting append code and attribute getter naming | Gusts Kaksis | 2020-08-28 | 1 | -47/+68 |
|
|
* | Add INTERFACE libraries to generated buildsystem if they have SOURCES | Brad King | 2020-08-07 | 1 | -1/+2 |
|
|
* | Source: use cmNonempty() | Vitaly Stakhovsky | 2020-07-28 | 1 | -2/+2 |
|
|
* | Merge topic 'cleanup-target-types' | Brad King | 2020-07-28 | 1 | -11/+7 |
|\ |
|
| * | Factor out generator checks for filtering out interface libraries | Brad King | 2020-07-23 | 1 | -11/+7 |
|
|
* | | 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 'xcode-native-arch' | Craig Scott | 2020-07-21 | 1 | -1/+18 |
|\ \ |
|
| * | | Xcode: Explicitly specify default native architecture on macOS | Brad King | 2020-07-20 | 1 | -1/+11 |
|
|
| * | | cmGlobalXCodeGenerator: Save CMAKE_SYSTEM_NAME in member | Brad King | 2020-07-16 | 1 | -0/+7 |
| |/ |
|
* | | Xcode: Explicitly turn off signing in try_compile projects | Brad King | 2020-07-16 | 1 | -0/+6 |
|
|
* | | Xcode: Special treatment for directly linked framework binaries | Gusts Kaksis | 2020-07-14 | 1 | -6/+19 |
|
|
* | | Xcode: Use "Link Binary With Libraries" to link any library | Gusts Kaksis | 2020-07-14 | 1 | -54/+142 |
|
|
* | | Merge topic 'refactor-generator-configs' | Brad King | 2020-07-06 | 1 | -5/+2 |
|\ \ |
|
| * | | cmMakefile: Refactor API to better handle empty config values | Robert Maynard | 2020-07-03 | 1 | -5/+2 |
|
|
* | | | Xcode: Fix LANGUAGE property on .m/.mm files | Harry Mallon | 2020-07-03 | 1 | -7/+10 |
|/ / |
|
* | | Xcode: Use "Link Binary With Libraries" build phase when possible | Gusts Kaksis | 2020-06-17 | 1 | -17/+172 |
|
|
* | | Xcode: Refactor generator variable names and types | Gusts Kaksis | 2020-06-15 | 1 | -13/+13 |
|
|
* | | Explicitly specify language flag when source LANGUAGE property is set | Robert Maynard | 2020-06-09 | 1 | -0/+8 |
|/ |
|
* | cmMakefile: add GetDefExpandList() that splits value into std::vector | Vitaly Stakhovsky | 2020-05-30 | 1 | -3/+2 |
|
|
* | GetSafeProperty: return std::string const& | Vitaly Stakhovsky | 2020-04-30 | 1 | -3/+3 |
|
|
* | cmGeneratorTarget::GetProperty: return cmProp | Vitaly Stakhovsky | 2020-04-29 | 1 | -24/+24 |
|
|
* | cmOutputConverter::GetFortranFormat(): delete const char* overload | Vitaly Stakhovsky | 2020-04-27 | 1 | -4/+3 |
|
|
* | Refactoring: add cm::contains to <cmext/algorithm> | Marc Chevrier | 2020-04-17 | 1 | -5/+4 |
|
|
* | Merge topic 'cmprop-source' | Brad King | 2020-04-15 | 1 | -18/+23 |
|\ |
|
| * | cmSourceFile::GetProperty: return cmProp | Vitaly Stakhovsky | 2020-04-14 | 1 | -16/+17 |
|
|
| * | cmGlobalXCodeGenerator: Fix genex interpreter overloads | Brad King | 2020-04-14 | 1 | -2/+6 |
|
|
* | | Merge topic 'msbuildUtf8Support' | Brad King | 2020-04-15 | 1 | -1/+2 |
|\ \
| |/
|/| |
|
| * | Add support to indicate UTF-8 custom command pipe output encoding | Justin Goshi | 2020-04-13 | 1 | -1/+2 |
|
|
* | | Xcode: Fix quoting of paths with square brackets | Brad King | 2020-04-10 | 1 | -1/+1 |
|/ |
|
* | cmLocalGenerator: Convert GetStaticLibraryFlags to take original-case config | Brad King | 2020-04-01 | 1 | -1/+1 |
|
|
* | Merge topic 'cmprop-getglobalprop' | Brad King | 2020-03-27 | 1 | -4/+3 |
|\ |
|
| * | cmState::GetGlobalProperty: return cmProp | Vitaly Stakhovsky | 2020-03-25 | 1 | -4/+3 |
|
|
* | | replace "std::string::find(x) == 0" with cmHasPrefix() | Rolf Eike Beer | 2020-03-23 | 1 | -2/+3 |
|/ |
|
* | Merge topic 'rename-macho-version-properties' | Craig Scott | 2020-03-12 | 1 | -4/+4 |
|\ |
|
| * | macOS: Rename OSX_*_VERSION properties to MACHO_*_VERSION | Brad King | 2020-03-12 | 1 | -4/+4 |
|
|
* | | cmGeneratorExpression: remove const char* overloads | Vitaly Stakhovsky | 2020-03-08 | 1 | -2/+3 |
|
|