summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Tests/RunCMake: Allow tests to control build tree behaviorBrad King2013-02-181-2/+6
* Merge branch 'empty-compiler-crash' into compiler-change-cleanupBrad King2013-02-18785-6345/+17145
|\
| * Fix crash on empty CMAKE_<lang>_COMPILER value (#13901)Brad King2013-02-081-1/+1
| * Merge topic 'style-fixes'Brad King2013-02-081-2/+2
| |\
| | * Style: Use this-> when invoking member functions.Stephen Kelly2013-02-061-2/+2
| * | Merge topic 'generator-toolset'Brad King2013-02-0875-165/+420
| |\ \
| | * | Tests: Add generator toolset supportBrad King2013-02-0745-13/+76
| | * | Tests: Consolidate ctest --build-and-test generator optionsBrad King2013-02-071-146/+78
| | * | Merge branch 'master' into generator-toolsetBrad King2013-02-07289-606/+3678
| | |\ \
| | * | | ExternalProject: Propagate the generator toolsetBrad King2013-02-071-0/+11
| | * | | CTest: Add options to set generator toolsetBrad King2013-02-074-4/+31
| | * | | Xcode: Implement generator toolset selection (#9831, #13802)Brad King2013-02-078-1/+48
| | * | | VS: Implement generator toolset selection (#10722, #13774)Brad King2013-02-077-3/+33
| | * | | CMake: Add -T option to choose a generator toolsetBrad King2013-02-0719-0/+141
| | * | | Merge branch 'xcode-duplicate-flags-13354' into generator-toolsetBrad King2013-01-31211-3056/+5658
| | |\ \ \
| | * | | | Tests: Run ctest custom commands with VERBATIMBrad King2013-01-312-3/+6
| | * | | | ExternalProject: Simplify CMake command line generationBrad King2013-01-311-4/+5
| * | | | | Merge topic 'CMAKE_CL_64-CXX'Brad King2013-02-081-1/+1
| |\ \ \ \ \
| | * | | | | MSVC: Fix CMAKE_CL_64 in CXX-only projects (#13896)Brad King2013-02-071-1/+1
| * | | | | | Merge topic 'exit-without-working-directory'Brad King2013-02-083-11/+7
| |\ \ \ \ \ \
| | * | | | | | Fail early if no current working directory existsBrad King2013-02-073-11/+7
| * | | | | | | Merge topic 'update-kwsys'Brad King2013-02-081-18/+10
| |\ \ \ \ \ \ \ | | |/ / / / / /
| | * | | | | | Merge branch 'upstream-kwsys' into update-kwsysBrad King2013-02-071-18/+10
| | |\ \ \ \ \ \ | | | |/ / / / / | | |/| | | | |
| | | * | | | | KWSys 2013-02-05 (5c34ed2e)KWSys Robot2013-02-071-18/+10
| * | | | | | | Merge topic 'implicit-lib-canonical-path'Brad King2013-02-082-0/+12
| |\ \ \ \ \ \ \
| | * | | | | | | Normalize full paths in implicit link library listBrad King2013-02-062-0/+12
| * | | | | | | | CMake Nightly Date StampKitware Robot2013-02-081-1/+1
| | |/ / / / / / | |/| | | | | |
| * | | | | | | CMake Nightly Date StampKitware Robot2013-02-071-1/+1
| | |_|_|_|_|/ | |/| | | | |
| * | | | | | CMake Nightly Date StampKitware Robot2013-02-061-1/+1
| | |_|_|_|/ | |/| | | |
| * | | | | Merge topic 'tll-includes-defines'Brad King2013-02-0541-94/+633
| |\ \ \ \ \
| | * | | | | Cache context-independent includes on evaluation.Stephen Kelly2013-02-035-14/+66
| | * | | | | Optimize genex evaluation for includes and defines.Stephen Kelly2013-02-023-1/+35
| | * | | | | find_package: Reword <package>_NO_INTERFACES documentationBrad King2013-02-011-18/+17
| | * | | | | 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-3114-56/+213
| | * | | | | Add the $<LINKED:...> generator expression.Stephen Kelly2013-01-3112-9/+196
| | * | | | | Add API to check if we're reading a includes or defines property.Stephen Kelly2013-01-312-0/+18
| | * | | | | Add a way to exclude INTERFACE properties from exported targets.Stephen Kelly2013-01-312-3/+25
| | * | | | | 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-317-5/+20
| | * | | | | Advance more when preprocessing exported strings.Stephen Kelly2013-01-311-1/+1
| | * | | | | Handle reading empty properties defined by the link interface.Stephen Kelly2013-01-312-2/+16
| * | | | | | Merge topic 'add-ExternalData-module'Brad King2013-02-05149-0/+1430
| |\ \ \ \ \ \
| | * \ \ \ \ \ Merge branch 'vs6-rule-files' into add-ExternalData-moduleBrad King2013-02-041-0/+3
| | |\ \ \ \ \ \
| | * | | | | | | ExternalData: Attach download rules to content links in IDEsBrad King2013-02-041-2/+2
| | * | | | | | | Fix Module.ExternalData test on VS 6Brad King2013-02-041-0/+1
| | * | | | | | | Fix Module.ExternalData test on CygwinBrad King2013-02-041-1/+5
| | * | | | | | | Merge branch 'fix-atomic-rename-on-Windows' into add-ExternalData-moduleBrad King2013-02-041-31/+20
| | |\ \ \ \ \ \ \
| | * | | | | | | | ExternalData: Collapse ../ components in DATA{} pathsBrad King2013-01-306-6/+23
| | * | | | | | | | ExternalData: Add support for SHA 1 and 2 hash algorithmsBrad King2013-01-3017-2/+51