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
*
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
*
Remove `//------...` horizontal separator comments
Brad King
2016-05-09
1
-21/+0
*
Format include directive blocks and ordering with clang-format
Brad King
2016-04-29
1
-1/+1
*
Source: Stabilize include order
Brad King
2016-04-29
1
-0/+1
*
Fix spelling typos in comments and documentation (#16037)
Felix Geyer
2016-03-29
1
-1/+1
*
cmAlgorithms: Rename cmRange to cmMakeRange.
Stephen Kelly
2015-07-22
1
-6/+6
*
string: add APPEND subcommand
Daniel Pfeifer
2015-07-07
1
-0/+32
*
cmStringCommand: Accumulate with cmJoin and range adaptors.
Stephen Kelly
2015-02-11
1
-31/+11
*
Replace 'foo.length() > 0' pattern with !foo.empty().
Stephen Kelly
2015-01-18
1
-1/+1
*
Replace !foo.size() pattern with foo.empty().
Stephen Kelly
2015-01-18
1
-1/+1
*
Port all cmOStringStream to std::ostringstream.
Stephen Kelly
2015-01-11
1
-7/+7
*
cmMakefile: store the number of last matches in a CMake var
Ben Boeckel
2014-12-03
1
-38/+6
*
Merge branch 'revert-cached-regex-clear' into revert-cached-regex-clear-for-m...
Brad King
2014-11-26
1
-6/+38
|
\
|
*
Revert "ClearMatches: Only clear matches which were actually set" (#15261)
Ben Boeckel
2014-11-26
1
-6/+38
*
|
Remove some unneeded c_str calls.
Stephen Kelly
2014-11-23
1
-1/+1
*
|
string: Tolerate SUBSTRING length exceeding end index
Domen Vrankar
2014-11-13
1
-4/+2
|
/
[next]