Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | | VS: Provide the default platform name to project code | Brad King | 2019-04-19 | 2 | -0/+2 | |
* | | | | Merge topic 'msvc-runtime-library' | Brad King | 2019-04-17 | 15 | -0/+108 | |
|\ \ \ \ | ||||||
| * | | | | MSVC: Add abstraction for runtime library selection | Brad King | 2019-04-17 | 15 | -0/+108 | |
* | | | | | Merge topic 'vs-project-import' | Brad King | 2019-04-16 | 3 | -0/+40 | |
|\ \ \ \ \ | ||||||
| * | | | | | VS: add target property VS_PROJECT_IMPORT_<propspath> | Leonid Pospelov | 2019-04-15 | 3 | -0/+40 | |
* | | | | | | Merge topic 'genex-output_name' | Brad King | 2019-04-16 | 33 | -176/+176 | |
|\ \ \ \ \ \ | ||||||
| * | | | | | | Genex: Rename $<TARGET_*_OUTPUT_NAME:...> in $<TARGET_*_FILE_BASE_NAME:...> | Marc Chevrier | 2019-04-15 | 33 | -176/+176 | |
* | | | | | | | Merge topic 'string-repeat' | Brad King | 2019-04-16 | 8 | -0/+61 | |
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | | | ||||||
| * | | | | | | string: introduce `REPEAT` sub-command | Alex Turbov | 2019-04-15 | 8 | -0/+61 | |
* | | | | | | | Merge topic 'genex-target-prefix-suffix' | Brad King | 2019-04-12 | 25 | -6/+270 | |
|\ \ \ \ \ \ \ | ||||||
| * | | | | | | | Genex: add $<TARGET_FILE_PREFIX:...> and $<TARGET_FILE_SUFFIX:...> | Marc Chevrier | 2019-04-10 | 25 | -6/+270 | |
| | |_|/ / / / | |/| | | | | | ||||||
* | | | | | | | Merge topic 'iface-headers' | Brad King | 2019-04-12 | 4 | -0/+29 | |
|\ \ \ \ \ \ \ | |_|/ / / / / |/| | | | | | | ||||||
| * | | | | | | INTERFACE Target: allow (PUBLIC/PRIVATE)_HEADER properties | Avraham Shukron | 2019-04-11 | 4 | -0/+29 | |
* | | | | | | | Merge topic 'test-explicit-dirs' | Brad King | 2019-04-11 | 3 | -13/+29 | |
|\ \ \ \ \ \ \ | |_|/ / / / / |/| | | | | | | ||||||
| * | | | | | | Tests: Avoid enabling languages in RunCMake.CommandLine -S and -B cases | Brad King | 2019-04-10 | 1 | -1/+2 | |
| * | | | | | | Tests: Fix RunCMake.CommandLine test to use generator with -S and -B | Brad King | 2019-04-10 | 1 | -11/+15 | |
| * | | | | | | Tests: Add RunCMake helper to run cmake with options | Brad King | 2019-04-10 | 1 | -0/+5 | |
| * | | | | | | Tests: Teach RunCMake to optionally exclude the source dir argument | Brad King | 2019-04-10 | 1 | -1/+7 | |
| | |_|_|/ / | |/| | | | | ||||||
* | | | | | | 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 | |
|\ \ \ \ |