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
Commit message (
Expand
)
Author
Age
Files
Lines
*
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
*
|
Merge topic 'fix-some-CPackDoc-typos'
David Cole
2012-10-17
1
-4/+14
|
\
\
|
*
|
Document CPACK_COMPONENT_INCLUDE_TOPLEVEL_DIRECTORY and fix some typo.
Eric NOULARD
2012-10-14
1
-4/+14
|
|
/
*
|
CPACK_XX_ON_ABSOLUTE_INSTALL_DESTINATION is now properly checked for ON/OFF
Eric NOULARD
2012-10-14
1
-2/+2
|
/
*
Enhance DESTDIR documentation. Fixes #0012374.
Eric NOULARD
2012-08-14
1
-3/+4
*
Remove trailing whitespace from most CMake and C/C++ code
Kitware Robot
2012-08-13
21
-216/+216
*
Merge topic 'DoNotInvokeCPackAtCMakeTime-forCMakeTests'
David Cole
2012-07-24
2
-1/+7
|
\
|
*
CPack: Use bin subdir when looking for dpkg and rpmbuild
David Cole
2012-07-20
2
-4/+4
|
*
Find dpkg and rpmbuild in usual Fink and MacPort paths
Eric NOULARD
2012-07-02
2
-1/+7
*
|
Merge topic 'CPack-honorCPACK_XXX-valuesInScriptFile'
David Cole
2012-07-09
1
-3/+16
|
\
\
|
*
|
Do not provide defaul value for CPACK_PACKAGE_DIRECTORY if found in config.
Eric NOULARD
2012-07-04
1
-3/+16
|
|
/
*
|
CPack fix regression between 2.8.7 and 2.8.8 when running cpack with no arg.
Eric NOULARD
2012-07-03
1
-2/+6
|
/
*
CPack: Fixed incorrect error log for CPACK_NSIS_MENU_LINKS.
Fraser Hutchison
2012-05-28
1
-2/+2
*
Merge topic 'CPack-activateRPM-DEB-onMacOS'
David Cole
2012-05-24
4
-30/+108
|
\
|
*
Calm down Borland compiler warning about "always true"
Eric NOULARD
2012-05-21
1
-0/+4
|
*
CPack allow RPM and DEB generator to be used on OSX.
Eric NOULARD
2012-05-20
4
-30/+104
*
|
Merge topic 'CPackNSIS-warnDESTDIRandABSOLUTE'
David Cole
2012-05-24
5
-1/+143
|
\
\
|
*
|
Use CPACK_xxx and CMAKE_xxx in a consistent way.
Eric NOULARD
2012-05-20
2
-5/+28
|
*
|
CPack add necessary check to detect/warns/error on ABSOLUTE DESTINATION
Eric NOULARD
2012-05-14
5
-1/+58
|
*
|
CPack add easy possibility to warn about CPACK_SET_DESTDIR
Eric NOULARD
2012-05-14
4
-1/+63
*
|
|
CPack - preserve timestamp for CPACK_INSTALLED_DIRECTORIES. fixes: #0013193
Eric NOULARD
2012-05-09
1
-2/+5
|
/
/
*
|
Use fakeroot for control.tar.gz as well
Eric NOULARD
2012-04-17
1
-5/+10
|
/
*
Merge topic 'CPack-fixCPACK_MONOLITHIC_INSTALL-handling'
Brad King
2012-03-19
5
-3/+23
|
\
|
*
Handle CPACK_MONOLITHIC_INSTALL in some rare use cases.
Eric NOULARD
2012-03-18
5
-3/+23
*
|
Merge topic 'CPack-fixSTGZpermission-bug13046'
Brad King
2012-03-19
1
-7/+18
|
\
\
|
*
|
CPack STGZ put execute permission on all packages files (component case)
Eric NOULARD
2012-03-18
1
-7/+18
|
|
/
*
|
Merge topic 'fix-12621-xcode43'
Brad King
2012-03-19
2
-25/+72
|
\
\
|
|
/
|
/
|
|
*
CPack: Use real path to PackageMaker to find its version file (#12621)
David Cole
2012-03-13
1
-0/+3
|
*
Xcode: Detect new default locations of Xcode 4.3 bits and pieces (#12621)
David Cole
2012-03-09
2
-25/+69
*
|
CPack: Fix retry logic when calls to hdiutil fail
David Cole
2012-03-09
2
-5/+9
*
|
Fix some typos in CPACK_SET_DESTDIR doc
Eric NOULARD
2012-03-06
1
-4/+4
|
/
*
Merge topic 'dragndrop-sla'
David Cole
2012-03-02
1
-5/+4
|
\
|
*
DragNDrop: Fix problem with relocated files in Xcode 4.3
Clinton Stimpson
2012-02-29
1
-5/+4
*
|
Review and update CPack variable documentation.
Eric NOULARD
2012-02-25
1
-8/+56
|
/
*
Dynamically add documentation section specified in documented script.
Eric NOULARD
2012-02-18
1
-2/+1
*
Merge topic 'ImproveCPackDoc-reloaded'
David Cole
2012-02-14
5
-6/+179
|
\
|
*
Avoid discovering system infos for documentation. Adding some path is enough.
Eric NOULARD
2012-02-14
1
-19/+20
|
*
Create getDocumentedModulesListInDir which may be used in other context.
Eric NOULARD
2012-02-14
1
-55/+12
|
*
Example of builtin variable documentation (i.e. only used in C++ source code).
Eric NOULARD
2012-02-14
1
-7/+15
|
*
Make the load of script documentation more efficient and dynamic.
Eric NOULARD
2012-02-14
1
-13/+47
|
*
Really avoid compiler warning about unused vars
Eric NOULARD
2012-02-14
2
-6/+2
|
*
Calm down compiler warning about unused var
Eric NOULARD
2012-01-31
2
-0/+4
|
*
CPack Documentation extraction from CMake script begins to work
Eric NOULARD
2012-01-22
3
-132/+75
|
*
Implement simple CMake script comment markup language.
Eric NOULARD
2012-01-22
3
-9/+33
|
*
CPack begin the implementation of --help-command* and --help-variables*
Eric NOULARD
2012-01-22
5
-5/+211
*
|
Merge topic 'CPackNSIS-fixIgnore-INCLUDE_TOPLEVEL'
David Cole
2012-02-14
1
-3/+3
|
\
\
|
*
|
CPackNSIS fix #0012935 switch from LOG_WARNING to avoid final error.
Eric NOULARD
2012-02-05
1
-3/+3
|
|
/
*
|
CPackArchive restore default behavior and provide new variable.
Eric NOULARD
2012-02-01
2
-2/+2
*
|
CPack Add top level directory in component install for Archive Generators
Daniel Nelson
2012-01-13
2
-2/+14
|
/
[next]