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
*
clang-tidy: Pass by value
Regina Pfeifer
2019-01-22
2
-31/+28
*
Merge topic 'read-list-file'
Brad King
2019-01-21
3
-7/+7
|
\
|
*
cmMakefile::ReadListFile() accepts std::string argument
Vitaly Stakhovsky
2019-01-17
3
-7/+7
*
|
clang-tidy: Use emplace
Regina Pfeifer
2019-01-17
4
-14/+15
|
/
*
Properties: Add CMAKE_ROLE global property
Kyle Edwards
2019-01-17
2
-2/+4
*
Fix most clang -Wextra-semi-stmt warnings in C++ files
Sean McBride
2019-01-15
1
-7/+9
*
clang-tidy: Simplify boolean expressions
Regina Pfeifer
2019-01-15
2
-9/+3
*
IWYU: Update CMake code for IWYU built with Clang 6
Brad King
2019-01-15
3
-0/+3
*
Add missing override
Vitaly Stakhovsky
2018-12-30
1
-6/+6
*
Merge topic 'cpack-status-callback'
Brad King
2018-12-10
1
-0/+10
|
\
|
*
CPack/External: Fix status messages of staging scripts
Nils Gladitz
2018-12-07
1
-0/+10
*
|
cmCPackFreeBSDGenerator: fix clang-tidy issues
Regina Pfeifer
2018-12-06
1
-26/+19
*
|
Merge topic 'productbuild-encode-pkg-url-ref'
Brad King
2018-12-06
1
-1/+2
|
\
\
|
*
|
productbuild: escape pkg-ref urls
Brad King
2018-11-28
1
-1/+2
*
|
|
CPack/Deb: Remove paxr as a supported tar format for a .deb
Guillem Jover
2018-11-28
1
-1/+1
|
/
/
*
|
Merge topic 'readability-static-accessed-through-instance'
Brad King
2018-11-28
2
-4/+6
|
\
\
|
*
|
clang-tidy: Fix readability-static-accessed-through-instance
Regina Pfeifer
2018-11-21
2
-4/+6
*
|
|
clang-tidy: fix warnings in macOS-only code
Brad King
2018-11-27
4
-5/+5
|
/
/
*
|
cpack: When given an unknown generator print out all valid generators
Robert Maynard
2018-11-09
1
-1/+14
*
|
cpack: Better error message when generator doesn't exist.
Robert Maynard
2018-11-08
1
-2/+3
|
/
*
CPack: Rename Ext generator to External
Craig Scott
2018-11-05
3
-38/+40
*
CPack/Deb: Add ability to split out debug symbols into .ddeb package
Andrew Fuller
2018-09-21
2
-384/+562
*
Warnings: Remove unused variables
Craig Scott
2018-09-11
1
-4/+0
*
CPackExt: Add CPACK_EXT_ENABLE_STAGING and CPACK_EXT_PACKAGE_SCRIPT
Nils Gladitz
2018-08-14
3
-21/+52
*
Merge topic 'cleanup-find-cstr'
Brad King
2018-08-09
1
-1/+1
|
\
|
*
Remove unnecessary c_str() in RegularExpression::find calls
Vitaly Stakhovsky
2018-08-07
1
-1/+1
*
|
cmGeneratedFileStream: clang-tidy applied to remove redundant ``c_str`` calls
Sebastian Holtermann
2018-08-07
8
-21/+21
|
/
*
productbuild: Capture stderr too in CPackProductBuild logs
Muhammad Ismail Soboute
2018-08-06
1
-2/+2
*
CPack: Fix log typos (spaces in the wrong places)
Sylvain Joubert
2018-07-18
1
-5/+5
*
WiX: Add the build directory to IncludeSearchPaths for candle.exe
Lars Schmertmann
2018-07-12
1
-0/+4
*
Merge topic 'cpack-external'
Brad King
2018-07-03
6
-276/+720
|
\
|
*
CPack: Add "CPack External" generator
Kyle Edwards
2018-07-02
3
-0/+382
|
*
cmCPackGenerator: Store CPACK_INSTALL_CMAKE_PROJECTS in an internal field
Kyle Edwards
2018-07-02
3
-11/+45
|
*
cmCPackGenerator: Refactor InstallProjectViaInstallCMakeProjects()
Kyle Edwards
2018-07-02
2
-268/+296
*
|
Merge topic 'cpack-fix-deb-packaging'
Brad King
2018-07-03
1
-0/+6
|
\
\
|
|
/
|
/
|
|
*
CPack/Deb: Restore setting of root as the owner of files
Andrew Fuller
2018-07-02
1
-0/+6
*
|
CPack: Move internal implementation modules into Internal/CPack directory
Kyle Edwards
2018-06-21
6
-8/+8
|
/
*
Fix misc. typos
luz.paz
2018-06-04
2
-5/+5
*
Revise C++ coding style using clang-format-6.0
Kitware Robot
2018-06-01
25
-361/+472
*
CPack: Add NuGet support
Alex Turbov
2018-05-11
3
-0/+182
*
Help: Improve accuracy, readability and cross-referencing of cpack docs
Craig Scott
2018-04-27
1
-9/+11
*
Merge topic 'cpack-trace-nullptr'
Brad King
2018-04-11
1
-4/+4
|
\
|
*
CPack: Fix crash on invalid generator name
Brad King
2018-04-10
1
-4/+4
*
|
cmake_minimum_required: Optionally set policies with version range
Brad King
2018-03-21
1
-1/+2
*
|
cmWorkingDirectory: Check success of current dir changes
Craig Scott
2018-03-08
2
-0/+24
|
/
*
Reduce raw string pointers usage.
Pavel Solodovnikov
2018-01-31
4
-18/+13
*
Merge topic 'reduce-temporaries'
Brad King
2018-01-29
6
-12/+12
|
\
|
*
Reduce allocation of temporary values on heap.
Pavel Solodovnikov
2018-01-26
6
-12/+12
*
|
Merge topic 'ctest-chrono'
Brad King
2018-01-26
7
-32/+41
|
\
\
|
|
/
|
/
|
|
*
Make use of std::chrono throughout every component
Wouter Klouwen
2018-01-23
7
-32/+41
[next]