index
:
CMake.git
master
release
CMake is a cross-platform, open-source build system generator.
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
Source
/
CPack
/
cmCPackGenerator.cxx
Commit message (
Expand
)
Author
Age
Files
Lines
*
Replace 'foo.length() > 0' pattern with !foo.empty().
Stephen Kelly
2015-01-18
1
-2/+2
*
Replace 'foo.size() > 0' pattern with !foo.empty().
Stephen Kelly
2015-01-18
1
-1/+1
*
Port all cmOStringStream to std::ostringstream.
Stephen Kelly
2015-01-11
1
-1/+1
*
CPack invalid CMake generator
Domen Vrankar
2015-01-02
1
-0/+8
*
Remove some unneeded c_str calls.
Stephen Kelly
2014-11-23
1
-6/+6
*
strings: Remove redundant calls to std::string::c_str()
Nils Gladitz
2014-10-15
1
-3/+3
*
Fix used value warning.
Bill Hoffman
2014-08-05
1
-2/+1
*
cmCPackGenerator: Avoid crash on undefined CMAKE_MAKE_PROGRAM
Brad King
2014-06-25
1
-2/+2
*
Add an "installed file" property scope
Nils Gladitz
2014-05-28
1
-0/+8
*
Remove c_str calls when using stream APIs.
Stephen Kelly
2014-03-11
1
-16/+16
*
Remove some c_str() calls.
Stephen Kelly
2014-03-11
1
-38/+38
*
stringapi: Prevent a NULL dereference in WiX
Ben Boeckel
2014-03-08
1
-1/+1
*
stringapi: Miscellaneous char* parameters
Ben Boeckel
2014-03-08
1
-1/+1
*
stringapi: Pass strings as install directories in CPack
Ben Boeckel
2014-03-08
1
-9/+9
*
stringapi: Pass configuration names as strings
Ben Boeckel
2014-03-08
1
-3/+4
*
stringapi: Use strings in CPack generator parameters
Ben Boeckel
2014-03-08
1
-5/+7
*
stringapi: Use strings for variable names
Ben Boeckel
2014-03-08
1
-9/+5
*
CPackWIX: Allow Windows Installer property customization
Nils Gladitz
2014-03-01
1
-0/+6
*
Use cmsys::[io]fstream instead of cmsys_ios::[io]fstream.
Clinton Stimpson
2014-01-07
1
-1/+2
*
CPack: use IsOn instead of IsSet for boolean CPack options
Nils Gladitz
2013-11-19
1
-7/+7
*
cmGlobalGenerator: Cleanup GenerateBuildCommand API
Brad King
2013-11-18
1
-8/+10
*
Refactor internal resource location APIs and initialization
Brad King
2013-11-12
1
-32/+0
*
Haiku: Remove use of B_COMMON_DIRECTORY
Adrien Destugues
2013-10-08
1
-5/+6
*
Add projectDir parameter to GenerateBuildCommand
Petr Kmoch
2013-04-12
1
-1/+1
*
Always use the auto_ptr from cmsys.
Stephen Kelly
2012-11-20
1
-2/+1
*
Merge topic 'CPack-BugFixesSet'
Brad King
2012-11-13
1
-1/+0
|
\
|
*
Remove seemingly bogus duplicate CPACK_PACKAGE_FILE_NAME call.
Andreas Mohr
2012-11-11
1
-1/+0
*
|
Correct string literal typo (have "(NULL)" like all other cases).
Andreas Mohr
2012-11-10
1
-1/+1
|
/
*
Merge topic 'CPack-ArchiveGen-andDESTIR_ON'
David Cole
2012-10-17
1
-1/+1
|
\
|
*
Make CPACK_SET_DESTDIR work with archive generator + component-based packaging
Eric NOULARD
2012-10-14
1
-1/+1
*
|
CPACK_XX_ON_ABSOLUTE_INSTALL_DESTINATION is now properly checked for ON/OFF
Eric NOULARD
2012-10-14
1
-2/+2
|
/
*
Remove trailing whitespace from most CMake and C/C++ code
Kitware Robot
2012-08-13
1
-42/+42
*
Merge topic 'CPackNSIS-warnDESTDIRandABSOLUTE'
David Cole
2012-05-24
1
-1/+64
|
\
|
*
Use CPACK_xxx and CMAKE_xxx in a consistent way.
Eric NOULARD
2012-05-20
1
-2/+10
|
*
CPack add necessary check to detect/warns/error on ABSOLUTE DESTINATION
Eric NOULARD
2012-05-14
1
-0/+25
|
*
CPack add easy possibility to warn about CPACK_SET_DESTDIR
Eric NOULARD
2012-05-14
1
-1/+31
*
|
CPack - preserve timestamp for CPACK_INSTALLED_DIRECTORIES. fixes: #0013193
Eric NOULARD
2012-05-09
1
-2/+5
|
/
*
Handle CPACK_MONOLITHIC_INSTALL in some rare use cases.
Eric NOULARD
2012-03-18
1
-0/+6
*
CPackArchive restore default behavior and provide new variable.
Eric NOULARD
2012-02-01
1
-1/+1
*
CPack Add top level directory in component install for Archive Generators
Daniel Nelson
2012-01-13
1
-0/+5
*
CPack: Do not recurse through directory symlinks (#12284)
Johan Björk
2011-09-06
1
-0/+1
*
RunSingleCommand: Replace verbose boolean with enum
Johan Björk
2011-07-28
1
-1/+1
*
CPackRPM Fix #12096: handle absolute install path with component install
Eric NOULARD
2011-04-17
1
-0/+22
*
Fix KWStyle warnings
Eric NOULARD
2011-04-04
1
-9/+10
*
Combine component packaging methods into an enum.
Clinton Stimpson
2011-03-31
1
-26/+57
*
CPack fix #11930 and simplifies component packaging options
Eric NOULARD
2011-03-23
1
-18/+9
*
CPack fix CPackDeb crash when CPackDeb.cmake ends with a FATAL_ERROR
Eric NOULARD
2011-03-19
1
-1/+5
*
CPack fix compile error on VS70 and avoid KWStyle warnings
Eric NOULARD
2011-03-04
1
-5/+9
*
CPack more robust way to collect files belonging to a component
Eric NOULARD
2011-03-03
1
-29/+45
*
CPack fix KWStyle warning
Eric NOULARD
2011-02-23
1
-1/+1
[next]