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
/
cmCommandArgumentParserHelper.cxx
Commit message (
Expand
)
Author
Age
Files
Lines
*
Revise include order using clang-format-6.0
Kitware Robot
2019-10-01
1
-4/+4
*
clang-tidy: modernize-deprecated-headers
Regina Pfeifer
2019-09-16
1
-1/+1
*
Source sweep: Replace std::ostringstream when used with a single append
Sebastian Holtermann
2019-08-23
1
-3/+1
*
Source sweep: Use cmStrCat for string concatenation
Sebastian Holtermann
2019-08-22
1
-3/+1
*
cmStringAlgorithms: cmIsSpace, cmTrimWhitespace, cmEscapeQuotes, cmTokenize
Sebastian Holtermann
2019-08-05
1
-3/+4
*
cmake: Enable --warn-uninitialized inside string(CONFIGURE) and configure_file
Artur Ryt
2018-12-29
1
-2/+4
*
cmCommandArgumentParserHelper: use cmMakefile::MaybeWarnUninitialized
Artur Ryt
2018-12-29
1
-20/+1
*
Merge topic 'gicv-stdstring'
Brad King
2018-09-12
1
-3/+3
|
\
|
*
cmState::GetInitializedCacheValue: Return as const std::string*
Vitaly Stakhovsky
2018-09-10
1
-3/+3
*
|
Warnings: Remove unused variables
Craig Scott
2018-09-11
1
-1/+0
|
/
*
cmCommandArgumentParserHelper: Avoid -Wstringop-truncation warning
Brad King
2018-07-31
1
-1/+1
*
Fix crash with --trace-expand --warn-uninitialized together
R2RT
2018-04-09
1
-4/+5
*
cmCommandArgumentParser: remove the variable tokens from the class
Rolf Eike Beer
2017-10-25
1
-11/+4
*
cmCommandArgumentParserHelper: constify some char* values
Rolf Eike Beer
2017-10-25
1
-11/+13
*
Meta: replace empty-string assignments with `clear()`.
Pavel Solodovnikov
2017-09-15
1
-2/+2
*
Meta: modernize old-fashioned loops to range-based `for`.
Pavel Solodovnikov
2017-09-12
1
-2/+2
*
Use C++11 nullptr
Daniel Pfeifer
2017-08-24
1
-5/+5
*
Use CM_DISABLE_COPY
Daniel Pfeifer
2017-04-24
1
-1/+0
*
Use quotes for non-system includes
Daniel Pfeifer
2017-04-11
1
-1/+1
*
cmCommandArgumentParserHelper: remove unnecessary include
Daniel Pfeifer
2017-03-29
1
-2/+0
*
Simplify CMake per-source license notices
Brad King
2016-09-27
1
-11/+2
*
tidy: Fix readability-redundant-string-cstr issues
Gregor Jasny
2016-09-04
1
-1/+1
*
fix a load of include-what-you-use violations
Daniel Pfeifer
2016-09-03
1
-2/+8
*
CMake: don't use else after return
Daniel Pfeifer
2016-08-18
1
-8/+6
*
Use better KWSys SystemTools::GetEnv and HasEnv signatures
Dāvis Mosāns
2016-07-18
1
-4/+4
*
use CM_NULLPTR
Daniel Pfeifer
2016-06-28
1
-5/+5
*
Revise C++ coding style using clang-format
Kitware Robot
2016-05-16
1
-154/+111
*
Source: Sort includes the way clang-format would
Brad King
2016-05-03
1
-2/+2
*
Add call stack to unused/uninitialized variable warnings
Brad King
2016-04-15
1
-8/+1
*
cmCommandArgumentParserHelper: Port to cmOutputConverter.
Stephen Kelly
2015-06-06
1
-3/+4
*
cmake: Add IssueMessage overload taking a single cmListFileContext.
Stephen Kelly
2015-05-21
1
-4/+5
*
cmListFileBacktrace: Hide the context-stack implementation detail.
Stephen Kelly
2015-05-18
1
-1/+1
*
Port to cmState.
Stephen Kelly
2015-04-13
1
-1/+2
*
cmCacheManager: Rename GetCacheValue to GetInitializedCacheValue.
Stephen Kelly
2015-04-07
1
-1/+2
*
Revert topic 'refactor-cache-api'
Brad King
2015-04-07
1
-2/+1
*
cmCacheManager: Rename GetCacheValue to GetInitializedCacheValue.
Stephen Kelly
2015-04-06
1
-1/+2
*
Port all cmOStringStream to std::ostringstream.
Stephen Kelly
2015-01-11
1
-5/+5
*
backtrace: Convert to local paths in IssueMessage
Ben Boeckel
2014-06-05
1
-1/+1
*
Remove c_str calls when using stream APIs.
Stephen Kelly
2014-03-11
1
-1/+1
*
Remove some c_str() calls.
Stephen Kelly
2014-03-11
1
-6/+6
*
stringapi: Use strings for AddString methods
Ben Boeckel
2014-03-08
1
-6/+6
*
Include cmMakefile.h before cm*Lexer.h to get stdint.h first
Brad King
2013-08-07
1
-2/+2
*
Remove trailing whitespace from most CMake and C/C++ code
Kitware Robot
2012-08-13
1
-5/+5
*
Use cmake::IssueMessage for warnings
Ben Boeckel
2010-12-07
1
-3/+8
*
Use 'CMake Warning' versus 'warning' for CDash
Ben Boeckel
2010-12-07
1
-1/+1
*
Fix long lines for KWStyle
Ben Boeckel
2010-09-23
1
-1/+1
*
Fix line lengths to be no more than 78
Ben Boeckel
2010-09-16
1
-2/+4
*
Remove now unused variables
Ben Boeckel
2010-09-08
1
-2/+0
*
Use built-ins for readability and maintainability
Ben Boeckel
2010-09-08
1
-2/+3
*
Fix detection of system files
Ben Boeckel
2010-09-02
1
-2/+4
[next]