Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 'imported-target-dependencies' | David Cole | 2010-11-23 | 8 | -108/+253 |
|\ \ | |||||
| * | | Allow add_dependencies() on imported targets (#10395) | Brad King | 2010-11-19 | 4 | -28/+38 |
| * | | 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 'link-library-parse-regex' | David Cole | 2010-11-23 | 1 | -1/+1 |
|\ \ \ \ \ | |||||
| * | | | | | Prefer non-empty prefixes when matching lib names (#11468) | Brad King | 2010-11-18 | 1 | -1/+1 |
* | | | | | | Merge topic 'CPackRPM-ComponentSupport' | David Cole | 2010-11-23 | 6 | -68/+190 |
|\ \ \ \ \ \ | |||||
| * | | | | | | CPack fix kwstyle breakage and make CPackRPM backward compatible | Eric NOULARD | 2010-11-15 | 3 | -8/+28 |
| * | | | | | | CPackRPM add basic component support to CPackRPM | Eric NOULARD | 2010-11-13 | 6 | -68/+170 |
* | | | | | | | Merge topic 'ImprovedDotSupport2' | David Cole | 2010-11-23 | 5 | -344/+642 |
|\ \ \ \ \ \ \ | |||||
| * | | | | | | | Exclude targets from the graphviz file based on a regex | Alex Neundorf | 2010-11-14 | 2 | -2/+20 |
| * | | | | | | | Collect targets and libs on demand instead of in the ctor | Alex Neundorf | 2010-11-14 | 2 | -6/+26 |
| * | | | | | | | Use std::cout instead of fprintf | Alex Neundorf | 2010-11-14 | 2 | -4/+5 |
| * | | | | | | | Enable/disable generating graphs depending on the target type | Alex Neundorf | 2010-11-14 | 2 | -8/+48 |
| * | | | | | | | Move the code for generating dot-files into separate class cmGraphVizWriter | Alex Neundorf | 2010-11-09 | 5 | -343/+456 |
| * | | | | | | | Generate separate dot files for each target, and a big one with everything. | Alex Neundorf | 2010-10-31 | 2 | -69/+149 |
| * | | | | | | | Properly insert all targets, also those which don't link to anything. | Alex Neundorf | 2010-10-31 | 2 | -85/+45 |
| * | | | | | | | Move the code for collecting targets and libraries into separate functions | Alex Neundorf | 2010-10-31 | 2 | -119/+175 |
| * | | | | | | | Remove trailing whitespace and minor formatting changes for the dot-code | Alex Neundorf | 2010-10-31 | 1 | -97/+107 |
* | | | | | | | | KWSys Nightly Date Stamp | KWSys Robot | 2010-11-23 | 1 | -1/+1 |
* | | | | | | | | KWSys Nightly Date Stamp | KWSys Robot | 2010-11-22 | 1 | -1/+1 |
* | | | | | | | | KWSys Nightly Date Stamp | KWSys Robot | 2010-11-21 | 1 | -1/+1 |
* | | | | | | | | KWSys Nightly Date Stamp | KWSys Robot | 2010-11-20 | 1 | -1/+1 |
| |_|_|/ / / / |/| | | | | | | |||||
* | | | | | | | KWSys Nightly Date Stamp | KWSys Robot | 2010-11-19 | 1 | -1/+1 |
| |_|/ / / / |/| | | | | | |||||
* | | | | | | KWSys Nightly Date Stamp | KWSys Robot | 2010-11-18 | 1 | -1/+1 |
* | | | | | | KWSys Nightly Date Stamp | KWSys Robot | 2010-11-17 | 1 | -1/+1 |
* | | | | | | Merge topic 'find-doc-init' | David Cole | 2010-11-16 | 14 | -42/+88 |
|\ \ \ \ \ \ | |||||
| * | | | | | | Speedup find_* commands (#11412) | Brad King | 2010-11-12 | 14 | -42/+88 |
| | |_|/ / / | |/| | | | | |||||
* | | | | | | Merge topic 'cray-compiler' | David Cole | 2010-11-16 | 2 | -0/+36 |
|\ \ \ \ \ \ | |||||
| * | | | | | | Create Fortran info variables for .mod behavior | Brad King | 2010-11-12 | 2 | -0/+36 |
* | | | | | | | Merge topic 'MakeCodeBlocksGeneratorNonVerbose2' | David Cole | 2010-11-16 | 8 | -248/+210 |
|\ \ \ \ \ \ \ | |||||
| * | | | | | | | Don't disable colors in the CodeBlocks generator and minor cleanup. | Alex Neundorf | 2010-11-11 | 5 | -23/+0 |
| * | | | | | | | Remove the "early alpha stage" comments about Eclipse and C::B | Alex Neundorf | 2010-11-11 | 2 | -4/+0 |
| * | | | | | | | Don't enforce VERBOSE makefiles for the CodeBlocks generator | Alex Neundorf | 2010-11-11 | 4 | -15/+4 |
| * | | | | | | | Remove trailing whitespace | Alex Neundorf | 2010-11-11 | 8 | -208/+208 |
| |/ / / / / / | |||||
* | | | | | | | Merge topic 'fix-FOLDER-plus-include_external_msproject' | David Cole | 2010-11-16 | 1 | -37/+41 |
|\ \ \ \ \ \ \ | |||||
| * | | | | | | | Honor FOLDER on include_external_msproject targets (#11436) | David Cole | 2010-11-10 | 1 | -37/+41 |
* | | | | | | | | Merge topic 'vs-intel-RuntimeLibrary' | David Cole | 2010-11-16 | 3 | -2/+61 |
|\ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | Set Intel .vfproj RuntimeLibrary attribute | Brad King | 2010-11-09 | 3 | -0/+57 |
| * | | | | | | | | Fix Intel .vfproj SubSystem attribute values | Brad King | 2010-11-09 | 1 | -2/+4 |
* | | | | | | | | | Merge topic 'vs8-direct-depends' | David Cole | 2010-11-16 | 3 | -3/+18 |
|\ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|/ / | |/| | | | | | | | |||||
| * | | | | | | | | Store direct dependencies in solutions for VS >= 8 | Brad King | 2010-09-10 | 3 | -3/+18 |
* | | | | | | | | | KWSys Nightly Date Stamp | KWSys Robot | 2010-11-16 | 1 | -1/+1 |
| |_|_|_|_|_|_|/ |/| | | | | | | |