summaryrefslogtreecommitdiffstats
path: root/Source/CPack/cpack.cxx
Commit message (Expand)AuthorAgeFilesLines
* cpack: Fix compilation on Cygwin after auto_ptr removalBrad King2017-09-271-1/+1
* Retire std::auto_ptr and its macro CM_AUTO_PTRMatthias Maennich2017-09-251-27/+25
* CPack: Add missing check for CPACK_INSTALL_SCRIPT variableAlex Turbov2017-09-201-1/+2
* Merge topic 'ranged-for'Brad King2017-09-191-12/+6
|\
| * Meta: modernize old-fashioned loops to range-based `for` (CPack).Pavel Solodovnikov2017-09-191-12/+6
* | Meta: replace empty-string assignments with `clear()`.Pavel Solodovnikov2017-09-151-1/+1
|/
* IWYU: Mark cmConfigure.h with pragma: keepDaniel Pfeifer2017-08-261-1/+0
* Use C++11 nullptrDaniel Pfeifer2017-08-241-6/+6
* cmState: remove RemoveUnscriptableCommandsDaniel Pfeifer2017-05-081-2/+0
* cmake: initialize with Role that controls which commands to registerDaniel Pfeifer2017-05-081-1/+1
* Use quotes for non-system includesDaniel Pfeifer2017-04-111-4/+4
* 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