Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Use .clang-format regexes instead of comments to group system includes | Joel Rosdahl | 2021-06-29 | 1 | -2/+0 |
* | Revise include file order to work with new directory structure | Joel Rosdahl | 2021-06-27 | 1 | -1/+3 |
* | Fix build error for TemporaryFile with GCC 4.8 | Joel Rosdahl | 2020-10-05 | 1 | -1/+3 |
* | Handle waitpid interruption and add missing string header (#669) | Gregor Jasny | 2020-09-21 | 1 | -0/+2 |
* | Simplify TemporaryFile | Joel Rosdahl | 2020-09-08 | 1 | -3/+0 |
* | Add noexcept to move constructors and assignment operators | Joel Rosdahl | 2020-09-08 | 1 | -2/+2 |
* | Fix build with Clang 10 | Joel Rosdahl | 2020-07-28 | 1 | -2/+1 |
* | Introduce and use TemporaryFile class | Joel Rosdahl | 2020-07-25 | 1 | -0/+48 |