| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix scan-build warning parsed is never read after being set. | Bill Hoffman | 2014-08-04 | 1 | -1/+0 |
|
|
* | Encoding: Change to only set LC_CTYPE to fix encoding issues with libarchive. | Clinton Stimpson | 2014-06-12 | 1 | -1/+1 |
|
|
* | Encoding: Add setlocale() to applications. | Clinton Stimpson | 2014-06-04 | 1 | -0/+2 |
|
|
* | Add an "installed file" property scope | Nils Gladitz | 2014-05-28 | 1 | -4/+5 |
|
|
* | Workaround Sun C++ 5.9 compiler crash | Brad King | 2014-03-12 | 1 | -2/+2 |
|
|
* | Remove c_str calls when using stream APIs. | Stephen Kelly | 2014-03-11 | 1 | -5/+5 |
|
|
* | Remove some c_str() calls. | Stephen Kelly | 2014-03-11 | 1 | -1/+1 |
|
|
* | strings: Remove cmStdString references | Ben Boeckel | 2014-03-08 | 1 | -1/+1 |
|
|
* | Use Encoding::CommandLineArguments for main() functions. | Clinton Stimpson | 2014-01-04 | 1 | -1/+7 |
|
|
* | Refactor internal resource location APIs and initialization | Brad King | 2013-11-12 | 1 | -2/+1 |
|
|
* | cmSystemTools: Drop old RunCommand method | Brad King | 2013-10-19 | 1 | -5/+0 |
|
|
* | Make --help-* options available from all command-line tools | Brad King | 2013-10-16 | 1 | -7/+1 |
|
|
* | Drop the 'Full' field from cmDocumentationEntry | Brad King | 2013-10-16 | 1 | -75/+24 |
|
|
* | Drop builtin property documentation | Brad King | 2013-10-16 | 1 | -1/+0 |
|
|
* | Drop "full" documentation output types | Brad King | 2013-10-15 | 1 | -36/+0 |
|
|
* | Drop CPack module documentation markup extraction | Brad King | 2013-10-15 | 1 | -21/+0 |
|
|
* | Fail early if no current working directory exists | Brad King | 2013-02-07 | 1 | -3/+2 |
|
|
* | Always use the auto_ptr from cmsys. | Stephen Kelly | 2012-11-20 | 1 | -2/+1 |
|
|
* | Merge topic 'CPack-honorCPACK_XXX-valuesInScriptFile' | David Cole | 2012-07-09 | 1 | -3/+16 |
|\ |
|
| * | Do not provide defaul value for CPACK_PACKAGE_DIRECTORY if found in config. | Eric NOULARD | 2012-07-04 | 1 | -3/+16 |
|
|
* | | CPack fix regression between 2.8.7 and 2.8.8 when running cpack with no arg. | Eric NOULARD | 2012-07-03 | 1 | -2/+6 |
|/ |
|
* | Dynamically add documentation section specified in documented script. | Eric NOULARD | 2012-02-18 | 1 | -2/+1 |
|
|
* | Avoid discovering system infos for documentation. Adding some path is enough. | Eric NOULARD | 2012-02-14 | 1 | -19/+20 |
|
|
* | Create getDocumentedModulesListInDir which may be used in other context. | Eric NOULARD | 2012-02-14 | 1 | -55/+12 |
|
|
* | Make the load of script documentation more efficient and dynamic. | Eric NOULARD | 2012-02-14 | 1 | -13/+47 |
|
|
* | CPack Documentation extraction from CMake script begins to work | Eric NOULARD | 2012-01-22 | 1 | -49/+54 |
|
|
* | Implement simple CMake script comment markup language. | Eric NOULARD | 2012-01-22 | 1 | -2/+32 |
|
|
* | CPack begin the implementation of --help-command* and --help-variables* | Eric NOULARD | 2012-01-22 | 1 | -5/+61 |
|
|
* | Document undocumented (but existing) cpack options (fix #0010134) | Eric NOULARD | 2012-01-03 | 1 | -0/+23 |
|
|
* | Usage: Print help, version and copyright options in usage information. | Nicolas Despres | 2011-10-23 | 1 | -1/+1 |
|
|
* | Remove trailing white-spaces. | Nicolas Despres | 2011-10-23 | 1 | -5/+5 |
|
|
* | Fix spelling errors reported by Lintian. | Kai Wasserbäch | 2010-07-13 | 1 | -1/+1 |
|
|
* | Convert CMake to OSI-approved BSD License | Brad King | 2009-09-28 | 1 | -14/+9 |
|
|
* | Add parentheses around '&&' between '||' for gcc | Brad King | 2009-09-11 | 1 | -4/+5 |
|
|
* | BUG: Fix issue #8383. Avoid crashing when using the Bundle CPack generator an... | David Cole | 2009-01-22 | 1 | -0/+5 |
|
|
* | ENH: missed one | Bill Hoffman | 2008-09-24 | 1 | -1/+1 |
|
|
* | COMP: auto_ptr will not compile without including memory on some platforms | David Cole | 2008-04-18 | 1 | -0/+1 |
|
|
* | BUG: Fix mem leak. Thanks, Mathieu. | David Cole | 2008-04-17 | 1 | -1/+1 |
|
|
* | ENH: Centralized and globalized computation of CMake program locations. This... | Brad King | 2007-12-13 | 1 | -1/+2 |
|
|
* | ENH: changne ProcessGenertor to DoPackage | Bill Hoffman | 2007-11-06 | 1 | -1/+1 |
|
|
* | ENH: change name | Bill Hoffman | 2007-11-05 | 1 | -2/+2 |
|
|
* | ENH: change name of class | Bill Hoffman | 2007-11-05 | 1 | -3/+3 |
|
|
* | ENH: change to make the documentation class more generic, about halfway there... | Ken Martin | 2007-10-22 | 1 | -15/+13 |
|
|
* | BUG: revert doc changes since VS7 cannot compile them, will implement them in... | Ken Martin | 2007-10-09 | 1 | -14/+14 |
|
|
* | ENH: make documentation entries actually store their data | Ken Martin | 2007-10-09 | 1 | -14/+14 |
|
|
* | ENH: better error messages from the debian package generator | Alexander Neundorf | 2007-08-03 | 1 | -3/+3 |
|
|
* | STYLE: fix some kwstyle errors | Bill Hoffman | 2007-07-27 | 1 | -2/+2 |
|
|
* | ENH: deb generator can now generate deb packages | Alexander Neundorf | 2007-07-27 | 1 | -0/+1 |
|
|
* | STYLE: fix line lengths | Alexander Neundorf | 2007-07-26 | 1 | -2/+4 |
|
|
* | ENH: determine the current system also in cpack, so the search paths are | Alexander Neundorf | 2007-07-24 | 1 | -71/+88 |
|
|