| Commit message (Expand) | Author | Age | Files | Lines |
* | KWSys Nightly Date Stamp | KWSys Robot | 2012-02-21 | 1 | -1/+1 |
|
|
* | KWSys Nightly Date Stamp | KWSys Robot | 2012-02-20 | 1 | -1/+1 |
|
|
* | KWSys Nightly Date Stamp | KWSys Robot | 2012-02-19 | 1 | -1/+1 |
|
|
* | KWSys Nightly Date Stamp | KWSys Robot | 2012-02-18 | 1 | -1/+1 |
|
|
* | KWSys Nightly Date Stamp | KWSys Robot | 2012-02-17 | 1 | -1/+1 |
|
|
* | KWSys Nightly Date Stamp | KWSys Robot | 2012-02-16 | 1 | -1/+1 |
|
|
* | KWSys Nightly Date Stamp | KWSys Robot | 2012-02-15 | 1 | -1/+1 |
|
|
* | Merge topic 'FixFeatureSummaryForREQUIREDPackages' | David Cole | 2012-02-14 | 1 | -0/+9 |
|\ |
|
| * | fix FeatureSummary for REQUIRED packages, they were reported as OPTIONAL | Alex Neundorf | 2012-02-11 | 1 | -0/+9 |
|
|
* | | Merge topic 'ImproveCPackDoc-reloaded' | David Cole | 2012-02-14 | 16 | -56/+697 |
|\ \ |
|
| * | | Avoid discovering system infos for documentation. Adding some path is enough. | Eric NOULARD | 2012-02-14 | 1 | -19/+20 |
|
|
| * | | Fix non existent std::string::clear on VS6 | Eric NOULARD | 2012-02-14 | 1 | -2/+2 |
|
|
| * | | Create getDocumentedModulesListInDir which may be used in other context. | Eric NOULARD | 2012-02-14 | 3 | -56/+99 |
|
|
| * | | Example of builtin variable documentation (i.e. only used in C++ source code). | Eric NOULARD | 2012-02-14 | 1 | -7/+15 |
|
|
| * | | Make the load of script documentation more efficient and dynamic. | Eric NOULARD | 2012-02-14 | 2 | -15/+65 |
|
|
| * | | Fix another compiler warning due to a typo | Eric NOULARD | 2012-02-14 | 1 | -1/+0 |
|
|
| * | | Really avoid compiler warning about unused vars | Eric NOULARD | 2012-02-14 | 2 | -6/+2 |
|
|
| * | | Calm down compiler warning about unused var | Eric NOULARD | 2012-01-31 | 2 | -0/+4 |
|
|
| * | | Fix potential bad memory access, thanks to Eike | Eric NOULARD | 2012-01-31 | 1 | -1/+1 |
|
|
| * | | Suppress unused var, beautify code, avoid 1 extra newline. | Eric NOULARD | 2012-01-24 | 1 | -18/+25 |
|
|
| * | | CPack Documentation extraction from CMake script begins to work | Eric NOULARD | 2012-01-22 | 9 | -169/+226 |
|
|
| * | | Implement simple CMake script comment markup language. | Eric NOULARD | 2012-01-22 | 5 | -9/+227 |
|
|
| * | | CPack begin the implementation of --help-command* and --help-variables* | Eric NOULARD | 2012-01-22 | 12 | -54/+312 |
|
|
* | | | Merge topic 'CPackNSIS-fixIgnore-INCLUDE_TOPLEVEL' | David Cole | 2012-02-14 | 1 | -3/+3 |
|\ \ \ |
|
| * | | | CPackNSIS fix #0012935 switch from LOG_WARNING to avoid final error. | Eric NOULARD | 2012-02-05 | 1 | -3/+3 |
|
|
* | | | | Merge topic 'interrupt-bug-12649' | David Cole | 2012-02-14 | 6 | -7/+43 |
|\ \ \ \ |
|
| * | | | | cmake-gui: Improve interrupt granularity to fix bug 12649. | Clinton Stimpson | 2012-01-02 | 6 | -7/+43 |
|
|
* | | | | | KWSys Nightly Date Stamp | KWSys Robot | 2012-02-14 | 1 | -1/+1 |
|
|
* | | | | | KWSys Nightly Date Stamp | KWSys Robot | 2012-02-13 | 1 | -1/+1 |
|
|
* | | | | | KWSys Nightly Date Stamp | KWSys Robot | 2012-02-12 | 1 | -1/+1 |
| |_|_|/
|/| | | |
|
* | | | | KWSys Nightly Date Stamp | KWSys Robot | 2012-02-11 | 1 | -1/+1 |
|
|
* | | | | KWSys Nightly Date Stamp | KWSys Robot | 2012-02-10 | 1 | -1/+1 |
|
|
* | | | | KWSys Nightly Date Stamp | KWSys Robot | 2012-02-09 | 1 | -1/+1 |
|
|
* | | | | KWSys Nightly Date Stamp | KWSys Robot | 2012-02-08 | 1 | -1/+1 |
|
|
* | | | | Merge topic 'fix-ccmake-clear' | David Cole | 2012-02-07 | 1 | -6/+5 |
|\ \ \ \ |
|
| * | | | | ccmake: Extend clear line. | Nicolas Despres | 2012-02-06 | 1 | -1/+1 |
|
|
| * | | | | ccmake: Factor clear line. | Nicolas Despres | 2012-02-05 | 1 | -6/+5 |
| | |/ /
| |/| | |
|
* | | | | Merge topic 'warn-funny-path-names' | David Cole | 2012-02-07 | 3 | -26/+15 |
|\ \ \ \ |
|
| * | | | | Allow directory names containing '=' and warn if necessary (#12934) | Brad King | 2012-02-06 | 3 | -26/+15 |
|
|
* | | | | | Merge topic 'VS11-WinRT-project-issue-12930' | David Cole | 2012-02-07 | 3 | -17/+50 |
|\ \ \ \ \ |
|
| * | | | | | VS: Simplify ;-separated attribute value parsing | Brad King | 2012-02-03 | 1 | -34/+20 |
|
|
| * | | | | | VS: Add support for WinRT project properties (#12930) | Eugene Golushkov | 2012-02-03 | 3 | -1/+48 |
|
|
* | | | | | | Merge topic 'AddTopLevelForComponent' | David Cole | 2012-02-07 | 2 | -2/+14 |
|\ \ \ \ \ \ |
|
| * | | | | | | CPackArchive restore default behavior and provide new variable. | Eric NOULARD | 2012-02-01 | 2 | -2/+2 |
|
|
| * | | | | | | CPack Add top level directory in component install for Archive Generators | Daniel Nelson | 2012-01-13 | 2 | -2/+14 |
|
|
* | | | | | | | Merge topic 'find-vcexpress' | David Cole | 2012-02-07 | 1 | -8/+15 |
|\ \ \ \ \ \ \ |
|
| * | | | | | | | Find VC Express during default generator selection (#12917) | Peter Kuemmel | 2012-02-01 | 1 | -8/+15 |
|
|
* | | | | | | | | KWSys Nightly Date Stamp | KWSys Robot | 2012-02-07 | 1 | -1/+1 |
|
|
* | | | | | | | | KWSys Nightly Date Stamp | KWSys Robot | 2012-02-06 | 1 | -1/+1 |
| |_|_|_|/ / /
|/| | | | | | |
|
* | | | | | | | KWSys Nightly Date Stamp | KWSys Robot | 2012-02-05 | 1 | -1/+1 |
|
|