Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Genex: add $<TARGET_FILE_PREFIX:...> and $<TARGET_FILE_SUFFIX:...> | Marc Chevrier | 2019-04-10 | 25 | -6/+270 |
* | Merge topic 'meta-feature_only_infer_granular_support' | Brad King | 2019-04-10 | 7 | -0/+64 |
|\ | |||||
| * | Add a test to verify meta-feature parity with granular features | Robert Maynard | 2019-04-09 | 7 | -0/+64 |
* | | Merge topic 'argument-parser' | Brad King | 2019-04-09 | 2 | -3/+2 |
|\ \ | |||||
| * | | cmExportCommand: Port to cmArgumentParser | Regina Pfeifer | 2019-04-04 | 2 | -3/+2 |
* | | | Merge topic 'implicit-includes-relative' | Brad King | 2019-04-09 | 25 | -20/+65 |
|\ \ \ | |||||
| * \ \ | Merge branch 'backport-implicit-includes-relative' | Brad King | 2019-04-08 | 25 | -20/+65 |
| |\ \ \ | |||||
| | * | | | Fix implicit include directory extraction for adaptive relative paths | Brad King | 2019-04-08 | 5 | -0/+45 |
| | * | | | Tests: Teach RunCMake.ParseImplicitIncludeInfo to match output by regex | Brad King | 2019-04-08 | 16 | -17/+17 |
| | * | | | Tests: Clarify hand-written cases in RunCMake.ParseImplicitIncludeInfo | Brad King | 2019-04-08 | 5 | -2/+2 |
| | * | | | Merge branch 'implicit-includes' into release-3.14 | Brad King | 2019-03-29 | 16 | -70/+78 |
| | |\ \ \ | |||||
* | | | | | | Genex: Add $<FILTER:list,INCLUDE|EXCLUDE,regex> | Sebastian Lipponer | 2019-04-08 | 10 | -0/+45 |
|/ / / / / | |||||
* | | | | | Genex: Add capability to retrieve base name for various target artifacts | Marc Chevrier | 2019-04-08 | 25 | -1/+306 |
| |_|/ / |/| | | | |||||
* | | | | Merge topic 'remove_duplicates' | Brad King | 2019-04-04 | 11 | -0/+50 |
|\ \ \ \ | |_|_|/ |/| | | | |||||
| * | | | Genex: Add $<REMOVE_DUPLICATES:list> | Sebastian Lipponer | 2019-04-01 | 11 | -0/+50 |
* | | | | Merge topic 'implicit-includes' | Brad King | 2019-03-29 | 16 | -70/+78 |
|\ \ \ \ | |/ / / |/| | / | | |/ | |/| | |||||
| * | | ParseImplicitIncludeInfo: Canonicalize implicit include dirs | Brad King | 2019-03-29 | 16 | -70/+78 |
* | | | Merge topic 'toolchain-include_directories' | Brad King | 2019-03-26 | 5 | -0/+17 |
|\ \ \ | | |/ | |/| | |||||
| * | | Restore support for include_directories() in toolchain files | Brad King | 2019-03-25 | 5 | -0/+17 |
| |/ | |||||
| * | Merge branch 'install-no-imported-global' into release-3.14 | Brad King | 2019-03-07 | 4 | -0/+9 |
| |\ | |||||
* | \ | Merge topic 'ctest_submit_get_buildid' | Brad King | 2019-03-25 | 1 | -1/+1 |
|\ \ \ | |||||
| * | | | ctest_submit: Add option BUILD_ID | Zack Galbreath | 2019-03-22 | 1 | -1/+1 |
* | | | | Merge topic 'pkg-get-variable-prefix-path' | Brad King | 2019-03-25 | 4 | -0/+56 |
|\ \ \ \ | |/ / / |/| | | | |||||
| * | | | pkg_get_variable now sets PKG_CONFIG_PATH like pkg_check_modules | Dan Kegel | 2019-03-20 | 1 | -2/+1 |
| * | | | More tests for pkg_get_variable | Dan Kegel | 2019-03-20 | 4 | -0/+57 |
* | | | | Merge topic 'xcodescheme2' | Brad King | 2019-03-22 | 2 | -0/+12 |
|\ \ \ \ | |||||
| * | | | | Xcode: Create Xcode schemes per target | Harry Mallon | 2019-03-21 | 2 | -0/+12 |
* | | | | | cmake: tar: Parse 'cmake -E tar' arguments | Bartosz Kosiorek | 2019-03-20 | 6 | -19/+24 |
| |/ / / |/| | | | |||||
* | | | | Merge topic 'cmake--install' | Kyle Edwards | 2019-03-19 | 8 | -0/+32 |
|\ \ \ \ | |||||
| * | | | | cmake: add '--install <dir>' option | Jiang Yi | 2019-03-16 | 8 | -0/+32 |
* | | | | | cmake: Don't interrupt archive creation if unable to read a file. | Bartosz Kosiorek | 2019-03-18 | 7 | -7/+11 |
* | | | | | cmake: tar: Display warning when no files provided during archive creation | Bartosz Kosiorek | 2019-03-18 | 3 | -4/+7 |
| |/ / / |/| | | | |||||
* | | | | Merge topic 'pkg-config-linker-flags' | Marc Chevrier | 2019-03-16 | 1 | -0/+21 |
|\ \ \ \ | |||||
| * | | | | FindPkgConfig: Set linker flags on imported targets | Radek Nadstawny | 2019-03-13 | 1 | -0/+21 |
| |/ / / | |||||
* | | | | Tests: Run FindGTK2 tests only when explicitly enabled | Brad King | 2019-03-14 | 1 | -2/+1 |
* | | | | Merge topic 'short-commands' | Brad King | 2019-03-14 | 1 | -1/+1 |
|\ \ \ \ | |||||
| * | | | | cmake: add short version of '--target <tgt>...' option | Bartosz Kosiorek | 2019-03-12 | 1 | -1/+1 |
* | | | | | Merge topic 'shell_path' | Brad King | 2019-03-12 | 2 | -0/+10 |
|\ \ \ \ \ | |_|/ / / |/| | | | | |||||
| * | | | | Genex: Teach SHELL_PATH to support a list of paths | Henri Manson | 2019-03-11 | 2 | -0/+10 |
* | | | | | Merge topic 'install-no-imported-global' | Brad King | 2019-03-08 | 4 | -0/+9 |
|\ \ \ \ \ | |_|/ / / |/| | | / | | |_|/ | |/| | | |||||
| * | | | install: Do not crash on imported global target | Brad King | 2019-03-07 | 4 | -0/+9 |
* | | | | Merge topic 'issue-18883-support-for-multiple-targets' | Brad King | 2019-03-06 | 7 | -3/+12 |
|\ \ \ \ | |||||
| * | | | | cmake: Teach --build mode to support multiple targets | Bartosz Kosiorek | 2019-03-05 | 7 | -3/+12 |
| | |/ / | |/| | | |||||
* | | | | Merge topic 'ios-variable' | Brad King | 2019-03-06 | 1 | -0/+4 |
|\ \ \ \ | |/ / / |/| | / | | |/ | |/| | |||||
| * | | iOS: Add IOS variable | Ruslan Baratov | 2019-03-05 | 1 | -0/+4 |
| |/ | |||||
| * | Merge branch 'cmake_role-vs-fix' into release-3.14 | Brad King | 2019-02-27 | 2 | -0/+7 |
| |\ | |||||
| * \ | Merge branch 'restore-min-cmake-3.1' into release-3.14 | Brad King | 2019-02-27 | 1 | -3/+3 |
| |\ \ | |||||
* | | | | Help: Clarify ordering of list(REMOVE_DUPLICATES) | Kyle Edwards | 2019-02-27 | 2 | -0/+7 |
* | | | | Merge topic 'cmake_role-vs-fix' | Brad King | 2019-02-27 | 2 | -0/+7 |
|\ \ \ \ | |||||
| * \ \ \ | Merge branch 'master' into cmake_role-vs-fix | Kyle Edwards | 2019-02-26 | 26 | -4/+511 |
| |\ \ \ \ | | |_|_|/ | |/| | | |