summaryrefslogtreecommitdiffstats
path: root/Tests
Commit message (Expand)AuthorAgeFilesLines
* Merge topic 'generator-toolset'Brad King2013-02-0857-157/+222
|\
| * Tests: Add generator toolset supportBrad King2013-02-0744-13/+74
| * Tests: Consolidate ctest --build-and-test generator optionsBrad King2013-02-071-146/+78
| * Merge branch 'master' into generator-toolsetBrad King2013-02-07226-92/+1389
| |\
| * | Xcode: Implement generator toolset selection (#9831, #13802)Brad King2013-02-072-1/+6
| * | VS: Implement generator toolset selection (#10722, #13774)Brad King2013-02-074-3/+21
| * | CMake: Add -T option to choose a generator toolsetBrad King2013-02-0713-0/+46
| * | Merge branch 'xcode-duplicate-flags-13354' into generator-toolsetBrad King2013-01-3199-61/+1298
| |\ \
| * | | Tests: Run ctest custom commands with VERBATIMBrad King2013-01-312-3/+6
* | | | Merge topic 'implicit-lib-canonical-path'Brad King2013-02-081-0/+6
|\ \ \ \ | |_|_|/ |/| | |
| * | | Normalize full paths in implicit link library listBrad King2013-02-061-0/+6
* | | | Merge topic 'tll-includes-defines'Brad King2013-02-0527-61/+261
|\ \ \ \
| * | | | Test workaround of bad interface include directories from depends.Stephen Kelly2013-01-311-0/+41
| * | | | Add includes and compile definitions with target_link_libraries.Stephen Kelly2013-01-3111-53/+148
| * | | | Add the $<LINKED:...> generator expression.Stephen Kelly2013-01-318-1/+41
| * | | | Export targets to a targets file, not a Config file.Stephen Kelly2013-01-312-4/+4
| * | | | Make it an error for INSTALL_PREFIX to be evaluated.Stephen Kelly2013-01-316-2/+14
| * | | | Handle reading empty properties defined by the link interface.Stephen Kelly2013-01-311-1/+13
* | | | | Merge topic 'add-ExternalData-module'Brad King2013-02-05147-0/+665
|\ \ \ \ \
| * | | | | Fix Module.ExternalData test on VS 6Brad King2013-02-041-0/+1
| * | | | | Fix Module.ExternalData test on CygwinBrad King2013-02-041-1/+5
| * | | | | ExternalData: Collapse ../ components in DATA{} pathsBrad King2013-01-305-5/+21
| * | | | | ExternalData: Add support for SHA 1 and 2 hash algorithmsBrad King2013-01-3016-0/+44
| * | | | | ExternalData: Allow DATA{} syntax to reference directoriesBrad King2013-01-3014-2/+48
| * | | | | ExternalData: Allow ()-groups in series match regexBrad King2013-01-301-1/+1
| * | | | | ExternalData: Add tests covering interfaces and errorsBrad King2013-01-30123-0/+554
* | | | | | Tests: Avoid CTestLimitDashJ crash on Borland 5.8 buildsBrad King2013-01-311-0/+1
| |/ / / / |/| | | |
* | | | | Merge topic 'fix-target-property-commands'Brad King2013-01-306-8/+28
|\ \ \ \ \
| * | | | | Make subclasses responsible for joining content.Stephen Kelly2013-01-295-0/+13
| * | | | | Don't allow targets args in the new target commands.Stephen Kelly2013-01-293-8/+15
* | | | | | Merge topic 'fix-TARGET_PROPERTY-extraction'Brad King2013-01-291-0/+2
|\ \ \ \ \ \
| * | | | | | Fix TARGET_PROPERTY target extractions.Stephen Kelly2013-01-291-0/+2
| |/ / / / /
* | | | | | Add the INSTALL_PREFIX genex.Stephen Kelly2013-01-273-1/+18
|/ / / / /
* | | | | Merge topic 'debug-ProcessorCount'Brad King2013-01-252-4/+12
|\ \ \ \ \
| * | | | | ProcessorCount test: require SystemInformation process to workRolf Eike Beer2013-01-241-1/+8
| * | | | | ProcessorCount test: fix path to cmsysTestsCxx executableRolf Eike Beer2013-01-242-3/+4
| |/ / / /
* | | | | Add the COMPATIBLE_INTERFACE_STRING property.Stephen Kelly2013-01-2418-1/+103
|/ / / /
* | | | Exclude the LINK_LIBRARIES related properties from INTERFACE evaluation.Stephen Kelly2013-01-244-1/+40
* | | | Merge topic 'disallow-IMPORTED-interface-porcelain'Brad King2013-01-235-27/+2
|\ \ \ \
| * | | | Disallow porcelain to populate includes and defines of IMPORTED targets.Stephen Kelly2013-01-214-24/+2
| * | | | Revert "Allow target_link_libraries with IMPORTED targets."Stephen Kelly2013-01-211-3/+0
| | |_|/ | |/| |
* | | | Merge topic 'clean-include-dirs-debugging'Brad King2013-01-231-15/+8
|\ \ \ \
| * | | | Output include directories as LOG messages, not warnings.Stephen Kelly2013-01-211-4/+4
| * | | | Specify the target whose includes are being listed.Stephen Kelly2013-01-211-4/+4
| * | | | Store includes from the same include_directories call together.Stephen Kelly2013-01-211-7/+0
| |/ / /
* | | | Merge topic 'qt4-autolink-qtmain'Brad King2013-01-2316-4/+121
|\ \ \ \
| * | | | Automatically link to the qtmain library when linking to QtCore.Stephen Kelly2013-01-232-4/+59
| * | | | Add the $<TARGET_POLICY> expressionStephen Kelly2013-01-1714-0/+62
| |/ / /
* | | | Merge topic 'fix-COMPATIBLE_INTERFACE-properties'Brad King2013-01-2323-1/+147
|\ \ \ \
| * | | | Export the COMPATIBLE_INTERFACE_BOOL content propertiesStephen Kelly2013-01-213-0/+15