summaryrefslogtreecommitdiffstats
path: root/Source/CPack/cmCPackGenerator.cxx
Commit message (Expand)AuthorAgeFilesLines
* use CM_NULLPTRDaniel Pfeifer2016-06-281-10/+12
* Revise C++ coding style using clang-formatKitware Robot2016-05-161-799/+574
* Remove `//------...` horizontal separator commentsBrad King2016-05-091-38/+0
* Format include directive blocks and ordering with clang-formatBrad King2016-04-291-7/+7
* CPack: Fix CPACK_INSTALL_CMAKE_PROJECTS SubDirectory (4th) optionDaniel Wirtz2016-02-181-2/+1
* cmState: Initialize default definitions immediately.Stephen Kelly2015-10-131-0/+1
* CPack: Remove needless cmLocalGenerator creation.Stephen Kelly2015-10-051-3/+0
* CPack: allow packaging of empty directoriesDomen Vrankar2015-09-281-1/+9
* Revert topic 'cpack-package-empty-dirs'Brad King2015-09-251-4/+0
* CPack: remove accidental changesDomen Vrankar2015-09-231-1/+0
* CPack: allow packaging of empty directoriesDomen Vrankar2015-09-221-0/+5
* cmLocalGenerator: Create from already-constructed cmMakefile.Stephen Kelly2015-08-281-2/+3
* 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
|/
* cmSystemTools: Teach RunSingleCommand to separate stdout and stderrBrad King2015-04-201-2/+3
* cmMakefile: Remove always-null first parameter to ReadListFile.Stephen Kelly2015-04-181-4/+4
* CPack: Read the config listfile in the normal way.Stephen Kelly2015-04-181-1/+1
* CPack: Fix single component packagingRaffi Enficiaud2015-04-161-2/+2
* CPack single component packagingDomen Vrankar2015-04-051-1/+4
* CPack: Fix make tool selection during preinstall (#15483)Brad King2015-03-311-15/+8
* cmake: Teach --build to honor CMAKE_VERBOSE_MAKEFILE for NinjaGregor Jasny2015-02-261-1/+1
* cmStandardIncludes: Remove list include.Stephen Kelly2015-02-061-0/+1
* CPack: Fix packaging of source tarballs with symbolic linksBill Hoffman2015-01-301-0/+12
* Replace 'foo.length() > 0' pattern with !foo.empty().Stephen Kelly2015-01-181-2/+2
* 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
* CPack invalid CMake generatorDomen Vrankar2015-01-021-0/+8
* Remove some unneeded c_str calls.Stephen Kelly2014-11-231-6/+6
* strings: Remove redundant calls to std::string::c_str()Nils Gladitz2014-10-151-3/+3
* Fix used value warning.Bill Hoffman2014-08-051-2/+1
* cmCPackGenerator: Avoid crash on undefined CMAKE_MAKE_PROGRAMBrad King2014-06-251-2/+2
* Add an "installed file" property scopeNils Gladitz2014-05-281-0/+8
* Remove c_str calls when using stream APIs.Stephen Kelly2014-03-111-16/+16
* Remove some c_str() calls.Stephen Kelly2014-03-111-38/+38
* stringapi: Prevent a NULL dereference in WiXBen Boeckel2014-03-081-1/+1
* stringapi: Miscellaneous char* parametersBen Boeckel2014-03-081-1/+1
* stringapi: Pass strings as install directories in CPackBen Boeckel2014-03-081-9/+9
* stringapi: Pass configuration names as stringsBen Boeckel2014-03-081-3/+4
* stringapi: Use strings in CPack generator parametersBen Boeckel2014-03-081-5/+7
* stringapi: Use strings for variable namesBen Boeckel2014-03-081-9/+5
* CPackWIX: Allow Windows Installer property customizationNils Gladitz2014-03-011-0/+6
* Use cmsys::[io]fstream instead of cmsys_ios::[io]fstream.Clinton Stimpson2014-01-071-1/+2
* CPack: use IsOn instead of IsSet for boolean CPack optionsNils Gladitz2013-11-191-7/+7
* cmGlobalGenerator: Cleanup GenerateBuildCommand APIBrad King2013-11-181-8/+10
* Refactor internal resource location APIs and initializationBrad King2013-11-121-32/+0
* Haiku: Remove use of B_COMMON_DIRECTORYAdrien Destugues2013-10-081-5/+6