summaryrefslogtreecommitdiffstats
path: root/Source/CPack/cpack.cxx
Commit message (Expand)AuthorAgeFilesLines
* Windows: Use UTF-8 for pipes in CMake, CTest and CPackDāvis Mosāns2016-11-291-0/+2
* iwyu: Fix more findingsDaniel Pfeifer2016-11-281-14/+15
* Enable Unicode output to Windows consolesDāvis Mosāns2016-10-261-0/+8
* Remove cmObject.h and cmTypeMacro.hDaniel Pfeifer2016-10-241-1/+0
* cmListFileCache: Remove cmState header includeStephen Kelly2016-10-191-0/+1
* cmState: Port dependents to new cmStateTypes headerStephen Kelly2016-10-191-1/+1
* Do not define cout/cerr preprocessor symbolsBrad King2016-10-041-2/+0
* Simplify CMake per-source license noticesBrad King2016-09-271-11/+2
* CPack: include what you useDaniel Pfeifer2016-09-061-6/+14
* Make sure unnused parameters are /*named*/Daniel Pfeifer2016-08-161-1/+1
* Avoid using KWSys auto_ptr by adopting it ourselvesBrad King2016-06-291-1/+1
* 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