summaryrefslogtreecommitdiff
path: root/Tests
Commit message (Expand)AuthorAgeFilesLines
* Port all cmOStringStream to std::ostringstream.Stephen Kelly2015-01-111-1/+1
* RunCMake: Expect empty output by default.Stephen Kelly2014-12-319-4/+17
* Merge topic 'ninja-fix-subdir-objlib-languages'Brad King2014-12-245-0/+10
|\
| * Tests: Test using objects from a language enabled in a subdirectory (#15325)Brad King2014-12-225-0/+10
| * Merge branch 'vs-phone-store-deployment-location' into releaseBrad King2014-12-034-12/+17
| |\
| * \ Merge branch 'vs-hlsl-settings' into releaseBrad King2014-12-033-2/+8
| |\ \
| * \ \ Merge branch 'target-sources-error-conditions' into releaseBrad King2014-12-0114-5/+41
| |\ \ \
* | \ \ \ Merge topic 'AppleClang-5.1-features'Brad King2014-12-232-4/+8
|\ \ \ \ \
| * | | | | Features: Record for AppleClang 5.1Stephen Kelly2014-12-221-4/+6
| * | | | | Tests: Fix RunCMake.CompileFeatures test NonValidTarget2 caseBrad King2014-12-221-0/+2
* | | | | | Merge topic 'add-FindGSL'Brad King2014-12-234-0/+51
|\ \ \ \ \ \ | |/ / / / / |/| | | | |
| * | | | | FindGSL: Add module to find the GNU Scientific LibraryKelly Thompson2014-12-174-0/+51
* | | | | | Merge topic 'osx-cfbundle-tweaks'Brad King2014-12-192-8/+6
|\ \ \ \ \ \
| * | | | | | Tests: Run CFBundleTest only with valid configurationBrad King2014-12-192-8/+6
| |/ / / / /
* | | | | | Merge topic 'install-EXPORT-absolute-prefix'Brad King2014-12-197-0/+44
|\ \ \ \ \ \
| * | | | | | install: Allow absolute EXPORT destination with relative targets (#15258)Brad King2014-12-157-0/+44
| |/ / / / /
* | | | | | Merge topic 'vs-nsight-tegra-min-api'Brad King2014-12-181-0/+1
|\ \ \ \ \ \
| * | | | | | Add 'ANDROID_API_MIN' target property to set Android Target MIN APIDmitry Polyanitsa2014-12-171-0/+1
| |/ / / / /
* | | | | | Merge topic 'test-memcheck-with-RunCMake'Brad King2014-12-1876-301/+354
|\ \ \ \ \ \
| * | | | | | Tests: Move CTestTestMemcheck tools into Tests/CMakeLibBrad King2014-12-185-5/+3
| * | | | | | Tests: Move CTestTestMemcheck cases into a RunCMake.CTestMemcheck testBrad King2014-12-1871-256/+311
* | | | | | | Merge topic 'test-RunCMake-updates'Brad King2014-12-172-4/+4
|\ \ \ \ \ \ \ | |/ / / / / /
| * | | | | | Tests: Allow RunCMake expected result code to be a regexBrad King2014-12-161-1/+1
| * | | | | | Tests: Simplify RunCMake test extra argument passingBrad King2014-12-151-2/+2
| * | | | | | Tests: Allow RunCMake tests to pass generator expressionsBrad King2014-12-151-1/+1
| |/ / / / /
* | | | | | Tests: Fix CheckSourceTree test for newer GitBrad King2014-12-161-2/+2
|/ / / / /
* | | | | Tests: Fix OS X version check to use component-wise testBrad King2014-12-121-1/+1
* | | | | find_library: Fix repeat call after changing directory content (#15293)Brad King2014-12-085-0/+25
* | | | | Merge topic 'custom-command-multiple-outputs'Brad King2014-12-082-0/+41
|\ \ \ \ \
| * | | | | Tests: Cover rebuild with multiple custom command outputs (#15116)Brad King2014-12-052-0/+41
* | | | | | Merge topic 'ExternalProject_TEST_EXCLUDE_FROM_MAIN'Brad King2014-12-081-0/+25
|\ \ \ \ \ \
| * | | | | | ExternalProject: Add TEST_EXCLUDE_FROM_MAIN optionDaniele E. Domenichelli2014-12-051-0/+25
| |/ / / / /
* | | | | | Merge topic 'try_compile-link-flags'Brad King2014-12-084-0/+86
|\ \ \ \ \ \ | |/ / / / / |/| | | | |
| * | | | | try_compile: Pass linker flags into test project (#14066)Brad King2014-12-034-0/+86
* | | | | | Merge topic 'cached-regex-clear-fixed'Brad King2014-12-045-0/+116
|\ \ \ \ \ \
| * | | | | | test: add a test for clearing regex resultsBen Boeckel2014-12-035-0/+116
* | | | | | | Merge topic 'vs-phone-store-deployment-location'Brad King2014-12-044-12/+17
|\ \ \ \ \ \ \ | |_|/ / / / / |/| | | | | / | | |_|_|_|/ | |/| | | |
| * | | | | VS: Add source file property to specify Windows App deployment locationGilles Khouzam2014-12-034-12/+17
| | |_|_|/ | |/| | |
* | | | | Merge topic 'file-LOCK-command'Brad King2014-12-0345-0/+196
|\ \ \ \ \
| * | | | | file: Add LOCK subcommand to do file and directory lockingRuslan Baratov2014-12-0345-0/+196
| | |/ / / | |/| | |
* | | | | Merge topic 'icase-source-file-prop'Brad King2014-12-034-0/+40
|\ \ \ \ \
| * | | | | test: test source file properties with case-insensitivityBen Boeckel2014-12-024-0/+40
| |/ / / /
* | | | | Merge topic 'vs-hlsl-settings'Brad King2014-12-033-2/+8
|\ \ \ \ \ | | |/ / / | |/| | |
| * | | | VS: Add source file properties to set the hlsl shader entry point and modelCedric Perthuis2014-12-033-2/+8
* | | | | continue: Add a new CMake language command for loop continuation (#14013)Gregor Jasny2014-12-0119-0/+100
| |/ / / |/| | |
* | | | Merge topic 'target-sources-error-conditions'Brad King2014-12-0114-5/+41
|\ \ \ \ | | |_|/ | |/| |
| * | | Export: Disallow export of targets with INTERFACE_SOURCESStephen Kelly2014-11-297-0/+17
| * | | cmTarget: Don't allow relative paths in INTERFACE_SOURCESStephen Kelly2014-11-298-5/+24
* | | | Merge topic 'fix-transitive-OBJECT_SOURCES-context'Brad King2014-12-011-1/+4
|\ \ \ \ | | |_|/ | |/| |
| * | | Genex: Fix evaluation context propagation for TARGET_OBJECTS.Stephen Kelly2014-11-261-1/+4
| |/ /