summaryrefslogtreecommitdiffstats
path: root/Source
Commit message (Expand)AuthorAgeFilesLines
* VS: Delay detection of VS 10 Express 64-bit toolsBrad King2014-07-171-8/+7
* VS: Delay platform definitions until system name is knownBrad King2014-07-176-9/+19
* VS: Remove unused method from VS 9 generatorBrad King2014-07-172-10/+0
* VS: Refactor CMAKE_FORCE_*64 platform definitionsBrad King2014-07-1716-74/+45
* Tell generators about CMAKE_SYSTEM_NAME as soon as it is knownBrad King2014-07-172-0/+12
* Merge topic 'refactor-link-internals'Brad King2014-07-174-229/+165
|\
| * cmTarget: Cache compatible interface property setsBrad King2014-07-162-48/+55
| * cmTarget: Refactor GetLinkImplementationClosure internalsBrad King2014-07-161-7/+11
| * Genex: Adjust code layout slightlyBrad King2014-07-161-4/+3
| * Genex: Refactor empty element stripBrad King2014-07-161-3/+2
| * Genex: Avoid repeated search of transitive property whitelistBrad King2014-07-161-33/+26
| * Genex: Simplify TARGET_PROPERTY transitive lookupBrad King2014-07-161-65/+31
| * cmTarget: Drop GetTransitivePropertyTargets methodBrad King2014-07-163-25/+13
| * Refactor system include annotation propagationBrad King2014-07-161-34/+7
| * cmTarget: Make GetLink*Libraries methods safer to useBrad King2014-07-163-32/+39
* | Merge topic 'generalize-LINK_ONLY'Brad King2014-07-171-12/+4
|\ \ | |/
| * Honor $<LINK_ONLY> when checking interface propertiesBrad King2014-07-161-1/+1
| * Make $<LINK_ONLY> available to projects (#14751)Brad King2014-07-161-11/+3
* | CMake Nightly Date StampKitware Robot2014-07-171-1/+1
|/
* Merge topic 'refactor-link-internals'Brad King2014-07-162-128/+97
|\
| * cmTarget: Refactor internal imported LinkInterface mapBrad King2014-07-141-10/+5
| * cmTarget: Simplify internal ComputeLinkInterfaceLibraries methodBrad King2014-07-141-26/+18
| * cmTarget: Move ComputeLinkInterfaceLibraries to internalsBrad King2014-07-142-49/+52
| * cmTarget: Refactor internal LinkInterface mapBrad King2014-07-141-28/+18
| * cmTarget: Drop 'head' argument from processSourcesBrad King2014-07-141-4/+1
| * cmTarget: Drop 'head' argument from GetSourceFilesBrad King2014-07-142-15/+11
| * cmTarget: Drop 'head' argument from GetLanguagesBrad King2014-07-142-7/+5
| * cmTarget: Drop 'head' argument from ComputeLinkImplementationLanguagesBrad King2014-07-142-6/+4
* | Merge topic 'thread-sanitizer'Brad King2014-07-164-20/+89
|\ \
| * | CTest: Fix MemoryCheckType from 'ctest -T MemCheck'Bill Hoffman2014-07-161-2/+2
| * | ctest_memcheck: Add support for memory and leak sanitizer.Bill Hoffman2014-07-164-18/+87
* | | CMake Nightly Date StampKitware Robot2014-07-161-1/+1
|/ /
* | Merge topic 'target-legacy-depends-only-for-vs6'Brad King2014-07-156-66/+90
|\ \
| * | cmTarget: Compile old-style link dependencies only for VS 6Brad King2014-07-143-3/+20
| * | cmTarget: Run old-style link dependencies only for VS 6Brad King2014-07-143-2/+10
| * | cmTarget: Rename old-style link dependencies code as "ForVS6"Brad King2014-07-143-59/+60
| * | export_library_dependencies: Use original link libraries internallyBrad King2014-07-141-6/+4
| |/
* | Merge topic 'dev/ison-isoff-performance'Brad King2014-07-151-6/+36
|\ \
| * | SystemTools: Use a set in Is{On,Off}Ben Boeckel2014-07-081-6/+35
| * | IsOff: Use the length for the string constructionBen Boeckel2014-07-081-2/+3
* | | Merge topic 'dev/fix-cmake-rule-property'Brad King2014-07-151-1/+1
|\ \ \
| * | | cmMakefile: fix __CMAKE_RULE property settingBen Boeckel2014-07-141-1/+1
| | |/ | |/|
* | | CMake Nightly Date StampKitware Robot2014-07-151-1/+1
|/ /
* | Merge topic 'refactor-link-internals'Brad King2014-07-141-1/+1
|\ \
| * | cmTarget: Fix CMP0022 OLD breakage from recent refactoringBrad King2014-07-101-1/+1
* | | Merge topic 'vs-RC-flags'Brad King2014-07-147-0/+99
|\ \ \
| * | | VS: Fix handling of non-preprocessor flags in CMAKE_RC_FLAGSMartin Mitas2014-07-107-0/+99
* | | | Merge topic 'install-cfbundle-directory'Brad King2014-07-141-0/+14
|\ \ \ \
| * | | | OS X: Install CFBundles as complete directoriesTim Blechmann2014-07-101-0/+14
* | | | | Merge topic 'interface-sources-target-objects'Brad King2014-07-142-0/+2
|\ \ \ \ \