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
/
cmStringCommand.cxx
Commit message (
Expand
)
Author
Age
Files
Lines
*
clang-tidy: fix `bugprone-reserved-identifier` warnings
Ben Boeckel
2021-01-27
1
-0/+1
*
Code style: add missed explicit 'this->'
Oleksandr Koval
2021-01-05
1
-6/+6
*
string(JSON): Adds JSON parsing support to the string command
Peter Steneteg
2020-09-16
1
-0/+300
*
cmStringAlgorithms: Add faster cmJoin overloads for strings
Oleksandr Koval
2020-09-03
1
-4/+8
*
cmMakefile::GetDefinition: return cmProp
Vitaly Stakhovsky
2020-09-02
1
-7/+4
*
Refactoring: rename "cm_static_string_view.hxx" as <cmext/string_view>
Marc Chevrier
2020-04-30
1
-2/+1
*
string: Add new HEX sub-command
Kyle Edwards
2020-02-19
1
-0/+22
*
Revise include order using clang-format-6.0
Kitware Robot
2019-10-01
1
-1/+2
*
cmstd: Modernize CMake system headers
Marc Chevrier
2019-09-20
1
-2/+2
*
Refactor: Use cmStrCat to construct error strings
Asit Dhal
2019-09-18
1
-23/+9
*
clang-tidy: modernize-deprecated-headers
Regina Pfeifer
2019-09-16
1
-3/+3
*
Merge topic 'string-subcommand-table'
Brad King
2019-08-26
1
-130/+65
|
\
|
*
cmStringCommand: Use cmSubcommandTable
Regina Pfeifer
2019-08-22
1
-130/+65
*
|
Source sweep: Use cmStrCat for string concatenation
Sebastian Holtermann
2019-08-22
1
-6/+5
|
/
*
cmCommand refactor: cmStringCommand
Gabor Bencze
2019-08-20
1
-166/+237
*
cmCryptoHash: Accept cm::string_view input
Sebastian Holtermann
2019-08-18
1
-1/+1
*
Merge topic 'cmStringAlgorithms_ulong'
Kyle Edwards
2019-08-16
1
-1/+1
|
\
|
*
cmStringAlgorithms: Add cmStrToLong and cmStrToULong
Sebastian Holtermann
2019-08-10
1
-1/+1
*
|
Refactor: Convert all instances of CMAKE_BUILD_WITH_CMAKE to CMAKE_BOOTSTRAP
Kitware Robot
2019-08-09
1
-2/+2
|
/
*
cmStringAlgorithms: Move string functions to the new cmStringAlgorithms.h
Sebastian Holtermann
2019-07-29
1
-0/+1
*
cmMakefile: Let AddDefinition accept a value as cm::string_view
Sebastian Holtermann
2019-07-24
1
-21/+20
*
modernize: manage cmCommand instances using unique_ptr.
Marc Chevrier
2019-07-14
1
-1/+0
*
IWYU: Fix handling of <memory> standard header
Brad King
2019-07-10
1
-1/+1
*
string: introduce `REPEAT` sub-command
Alex Turbov
2019-04-15
1
-0/+61
*
cmRange: Move to dedicated header file
Regina Pfeifer
2019-02-21
1
-0/+1
*
Prefer front/back/data over dereferencing begin/rbegin iter
Artur Ryt
2019-02-06
1
-1/+1
*
Using front() and back() instead of calculations
Cengizhan Pasaoglu
2018-11-06
1
-4/+3
*
Remove unnecessary c_str() in RegularExpression::find calls
Vitaly Stakhovsky
2018-08-07
1
-1/+1
*
Revise C++ coding style using clang-format-6.0
Kitware Robot
2018-06-01
1
-4/+4
*
string() Refactoring: creates an helper for REGEX REPLACE
Marc Chevrier
2018-04-16
1
-86/+14
*
string: Add JOIN subcommand
Alex Turbov
2018-02-16
1
-2/+23
*
Retire std::auto_ptr and its macro CM_AUTO_PTR
Matthias Maennich
2017-09-25
1
-3/+3
*
Meta: modernize old-fashioned loops to range-based `for`.
Pavel Solodovnikov
2017-09-12
1
-4/+4
*
Replace C-style casts
Daniel Pfeifer
2017-08-27
1
-1/+1
*
Add PREPEND sub-command to string command
Sylvain Joubert
2017-08-11
1
-0/+27
*
cmStringCommand: clear intermediate matches
Ben Boeckel
2017-07-21
1
-0/+2
*
Add const-reference qualifications
Pavel Solodovnikov
2017-05-26
1
-11/+11
*
Use quotes for non-system includes
Daniel Pfeifer
2017-04-11
1
-1/+1
*
clang-tidy: apply readability-redundant-string-init fixes
Daniel Pfeifer
2016-12-12
1
-1/+1
*
clang-tidy: apply performance-faster-string-find fixes
Daniel Pfeifer
2016-12-12
1
-1/+1
*
string: Add support for SHA-3 algorithms
Brad King
2016-11-10
1
-1/+3
*
Fix several include-what-you-use findings
Daniel Pfeifer
2016-11-08
1
-1/+0
*
Include necessary headers in commands
Daniel Pfeifer
2016-10-26
1
-9/+14
*
Separate compilation for commands included in cmBootstrapCommands2
Daniel Pfeifer
2016-10-21
1
-0/+1
*
Simplify CMake per-source license notices
Brad King
2016-09-27
1
-11/+2
*
Avoid else after return
Daniel Pfeifer
2016-09-16
1
-24/+46
*
use empty method to check for emptyness
Daniel Pfeifer
2016-09-15
1
-1/+1
*
Add additional <= and >= comparison operators
Chuck Atkins
2016-08-09
1
-1/+6
*
Avoid using KWSys auto_ptr by adopting it ourselves
Brad King
2016-06-29
1
-1/+1
*
Revise C++ coding style using clang-format
Kitware Robot
2016-05-16
1
-462/+275
[next]