| Commit message (Expand) | Author | Age | Files | Lines |
* | KWSys Nightly Date Stamp | KWSys Robot | 2012-02-22 | 1 | -1/+1 |
|
|
* | Merge topic 'HandleTargetsInCMakeRequiredLibraries' | David Cole | 2012-02-21 | 3 | -15/+15 |
|\ |
|
| * | bootstrap: move while() and endwhile() into the bootstrap build | Alex Neundorf | 2012-02-21 | 2 | -4/+4 |
|
|
| * | -remove trailing whitespace | Alex Neundorf | 2012-02-21 | 2 | -11/+11 |
|
|
* | | Merge topic 'CPack-dynamicDocSection' | David Cole | 2012-02-21 | 3 | -9/+24 |
|\ \ |
|
| * | | Try to fix compile error on Win32-vs70 | Eric NOULARD | 2012-02-18 | 1 | -3/+4 |
|
|
| * | | Suppress unecessary (now empty) doc sections | Eric NOULARD | 2012-02-18 | 1 | -2/+0 |
|
|
| * | | Dynamically add documentation section specified in documented script. | Eric NOULARD | 2012-02-18 | 3 | -7/+23 |
|
|
* | | | Merge topic 'findlibrary-versioned-libraries' | David Cole | 2012-02-21 | 1 | -4/+14 |
|\ \ \ |
|
| * | | | Find_library(): allow searching for versioned shared objects | Rolf Eike Beer | 2012-02-18 | 1 | -4/+14 |
|
|
* | | | | Merge topic 'fix-typos-12975' | David Cole | 2012-02-21 | 1 | -4/+4 |
|\ \ \ \ |
|
| * | | | | various typo and formatting fixes in manual pages (#12975) | Modestas Vainius | 2012-02-18 | 1 | -4/+4 |
| | |/ /
| |/| | |
|
* | | | | Merge topic 'try-compile-random-name' | David Cole | 2012-02-21 | 1 | -4/+9 |
|\ \ \ \ |
|
| * | | | | try_compile: Use random executable file name (#12957) | Brad King | 2012-02-16 | 1 | -4/+9 |
|
|
* | | | | | Merge topic 'honor-gcov-empty-coverage' | David Cole | 2012-02-21 | 1 | -1/+1 |
|\ \ \ \ \ |
|
| * | | | | | CTest: mark all gcov covered files as covered | Rolf Eike Beer | 2012-02-15 | 1 | -1/+1 |
| | |_|/ /
| |/| | | |
|
* | | | | | Merge topic 'link-OpenBSD-shared-libs-issue-12954' | David Cole | 2012-02-21 | 2 | -1/+14 |
|\ \ \ \ \ |
|
| * | | | | | Recognize OpenBSD versioned .so names (#12954) | Brad King | 2012-02-13 | 2 | -1/+14 |
| | |/ / /
| |/| | | |
|
* | | | | | 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 |
| |_|_|/ /
|/| | | | |
|