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
/
cmOutputRequiredFilesCommand.cxx
Commit message (
Expand
)
Author
Age
Files
Lines
*
Rename cmProp in cmValue
Marc Chevrier
2021-09-21
1
-2/+2
*
clang-tidy: fix `readability-qualified-auto` warnings
Ben Boeckel
2021-01-27
1
-1/+1
*
Single location for cmProp typedef
Vitaly Stakhovsky
2020-06-01
1
-2/+1
*
cmTarget::GetProperty: return cmProp
Vitaly Stakhovsky
2020-03-30
1
-3/+4
*
cmOutputRequiredFilesCommand: Modernize memory management
Marc Chevrier
2019-11-15
1
-28/+26
*
Revise include order using clang-format-6.0
Kitware Robot
2019-10-01
1
-2/+3
*
clang-tidy: modernize-deprecated-headers
Regina Pfeifer
2019-09-16
1
-1/+1
*
clang-tidy: modernize-use-auto
Regina Pfeifer
2019-09-10
1
-3/+2
*
clang-tidy: Replace typedef with using
Regina Pfeifer
2019-09-04
1
-4/+4
*
clang-tidy: Replace typedef with using
Regina Pfeifer
2019-09-03
1
-1/+1
*
cmSourceFile: Rename mutating GetFullPath() overload
Daniel Eiband
2019-08-29
1
-2/+2
*
Merge topic 'cmCommand_refactor_disallowed'
Brad King
2019-08-28
1
-17/+24
|
\
|
*
cmCommand refactor: cmOutputRequiredFilesCommand
Gabor Bencze
2019-08-26
1
-17/+24
*
|
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
-4/+2
*
Source code: Use cmExpandList instead of cmSystemTools::ExpandListArgument
Sebastian Holtermann
2019-08-14
1
-1/+1
*
clang-tidy: Enable performance-inefficient-string-concatenation
Sebastian Holtermann
2019-08-05
1
-23/+13
*
cmStringAlgorithms: Move string functions to the new cmStringAlgorithms.h
Sebastian Holtermann
2019-07-29
1
-0/+1
*
cmMakefile: Define cmTargetMap type in cmMakefile instead of cmTarget
Sebastian Holtermann
2019-05-23
1
-2/+1
*
Source: std::string related cleanup
Vitaly Stakhovsky
2019-05-15
1
-3/+3
*
cmSystemTools::Error: consolidate parameters into single std::string
Vitaly Stakhovsky
2019-02-20
1
-2/+2
*
Delete some default constructors and assignment operators
Albert Astals Cid
2019-02-15
1
-0/+3
*
Merge topic 'tidy-use-equals-default'
Brad King
2019-01-29
1
-1/+1
|
\
|
*
clang-tidy: Use `= default`
Regina Pfeifer
2019-01-25
1
-1/+1
*
|
cmSystemTools::Error(): new overload accepting std::string
Vitaly Stakhovsky
2019-01-23
1
-1/+1
|
/
*
clang-tidy: Use default member initialization
Regina Pfeifer
2018-12-15
1
-7/+3
*
Using front() and back() instead of calculations
Cengizhan Pasaoglu
2018-11-06
1
-3/+3
*
Remove unnecessary c_str() in RegularExpression::find calls
Vitaly Stakhovsky
2018-08-07
1
-2/+1
*
Reduce raw string pointers usage.
Pavel Solodovnikov
2018-01-31
1
-11/+11
*
Replace empty-string comparisons with checking against `empty()`.
Pavel Solodovnikov
2017-09-21
1
-1/+1
*
Meta: replace empty-string assignments with `clear()`.
Pavel Solodovnikov
2017-09-15
1
-1/+1
*
Meta: modernize old-fashioned loops to range-based `for`.
Pavel Solodovnikov
2017-09-12
1
-45/+19
*
Use C++11 nullptr
Daniel Pfeifer
2017-08-24
1
-4/+4
*
Use C++11 unordered containers
Daniel Pfeifer
2017-08-22
1
-1/+1
*
clang-tidy: remove else after break and continue
Daniel Pfeifer
2017-04-21
1
-2/+1
*
Use quotes for non-system includes
Daniel Pfeifer
2017-04-11
1
-2/+2
*
fix some include-what-you-use diagnostics
Daniel Pfeifer
2017-02-17
1
-1/+0
*
cmDisallowedCommand: extract policy checking from cmCommand
Daniel Pfeifer
2017-02-13
1
-5/+0
*
Avoid some copies
Daniel Pfeifer
2016-10-30
1
-9/+6
*
Remove redundant c_str() calls
Daniel Pfeifer
2016-10-30
1
-2/+2
*
Include necessary headers in commands
Daniel Pfeifer
2016-10-26
1
-0/+3
*
Separate compilation for commands included in cmCommands
Daniel Pfeifer
2016-10-21
1
-1/+11
*
Simplify CMake per-source license notices
Brad King
2016-09-27
1
-11/+2
*
Avoid else after return
Daniel Pfeifer
2016-09-16
1
-11/+10
*
use CM_NULLPTR
Daniel Pfeifer
2016-06-28
1
-4/+4
*
Revise C++ coding style using clang-format
Kitware Robot
2016-05-16
1
-254/+175
*
Source: Stabilize include order
Brad King
2016-04-29
1
-0/+1
*
cmMakeDepend: Inline into inheriting class.
Stephen Kelly
2015-10-20
1
-175/+128
*
cmMakeDepend: Inline into only user.
Stephen Kelly
2015-10-20
1
-1/+438
*
cmMakefile: Port users of GetStart* methods to new names.
Stephen Kelly
2015-04-20
1
-1/+1
[next]