summaryrefslogtreecommitdiffstats
path: root/Tests
Commit message (Expand)AuthorAgeFilesLines
* Restore support for a custom source group for CMakeLists.txtBrad King2019-01-143-0/+37
* Merge topic 'cmake-option-parsing'Brad King2019-01-143-14/+17
|\
| * cmake: Ensure source and binary dirs are setCraig Scott2019-01-133-14/+17
* | Merge topic 'autogen_noqt_warning'Brad King2019-01-146-0/+21
|\ \
| * \ Merge branch 'backport-autogen_noqt_warning' into autogen_noqt_warningBrad King2019-01-116-0/+21
| |\ \
| | * | Tests: Add case for warning when AUTOMOC/UIC/RCC gets disabledBrad King2019-01-116-0/+21
| | |/
| | * Tests: Add cases for -{C,D,U} without a source treeBrad King2019-01-1012-1/+22
| | * Merge branch 'backport-autogen_revert_implicit_includes' into release-3.13Brad King2018-12-071-3/+4
| | |\
| | | * Autogen: Revert passing compiler implicit includes to mocSebastian Holtermann2018-12-071-3/+4
| | * | Merge branch 'cpack-status-callback' into release-3.13Brad King2018-12-072-0/+3
| | |\ \
* | | \ \ Merge topic 'vs_ce_support'Brad King2019-01-118-44/+110
|\ \ \ \ \
| * | | | | VS: Honor WinCE deployment properties in VS 2010+Wil Stark2019-01-108-1/+67
| * | | | | Tests: Detect VS and SDK availability earlyWil Stark2019-01-101-44/+44
| |/ / / /
* | | | | Tests: Split CPack DEB and RPM tests into smaller testsKyle Edwards2019-01-105-31/+77
* | | | | Tests: Add infrastructure to split up large CPack testsKyle Edwards2019-01-102-18/+24
|/ / / /
* | | | Tests: Add cases for ctest --show-only=json-v1Brad King2019-01-103-0/+159
* | | | Tests: Pass python interpreter into RunCMake.CTestCommandLineBrad King2019-01-081-1/+2
* | | | Merge topic 'fix-warn-uninitialized-in-configure'Craig Scott2019-01-073-4/+69
|\ \ \ \
| * | | | cmake: Enable --warn-uninitialized inside string(CONFIGURE) and configure_fileArtur Ryt2018-12-293-4/+69
* | | | | Merge topic 'bundle_fixes'Craig Scott2019-01-066-0/+32
|\ \ \ \ \
| * | | | | GetPrerequisites: Fix handling of executable scriptsAlexander Grund2019-01-046-0/+32
* | | | | | Merge branch 'swig_src_file_ext' into 'master'Marc Chevrier2019-01-045-0/+82
|\ \ \ \ \ \ | |/ / / / / |/| | | | |
| * | | | | SWIG: Add support for custom Swig source file extensionsThirumal Venkat2019-01-035-0/+82
| |/ / / /
* | | | | Merge topic 'remove-include-cmakeparsearguments'Craig Scott2018-12-291-1/+1
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | CMakeParseArguments: Remove superfluous includes of CMakeParseArgumentsKyle Edwards2018-12-141-1/+1
* | | | | Merge topic 'link-options'Craig Scott2018-12-233-2/+13
|\ \ \ \ \
| * | | | | PIE link options: Update strategy to fix performance regressionMarc Chevrier2018-12-193-2/+13
| |/ / / /
* | | | | Merge topic 'install-code-script-genex'Craig Scott2018-12-239-0/+44
|\ \ \ \ \
| * | | | | install: Teach CODE,SCRIPT modes to evaluate generator expressionsJon Chronopoulos2018-12-229-0/+44
* | | | | | Merge topic 'runcmake-test-filter'Craig Scott2018-12-222-0/+15
|\ \ \ \ \ \
| * | | | | | Tests: Add RunCMake_TEST_FILTER environment variableKyle Edwards2018-12-132-0/+15
| | |/ / / / | |/| | | |
* | | | | | Merge topic 'output-on-failure'Craig Scott2018-12-219-0/+67
|\ \ \ \ \ \
| * | | | | | ExternalProject: add LOG_OUTPUT_ON_FAILURE optionWouter Klouwen2018-12-209-0/+67
* | | | | | | Merge topic 'cygwin-install-test-fix'Kyle Edwards2018-12-202-2/+2
|\ \ \ \ \ \ \
| * | | | | | | Tests: Fix Cygwin failure on RunCMake.installKyle Edwards2018-12-192-2/+2
| | |/ / / / / | |/| | | | |
* | | | | | | Merge branch 'topic-findliblzma' into 'master'Marc Chevrier2018-12-204-0/+43
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | |
| * | | | | | FindLibLZMA: add imported targetHiroshi Miura2018-12-134-0/+43
| | |/ / / / | |/| | | |
* | | | | | Merge topic 'vs_deploy_content_fix'Brad King2018-12-133-0/+95
|\ \ \ \ \ \
| * | | | | | VS: Fix Deploy content in .csproj filesWil Stark2018-12-073-0/+95
* | | | | | | Merge topic 'custom-string'Brad King2018-12-132-0/+1348
|\ \ \ \ \ \ \
| * | | | | | | String: Add str_if_stable() as a const alternative to str()Brad King2018-12-121-0/+59
| * | | | | | | String: Add support for a ""_s string literal syntaxBrad King2018-12-121-2/+47
| * | | | | | | String: Add 'borrow' member to construct borrowing instancesBrad King2018-12-121-0/+32
| * | | | | | | String: Add support for concatenation by operator+Brad King2018-12-121-0/+101
| * | | | | | | String: Add a custom string typeBrad King2018-12-122-0/+1111
| |/ / / / / /
* | | | | | | Merge topic 'fileapi'Brad King2018-12-1377-0/+6475
|\ \ \ \ \ \ \
| * | | | | | | fileapi: extend codemodel v2 with directory detailsBrad King2018-12-121-0/+26
| * | | | | | | fileapi: extend codemodel v2 with a project modelBrad King2018-12-122-3/+259
| * | | | | | | fileapi: Add test for cmakeFiles v1Kyle Edwards2018-12-126-1/+89
| * | | | | | | fileapi: add cmakeFiles v1Brad King2018-12-129-0/+56