summaryrefslogtreecommitdiffstats
path: root/Tests
Commit message (Expand)AuthorAgeFilesLines
* find_package(): Add policy to remove the FindQt moduleKyle Edwards2018-11-146-0/+51
* Merge topic 'pie-link-options'Craig Scott2018-11-1217-1/+257
|\
| * POSITION_INDEPENDENT_CODE: Manage link flags for executablesMarc Chevrier2018-11-1111-1/+229
| * INTERFACE_POSITION_INDEPENDENT_CODE: add generator expressions supportMarc Chevrier2018-11-087-0/+28
* | Autogen: Add test for CMAKE_GLOBAL_AUTOGEN/RCC_TARGETSebastian Holtermann2018-11-1117-0/+279
* | cpack: Better error message when generator doesn't exist.Robert Maynard2018-11-081-1/+1
|/
* Merge topic 'install-defaults'Brad King2018-11-0832-0/+505
|\
| * install: Add sane set of defaults for DESTINATION and file type parametersKyle Edwards2018-11-0732-0/+505
* | Merge topic 'find-jpeg-turbo-multiarch-version'Brad King2018-11-082-1/+3
|\ \ | |/ |/|
| * FindJPEG: handle multiarch installs of libjpeg-turboBen Boeckel2018-11-062-1/+3
* | Merge topic 'fix-double-warn-uninitialized-in-script-mode'Brad King2018-11-073-0/+10
|\ \
| * | CMP0053: Fix double warning on uninitialized variables in -P modeR2RT2018-11-053-0/+10
* | | Merge topic 'FindSQLite3-module'Brad King2018-11-074-0/+40
|\ \ \ | |_|/ |/| |
| * | FindSQLite3: Add module to find SQLite3Chuck Atkins2018-11-064-0/+40
* | | Merge topic 'FindPostgreSQL-target'Brad King2018-11-064-0/+45
|\ \ \
| * | | Tests/FindPostgreSQL: add a test for FindPostgreSQLBen Boeckel2018-11-014-0/+45
* | | | Merge topic 'autogen_origin_depends'Brad King2018-11-0626-50/+310
|\ \ \ \
| * | | | Autogen: Separate AUTOGEN_TARGET_DEPENDS tests into own tests suiteSebastian Holtermann2018-11-057-48/+70
| * | | | Autogen: Rename MocDepends test to AutogenOriginDependsOnSebastian Holtermann2018-11-0312-2/+2
| * | | | Autogen: Add test for AUTOGEN_ORIGIN_DEPENDS=OFFSebastian Holtermann2018-11-0312-0/+238
| | |_|/ | |/| |
* | | | Merge topic 'rename-cpack-ext-generator'Brad King2018-11-0617-38/+38
|\ \ \ \ | |_|_|/ |/| | |
| * | | CPack: Rename Ext generator to ExternalCraig Scott2018-11-0517-38/+38
* | | | Merge topic 'custom-command-work-dir-genex'Brad King2018-11-051-2/+2
|\ \ \ \ | |_|/ / |/| | |
| * | | add_custom_{command,target}: Fix WORKING_DIRECTORY leading genexBrad King2018-11-031-2/+2
| |/ /
| * | Merge branch 'cuda-thread-flags' into release-3.13Brad King2018-10-247-16/+73
| |\ \
* | \ \ Merge topic 'FindGDAL-target'Brad King2018-11-024-0/+41
|\ \ \ \
| * | | | FindGDAL: set the GDAL_VERSIONBen Boeckel2018-11-012-6/+3
| * | | | Tests/FindGDAL: add a test for FindGDALBen Boeckel2018-11-014-0/+44
| | |_|/ | |/| |
* | | | Merge topic 'check-keywords-only-if-used'Brad King2018-11-0222-0/+88
|\ \ \ \
| * | | | cmTargetPropCommandBase: check keywords after parsingBen Boeckel2018-10-2614-40/+0
| * | | | Tests: add tests for empty-value keyword arguments in target_*Ben Boeckel2018-10-2636-0/+128
* | | | | Merge topic 'fix-custom-target-with-csharp'Brad King2018-11-014-2/+15
|\ \ \ \ \ | |_|/ / / |/| | | |
| * | | | CSharp: Fix regression in VS project type selection for custom targetBrad King2018-10-314-2/+15
| | |/ / | |/| |
| * | | Merge branch 'vs-csharp-in-custom-target' into release-3.13Brad King2018-10-233-0/+3
| |\ \ \
* | \ \ \ Merge topic 'set_directory_properties-script-mode'Brad King2018-10-303-0/+5
|\ \ \ \ \
| * | | | | set_directory_properties: Restore in script modeBrad King2018-10-293-0/+5
* | | | | | Merge topic 'FindMatlab-2018a-API'Brad King2018-10-309-9/+197
|\ \ \ \ \ \
| * | | | | | FindMatlab: Fix compilation error in one specific test configuration.Cris Luengo2018-10-291-0/+6
| * | | | | | FindMatlab: added unit tests for new functionality.Cris Luengo2018-10-249-9/+191
* | | | | | | Merge topic 'ExternalProject-log-patch'Brad King2018-10-291-0/+1
|\ \ \ \ \ \ \
| * | | | | | | ExternalProject: add LOG_PATCH option to log the patch commandWouter Klouwen2018-10-261-0/+1
* | | | | | | | Merge topic 'minusCparse'Brad King2018-10-2912-1/+22
|\ \ \ \ \ \ \ \ | |/ / / / / / / |/| | | | | | |
| * | | | | | | Tests: Add cases for -{C,D,U} without a source treeBrad King2018-10-2612-1/+22
| | |_|_|_|/ / | |/| | | | |
* | | | | | | RPATH: Add option for using $ORIGIN in build treePeter Wu2018-10-264-1/+90
* | | | | | | Merge topic 'cuda-thread-flags'Brad King2018-10-257-16/+73
|\ \ \ \ \ \ \ | | |_|_|_|_|/ | |/| | | | |
| * | | | | | CUDA: Add test for device linking when host linking uses threadsRobert Maynard2018-10-247-16/+73
| | |_|_|/ / | |/| | | |
| * | | | | Merge branch 'GNUInstallDirs-kfreebsd-man' into release-3.13Brad King2018-10-221-1/+1
| |\ \ \ \ \
* | \ \ \ \ \ Merge topic 'vs-csharp-in-custom-target'Brad King2018-10-243-0/+3
|\ \ \ \ \ \ \ | |_|_|_|/ / / |/| | | | | / | | |_|_|_|/ | |/| | | |
| * | | | | VS: Fix crash on CSharp sources in a custom targetBrad King2018-10-233-0/+3
* | | | | | Merge topic 'GNUInstallDirs-kfreebsd-man'Brad King2018-10-231-1/+1
|\ \ \ \ \ \ | | |_|/ / / | |/| | / / | |_|_|/ / |/| | | |