summaryrefslogtreecommitdiff
path: root/src/argprocessing.hpp
Commit message (Expand)AuthorAgeFilesLines
* feat: Add support for GCC -fprofile-abs-path optionJoel Rosdahl2022-07-171-3/+9
* chore: Replace nonstd::optional with std::optionalJoel Rosdahl2022-05-231-3/+3
* Move Statistic to coreJoel Rosdahl2021-07-221-5/+7
* Extract enums into separate headers (#764)Alexander Lanin2021-01-191-1/+1
* Fix scanning of headers with Clang-Tidy (#758)Alexander Lanin2021-01-061-4/+4
* Pass Args by const refJoel Rosdahl2020-09-231-6/+6
* Avoid -Wshadow warnings with older compilersJoel Rosdahl2020-09-211-7/+7
* Extract stats_{read,write} and Statistic enum to Statistics namespaceJoel Rosdahl2020-09-141-1/+1
* Clean up ProcessArgsResultJoel Rosdahl2020-09-051-12/+16
* refactoring: Use return syntax for process_args (#652)Alexander Lanin2020-09-041-12/+31
* refactoring: Convert stats to enum class (#651)Alexander Lanin2020-09-041-4/+4
* Extract argument processing code to a separate fileJoel Rosdahl2020-05-051-0/+39