summaryrefslogtreecommitdiff
path: root/Tests
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'cmake-option-parsing' into release-3.13Brad King2019-01-143-14/+17
|\
| * cmake: Ensure source and binary dirs are setCraig Scott2019-01-143-14/+17
* | 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
|\ \
| * | CPack/External: Fix status messages of staging scriptsNils Gladitz2018-12-072-0/+3
| |/
* | CUDA: Fix crash on linking to a CUDA target without CUDA enabledBrad King2018-12-053-0/+10
|/
* Merge branch 'FindBoost-no-cxx' into release-3.13Brad King2018-11-263-0/+3
|\
| * FindBoost: Restore finding without CXX language enabledBrad King2018-11-263-0/+3
* | Fortran: Fix module dependency scanning with upper-case SUBMODULEBrad King2018-11-201-3/+3
|/
* Merge branch 'backport-configure_file-canonical-deps' into release-3.13Brad King2018-11-194-1/+14
|\
| * configure_file: canonicalize input and output path in dependenciesFrank Benkstein2018-11-194-1/+14
* | CTest: Restore inheritance of stdin by test processesBrad King2018-11-155-1/+34
* | Tests: Teach RunCMake infrastructure to optionally provide stdinBrad King2018-11-151-0/+9
|/
* Merge branch 'rename-cpack-ext-generator' into release-3.13Brad King2018-11-0617-38/+38
|\
| * CPack: Rename Ext generator to ExternalCraig Scott2018-11-0517-38/+38
* | Merge branch 'custom-command-work-dir-genex' into release-3.13Brad King2018-11-051-2/+2
|\ \
| * | add_custom_{command,target}: Fix WORKING_DIRECTORY leading genexBrad King2018-11-031-2/+2
| |/
* | Merge branch 'fix-custom-target-with-csharp' into release-3.13Brad King2018-10-314-2/+15
|\ \
| * | CSharp: Fix regression in VS project type selection for custom targetBrad King2018-10-314-2/+15
* | | Merge branch 'set_directory_properties-script-mode' into release-3.13Brad King2018-10-293-0/+5
|\ \ \ | |_|/ |/| |
| * | set_directory_properties: Restore in script modeBrad King2018-10-293-0/+5
* | | Merge branch 'cuda-thread-flags' into release-3.13Brad King2018-10-247-16/+73
|\ \ \ | |_|/ |/| |
| * | CUDA: Add test for device linking when host linking uses threadsRobert Maynard2018-10-247-16/+73
* | | Merge branch 'vs-csharp-in-custom-target' into release-3.13Brad King2018-10-233-0/+3
|\ \ \ | |/ / |/| |
| * | VS: Fix crash on CSharp sources in a custom targetBrad King2018-10-233-0/+3
* | | Merge branch 'GNUInstallDirs-kfreebsd-man' into release-3.13Brad King2018-10-221-1/+1
|\ \ \
| * | | GNUInstallDirs: Don't use BSD info and man paths on GNU/kFreeBSDJames Clarke2018-10-221-1/+1
| |/ /
* | | Merge branch 'document-dollar-in-varnames' into release-3.13Brad King2018-10-166-0/+41
|\ \ \
| * | | CMP0053: document that `$` is a valid literal variable characterBen Boeckel2018-10-156-0/+41
| |/ /
* | | Merge branch 'backport-revert-install-code-script-genex' into release-3.13Brad King2018-10-116-19/+0
|\ \ \
| * | | install: Revert CODE,SCRIPT support for generator expressionsBrad King2018-10-116-19/+0
| |/ /
* | | Merge branch 'vs-cuda-pdb' into release-3.13Brad King2018-10-1014-14/+14
|\ \ \
| * | | Tests: Fix Cuda test project namesBrad King2018-10-1014-14/+14
| |/ /
* | | Merge branch 'project-always-set-desc-url' into release-3.13Brad King2018-10-082-0/+27
|\ \ \
| * | | project(): Add tests verifying variables set by second project() callCraig Scott2018-10-082-0/+27
| |/ /
* | | Merge branch 'pkgc-op-lt-gt' into release-3.13Brad King2018-10-042-0/+84
|\ \ \
| * | | FindPkgConfig: support also > and < operators for version comparesRolf Eike Beer2018-10-042-0/+84
| |/ /
* | | Fix misc. typosluz.paz2018-10-032-2/+2
|/ /
* | Merge topic 'fix-csharp-target-type'Brad King2018-10-032-0/+9
|\ \
| * | CSharp: Fix regression in VS project type selectionBrad King2018-10-022-0/+9
* | | Merge topic 'no_buildid_for_files'Brad King2018-10-014-0/+4
|\ \ \
| * | | ctest: only create buildid when submitting from Testing/ dirZack Galbreath2018-09-284-0/+4
* | | | Ninja,Makefile: Add tests for handling of byproducts by clean operationsPedro Navarro2018-09-286-0/+173
* | | | Tests: Update CustomCommandWorkingDirectory to handle in-source byproductsPedro Navarro2018-09-281-4/+4
* | | | Merge topic 'customcommandworkingdirectory'Brad King2018-09-281-0/+20
|\ \ \ \
| * | | | add_custom_{command,target}: WORKING_DIRECTORY generator expressionsJon Chronopoulos2018-09-281-0/+20
* | | | | Merge topic 'vs-global-props-for-all-targets'Brad King2018-09-283-0/+53
|\ \ \ \ \