summaryrefslogtreecommitdiffstats
path: root/Tests
Commit message (Expand)AuthorAgeFilesLines
* Merge topic 'check_symbol_exists'David Cole2012-01-174-0/+123
|\
| * Merge topic 'link-shared-depend-cycle-issue-12647' into check_symbol_existsRolf Eike Beer2012-01-164-0/+32
| |\
| * | add a test for Check{,CXX}SymbolExistsRolf Eike Beer2012-01-164-0/+123
* | | Merge topic 'link-shared-depend-cycle-issue-12647'David Cole2012-01-174-0/+32
|\ \ \ | | |/ | |/|
| * | Tolerate cycles in shared library link interfaces (#12647)Brad King2012-01-134-0/+32
| |/
* | Merge topic 'add_CMakeOnly_test-infrastructure'David Cole2012-01-173-0/+22
|\ \ | |/
| * Add infrastructure for CMake-only testsBrad King2012-01-133-0/+22
* | Merge topic 'compiler-version'David Cole2012-01-171-0/+4
|\ \ | |/ |/|
| * Add framework to detect compiler version with its id (#12408)Brad King2011-12-071-0/+4
* | Merge topic 'test-Complex-cleanup'David Cole2012-01-0960-3022/+195
|\ \
| * | complex: Remove unused option to test CMakeLibBrad King2011-12-239-85/+0
| * | complex: Remove test dependence on cmSystemToolsBrad King2011-12-232-24/+24
| * | complex: Move cmSystemTools::UpperCase test to CMakeLibTestsBrad King2011-12-234-28/+34
| * | complex: Simplify test for single-character exe nameBrad King2011-12-236-74/+26
| * | complex: Move GeneratedFileStream test to CMakeLibTestsBrad King2011-12-236-176/+103
| * | complex: Remove dynamic loader testsBrad King2011-12-238-160/+2
| * | complex: Sync Tests/ComplexOneConfig with Tests/ComplexBrad King2011-12-232-1/+9
| * | complex: Remove ancient unused ComplexRelativePaths testBrad King2011-12-2343-2481/+4
* | | Merge topic 'avoid-mfc-test'David Cole2011-12-202-0/+65
|\ \ \
| * | | Tests: Only really run MFC test if we can build MFC apps (#11213)David Cole2011-12-162-0/+65
| |/ /
* | | Merge topic 'fix_double_project_cmake_build'David Cole2011-12-204-6/+23
|\ \ \
| * | | Fix the case where cmake --build failed with two project cmds in one file.Bill Hoffman2011-12-204-6/+23
* | | | Merge topic 'AutomocFineTuning'David Cole2011-12-201-0/+3
|\ \ \ \ | |_|/ / |/| | |
| * | | automoc: default to strict mode, use CMAKE_AUTOMOC_RELAXED_MODEAlex Neundorf2011-12-131-0/+3
| |/ /
* | | Merge topic 'test-Fortran-compiler-compat'David Cole2011-12-161-10/+2
|\ \ \
| * | | Fix and simplify Fortran test compiler compatibility checkBrad King2011-12-151-10/+2
| |/ /
* | | Follow all dependencies of shared library private dependenciesBrad King2011-12-143-2/+25
|/ /
* | Merge branch 'master' into AutomocIncludedDotMocFileHandlingDavid Cole2011-12-0771-19/+2094
|\ \
| * \ Merge topic 'GNU-to-MS'David Cole2011-12-062-0/+6
| |\ \
| | * | Test CMAKE_GNUtoMS option in ExportImport on MinGW and MSysBrad King2011-12-052-0/+6
| * | | Merge topic 'fix-ExternalProject-svn-issue'David Cole2011-12-061-7/+0
| |\ \ \
| | * | | Tests: ExternalProject: Remove unnecessary 'svn --version' callRolf Eike Beer2011-12-051-7/+0
| | | |/ | | |/|
| * | | export(): Document undefined behavior of location propertiesBrad King2011-12-012-10/+12
| |/ /
| * | Merge topic 'newline-style'David Cole2011-12-015-0/+38
| |\ \ | | |/ | |/|
| | * Add NEWLINE_STYLE option to configure_file (#3957)Peter Kuemmel2011-11-285-0/+38
| * | Merge topic 'target-link-libraries-interfaces'David Cole2011-11-239-0/+129
| |\ \
| | * | target_link_libraries: Add LINK_(PUBLIC|PRIVATE) optionsStephen Kelly2011-11-229-0/+129
| * | | Fix CMake.File hash test for CRLF checkoutsBrad King2011-11-1611-14/+16
| * | | Add string(MD5) and string(SHA*) commands to compute hashesBrad King2011-11-1610-0/+47
| * | | Add file(SHA*) commands to compute cryptographic hashesBrad King2011-11-166-0/+25
| * | | Add file(MD5) command to compute cryptographic hashBrad King2011-11-167-1/+22
| | |/ | |/|
| * | Merge topic 'fix-11213-vs10-mfc-support'David Cole2011-11-154-5/+39
| |\ \
| | * | Tests: Nudge MFC test to pass on VS 6 dashboards (#11213)David Cole2011-11-093-5/+13
| | * | Tests: Add environment logging to the MFC test (#11213)David Cole2011-11-081-0/+11
| | * | Tests: Fix MFC test to work with VS 10 and later (#11213)David Cole2011-11-041-0/+15
| * | | Merge topic 'add-mfc-test'David Cole2011-11-1528-0/+1778
| |\ \ \ | | |/ /
| | * | Tests: Avoid MFC test automatically for Watcom WMake builds (#11213)David Cole2011-11-031-0/+10
| | * | Tests: Fix MFC test for old vs6 dashboards (#11213)David Cole2011-11-031-1/+7
| | * | Tests: Fix MFC test w/ Make-based generators (#11213)David Cole2011-11-021-0/+12
| | * | Tests: Avoid MFC test automatically for VCExpress builds (#11213)David Cole2011-11-011-0/+24