summaryrefslogtreecommitdiff
path: root/src/TemporaryFile.hpp
Commit message (Expand)AuthorAgeFilesLines
* 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
* Fix build error for TemporaryFile with GCC 4.8Joel Rosdahl2020-10-051-1/+3
* Handle waitpid interruption and add missing string header (#669)Gregor Jasny2020-09-211-0/+2
* Simplify TemporaryFileJoel Rosdahl2020-09-081-3/+0
* Add noexcept to move constructors and assignment operatorsJoel Rosdahl2020-09-081-2/+2
* Fix build with Clang 10Joel Rosdahl2020-07-281-2/+1
* Introduce and use TemporaryFile classJoel Rosdahl2020-07-251-0/+48