summaryrefslogtreecommitdiff
path: root/src/Depfile.hpp
Commit message (Expand)AuthorAgeFilesLines
* chore: Clean up code slightlyJoel Rosdahl2022-10-061-0/+2
* refactor: Use more std::string_viewJoel Rosdahl2022-09-061-2/+2
* feat: Improve handling of dependency filesJoel Rosdahl2022-07-281-2/+5
* chore: Replace nonstd::string_view with std::string_viewJoel Rosdahl2022-05-231-4/+3
* chore: Replace nonstd::optional with std::optionalJoel Rosdahl2022-05-231-4/+4
* Use .clang-format regexes instead of comments to group system includesJoel Rosdahl2021-06-291-2/+0
* Revise include file order to work with new directory structureJoel Rosdahl2021-06-271-1/+3
* Add missing pragma once (#744)Erik Flodin2020-12-111-0/+2
* Fix bug in depfile when output filename includes special charactersJoel Rosdahl2020-11-191-0/+1
* Extract code for parsing dependency files into a separate fileJoel Rosdahl2020-11-191-0/+37