summaryrefslogtreecommitdiffstats
path: root/Tests/RunCMake
Commit message (Expand)AuthorAgeFilesLines
* list: add sub-commands PREPEND, POP_BACK, POP_FRONTAlex Turbov2019-02-1913-0/+212
* Merge topic 'genex-GENEX_EVAL-fix-recursion'Brad King2019-02-132-4/+5
|\
| * genex: Fix erroneous handling of recursion for $<GENEX_EVAL:>Marc Chevrier2019-02-132-4/+5
* | Tests: Teach tests when to treat clang-cl as MSVCZsolt Parragi2019-02-112-2/+2
* | Merge topic 'cmake_parse_arguments-keywords_missing_values'Kyle Edwards2019-02-082-0/+134
|\ \
| * | cmake_parse_arguments: add KEYWORDS_MISSING_VALUESTorsten Robitzki2019-02-072-0/+134
| |/
* | VS: Fix nowarn compiler option to accept warning numbers.Wil Stark2019-02-073-0/+79
|/
* Merge topic '17870-iphone-friendly-cmake'Brad King2019-02-057-94/+73
|\
| * Apple: Introduce separate system name for iOS, tvOS, and watchOSGregor Jasny2019-02-047-64/+38
| * Tests: Isolate RunCMake.XcodeProject per-device cases from host archBrad King2019-02-041-30/+35
* | Merge topic 'vs-wince-deployment'Brad King2019-02-041-0/+8
|\ \
| * | VS: Fix deployment for WinCE projectsWil Stark2019-02-011-0/+8
* | | Merge topic 'set-env-warning'Brad King2019-02-043-0/+8
|\ \ \ | |/ / |/| |
| * | set: warn of extra arguments after ENV value.Taylor Holberton2019-02-013-0/+8
* | | Merge topic 'implicit-incs-cleanup'Brad King2019-02-0117-1/+332
|\ \ \ | |/ / |/| |
| * | ParseImplicitIncludeInfo: add SunPro Fortran and PGI compiler, Cray fixChuck Cranor2019-01-2917-1/+332
* | | Merge topic 'set-validate-cache-type'Brad King2019-01-313-0/+7
|\ \ \
| * | | set: warn if CACHE type is not recognizedTaylor Holberton2019-01-303-0/+7
| | |/ | |/|
* | | Merge topic 'autogen-qt-version-from-dirprops'Brad King2019-01-316-1/+72
|\ \ \
| * | | Tests: add cases for providing Qt5Core_VERSION manuallyBen Boeckel2019-01-306-1/+72
* | | | Merge topic 'restore-install-late-framework'Brad King2019-01-313-0/+14
|\ \ \ \ | |/ / / |/| | |
| * | | macOS: Restore compatibility for setting FRAMEWORK after install()Brad King2019-01-303-0/+14
| | |/ | |/|
* | | Merge topic 'fetchcontent-reduce-boilerplate'Brad King2019-01-3010-0/+52
|\ \ \ | |_|/ |/| |
| * | FetchContent: Add new command FetchContent_MakeAvailable()Craig Scott2019-01-2610-0/+52
* | | Merge topic 'add_consistent_verbose_build_flag'Brad King2019-01-2911-1/+50
|\ \ \
| * | | cmake: Add tests for verbose output to --build modeRobert Maynard2019-01-2811-1/+50
* | | | VS: Teach VS 2019 generator to select host tools matching host archBrad King2019-01-282-1/+14
* | | | VS: Add support for explicit 32-bit toolset selection via host=x86Brad King2019-01-286-4/+10
| |_|/ |/| |
* | | Merge topic 'cmake-E-compare_files-eol'Brad King2019-01-2810-0/+12
|\ \ \
| * | | cmake: Add --ignore-eol option to `-E compare_files` commandTaylor Braun-Jones2019-01-2810-0/+12
* | | | Merge topic 'get_filename_component_last_ext'Brad King2019-01-281-1/+3
|\ \ \ \
| * | | | Tests: Add tests for LAST_EXT and NAME_WLETushar Maheshwari2019-01-241-1/+3
| | |/ / | |/| |
* | | | ParseImplicitIncludeInfo: add Fortran implicit include handlingChuck Cranor2019-01-2515-6/+436
* | | | ParseImplicitIncludeInfo: handle/add SunPro, XL, and -nostdinc test casesChuck Cranor2019-01-2532-2/+650
| |/ / |/| |
* | | Merge topic 'max-recursion-depth'Brad King2019-01-2590-0/+657
|\ \ \
| * | | cmMakefile: Impose maximum recursion limitKyle Edwards2019-01-2390-0/+657
| |/ /
* | | Merge topic 'exclude_from_all'Brad King2019-01-253-0/+61
|\ \ \ | |/ / |/| |
| * | Pass EXCLUDE_FROM_ALL from directory to targetsZack Galbreath2019-01-213-0/+61
* | | Merge topic 'cmake_build_jobs_supports_no_space'Brad King2019-01-239-0/+21
|\ \ \
| * | | cmake: --build supports '-jN'Robert Maynard2019-01-229-0/+25
| * | | Tests: Remove unused files from RunCMake.CommandLine testBrad King2019-01-224-4/+0
* | | | cmake: Convert no source/build dir error to warningCraig Scott2019-01-223-3/+15
* | | | Merge topic 'implicit-includes'Brad King2019-01-2256-0/+1560
|\ \ \ \
| * | | | Compute implicit include directories from compiler outputChuck Cranor2019-01-2156-0/+1560
| | |_|/ | |/| |
* | | | CROSSCOMPILING_EMULATOR: Fix test generation for empty valueKyle Edwards2019-01-211-0/+6
| |/ / |/| |
* | | Merge topic 'fortran-compiler-id'Brad King2019-01-217-0/+30
|\ \ \
| * | | Fortran: Add compiler ID/Version generator expressionsAndrew Paprocki2019-01-187-0/+30
| |/ /
* | | Merge topic 'cmake-role-fix'Brad King2019-01-213-2/+19
|\ \ \
| * | | CMAKE_ROLE: Fix value for ctest --build-and-testKyle Edwards2019-01-183-2/+19
| |/ /
* | | Merge topic 'ctest-json-polish'Brad King2019-01-217-11/+21
|\ \ \