| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | epee: fix string_tools on Windows | 0xFFFC0000 | 2025-04-22 | 1 | -3/+7 |
| | | |||||
| * | epee: partially revert c56ee140 to fix linking errors | jeffro256 | 2024-12-09 | 1 | -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_extension | tobtoht | 2024-08-14 | 1 | -1/+1 |
| | | |||||
| * | epee: string_tools: remove dot from get_extension | tobtoht | 2024-08-14 | 1 | -1/+6 |
| | | | | | | Fixes a regression introduced in #9254. Previously it did not include the dot. | ||||
| * | Cleanup string_tools. | 0xFFFC0000 | 2024-03-15 | 1 | -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_cast | mj-xmr | 2021-04-16 | 1 | -0/+197 |
| | | |||||
| * | move includes around to lessen overall load | moneromooo-monero | 2017-12-16 | 1 | -0/+12 |
| | | |||||
| * | Fix freebsd build | Lee Clagett | 2017-03-21 | 1 | -0/+1 |
| | | |||||
| * | Removed boost/asio.hpp include from epee/string_tools.h | Lee Clagett | 2017-03-18 | 1 | -0/+60 |
