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
*
Source sweep: Use cmIsOn instead of cmSystemTools::IsOn
Sebastian Holtermann
2019-08-17
1
-11/+9
*
Source code: Use cmExpandList instead of cmSystemTools::ExpandListArgument
Sebastian Holtermann
2019-08-14
1
-12/+10
*
Cleanups: Use cmHas{Prefix,Suffix} instead of String{Starts,Ends}With
Sebastian Holtermann
2019-08-01
1
-1/+2
*
cmMakefile: Let AddDefinition accept a value as cm::string_view
Sebastian Holtermann
2019-07-24
1
-7/+6
*
Merge topic 'cpack-install-scripts'
Craig Scott
2019-07-22
1
-2/+14
|
\
|
*
CPack: Introduce CPACK_INSTALL_SCRIPTS variable
Alex Turbov
2019-07-21
1
-2/+14
*
|
IWYU: Fix handling of <memory> standard header
Brad King
2019-07-10
1
-1/+1
|
/
*
Use cmFileTimes instead of cmSystemToolsFileTime interface
Sebastian Holtermann
2019-05-22
1
-1/+2
*
cmSystemTools: More functions accept `std::string` params
Vitaly Stakhovsky
2019-02-20
1
-2/+1
*
cmMakefile::ConfigureFile: Accept `std::string` parameters
Vitaly Stakhovsky
2019-02-19
1
-1/+2
*
Merge topic 'systools-stdstring2'
Brad King
2019-02-13
1
-2/+1
|
\
|
*
cmSystemTools: More methods accept `std::string` params
Vitaly Stakhovsky
2019-02-11
1
-2/+1
*
|
cmake: Progress functions use `std::string` param
Vitaly Stakhovsky
2019-02-11
1
-2/+3
|
/
*
cmSystemTools::RunSingleCommand: Accept std::string argument
Vitaly Stakhovsky
2019-02-06
1
-3/+3
*
Merge topic 'functional-callbacks'
Brad King
2019-01-30
1
-7/+3
|
\
|
*
Use `std::function` for callbacks
Regina Pfeifer
2019-01-29
1
-7/+3
*
|
cmSystemTools: copy file member functions accept std::string params
Vitaly Stakhovsky
2019-01-29
1
-4/+2
|
/
*
Merge topic 'read-list-file'
Brad King
2019-01-21
1
-3/+3
|
\
|
*
cmMakefile::ReadListFile() accepts std::string argument
Vitaly Stakhovsky
2019-01-17
1
-3/+3
*
|
clang-tidy: Use emplace
Regina Pfeifer
2019-01-17
1
-1/+2
|
/
*
Properties: Add CMAKE_ROLE global property
Kyle Edwards
2019-01-17
1
-1/+2
*
Warnings: Remove unused variables
Craig Scott
2018-09-11
1
-4/+0
*
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
1
-2/+2
|
/
*
cmCPackGenerator: Store CPACK_INSTALL_CMAKE_PROJECTS in an internal field
Kyle Edwards
2018-07-02
1
-11/+19
*
cmCPackGenerator: Refactor InstallProjectViaInstallCMakeProjects()
Kyle Edwards
2018-07-02
1
-268/+284
*
Revise C++ coding style using clang-format-6.0
Kitware Robot
2018-06-01
1
-94/+119
*
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
1
-0/+8
*
Reduce raw string pointers usage.
Pavel Solodovnikov
2018-01-31
1
-8/+6
*
Merge topic 'reduce-temporaries'
Brad King
2018-01-29
1
-3/+3
|
\
|
*
Reduce allocation of temporary values on heap.
Pavel Solodovnikov
2018-01-26
1
-3/+3
*
|
Merge topic 'ctest-chrono'
Brad King
2018-01-26
1
-4/+6
|
\
\
|
|
/
|
/
|
|
*
Make use of std::chrono throughout every component
Wouter Klouwen
2018-01-23
1
-4/+6
*
|
CPack: accept --trace and --trace-expand
Isaiah Norton
2018-01-23
1
-0/+2
|
/
*
CPack: enable all CMake policies for generator scripts
Domen Vrankar
2017-12-09
1
-4/+11
*
CPack: enable setting default dir creation permissions
Domen Vrankar
2017-11-08
1
-10/+44
*
Retire std::auto_ptr and its macro CM_AUTO_PTR
Matthias Maennich
2017-09-25
1
-26/+24
*
CPack: use a distinct checksum file for each generator
Domen Vrankar
2017-09-20
1
-2/+1
*
Meta: modernize old-fashioned loops to range-based `for` (CPack).
Pavel Solodovnikov
2017-09-19
1
-57/+38
*
clang-format: format all code as Cpp11
Daniel Pfeifer
2017-08-30
1
-3/+2
*
Use C++11 nullptr
Daniel Pfeifer
2017-08-24
1
-12/+11
*
Remove second arg: npos in substr usages
Pavel Solodovnikov
2017-06-01
1
-2/+2
*
CPack unify component/monolithic package symlink handling
Domen Vrankar
2017-05-14
1
-0/+1
*
cmake: initialize with Role that controls which commands to register
Daniel Pfeifer
2017-05-08
1
-1/+1
*
c++: prefer vectors over lists
Ben Boeckel
2017-05-04
1
-3/+3
*
Use quotes for non-system includes
Daniel Pfeifer
2017-04-11
1
-3/+3
*
cmWorkingDirectory: use the new class
Ben Boeckel
2017-03-06
1
-2/+2
*
CPack: Add option to specify --component-plist for productbuild
Tim Hutt
2017-02-17
1
-0/+5
[next]