Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Remove cmLocalGenerator::GetRealLocation | Brad King | 2010-12-08 | 3 | -24/+7 |
* | Factor out common custom command generator | Brad King | 2010-12-08 | 7 | -76/+119 |
* | Simplify VS generator ConstructScript interface | Brad King | 2010-12-08 | 5 | -47/+14 |
* | Skip file-level dependencies on custom targets (#11332) | Brad King | 2010-12-08 | 3 | -8/+5 |
* | Improve signature of cmLocalGenerator::GetRealDependency | Brad King | 2010-12-08 | 7 | -33/+51 |
* | KWSys Nightly Date Stamp | KWSys Robot | 2010-12-06 | 1 | -1/+1 |
* | KWSys Nightly Date Stamp | KWSys Robot | 2010-12-05 | 1 | -1/+1 |
* | KWSys Nightly Date Stamp | KWSys Robot | 2010-12-04 | 1 | -1/+1 |
* | KWSys Nightly Date Stamp | KWSys Robot | 2010-12-03 | 1 | -1/+1 |
* | Merge topic 'qt4-deps-tiff-jpeg-mng' | Brad King | 2010-12-02 | 1 | -3/+20 |
|\ | |||||
| * | Fix build issues cross compiling with static Qt. | Clinton Stimpson | 2010-11-23 | 1 | -3/+20 |
* | | Merge topic 'bundleutils-rpath-removal' | Brad King | 2010-12-02 | 1 | -6/+6 |
|\ \ | |||||
| * | | BundleUtilities: only do rpath strip on copied prerequisites. | Clinton Stimpson | 2010-11-23 | 1 | -6/+6 |
* | | | Merge topic 'find-command-crash' | Brad King | 2010-12-02 | 1 | -0/+5 |
|\ \ \ | |||||
| * | | | Fix find_* argument parsing crash (#11513) | Brad King | 2010-11-30 | 1 | -0/+5 |
* | | | | Merge topic 'ctest-remove-waiting-message' | Brad King | 2010-12-02 | 1 | -6/+0 |
|\ \ \ \ | |||||
| * | | | | Remove debugging message from parallel ctest | Zach Mullen | 2010-12-01 | 1 | -6/+0 |
* | | | | | Merge topic 'CPack-Bug11452-ComponentBreakage-v2' | Brad King | 2010-12-02 | 1 | -16/+30 |
|\ \ \ \ \ | |||||
| * | | | | | CPack Fix KWStyle error | Eric NOULARD | 2010-12-01 | 1 | -1/+3 |
| * | | | | | CPack backward compatibility fix 2.8.3-2.8.2 (bug 11452) | Eric NOULARD | 2010-11-29 | 1 | -16/+28 |
* | | | | | | Merge topic 'vs-target-dependencies' | Brad King | 2010-12-02 | 2 | -0/+9 |
|\ \ \ \ \ \ | |||||
| * | | | | | | Skip VS <= 7.1 dependency analysis for VS >= 8 | Brad King | 2010-12-01 | 2 | -0/+9 |
* | | | | | | | KWSys Nightly Date Stamp | KWSys Robot | 2010-12-02 | 1 | -1/+1 |
* | | | | | | | KWSys: Associate installed library with an EXPORT | Brad King | 2010-12-01 | 1 | -0/+5 |
| |_|/ / / / |/| | | | | | |||||
* | | | | | | KWSys Nightly Date Stamp | KWSys Robot | 2010-12-01 | 1 | -2/+2 |
| |_|/ / / |/| | | | | |||||
* | | | | | KWSys Nightly Date Stamp | KWSys Robot | 2010-11-30 | 1 | -1/+1 |
| |/ / / |/| | | | |||||
* | | | | KWSys Nightly Date Stamp | KWSys Robot | 2010-11-29 | 1 | -1/+1 |
* | | | | KWSys Nightly Date Stamp | KWSys Robot | 2010-11-28 | 1 | -1/+1 |
* | | | | KWSys Nightly Date Stamp | KWSys Robot | 2010-11-27 | 1 | -1/+1 |
* | | | | KWSys Nightly Date Stamp | KWSys Robot | 2010-11-26 | 1 | -1/+1 |
* | | | | KWSys Nightly Date Stamp | KWSys Robot | 2010-11-25 | 1 | -1/+1 |
* | | | | KWSys Nightly Date Stamp | KWSys Robot | 2010-11-24 | 1 | -1/+1 |
| |_|/ |/| | | |||||
* | | | Merge topic 'dev/fix-cache-variable-parsing-ambiguity' | David Cole | 2010-11-23 | 5 | -49/+14 |
|\ \ \ | |||||
| * | | | Condense parsing of cache entries | Ben Boeckel | 2010-11-22 | 4 | -13/+11 |
| * | | | Support manual cache entries | Ben Boeckel | 2010-11-22 | 1 | -1/+2 |
| * | | | Use cmCacheManager to load entries from the cache | Ben Boeckel | 2010-11-22 | 2 | -37/+3 |
| * | | | Fix parsing of cache variables without a type | Ben Boeckel | 2010-11-22 | 1 | -3/+3 |
* | | | | Merge topic 'FindITK-use-find_package' | David Cole | 2010-11-23 | 1 | -61/+17 |
|\ \ \ \ | |||||
| * | | | | Modernize FindITK module (#11494) | Brad King | 2010-11-22 | 1 | -61/+17 |
| | |_|/ | |/| | | |||||
* | | | | Merge topic 'pgi-mac' | David Cole | 2010-11-23 | 1 | -4/+4 |
|\ \ \ \ | |||||
| * | | | | Pass Mac linker flag through PGI compiler using "-Wl," | Brad King | 2010-11-22 | 1 | -4/+4 |
| |/ / / | |||||
* | | | | Merge topic 'imported-target-dependencies' | David Cole | 2010-11-23 | 10 | -109/+270 |
|\ \ \ \ | |||||
| * | | | | Allow add_dependencies() on imported targets (#10395) | Brad King | 2010-11-19 | 6 | -29/+55 |
| * | | | | Merge branch 'vs-target-dependencies' into imported-target-dependencies | Brad King | 2010-11-19 | 6 | -80/+215 |
| |\ \ \ \ | | | |_|/ | | |/| | | |||||
| | * | | | Use modern global dependency graph for VS < 8 deps | Brad King | 2010-11-18 | 2 | -73/+156 |
| | * | | | Record edge type in global dependency graph | Brad King | 2010-11-18 | 4 | -7/+59 |
| | * | | | Merge branch 'vs8-direct-depends' into vs-target-dependencies | Brad King | 2010-11-12 | 3 | -3/+18 |
| | |\ \ \ | |||||
* | | \ \ \ | Merge topic '11384' | David Cole | 2010-11-23 | 1 | -1/+6 |
|\ \ \ \ \ \ | |||||
| * | | | | | | 11384: FindCxxTest now includes test code in VS project | Philip Lowman | 2010-11-19 | 1 | -1/+6 |
* | | | | | | | Merge topic '11430' | David Cole | 2010-11-23 | 1 | -2/+3 |
|\ \ \ \ \ \ \ |