aboutsummaryrefslogtreecommitdiff
path: root/zencore/string.cpp
Commit message (Collapse)AuthorAgeFilesLines
* moved source directories into `/src` (#264)Stefan Boberg2023-05-021-1004/+0
| | | | | | * moved source directories into `/src` * updated bundle.lua for new `src` path * moved some docs, icon * removed old test trees
* 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
| |/ |/| | | asio-based HTTP implementation
* | 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
| | | | Tests are now compiled in if `ZEN_WITH_TESTS=1`, and compiled out if not. Compiling tests out reduces the footprint of the resulting executables quite significantly.
* 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 ↵Martin Ridgers2021-09-141-1/+1
| | | | constructor that takes a message according to the C++20 standard
* fix for extern template class declarations, also made integer constant in ↵Stefan Boberg2021-09-031-1/+1
| | | | test explicitly unsigned
* Adding zenservice codeStefan Boberg2021-05-111-0/+913