summaryrefslogtreecommitdiff
path: root/src/files.hpp
Commit message (Collapse)AuthorAge
* Reduce file-open/close boilerplate and simplify formattingBardur Arantsson2016-02-13
| | | | | | | - We introduce a show_string() which will allow us to go without actually writing a file if we want to later. - Use cppformat to simplify the output formatting.
* Simplify show_file function signatureBardur Arantsson2016-02-05
|
* Build: Produce multiple independent executablesBardur Arantsson2016-02-05
|
* Split types.h into separate header for each typeBardur Arantsson2015-06-07
|
* Split files.cc declarations into separate header filesBardur Arantsson2015-03-07