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
/
cpack.cxx
Commit message (
Expand
)
Author
Age
Files
Lines
*
clang-tidy: fix `bugprone-redundant-branch-condition`
Brad King
2021-05-11
1
-1/+1
*
Merge topic 'cmake-E-cat-binary'
Brad King
2020-10-15
1
-19/+14
|
\
|
*
cmConsoleBuf: Factor out cout/cerr console buffer management
Brad King
2020-10-14
1
-10/+5
|
*
clang-format: Fix include block order in ctest.cxx and cpack.cxx
Brad King
2020-10-14
1
-9/+9
*
|
cmMakefile::GetDefinition: return cmProp
Vitaly Stakhovsky
2020-09-02
1
-15/+16
|
/
*
Restore handling of build directory inside a symlinked path
Brad King
2020-07-02
1
-1/+1
*
replace std::string::substr() with operations that do not allocate memory
Rolf Eike Beer
2020-03-23
1
-1/+1
*
Windows: Restore suppression of error report popups in CI builds
Brad King
2019-11-15
1
-1/+0
*
CPack: Ensure CPACK_PACKAGE_DIRECTORY is an absolute path
Johnny Jazeix
2019-11-01
1
-1/+7
*
Revise include order using clang-format-6.0
Kitware Robot
2019-10-01
1
-3/+3
*
cmCPackGeneratorFactory: rule of zero
Tushar Maheshwari
2019-09-17
1
-2/+3
*
clang-tidy: modernize-deprecated-headers
Regina Pfeifer
2019-09-16
1
-1/+1
*
clang-tidy: Replace typedef with using
Regina Pfeifer
2019-09-04
1
-1/+1
*
clang-tidy: Replace typedef with using
Regina Pfeifer
2019-09-03
1
-1/+1
*
Source sweep: Replace cmExpandList with the shorter cmExpandedList
Sebastian Holtermann
2019-08-23
1
-2/+1
*
Source sweep: Use cmStrCat for string concatenation
Sebastian Holtermann
2019-08-22
1
-2/+2
*
cpack.cxx: Re-order include blocks to follow our conventions
Brad King
2019-08-20
1
-14/+15
*
Source code: Use cmExpandList instead of cmSystemTools::ExpandListArgument
Sebastian Holtermann
2019-08-14
1
-1/+2
*
Refactor: Convert all instances of CMAKE_BUILD_WITH_CMAKE to CMAKE_BOOTSTRAP
Kitware Robot
2019-08-09
1
-2/+2
*
cmMakefile: Let AddDefinition accept a value as cm::string_view
Sebastian Holtermann
2019-07-24
1
-12/+9
*
Merge topic 'cleanup-statics-stream-flush'
Craig Scott
2019-07-13
1
-4/+6
|
\
|
*
Refactor: Use anonymous namespace instead of `static`s in `cpack.cxx`
Alex Turbov
2019-07-09
1
-4/+6
*
|
IWYU: Fix handling of <memory> standard header
Brad King
2019-07-10
1
-1/+0
|
/
*
Ensure stdin, stdout, and stderr pipes are always open
Brad King
2019-05-02
1
-0/+1
*
Modernize: Prefer .substr in place of .c_str() + int
Artur Ryt
2019-03-30
1
-1/+1
*
cmake: Progress functions use `std::string` param
Vitaly Stakhovsky
2019-02-11
1
-1/+1
*
Use `std::function` for callbacks
Regina Pfeifer
2019-01-29
1
-6/+2
*
cmMakefile::ReadListFile() accepts std::string argument
Vitaly Stakhovsky
2019-01-17
1
-3/+3
*
Properties: Add CMAKE_ROLE global property
Kyle Edwards
2019-01-17
1
-1/+2
*
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
*
|
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
|
/
*
Revise C++ coding style using clang-format-6.0
Kitware Robot
2018-06-01
1
-7/+9
*
Help: Improve accuracy, readability and cross-referencing of cpack docs
Craig Scott
2018-04-27
1
-9/+11
*
CPack: Fix crash on invalid generator name
Brad King
2018-04-10
1
-4/+4
*
Reduce raw string pointers usage.
Pavel Solodovnikov
2018-01-31
1
-1/+1
*
Reduce allocation of temporary values on heap.
Pavel Solodovnikov
2018-01-26
1
-1/+1
*
Merge topic 'cpack_trace'
Brad King
2018-01-24
1
-0/+20
|
\
|
*
CPack: accept --trace and --trace-expand
Isaiah Norton
2018-01-23
1
-0/+20
*
|
Extend libuv file translate mode workaround to all executables
Brad King
2018-01-23
1
-0/+1
*
|
cpack: Enable MSVC debug hook earlier
Brad King
2018-01-23
1
-2/+1
|
/
*
cpack: Fix compilation on Cygwin after auto_ptr removal
Brad King
2017-09-27
1
-1/+1
*
Retire std::auto_ptr and its macro CM_AUTO_PTR
Matthias Maennich
2017-09-25
1
-27/+25
*
CPack: Add missing check for CPACK_INSTALL_SCRIPT variable
Alex Turbov
2017-09-20
1
-1/+2
*
Merge topic 'ranged-for'
Brad King
2017-09-19
1
-12/+6
|
\
|
*
Meta: modernize old-fashioned loops to range-based `for` (CPack).
Pavel Solodovnikov
2017-09-19
1
-12/+6
*
|
Meta: replace empty-string assignments with `clear()`.
Pavel Solodovnikov
2017-09-15
1
-1/+1
|
/
*
IWYU: Mark cmConfigure.h with pragma: keep
Daniel Pfeifer
2017-08-26
1
-1/+0
*
Use C++11 nullptr
Daniel Pfeifer
2017-08-24
1
-6/+6
[next]