summaryrefslogtreecommitdiffstats
path: root/Source/CPack/cmCPackGenerator.h
Commit message (Expand)AuthorAgeFilesLines
* cmstd: Modernize CMake system headersMarc Chevrier2019-09-201-1/+2
* clang-tidy: Replace typedef with usingRegina Pfeifer2019-09-041-1/+1
* cmMakefile::ConfigureFile: Accept `std::string` parametersVitaly Stakhovsky2019-02-191-1/+2
* cmake: Progress functions use `std::string` paramVitaly Stakhovsky2019-02-111-1/+1
* CPackExt: Add CPACK_EXT_ENABLE_STAGING and CPACK_EXT_PACKAGE_SCRIPTNils Gladitz2018-08-141-1/+0
* cmCPackGenerator: Store CPACK_INSTALL_CMAKE_PROJECTS in an internal fieldKyle Edwards2018-07-021-0/+1
* cmCPackGenerator: Refactor InstallProjectViaInstallCMakeProjects()Kyle Edwards2018-07-021-0/+12
* CPack: accept --trace and --trace-expandIsaiah Norton2018-01-231-0/+12
* CPack: enable setting default dir creation permissionsDomen Vrankar2017-11-081-2/+5
* Use C++11 override instead of CM_OVERRIDEBrad King2017-09-151-1/+1
* IWYU: Mark cmConfigure.h with pragma: keepDaniel Pfeifer2017-08-261-1/+1
* Use C++11 nullptrDaniel Pfeifer2017-08-241-1/+1
* Use quotes for non-system includesDaniel Pfeifer2017-04-111-1/+1
* cmCPackGenerator: Move macros to bottom of fileDaniel Pfeifer2017-03-231-14/+14
* fix some include-what-you-use diagnosticsDaniel Pfeifer2017-02-171-1/+0
* clang-tidy: apply modernize-use-bool-literals fixesDaniel Pfeifer2016-12-121-1/+1
* Merge topic 'cpack-ifw-options'Brad King2016-11-301-0/+2
|\
| * CPackIFW: Add some optionsKonstantin Podsvirov2016-11-241-0/+2
* | iwyu: Fix more findingsDaniel Pfeifer2016-11-281-3/+4
|/
* Remove cmObject.h and cmTypeMacro.hDaniel Pfeifer2016-10-241-2/+0
* Make cmCPackGenerator not inherit from cmObjectDaniel Pfeifer2016-10-221-4/+5
* Do not define cout/cerr preprocessor symbolsBrad King2016-10-041-10/+0
* Simplify CMake per-source license noticesBrad King2016-09-271-12/+2
* CPack: include what you useDaniel Pfeifer2016-09-061-8/+10
* use CM_NULLPTRDaniel Pfeifer2016-06-281-1/+1
* mark functions with CM_OVERRIDEDaniel Pfeifer2016-06-271-1/+1
* Revise C++ coding style using clang-formatKitware Robot2016-05-161-27/+27
* Source: Stabilize include orderBrad King2016-04-291-0/+1
* Port all cmOStringStream to std::ostringstream.Stephen Kelly2015-01-111-1/+1
* Add an "installed file" property scopeNils Gladitz2014-05-281-0/+3
* cmTypeMacro: Add a class to eat the semicolon following the macro use.Stephen Kelly2014-04-031-3/+4
* stringapi: Miscellaneous char* parametersBen Boeckel2014-03-081-1/+1
* stringapi: Pass strings as install directories in CPackBen Boeckel2014-03-081-4/+4
* stringapi: Use strings in CPack generator parametersBen Boeckel2014-03-081-6/+8
* stringapi: Use strings for variable namesBen Boeckel2014-03-081-5/+5
* CPackWIX: Allow Windows Installer property customizationNils Gladitz2014-03-011-0/+1
* Refactor internal resource location APIs and initializationBrad King2013-11-121-7/+0
* CPack: Fix clang -Wdocumentation warningsEric NOULARD2013-09-241-4/+5
* Remove trailing whitespace from most CMake and C/C++ codeKitware Robot2012-08-131-1/+1
* Merge topic 'CPack-activateRPM-DEB-onMacOS'David Cole2012-05-241-0/+10
|\
| * CPack allow RPM and DEB generator to be used on OSX.Eric NOULARD2012-05-201-0/+10
* | CPack add necessary check to detect/warns/error on ABSOLUTE DESTINATIONEric NOULARD2012-05-141-1/+10
* | CPack add easy possibility to warn about CPACK_SET_DESTDIREric NOULARD2012-05-141-0/+23
|/
* Handle CPACK_MONOLITHIC_INSTALL in some rare use cases.Eric NOULARD2012-03-181-0/+14
* RunSingleCommand: Replace verbose boolean with enumJohan Björk2011-07-281-2/+5
* Fix KWStyle warningsEric NOULARD2011-04-041-2/+4
* Combine component packaging methods into an enum.Clinton Stimpson2011-03-311-7/+19
* CPack fix #11930 and simplifies component packaging optionsEric NOULARD2011-03-231-5/+0
* CPack Authorize DISPLAY_NAME usage in component packageEric NOULARD2011-02-221-0/+13
* CPackRPM honors all the different ways of packaging componentsEric NOULARD2011-02-061-0/+13