summaryrefslogtreecommitdiffstats
path: root/Source/CPack/cpack.cxx
Commit message (Expand)AuthorAgeFilesLines
* use CM_NULLPTRDaniel Pfeifer2016-06-281-6/+6
* Simplify boolean expressionsDaniel Pfeifer2016-06-021-5/+1
* Remove redundant c_str() calls.Daniel Pfeifer2016-05-261-2/+2
* Improve string find: prefer character overloads.Daniel Pfeifer2016-05-241-1/+1
* Revise C++ coding style using clang-formatKitware Robot2016-05-161-213/+165
* Remove `//------...` horizontal separator commentsBrad King2016-05-091-7/+0
* Format include directive blocks and ordering with clang-formatBrad King2016-04-291-5/+5
* cmState: Initialize default definitions immediately.Stephen Kelly2015-10-131-0/+1
* Remove unused cmLocalGenerator include.Stephen Kelly2015-10-051-1/+0
* CPack: Remove needless cmLocalGenerator creation.Stephen Kelly2015-10-051-2/+0
* cmLocalGenerator: Create from already-constructed cmMakefile.Stephen Kelly2015-08-281-4/+5
* cmGlobalGenerator: Remove MakeLocalGenerator method.Stephen Kelly2015-08-281-1/+1
* cmGlobalGenerator: Require a snapshot to create a local generator.Stephen Kelly2015-08-281-1/+2
* cmGlobalGenerator: Require a cmake instance in ctor.Stephen Kelly2015-05-271-2/+1
* Merge topic 'refactor-cmLocalGenerator'Brad King2015-05-191-0/+2
|\
| * cmState: Compute and store directory components.Stephen Kelly2015-05-161-0/+2
* | cmGlobalGenerator: Add NVI wrapper to create local generator.Stephen Kelly2015-05-161-1/+1
|/
* CPack: Don't copy cmMakefile. Just push a scope instead.Stephen Kelly2015-04-201-2/+2
* cmMakefile: Remove always-null first parameter to ReadListFile.Stephen Kelly2015-04-181-3/+3
* Port cmCommand consumers to cmState.Stephen Kelly2015-04-151-1/+1
* cpack: Disable CMake Cygwin legacy warning while packagingBrad King2015-04-011-0/+3
* Merge branch 'backport-no-global-setlocale' into no-global-setlocaleBrad King2015-02-061-2/+0
|\
| * Do not call setlocale() globally in CMake applications (#15377)Brad King2015-02-061-2/+0
* | Replace 'foo.size() == 0' pattern with foo.empty().Stephen Kelly2015-01-181-1/+1
* | Port all cmOStringStream to std::ostringstream.Stephen Kelly2015-01-111-1/+1
* | strings: Remove redundant calls to std::string::c_str()Nils Gladitz2014-10-151-1/+1
|/
* Fix scan-build warning parsed is never read after being set.Bill Hoffman2014-08-041-1/+0
* Encoding: Change to only set LC_CTYPE to fix encoding issues with libarchive.Clinton Stimpson2014-06-121-1/+1
* 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