aboutsummaryrefslogtreecommitdiffstats
path: root/common/strutils.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Use a string_view for the backend open methodChris Robinson2023-08-061-8/+9
|
* disable unavailable functionality on xbox (#887)Max Bachmann2023-07-261-0/+4
| | | | | * disable unavailable functionality on xbox * use not std version of getenv on xbox
* Replace al::optional with std::optionalChris Robinson2023-05-041-4/+4
|
* Avoid unnecessary uses of make_optionalChris Robinson2023-01-131-2/+2
|
* Remove some unnecessary constructorsChris Robinson2020-12-271-2/+4
|
* Don't inline the utf8 convertersChris Robinson2019-10-011-0/+35
|
* Add methods to get env vars as an optionalChris Robinson2019-08-121-0/+27