summaryrefslogtreecommitdiffstats
path: root/Tests/RunCMake
Commit message (Expand)AuthorAgeFilesLines
* ctest: Include ChangeId in Update.xmlZack Galbreath2019-04-235-0/+50
* Merge topic 'msvc-warning-flags'Brad King2019-04-227-0/+27
|\
| * MSVC: Do not add /W3 to CMAKE_<LANG>_FLAGS by defaultBrad King2019-04-197-0/+27
* | Merge topic 'vs-default-platform'Brad King2019-04-222-0/+2
|\ \ | |/ |/|
| * VS: Provide the default platform name to project codeBrad King2019-04-192-0/+2
* | Merge topic 'msvc-runtime-library'Brad King2019-04-1715-0/+108
|\ \
| * | MSVC: Add abstraction for runtime library selectionBrad King2019-04-1715-0/+108
* | | Merge topic 'vs-project-import'Brad King2019-04-163-0/+40
|\ \ \
| * | | VS: add target property VS_PROJECT_IMPORT_<propspath>Leonid Pospelov2019-04-153-0/+40
* | | | Merge topic 'genex-output_name'Brad King2019-04-1633-176/+176
|\ \ \ \
| * | | | Genex: Rename $<TARGET_*_OUTPUT_NAME:...> in $<TARGET_*_FILE_BASE_NAME:...>Marc Chevrier2019-04-1533-176/+176
* | | | | Merge topic 'string-repeat'Brad King2019-04-168-0/+61
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | string: introduce `REPEAT` sub-commandAlex Turbov2019-04-158-0/+61
* | | | | Merge topic 'genex-target-prefix-suffix'Brad King2019-04-1225-6/+270
|\ \ \ \ \
| * | | | | Genex: add $<TARGET_FILE_PREFIX:...> and $<TARGET_FILE_SUFFIX:...>Marc Chevrier2019-04-1025-6/+270
| | |_|/ / | |/| | |
* | | | | Merge topic 'iface-headers'Brad King2019-04-124-0/+29
|\ \ \ \ \ | |_|/ / / |/| | | |
| * | | | INTERFACE Target: allow (PUBLIC/PRIVATE)_HEADER propertiesAvraham Shukron2019-04-114-0/+29
* | | | | Merge topic 'test-explicit-dirs'Brad King2019-04-113-13/+29
|\ \ \ \ \ | |_|/ / / |/| | | |
| * | | | Tests: Avoid enabling languages in RunCMake.CommandLine -S and -B casesBrad King2019-04-101-1/+2
| * | | | Tests: Fix RunCMake.CommandLine test to use generator with -S and -BBrad King2019-04-101-11/+15
| * | | | Tests: Add RunCMake helper to run cmake with optionsBrad King2019-04-101-0/+5
| * | | | Tests: Teach RunCMake to optionally exclude the source dir argumentBrad King2019-04-101-1/+7
* | | | | Merge topic 'meta-feature_only_infer_granular_support'Brad King2019-04-107-0/+64
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | Add a test to verify meta-feature parity with granular featuresRobert Maynard2019-04-097-0/+64
* | | | | Merge topic 'argument-parser'Brad King2019-04-092-3/+2
|\ \ \ \ \
| * | | | | cmExportCommand: Port to cmArgumentParserRegina Pfeifer2019-04-042-3/+2
* | | | | | Merge topic 'implicit-includes-relative'Brad King2019-04-0925-20/+65
|\ \ \ \ \ \
| * \ \ \ \ \ Merge branch 'backport-implicit-includes-relative'Brad King2019-04-0825-20/+65
| |\ \ \ \ \ \ | | |_|_|/ / / | |/| | | | / | | | |_|_|/ | | |/| | |
| | * | | | Fix implicit include directory extraction for adaptive relative pathsBrad King2019-04-085-0/+45
| | * | | | Tests: Teach RunCMake.ParseImplicitIncludeInfo to match output by regexBrad King2019-04-0816-17/+17
| | * | | | Tests: Clarify hand-written cases in RunCMake.ParseImplicitIncludeInfoBrad King2019-04-085-2/+2
| | * | | | Merge branch 'implicit-includes' into release-3.14Brad King2019-03-2916-70/+78
| | |\ \ \ \
* | | | | | | Genex: Add $<FILTER:list,INCLUDE|EXCLUDE,regex>Sebastian Lipponer2019-04-0810-0/+45
|/ / / / / /
* | | | | | Genex: Add capability to retrieve base name for various target artifactsMarc Chevrier2019-04-0825-1/+306
| |_|/ / / |/| | | |
* | | | | Merge topic 'remove_duplicates'Brad King2019-04-0411-0/+50
|\ \ \ \ \ | |_|_|/ / |/| | | |
| * | | | Genex: Add $<REMOVE_DUPLICATES:list>Sebastian Lipponer2019-04-0111-0/+50
* | | | | Merge topic 'implicit-includes'Brad King2019-03-2916-70/+78
|\ \ \ \ \ | |/ / / / |/| | / / | | |/ / | |/| |
| * | | ParseImplicitIncludeInfo: Canonicalize implicit include dirsBrad King2019-03-2916-70/+78
* | | | Merge topic 'toolchain-include_directories'Brad King2019-03-265-0/+17
|\ \ \ \ | | |/ / | |/| |
| * | | Restore support for include_directories() in toolchain filesBrad King2019-03-255-0/+17
| |/ /
| * | Merge branch 'install-no-imported-global' into release-3.14Brad King2019-03-074-0/+9
| |\ \
* | \ \ Merge topic 'ctest_submit_get_buildid'Brad King2019-03-251-1/+1
|\ \ \ \
| * | | | ctest_submit: Add option BUILD_IDZack Galbreath2019-03-221-1/+1
| | |_|/ | |/| |
* | | | Merge topic 'pkg-get-variable-prefix-path'Brad King2019-03-254-0/+56
|\ \ \ \ | |/ / / |/| | |
| * | | pkg_get_variable now sets PKG_CONFIG_PATH like pkg_check_modulesDan Kegel2019-03-201-2/+1
| * | | More tests for pkg_get_variableDan Kegel2019-03-204-0/+57
* | | | Merge topic 'xcodescheme2'Brad King2019-03-222-0/+12
|\ \ \ \
| * | | | Xcode: Create Xcode schemes per targetHarry Mallon2019-03-212-0/+12
* | | | | cmake: tar: Parse 'cmake -E tar' argumentsBartosz Kosiorek2019-03-206-19/+24
| |/ / / |/| | |
* | | | Merge topic 'cmake--install'Kyle Edwards2019-03-198-0/+32
|\ \ \ \