index
:
vcpkg
aws-lambda-cpp
master
signing
update-geos-381
update-shapelib-150
Forked from https://github.com/microsoft/vcpkg
Oskari Timperi
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
toolsrc
/
src
/
vcpkg_Strings.cpp
Age
Commit message (
Collapse
)
Author
2017-10-13
[vcpkg] Re-layout all files using new organization scheme.
Robert Schumacher
All filenames and directories are lowercase. Use dots for namespace separation.
2017-10-05
Fix Strings::split() to handle delimiters of arbitrary size
Alexander Karatarakis
2017-10-03
[vcpkg] Add more operator== to CStringView. Uppercase Span to follow naming ↵
Robert Schumacher
convention.
2017-10-02
Change size_t to int (which is the actual return type)
Alexander Karatarakis
2017-10-02
Replace deprecated std::codecvt/std::wstring_convert. Fixes building with v141
Alexander Karatarakis
2017-10-01
Introduce Strings::case_insensitive_ascii_starts_with();
Alexander Karatarakis
2017-09-06
an empty delimiter causes the split function to fail
atkawa7
2017-08-29
Remove Strings::is_empty(). Use std::string.empty()
Alexander Karatarakis
2017-08-28
Use Strings::EMPTY
Alexander Karatarakis
2017-08-28
Introduce Strings::is_empty()
Alexander Karatarakis
2017-07-24
[vcpkg] Revert revert. Bug fixed.
Robert Schumacher
2017-07-24
[vcpkg] Revert #1450, pending bugfix.
Robert Schumacher
2017-07-24
[vcpkg] Use _vsnprintf_s_l on Windows for locale-insensitivity. Avoid manual ↵
Robert Schumacher
buffer management.
2017-07-12
[vcpkg] remove platform dependency of string format
atkawa7
2017-06-19
[vcpkg] feature packages initial parsing
Daniel Shaw
2017-05-04
Introduce Strings::case_insensitive_ascii_compare()
Alexander Karatarakis
2017-05-04
Rename Strings:: function for utf8/utf16 conversion
Alexander Karatarakis
2017-04-27
Run clang-format over the cpp files
Alexander Karatarakis
2017-04-13
Use Util::erase_remove_if()
Alexander Karatarakis
2017-04-13
Revert "Use Util::keep_if()"
Robert Schumacher
This reverts commit 3739e8e0b998b14c0f320c21618057e50698c51d.
2017-04-12
Use Util::keep_if()
Alexander Karatarakis
2017-04-04
cstring_view -> CStringView
Alexander Karatarakis
2017-04-01
[vcpkg] Collapse join() overloads into a single template.
Robert Schumacher
2017-03-31
Use cstring_view in utf conversion functions
Robert Schumacher
2017-03-10
Nuke Joiner. Add wjoin()
Alexander Karatarakis
2017-03-04
[vcpkg] Remove more uses of iostreams. Force 'C' locale -- localization is TODO.
Robert Schumacher
2017-02-16
Specify type explicitly
Alexander Karatarakis
2017-02-16
Use ascii_to_lowercase()
Alexander Karatarakis
2017-02-15
Add comment for tolower_char()
Alexander Karatarakis
2017-02-15
Add tolower_char(char)->char. Avoids C4244 for char<->int conversion
Alexander Karatarakis
2017-01-30
Introduce Strings::Joiner
Alexander Karatarakis
2017-01-30
Introduce precompiled headers
Alexander Karatarakis
2017-01-23
Improve Strings::split()
Alexander Karatarakis
2017-01-23
Strings::split() now handles trailing delimiters
Alexander Karatarakis
2017-01-23
Add Strings::split() function
Alexander Karatarakis
2017-01-05
Use nested namespace definition
Alexander Karatarakis
2016-12-20
Improve trim implementation
Alexander Karatarakis
2016-12-16
Do the trim and empty string erase in separate passes
Alexander Karatarakis
2016-12-16
Add Strings::trim_all_and_remove_whitespace_strings()
Alexander Karatarakis
2016-12-15
Add Strings::trim() function
Alexander Karatarakis
2016-11-10
[vcpkg] Correct unsigned/signed mismatch '<'
Robert Schumacher
2016-11-02
[Strings] Add join()
Alexander Karatarakis
2016-10-04
Rename function case_insensitive_find() to case_insensitive_ascii_find()
Alexander Karatarakis
2016-10-04
Add Strings::ascii_to_lowercase()
Alexander Karatarakis
2016-10-03
Remove redundant parentheses
Alexander Karatarakis
2016-09-29
Rename wchar_t overload of format_internal to wformat_internal
Alexander Karatarakis
2016-09-18
Initial commit
Alexander Karatarakis