aboutsummaryrefslogtreecommitdiffstats
path: root/src/Util.hpp
Commit message (Expand)AuthorAgeFilesLines
* Don’t use realpath(3) for normalization when computing relative pathsJoel Rosdahl2020-02-231-2/+2
* C++-ify get_relative_pathJoel Rosdahl2020-02-231-0/+7
* C++-ify common_dir_prefix_lengthJoel Rosdahl2020-02-231-0/+5
* Implement Util::normalize_absolute_pathJoel Rosdahl2020-02-231-0/+9
* C++-ify is_absolute_pathJoel Rosdahl2020-02-231-0/+3
* Improve functions related to CWDJoel Rosdahl2020-02-161-0/+10
* Implement Util::read_link, replacing legacy x_readlinkJoel Rosdahl2020-02-151-0/+5
* Implement Util::real_path, replacing legacy x_realpathJoel Rosdahl2020-02-151-0/+6
* Restore sortedness of Util functionsJoel Rosdahl2020-02-081-20/+19
* Assert in get_path_in_cache instead of throwing on bad preconditionsJoel Rosdahl2019-12-011-1/+1
* Refactor and simplify get_path_in_cache and testsJoel Rosdahl2019-12-011-5/+7
* Reflow comments to fit the available widthJoel Rosdahl2019-12-011-11/+11
* Remove duplicate backtickJoel Rosdahl2019-12-011-1/+1
* C++-ify get_path_in_cache(), add ConfigTesterThomas Otto2019-11-261-0/+12
* Add and test change_extension()Thomas Otto2019-11-261-0/+5
* Add and test remove_extension()Thomas Otto2019-11-261-0/+4
* Add and test get_extension()Thomas Otto2019-11-261-0/+4
* Add and test and use get_truncated_base_name()Thomas Otto2019-11-261-0/+6
* Improve functions related to (l)stat-ingJoel Rosdahl2019-10-191-3/+0
* Use nonstd::string_view where appropriateJoel Rosdahl2019-10-191-6/+8
* Add Util::big_endian_to_int and Util::int_to_big_endianJoel Rosdahl2019-10-051-0/+59
* Add Util::get_file_sizeJoel Rosdahl2019-10-051-0/+3
* Use UpperCamelCase instead of snake_case for namespacesJoel Rosdahl2019-10-051-0/+120