summaryrefslogtreecommitdiff
path: root/contrib/epee/src/string_tools.cpp
Commit message (Collapse)AuthorAgeFilesLines
* epee: fix string_tools on Windows0xFFFC00002025-04-221-3/+7
|
* epee: partially revert c56ee140 to fix linking errorsjeffro2562024-12-091-13/+0
| | | | | On Linux Mint 21.3, g++ Ubuntu 11.4.0-1ubuntu1~22.04, I get linking error for an undefined reference to `epee::string_tools::trim_right`. This PR reverts the changes to epee_readline.cpp in commit c56ee140, which turns a `boost::trim_right` callsite into an `epee::string_tools::trim_right` callsite.
* epee: string_tools: keep full path in cut_off_extensiontobtoht2024-08-141-1/+1
|
* epee: string_tools: remove dot from get_extensiontobtoht2024-08-141-1/+6
| | | | | Fixes a regression introduced in #9254. Previously it did not include the dot.
* Cleanup string_tools.0xFFFC00002024-03-151-52/+31
| | | | | 1. Use boost::filesystem for already available operations. 2. Use boost::string for already available operations.
* Split epee/string_tools.h and encapsulate boost::lexical_castmj-xmr2021-04-161-0/+197
|
* move includes around to lessen overall loadmoneromooo-monero2017-12-161-0/+12
|
* Fix freebsd buildLee Clagett2017-03-211-0/+1
|
* Removed boost/asio.hpp include from epee/string_tools.hLee Clagett2017-03-181-0/+60