summaryrefslogtreecommitdiffstats
path: root/Tests
Commit message (Expand)AuthorAgeFilesLines
...
* | | | | | | | | | Merge topic 'cmSystemTools-StringToULong-negatives'Brad King2019-04-121-0/+17
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | cmSystemTools: Fix StringToULong to reject negative numbersBrad King2019-04-111-0/+17
* | | | | | | | | | | Merge topic 'xcode-extra-sources'Brad King2019-04-121-0/+7
|\ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / |/| | | | / / / / / / | | |_|_|/ / / / / / | |/| | | | | | | |
| * | | | | | | | | Xcode: Avoid mutating App Bundle targets during generationBrad King2019-04-111-0/+7
* | | | | | | | | | Merge topic 'test-autogen-GAT-generator'Brad King2019-04-111-0/+3
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | Tests: Fix Qt*Autogen.GlobalAutogenTarget to use matching generatorBrad King2019-04-101-0/+3
| | |_|_|_|_|/ / / / | |/| | | | | | | |
* | | | | | | | | | 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-1010-25/+86
|\ \ \ \ \ \ \ \ \ | |/ / / / / / / / |/| | | | | | | |
| * | | | | | | | Add a test to verify meta-feature parity with granular featuresRobert Maynard2019-04-097-0/+64
| * | | | | | | | CompileFeatures: Now able to presume full language level supportRobert Maynard2019-04-092-14/+22
| * | | | | | | | Tests: Remove outdated portion of CompileFeatures genex testBrad King2019-04-091-11/+0
| | |_|_|_|/ / / | |/| | | | | |
* | | | | | | | Merge topic 'argument-parser'Brad King2019-04-094-3/+151
|\ \ \ \ \ \ \ \
| * | | | | | | | cmExportCommand: Port to cmArgumentParserRegina Pfeifer2019-04-042-3/+2
| * | | | | | | | Introduce cmArgumentParserRegina Pfeifer2019-04-042-0/+149
* | | | | | | | | 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
| | |\ \ \ \ \ \
| | * \ \ \ \ \ \ Merge branch 'FindFontconfig-var-case' into release-3.14Brad King2019-03-271-3/+3
| | |\ \ \ \ \ \ \
* | | | | | | | | | 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
* | | | | | | | | cmRST: Fix crash on empty markup blockBrad King2019-04-052-0/+8
| |_|_|/ / / / / |/| | | | | | |
* | | | | | | | Merge topic 'pr.projectbefore'Brad King2019-04-043-0/+20
|\ \ \ \ \ \ \ \
| * | | | | | | | project: Add variable CMAKE_PROJECT_INCLUDE_BEFORERuslan Baratov2019-04-013-0/+20
| | |_|_|/ / / / | |/| | | | | |
* | | | | | | | Merge topic 'FindPython-handle-virtual-env'Brad King2019-04-045-0/+82
|\ \ \ \ \ \ \ \
| * | | | | | | | FindPython*: Add capability to control virtual env handling.Marc Chevrier2019-04-035-0/+82
* | | | | | | | | Merge topic 'remove_duplicates'Brad King2019-04-0411-0/+50
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | Genex: Add $<REMOVE_DUPLICATES:list>Sebastian Lipponer2019-04-0111-0/+50
* | | | | | | | | | Merge topic 'find-dependency-fix-17583'Brad King2019-04-034-1/+36
|\ \ \ \ \ \ \ \ \ \ | |_|_|/ / / / / / / |/| | | | | | | | |
| * | | | | | | | | find_dependency: Always search dependenciesDamien R2019-03-294-1/+36
* | | | | | | | | | Merge topic 'project-include'Brad King2019-04-013-1/+11
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | project: Add variable CMAKE_PROJECT_INCLUDERuslan Baratov2019-03-272-0/+10
| * | | | | | | | | | Test ProjectInclude: Add NONE to avoid enabling languagesRuslan Baratov2019-03-271-1/+1
| | |/ / / / / / / / | |/| | | | | | | |
* | | | | | | | | | Merge topic 'allow_aliasing_unkown_targets'Brad King2019-04-012-4/+15
|\ \ \ \ \ \ \ \ \ \ | |_|_|/ / / / / / / |/| | | | | | | | |
| * | | | | | | | | add_library: Now support aliasing unknown import targetsRobert Maynard2019-03-262-4/+15
* | | | | | | | | | Merge topic 'implicit-includes'Brad King2019-03-2916-70/+78
|\ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|/ / / / | |/| | | | | | | |
| * | | | | | | | | ParseImplicitIncludeInfo: Canonicalize implicit include dirsBrad King2019-03-2916-70/+78
* | | | | | | | | | Merge topic 'update-kwsys'Brad King2019-03-291-0/+1
|\ \ \ \ \ \ \ \ \ \ | |_|_|_|/ / / / / / |/| | | | | | | | |
| * | | | | | | | | Tests: Fix Plugin test for international characters on WindowsBrad King2019-03-291-0/+1
| | |_|/ / / / / / | |/| | | | | | |
* | | | | | | | | Merge topic 'FindFontconfig-var-case'Brad King2019-03-271-3/+3
|\ \ \ \ \ \ \ \ \ | |/ / / / / / / / |/| | | | / / / / | | |_|_|/ / / / | |/| | | | | |
| * | | | | | | FindFontconfig: Convert module variables to camel caseBrad King2019-03-261-3/+3
| |/ / / / / /
* | | | | | | 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
| |\ \ \ \