| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge topic 'update-kwsys' | Brad King | 2014-07-21 | 3 | -4/+22 |
|\ |
|
| * | Merge branch 'upstream-kwsys' into update-kwsys | Brad King | 2014-07-18 | 3 | -4/+22 |
|
|
* | | CMake Nightly Date Stamp | Kitware Robot | 2014-07-21 | 1 | -1/+1 |
|
|
* | | CMake Nightly Date Stamp | Kitware Robot | 2014-07-20 | 1 | -1/+1 |
|
|
* | | CMake Nightly Date Stamp | Kitware Robot | 2014-07-19 | 1 | -1/+1 |
|
|
* | | Merge topic 'dev/target-fastpaths' | Brad King | 2014-07-18 | 2 | -330/+344 |
|\ \ |
|
| * | | cmTarget: use a hash_map for cmTargets typedef | Ben Boeckel | 2014-07-17 | 1 | -0/+7 |
|
|
| * | | cmTarget: help the optimizer a bit | Ben Boeckel | 2014-07-17 | 1 | -3/+3 |
|
|
| * | | cmTarget: use hash_set for sets of strings | Ben Boeckel | 2014-07-17 | 1 | -37/+42 |
|
|
| * | | cmTarget: Allow caching of empty genex expansions | Ben Boeckel | 2014-07-17 | 1 | -2/+4 |
|
|
| * | | cmTarget: Only copy GenEx expansions when necessary | Ben Boeckel | 2014-07-17 | 1 | -10/+13 |
|
|
| * | | cmTarget: Don't set properties on custom targets | Ben Boeckel | 2014-07-17 | 1 | -37/+43 |
|
|
| * | | cmTarget: Use static strings for special property names | Ben Boeckel | 2014-07-17 | 1 | -36/+55 |
|
|
| * | | cmTarget: Sort special property checks | Ben Boeckel | 2014-07-17 | 1 | -27/+27 |
|
|
| * | | cmTarget: Fast path for regular properties | Ben Boeckel | 2014-07-17 | 1 | -141/+157 |
|
|
| * | | cmTarget: Factor out common code | Ben Boeckel | 2014-07-16 | 1 | -52/+20 |
|
|
| * | | cmTarget: Use else/if trees rather than an if tree | Ben Boeckel | 2014-07-16 | 1 | -50/+38 |
|
|
* | | | Merge topic 'delay-generator-platform' | Brad King | 2014-07-18 | 21 | -118/+99 |
|\ \ \ |
|
| * | | | VS: Delay getting platform name in local generator | Brad King | 2014-07-17 | 8 | -17/+16 |
|
|
| * | | | VS: Delay detection of VS 10 Express 64-bit tools | Brad King | 2014-07-17 | 1 | -8/+7 |
|
|
| * | | | VS: Delay platform definitions until system name is known | Brad King | 2014-07-17 | 6 | -9/+19 |
|
|
| * | | | VS: Remove unused method from VS 9 generator | Brad King | 2014-07-17 | 2 | -10/+0 |
|
|
| * | | | VS: Refactor CMAKE_FORCE_*64 platform definitions | Brad King | 2014-07-17 | 16 | -74/+45 |
|
|
| * | | | Tell generators about CMAKE_SYSTEM_NAME as soon as it is known | Brad King | 2014-07-17 | 2 | -0/+12 |
|
|
* | | | | Merge topic 'vs-MSTool-condition' | Brad King | 2014-07-18 | 2 | -95/+142 |
|\ \ \ \ |
|
| * | | | | VS: Make MS-tool-specific options conditional | Brad King | 2014-07-17 | 2 | -95/+142 |
| |/ / / |
|
* | | | | Merge topic 'encoding-ctest-fixes' | Brad King | 2014-07-18 | 1 | -7/+8 |
|\ \ \ \
| |_|_|/
|/| | | |
|
| * | | | Encoding: Fix a few encoding problems with ctest. | Clinton Stimpson | 2014-07-18 | 1 | -7/+8 |
|
|
* | | | | CMake Nightly Date Stamp | Kitware Robot | 2014-07-18 | 1 | -1/+1 |
| |/ /
|/| | |
|
* | | | Merge topic 'refactor-link-internals' | Brad King | 2014-07-17 | 4 | -229/+165 |
|\ \ \ |
|
| * | | | cmTarget: Cache compatible interface property sets | Brad King | 2014-07-16 | 2 | -48/+55 |
|
|
| * | | | cmTarget: Refactor GetLinkImplementationClosure internals | Brad King | 2014-07-16 | 1 | -7/+11 |
|
|
| * | | | Genex: Adjust code layout slightly | Brad King | 2014-07-16 | 1 | -4/+3 |
|
|
| * | | | Genex: Refactor empty element strip | Brad King | 2014-07-16 | 1 | -3/+2 |
|
|
| * | | | Genex: Avoid repeated search of transitive property whitelist | Brad King | 2014-07-16 | 1 | -33/+26 |
|
|
| * | | | Genex: Simplify TARGET_PROPERTY transitive lookup | Brad King | 2014-07-16 | 1 | -65/+31 |
|
|
| * | | | cmTarget: Drop GetTransitivePropertyTargets method | Brad King | 2014-07-16 | 3 | -25/+13 |
|
|
| * | | | Refactor system include annotation propagation | Brad King | 2014-07-16 | 1 | -34/+7 |
|
|
| * | | | cmTarget: Make GetLink*Libraries methods safer to use | Brad King | 2014-07-16 | 3 | -32/+39 |
|
|
* | | | | Merge topic 'generalize-LINK_ONLY' | Brad King | 2014-07-17 | 1 | -12/+4 |
|\ \ \ \
| |/ / / |
|
| * | | | Honor $<LINK_ONLY> when checking interface properties | Brad King | 2014-07-16 | 1 | -1/+1 |
|
|
| * | | | Make $<LINK_ONLY> available to projects (#14751) | Brad King | 2014-07-16 | 1 | -11/+3 |
| | |/
| |/| |
|
* | | | CMake Nightly Date Stamp | Kitware Robot | 2014-07-17 | 1 | -1/+1 |
|/ / |
|
* | | Merge topic 'refactor-link-internals' | Brad King | 2014-07-16 | 2 | -128/+97 |
|\ \ |
|
| * | | cmTarget: Refactor internal imported LinkInterface map | Brad King | 2014-07-14 | 1 | -10/+5 |
|
|
| * | | cmTarget: Simplify internal ComputeLinkInterfaceLibraries method | Brad King | 2014-07-14 | 1 | -26/+18 |
|
|
| * | | cmTarget: Move ComputeLinkInterfaceLibraries to internals | Brad King | 2014-07-14 | 2 | -49/+52 |
|
|
| * | | cmTarget: Refactor internal LinkInterface map | Brad King | 2014-07-14 | 1 | -28/+18 |
|
|
| * | | cmTarget: Drop 'head' argument from processSources | Brad King | 2014-07-14 | 1 | -4/+1 |
|
|
| * | | cmTarget: Drop 'head' argument from GetSourceFiles | Brad King | 2014-07-14 | 2 | -15/+11 |
|
|