Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | | | | Merge topic 'fix_tar_leaks' | Brad King | 2014-07-28 | 1 | -0/+3 | |
|\ \ \ \ \ | ||||||
| * | | | | | Fix memory leaks in extract tar. | Bill Hoffman | 2014-07-23 | 1 | -0/+3 | |
| |/ / / / | ||||||
* | | | | | Merge topic 'genex-head-sensitive-conditions' | Brad King | 2014-07-28 | 6 | -76/+148 | |
|\ \ \ \ \ | ||||||
| * | | | | | cmTarget: Avoid re-computing head-independent link interfaces | Brad King | 2014-07-21 | 2 | -8/+55 | |
| * | | | | | Genex: Track whether an expression depends on the 'head' target | Brad King | 2014-07-21 | 4 | -0/+23 | |
| * | | | | | cmTarget: Move ComputeLinkImplementation* to internals | Brad King | 2014-07-21 | 2 | -35/+46 | |
| * | | | | | cmTarget: Re-order link interface map lookup logic | Brad King | 2014-07-21 | 1 | -16/+15 | |
| * | | | | | cmTarget: Refactor link interface map storage | Brad King | 2014-07-21 | 1 | -18/+17 | |
| * | | | | | cmTarget: Remove duplicate link interface map | Brad King | 2014-07-21 | 1 | -10/+3 | |
* | | | | | | Merge topic 'target-drop-build-setting-cache' | Brad King | 2014-07-28 | 1 | -254/+126 | |
|\ \ \ \ \ \ | |/ / / / / | ||||||
| * | | | | | cmTarget: Drop internal cache of build properties | Brad King | 2014-07-21 | 1 | -91/+43 | |
| * | | | | | cmTarget: Drop internal cache of link interface usage requirements | Brad King | 2014-07-21 | 1 | -163/+83 | |
* | | | | | | CMake Nightly Date Stamp | Kitware Robot | 2014-07-28 | 1 | -1/+1 | |
* | | | | | | CMake Nightly Date Stamp | Kitware Robot | 2014-07-27 | 1 | -1/+1 | |
* | | | | | | CMake Nightly Date Stamp | Kitware Robot | 2014-07-26 | 1 | -1/+1 | |
* | | | | | | CMake Nightly Date Stamp | Kitware Robot | 2014-07-25 | 1 | -1/+1 | |
| |_|_|/ / |/| | | | | ||||||
* | | | | | CMake Nightly Date Stamp | Kitware Robot | 2014-07-24 | 1 | -1/+1 | |
| |/ / / |/| | | | ||||||
* | | | | Merge topic 'refactor-makerule-path-conversion' | Brad King | 2014-07-23 | 10 | -35/+40 | |
|\ \ \ \ | ||||||
| * | | | | cmGlobalVisualStudio7Generator: Remove unused variable | Brad King | 2014-07-22 | 1 | -1/+0 | |
| * | | | | cmDepends: Refactor object file path conversion | Brad King | 2014-07-22 | 3 | -17/+23 | |
| * | | | | cmLocalGenerator: Fix AddBuildTargetRule object file path conversion | Brad King | 2014-07-22 | 1 | -1/+1 | |
| * | | | | cmLocalGenerator: Rename 'MAKEFILE' to 'MAKERULE' | Brad King | 2014-07-22 | 9 | -18/+18 | |
* | | | | | Merge topic 'refactor-generator-startup' | Brad King | 2014-07-23 | 10 | -35/+22 | |
|\ \ \ \ \ | |_|_|/ / |/| | | | | ||||||
| * | | | | cmGlobalGenerator: Create a non-virtual 'DoGenerate' method | Brad King | 2014-07-22 | 10 | -35/+22 | |
* | | | | | CMake Nightly Date Stamp | Kitware Robot | 2014-07-23 | 1 | -1/+1 | |
|/ / / / | ||||||
* | | | | CMake Nightly Date Stamp | Kitware Robot | 2014-07-22 | 1 | -1/+1 | |
| |/ / |/| | | ||||||
* | | | 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 | |