Ben Boeckel
|
c826461d9c
clang-tidy: fix `bugprone-reserved-identifier` warnings
|
4 gadi atpakaļ |
Oleksandr Koval
|
209daa20b2
Code style: add missed explicit 'this->'
|
4 gadi atpakaļ |
Peter Steneteg
|
8eab76eb84
string(JSON): Adds JSON parsing support to the string command
|
5 gadi atpakaļ |
Oleksandr Koval
|
38928ee3ee
cmStringAlgorithms: Add faster cmJoin overloads for strings
|
5 gadi atpakaļ |
Vitaly Stakhovsky
|
11425041f0
cmMakefile::GetDefinition: return cmProp
|
5 gadi atpakaļ |
Marc Chevrier
|
8d4a9ee398
Refactoring: rename "cm_static_string_view.hxx" as <cmext/string_view>
|
5 gadi atpakaļ |
Kyle Edwards
|
5395bf05eb
string: Add new HEX sub-command
|
5 gadi atpakaļ |
Kitware Robot
|
ed98209ddc
Revise include order using clang-format-6.0
|
6 gadi atpakaļ |
Marc Chevrier
|
c688b401d3
cmstd: Modernize CMake system headers
|
6 gadi atpakaļ |
Asit Dhal
|
9dba84cfa5
Refactor: Use cmStrCat to construct error strings
|
6 gadi atpakaļ |
Regina Pfeifer
|
f30523d090
clang-tidy: modernize-deprecated-headers
|
6 gadi atpakaļ |
Brad King
|
8d019c096e
Merge topic 'string-subcommand-table'
|
6 gadi atpakaļ |
Regina Pfeifer
|
66c2714f22
cmStringCommand: Use cmSubcommandTable
|
6 gadi atpakaļ |
Sebastian Holtermann
|
9b334397f5
Source sweep: Use cmStrCat for string concatenation
|
6 gadi atpakaļ |
Gabor Bencze
|
6ab28b9413
cmCommand refactor: cmStringCommand
|
6 gadi atpakaļ |
Sebastian Holtermann
|
f1c529c4fb
cmCryptoHash: Accept cm::string_view input
|
6 gadi atpakaļ |
Kyle Edwards
|
dcf2beb7de
Merge topic 'cmStringAlgorithms_ulong'
|
6 gadi atpakaļ |
Sebastian Holtermann
|
935fbe0b04
cmStringAlgorithms: Add cmStrToLong and cmStrToULong
|
6 gadi atpakaļ |
Kitware Robot
|
54e9d38c28
Refactor: Convert all instances of CMAKE_BUILD_WITH_CMAKE to CMAKE_BOOTSTRAP
|
6 gadi atpakaļ |
Sebastian Holtermann
|
f71f7ce3f0
cmStringAlgorithms: Move string functions to the new cmStringAlgorithms.h
|
6 gadi atpakaļ |
Sebastian Holtermann
|
e91bfe440c
cmMakefile: Let AddDefinition accept a value as cm::string_view
|
6 gadi atpakaļ |
Marc Chevrier
|
1591f138f1
modernize: manage cmCommand instances using unique_ptr.
|
6 gadi atpakaļ |
Brad King
|
71fbebd1dc
IWYU: Fix handling of <memory> standard header
|
6 gadi atpakaļ |
Alex Turbov
|
536cca60ea
string: introduce `REPEAT` sub-command
|
6 gadi atpakaļ |
Regina Pfeifer
|
9eb0e73f46
cmRange: Move to dedicated header file
|
6 gadi atpakaļ |
Artur Ryt
|
f3534386b5
Prefer front/back/data over dereferencing begin/rbegin iter
|
6 gadi atpakaļ |
Cengizhan Pasaoglu
|
c67ab22cdc
Using front() and back() instead of calculations
|
7 gadi atpakaļ |
Vitaly Stakhovsky
|
69ca85cc7f
Remove unnecessary c_str() in RegularExpression::find calls
|
7 gadi atpakaļ |
Kitware Robot
|
d7204e649e
Revise C++ coding style using clang-format-6.0
|
7 gadi atpakaļ |
Marc Chevrier
|
cdae12f8f8
string() Refactoring: creates an helper for REGEX REPLACE
|
7 gadi atpakaļ |