summaryrefslogtreecommitdiffstats
path: root/Source/CPack/cmCPackGenerator.cxx
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Add projectDir parameter to GenerateBuildCommandPetr Kmoch2013-04-121-1/+1
* Always use the auto_ptr from cmsys.Stephen Kelly2012-11-201-2/+1
* Merge topic 'CPack-BugFixesSet'Brad King2012-11-131-1/+0
|\
| * Remove seemingly bogus duplicate CPACK_PACKAGE_FILE_NAME call.Andreas Mohr2012-11-111-1/+0
* | Correct string literal typo (have "(NULL)" like all other cases).Andreas Mohr2012-11-101-1/+1
|/
* Merge topic 'CPack-ArchiveGen-andDESTIR_ON'David Cole2012-10-171-1/+1
|\
| * Make CPACK_SET_DESTDIR work with archive generator + component-based packagingEric NOULARD2012-10-141-1/+1
* | CPACK_XX_ON_ABSOLUTE_INSTALL_DESTINATION is now properly checked for ON/OFFEric NOULARD2012-10-141-2/+2
|/
* Remove trailing whitespace from most CMake and C/C++ codeKitware Robot2012-08-131-42/+42
* Merge topic 'CPackNSIS-warnDESTDIRandABSOLUTE'David Cole2012-05-241-1/+64
|\
| * Use CPACK_xxx and CMAKE_xxx in a consistent way.Eric NOULARD2012-05-201-2/+10
| * CPack add necessary check to detect/warns/error on ABSOLUTE DESTINATIONEric NOULARD2012-05-141-0/+25
| * CPack add easy possibility to warn about CPACK_SET_DESTDIREric NOULARD2012-05-141-1/+31
* | CPack - preserve timestamp for CPACK_INSTALLED_DIRECTORIES. fixes: #0013193Eric NOULARD2012-05-091-2/+5
|/
* Handle CPACK_MONOLITHIC_INSTALL in some rare use cases.Eric NOULARD2012-03-181-0/+6
* CPackArchive restore default behavior and provide new variable.Eric NOULARD2012-02-011-1/+1
* CPack Add top level directory in component install for Archive GeneratorsDaniel Nelson2012-01-131-0/+5
* CPack: Do not recurse through directory symlinks (#12284)Johan Björk2011-09-061-0/+1
* RunSingleCommand: Replace verbose boolean with enumJohan Björk2011-07-281-1/+1
* CPackRPM Fix #12096: handle absolute install path with component installEric NOULARD2011-04-171-0/+22
* Fix KWStyle warningsEric NOULARD2011-04-041-9/+10
* Combine component packaging methods into an enum.Clinton Stimpson2011-03-311-26/+57
* CPack fix #11930 and simplifies component packaging optionsEric NOULARD2011-03-231-18/+9
* CPack fix CPackDeb crash when CPackDeb.cmake ends with a FATAL_ERROREric NOULARD2011-03-191-1/+5
* CPack fix compile error on VS70 and avoid KWStyle warningsEric NOULARD2011-03-041-5/+9
* CPack more robust way to collect files belonging to a componentEric NOULARD2011-03-031-29/+45