summaryrefslogtreecommitdiffstats
path: root/Tests
Commit message (Expand)AuthorAgeFilesLines
* 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
| * | | | fileapi: Add test for cache v2Kyle Edwards2018-12-122-2/+134
| * | | | fileapi: add cache v2Brad King2018-12-129-0/+57
| * | | | fileapi: Add test for codemodel v2Kyle Edwards2018-12-1215-14/+4927
| * | | | fileapi: add codemodel v2Brad King2018-12-129-0/+67
| * | | | fileapi: Add more infrastructure to FileAPI testKyle Edwards2018-12-121-7/+65
| * | | | fileapi: Report cmake generator in reply index fileBrad King2018-12-121-1/+12
| * | | | fileapi: Add protocol v1 support for stateful per-client queriesBrad King2018-12-126-0/+406
| * | | | fileapi: Add protocol v1 support for client-specific query filesBrad King2018-12-1217-0/+191
| * | | | fileapi: Add protocol v1 infrastructure with support for shared query filesBrad King2018-12-1218-0/+209
| * | | | Tests: Add RunCMake "prep" stepBrad King2018-12-111-0/+5
| | |_|/ | |/| |
* | | | Merge topic 'object-library-link'Brad King2018-12-123-0/+14
|\ \ \ \
| * | | | target_link_libraries: Propagate dependencies of object librariesKyle Edwards2018-12-103-0/+14
| | |_|/ | |/| |
* | | | Merge topic 'fix-configure-line-number'Brad King2018-12-122-1/+26
|\ \ \ \
| * | | | cmMakefile: Fix @CMAKE_CURRENT_LIST_LINE@ for ExpandVariablesInStringNewArtur Ryt2018-12-122-1/+4
| * | | | cmMakefile: Fix ConfigureString not passing filename and lineArtur Ryt2018-12-122-1/+23
| | |/ / | |/| |