summaryrefslogtreecommitdiffstats
path: root/Source/CPack/cpack.cxx
Commit message (Expand)AuthorAgeFilesLines
...
* Encoding: Add setlocale() to applications.Clinton Stimpson2014-06-041-0/+2
* Add an "installed file" property scopeNils Gladitz2014-05-281-4/+5
* Workaround Sun C++ 5.9 compiler crashBrad King2014-03-121-2/+2
* Remove c_str calls when using stream APIs.Stephen Kelly2014-03-111-5/+5
* Remove some c_str() calls.Stephen Kelly2014-03-111-1/+1
* strings: Remove cmStdString referencesBen Boeckel2014-03-081-1/+1
* Use Encoding::CommandLineArguments for main() functions.Clinton Stimpson2014-01-041-1/+7
* Refactor internal resource location APIs and initializationBrad King2013-11-121-2/+1
* cmSystemTools: Drop old RunCommand methodBrad King2013-10-191-5/+0
* Make --help-* options available from all command-line toolsBrad King2013-10-161-7/+1
* Drop the 'Full' field from cmDocumentationEntryBrad King2013-10-161-75/+24
* Drop builtin property documentationBrad King2013-10-161-1/+0
* Drop "full" documentation output typesBrad King2013-10-151-36/+0
* Drop CPack module documentation markup extractionBrad King2013-10-151-21/+0
* Fail early if no current working directory existsBrad King2013-02-071-3/+2
* Always use the auto_ptr from cmsys.Stephen Kelly2012-11-201-2/+1
* Merge topic 'CPack-honorCPACK_XXX-valuesInScriptFile'David Cole2012-07-091-3/+16
|\
| * Do not provide defaul value for CPACK_PACKAGE_DIRECTORY if found in config.Eric NOULARD2012-07-041-3/+16
* | CPack fix regression between 2.8.7 and 2.8.8 when running cpack with no arg.Eric NOULARD2012-07-031-2/+6
|/
* Dynamically add documentation section specified in documented script.Eric NOULARD2012-02-181-2/+1
* Avoid discovering system infos for documentation. Adding some path is enough.Eric NOULARD2012-02-141-19/+20
* Create getDocumentedModulesListInDir which may be used in other context.Eric NOULARD2012-02-141-55/+12
* Make the load of script documentation more efficient and dynamic.Eric NOULARD2012-02-141-13/+47
* CPack Documentation extraction from CMake script begins to workEric NOULARD2012-01-221-49/+54
* Implement simple CMake script comment markup language.Eric NOULARD2012-01-221-2/+32
* CPack begin the implementation of --help-command* and --help-variables*Eric NOULARD2012-01-221-5/+61
* Document undocumented (but existing) cpack options (fix #0010134)Eric NOULARD2012-01-031-0/+23
* Usage: Print help, version and copyright options in usage information.Nicolas Despres2011-10-231-1/+1
* Remove trailing white-spaces.Nicolas Despres2011-10-231-5/+5
* Fix spelling errors reported by Lintian.Kai Wasserbäch2010-07-131-1/+1
* Convert CMake to OSI-approved BSD LicenseBrad King2009-09-281-14/+9
* Add parentheses around '&&' between '||' for gccBrad King2009-09-111-4/+5
* BUG: Fix issue #8383. Avoid crashing when using the Bundle CPack generator an...David Cole2009-01-221-0/+5
* ENH: missed oneBill Hoffman2008-09-241-1/+1
* COMP: auto_ptr will not compile without including memory on some platformsDavid Cole2008-04-181-0/+1
* BUG: Fix mem leak. Thanks, Mathieu.David Cole2008-04-171-1/+1
* ENH: Centralized and globalized computation of CMake program locations. This...Brad King2007-12-131-1/+2
* ENH: changne ProcessGenertor to DoPackageBill Hoffman2007-11-061-1/+1
* ENH: change nameBill Hoffman2007-11-051-2/+2
* ENH: change name of classBill Hoffman2007-11-051-3/+3
* ENH: change to make the documentation class more generic, about halfway there...Ken Martin2007-10-221-15/+13
* BUG: revert doc changes since VS7 cannot compile them, will implement them in...Ken Martin2007-10-091-14/+14
* ENH: make documentation entries actually store their dataKen Martin2007-10-091-14/+14
* ENH: better error messages from the debian package generatorAlexander Neundorf2007-08-031-3/+3
* STYLE: fix some kwstyle errorsBill Hoffman2007-07-271-2/+2
* ENH: deb generator can now generate deb packagesAlexander Neundorf2007-07-271-0/+1
* STYLE: fix line lengthsAlexander Neundorf2007-07-261-2/+4
* ENH: determine the current system also in cpack, so the search paths areAlexander Neundorf2007-07-241-71/+88
* STYLE: fix some typos, nicer debug outputAlexander Neundorf2007-07-191-1/+1
* COMP: force a recompile on VS71Alexander Neundorf2007-05-181-1/+0