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
*
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
|
/
*
StringUuid: Implement new string(UUID) sub-command.
Nils Gladitz
2014-08-28
1
-0/+116
*
ClearMatches: Only clear matches which were actually set
Ben Boeckel
2014-04-29
1
-38/+6
*
cmStringCommand: Add GENEX_STRIP subcommand.
Stephen Kelly
2014-03-31
1
-0/+25
*
Remove some c_str() calls.
Stephen Kelly
2014-03-11
1
-38/+38
*
string: Add CONCAT sub-command
Brad King
2013-10-21
1
-0/+25
*
Do not set CMAKE_MATCH_ variables when not neeeded
Bill Hoffman
2013-06-14
1
-6/+14
*
string: Add MAKE_C_IDENTIFIER subcommand
Stephen Kelly
2013-05-21
1
-0/+22
*
CMake: Fix dashboard warnings
David Cole
2012-12-05
1
-1/+1
*
CMake: Add TIMESTAMP subcommand to string and file commands
Nils Gladitz
2012-12-05
1
-0/+54
*
Remove trailing whitespace from most CMake and C/C++ code
Kitware Robot
2012-08-13
1
-36/+36
*
Disable file() and string() hash commands during bootstrap
Brad King
2011-11-16
1
-0/+7
*
Add string(MD5) and string(SHA*) commands to compute hashes
Brad King
2011-11-16
1
-0/+32
*
CMake: Update documentation of STRING(SUBSTRING) for length -1 (#10740)
Rolf Eike Beer
2011-05-27
1
-1/+1
[next]