aboutsummaryrefslogtreecommitdiff
path: root/zencore/string.cpp
Commit message (Expand)AuthorAgeFilesLines
* Merged main.Per Larsson2021-12-141-10/+31
|\
| * Cross-platform string comparison helper plus testsMartin Ridgers2021-10-251-0/+12
| * Merged mainMartin Ridgers2021-10-251-2/+2
| |\ | |/ |/|
| * Merged mainMartin Ridgers2021-10-201-0/+6
| |\
| * \ Merged mainMartin Ridgers2021-10-151-0/+7
| |\ \
| * | | Replaced use of std::u16string* with std::wstring*Martin Ridgers2021-10-111-9/+18
| * | | Merged mainMartin Ridgers2021-10-111-1/+11
| |\ \ \
| * | | | There is no ssize_t on WindowsMartin Ridgers2021-09-291-1/+1
| * | | | Fixed signed/unsigned mismatched warnings from GCCMartin Ridgers2021-09-291-1/+1
* | | | | Format fix.Per Larsson2021-10-201-2/+2
| |_|_|/ |/| | |
* | | | string: Fixed ToLower logic (needs to use unsigned arithmetic)Stefan Boberg2021-10-191-0/+6
| |_|/ |/| |
* | | asio HTTP implementation (#23)Stefan Boberg2021-10-141-0/+7
| |/ |/|
* | NiceByteRateToBuffer could cause a divide-by-zero in some cases - fixedStefan Boberg2021-10-071-1/+11
|/
* It's not possible to compile out testsStefan Boberg2021-09-201-3/+8
* Added helper function for iterating string tokens.Per Larsson2021-09-171-0/+40
* Missing include for std::runtime_error()Martin Ridgers2021-09-151-0/+1
* Missing include for pow()Martin Ridgers2021-09-151-0/+1
* Replaced use of "%ll?" format specifiers with PRI?64Martin Ridgers2021-09-141-5/+5
* Use runtime_exception() instead of exception() as the latter doesn't have a c...Martin Ridgers2021-09-141-1/+1
* fix for extern template class declarations, also made integer constant in tes...Stefan Boberg2021-09-031-1/+1
* Adding zenservice codeStefan Boberg2021-05-111-0/+913