summaryrefslogtreecommitdiffstats
path: root/Source/CPack/cmCPackRPMGenerator.cxx
Commit message (Expand)AuthorAgeFilesLines
* iwyu: Fix more findingsDaniel Pfeifer2016-11-281-5/+6
* CPack/RPM single debuginfo packagingDomen Vrankar2016-10-071-1/+87
* CPack/RPM learned defining main componentDomen Vrankar2016-10-071-28/+131
* Simplify CMake per-source license noticesBrad King2016-09-271-11/+2
* CPack: include what you useDaniel Pfeifer2016-09-061-0/+8
* CPack: don't use else after returnDaniel Pfeifer2016-08-181-9/+4
* use CM_NULLPTRDaniel Pfeifer2016-06-281-2/+2
* Simplify boolean expressionsDaniel Pfeifer2016-06-021-5/+1
* Pass arguments that are not modified as const&.Daniel Pfeifer2016-05-261-2/+2
* Use std::replace for replacing chars in strings.Daniel Pfeifer2016-05-241-2/+2
* Revise C++ coding style using clang-formatKitware Robot2016-05-161-119/+87
* CPack/RPM different package namesDomen Vrankar2016-05-151-30/+42
* Remove `//------...` horizontal separator commentsBrad King2016-05-091-7/+0
* Source: Stabilize include orderBrad King2016-04-291-0/+1
* strings: Remove redundant calls to std::string::c_str()Nils Gladitz2014-10-151-2/+2
* Remove some c_str() calls.Stephen Kelly2014-03-111-2/+2
* CPack: Fix RPM/Deb package names to not include "ALL_COMPONENTS_IN_ONE"Clinton Stimpson2012-11-061-2/+10
* Remove trailing whitespace from most CMake and C/C++ codeKitware Robot2012-08-131-1/+1
* Handle CPACK_MONOLITHIC_INSTALL in some rare use cases.Eric NOULARD2012-03-181-1/+1
* Fix KWStyle warningsEric NOULARD2011-04-041-1/+2
* Combine component packaging methods into an enum.Clinton Stimpson2011-03-311-4/+4
* CPack fix #11930 and simplifies component packaging optionsEric NOULARD2011-03-231-82/+62
* Merge topic 'CPack-ChangeComponentNamingScheme'Brad King2011-03-011-6/+9
|\
| * CPack Authorize DISPLAY_NAME usage in component packageEric NOULARD2011-02-221-5/+8
| * CPack remove "-ALL" suffix for ALL-IN-ONE packagesEric NOULARD2011-02-221-1/+1
* | CPackRPM Replace space in some CPACK_ vars (Fix bug 9932)Eric NOULARD2011-02-251-0/+15
|/
* CPackRPM fix IRIX compiler warning (variable never used)Eric NOULARD2011-02-151-1/+1
* CPackRPM honors all the different ways of packaging componentsEric NOULARD2011-02-061-16/+172
* CPack use IsOn when it's better than IsSetEric NOULARD2010-12-121-1/+1
* CPack fix kwstyle breakage and make CPackRPM backward compatibleEric NOULARD2010-11-151-6/+24
* CPackRPM add basic component support to CPackRPMEric NOULARD2010-11-131-3/+56
* CPack Backward-compatibly enforce DESTDIR for DEB and RPMEric NOULARD2010-08-231-1/+5
* CPack: Refactor API in order to handle multi-file packagesEric NOULARD2010-08-111-3/+1
* Convert CMake to OSI-approved BSD LicenseBrad King2009-09-281-14/+9
* ENH: Add CPACK_SET_DESTDIR handling to enable packaging of installed files in...David Cole2007-10-311-0/+8
* ENH: cpack changes, remove the escape variable stuff as it is not needed if y...Bill Hoffman2007-10-311-26/+0
* STYLE: InitializeInternal() is unusedAlexander Neundorf2007-08-171-6/+0
* ENH: patch from Eric Noulard for an RPM package generatorAlexander Neundorf2007-08-171-5/+20
* COMP: silence warningsAlexander Neundorf2007-08-081-1/+4
* ENH: add empty RPM package generator, Eric Noulard wants to work on itAlexander Neundorf2007-08-081-0/+58