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
*
CMake code rely on cmList class for CMake lists management (part. 1)
Marc Chevrier
2023-04-24
1
-2/+3
*
presets: Improve JSON parser and error messages
Martin Duffy
2023-03-29
1
-3/+4
*
CYGWIN: Drop pre-2.8.4 compatibility mode CMAKE_LEGACY_CYGWIN_WIN32
Brad King
2023-01-19
1
-3/+0
*
cpack.cxx: Optimize calls to `std::osteam::operator<<`
Alex Turbov
2022-11-17
1
-64/+53
*
cpack.cxx: Eliminate redundant `if`
Alex Turbov
2022-11-17
1
-5/+1
*
cpack.cxx: Deduplicate "Generators" section creation code
Alex Turbov
2022-11-17
1
-21/+24
*
cmDocumentationEntry: Drop all user provided ctors for C++ >= 14
Alex Turbov
2022-11-17
1
-3/+3
*
cmDocumentation: `char*[][2]` → `cmDocumentationEntry[N]`
Alex Turbov
2022-11-17
1
-13/+6
*
Merge topic 'cpack-trace-argument'
Brad King
2022-10-27
1
-2/+2
|
\
|
*
CPack: Require no argument for --trace and --trace-expand
Kyle Edwards
2022-10-25
1
-2/+2
*
|
CPack: Add support for presets
Kyle Edwards
2022-08-31
1
-3/+166
*
|
Help: Short options first, then long, then Windows style
Alex Turbov
2022-08-14
1
-1/+1
|
/
*
cmSystemTools: Fix 'ErrorOccurred' spelling
FeRD (Frank Dana)
2022-06-13
1
-1/+1
*
CPack: Use cmCommandLineArgument instead of cmsys::CommandLineArguments
Kyle Edwards
2022-04-20
1
-108/+115
*
Source: Cleanup and simplify some code
Rose
2021-11-04
1
-1/+1
*
Rename cmProp in cmValue
Marc Chevrier
2021-09-21
1
-8/+8
*
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
[next]