summaryrefslogtreecommitdiffstats
path: root/Tests
Commit message (Expand)AuthorAgeFilesLines
* Merge topic 'configure_file-unicode'Brad King2014-03-2023-0/+54
|\
| * Unicode: check encoding of files given to configure_file.Clinton Stimpson2014-03-1723-0/+54
* | Merge topic 'ExternalProject-no-download-progress'Brad King2014-03-201-0/+1
|\ \
| * | ExternalProject: Add option to disable download progress (#14807)Brad King2014-03-171-0/+1
* | | Merge topic 'FindPkgConfig_Extend-PKG_CONFIG_PATH_2'Brad King2014-03-207-3/+151
|\ \ \
| * | | FindPkgConfig: More unit testsDaniele E. Domenichelli2014-03-177-3/+151
| |/ /
* | | Merge topic 'CheckTypeSize_#14056'Brad King2014-03-202-0/+6
|\ \ \
| * | | CheckTypeSize: Add unit test to cover the no-C caseDaniele E. Domenichelli2014-03-172-0/+6
* | | | Merge topic 'fix-AllFindModules-test-module-path'Brad King2014-03-201-0/+3
|\ \ \ \
| * | | | Tests: Teach CMakeOnly.AllFindModules to tolerate a system KDE4Brad King2014-03-191-0/+3
| | |/ / | |/| |
* | | | Merge topic 'add_custom_command-DEPENDS-genex'Brad King2014-03-201-2/+5
|\ \ \ \
| * | | | add_custom_command: Evaluate generator expressions in DEPENDSStephen Kelly2014-03-201-2/+5
| |/ / /
* | | | Merge topic 'fix-out-of-date-CTestTestMemcheck'Brad King2014-03-201-1/+6
|\ \ \ \
| * | | | Tests: Prevent unnecessary rebuilds in CTestTestMemcheckDavid Cole2014-03-201-1/+6
| | |/ / | |/| |
* | | | Merge topic 'add_custom_command-no-INTERFACE-lib'Brad King2014-03-204-0/+13
|\ \ \ \ | |_|/ / |/| | |
| * | | Disallow INTERFACE libraries with add_custom_command(TARGET).Stephen Kelly2014-03-194-0/+13
* | | | Merge topic 'FindPkgConfig_Extend-PKG_CONFIG_PATH'Brad King2014-03-1714-0/+98
|\ \ \ \
| * | | | FindPkgConfig: Extend PKG_CONFIG_PATH using CMake variables (#12926)Daniele E. Domenichelli2014-03-1714-0/+98
* | | | | Merge branch 'master' into CONFIG-LOCATION-CMP0026Brad King2014-03-17122-187/+726
|\ \ \ \ \ | |_|/ / / |/| | / / | | |/ / | |/| |
| * | | Tests: Check find_dependency empty extra argumentsBrad King2014-03-137-0/+22
| * | | Tests: Make RunCMake.find_dependency tolerate line number changesBrad King2014-03-133-3/+3
| * | | Merge topic 'fix-CMP0046-warning'Brad King2014-03-135-0/+28
| |\ \ \
| * | | | Test error cases in find_dependency.Stephen Kelly2014-03-1114-0/+54
| * | | | Merge topic 'fix-AUTOGEN-custom-command-depends'Brad King2014-03-113-3/+24
| |\ \ \ \
| * \ \ \ \ Merge topic 'fix-find_dependency-EXACT-for-master'Brad King2014-03-118-1/+62
| |\ \ \ \ \ | | |_|_|_|/ | |/| | | |
| | * | | | find_dependency: Extend the tests for use of EXACT macro parameter.Stephen Kelly2014-03-108-1/+62
| * | | | | Merge topic 'fix-policy-scopes'Brad King2014-03-1014-13/+16
| |\ \ \ \ \ | | |/ / / / | |/| | | |
| * | | | | Merge topic 'dev/string-apis'Brad King2014-03-093-4/+11
| |\ \ \ \ \
| | * | | | | CPackWiX: Fix test to build with expected configBrad King2014-03-082-0/+7
| | * | | | | strings: Remove cmStdString referencesBen Boeckel2014-03-081-4/+4
| | | |_|_|/ | | |/| | |
| * | | | | Utilities/Release: Fix nightly build uploadBrad King2014-03-061-1/+1
| |/ / / /
| * | | | Merge topic 'test-external-cmake'Brad King2014-03-0535-164/+162
| |\ \ \ \
| | * | | | Tests: Optionally configure tests exclusively, with an external CMakeBrad King2014-03-031-16/+28
| | * | | | Tests: Drop CMAKE_TEST_GENERATOR(|_TOOLSET) variablesBrad King2014-03-0330-100/+100
| | * | | | Tests: Drop CMAKE_TEST_MAKEPROGRAM variableBrad King2014-03-031-6/+5
| | * | | | Tests: Rename CMAKE_TEST_MAKEPROGRAM uses for explicit make programBrad King2014-03-031-11/+12
| | * | | | Tests: Rename CMAKE_TEST_MAKEPROGRAM uses for nested test projectsBrad King2014-03-036-12/+12
| | * | | | Tests: Rename CMAKE_TEST_DEVENV -> CMake_TEST_DEVENVBrad King2014-03-031-7/+8
| | * | | | Tests: Drop CMAKE_TEST_MSVC and test MSVC directlyBrad King2014-03-031-2/+2
| | * | | | Tests: Drop CMAKE_TEST_GENERATOR and CMAKE_TEST_MAKEPROGRAM optionsBrad King2014-03-031-10/+8
| | * | | | Tests: Drop kwsys testBrad King2014-03-031-13/+0
| * | | | | Merge topic 'fix-CMP0017-check'Brad King2014-03-053-3/+3
| |\ \ \ \ \
| | * | | | | CMP0017: Fix check when including from CMake source treeBrad King2014-03-043-3/+3
| | |/ / / /
| * | | | | FeatureSummary: Add unit testsDaniele E. Domenichelli2014-03-0318-0/+102
| |/ / / /
| * | | | CPackWIX: support installation of empty directoriesNils Gladitz2014-03-011-0/+11
| * | | | CPackWIX: Allow Windows Installer property customizationNils Gladitz2014-03-011-0/+3
| * | | | Merge topic 'tests-RunCMake-no-unused'Brad King2014-02-281-0/+1
| |\ \ \ \
| | * | | | Tests/RunCMake: Tell cmake not to report unused command-line optionsBrad King2014-02-271-0/+1
| * | | | | Add test for find_dependency macro.Stephen Kelly2014-02-269-0/+80
| |/ / / /
| * | | | Merge topic 'msvc-compiler-pdb-files'Brad King2014-02-261-8/+22
| |\ \ \ \