Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | sample-tee.cpp: tool for writing and rotating log files, similar to unix's ↵ | Trygve Laugstøl | 2017-09-01 | 1 | -13/+16 |
| | | | | | | tee command. sample-add-timestamp.cpp: Actually using the resolution flag. | ||||
* | o Making sure stdout is flushed properly before returning. | Trygve Laugstøl | 2017-09-01 | 1 | -0/+2 |
| | |||||
* | o Renaming SampleOutputStream to SampleConsumer. | Trygve Laugstøl | 2017-09-01 | 1 | -19/+14 |
| | | | | o Some c++ style fixes. | ||||
* | o Going back to a bunch of cpp files instead of launcher+bunch of header ↵ | Trygve Laugstøl | 2015-07-19 | 1 | -0/+101 |
| | | | | files. This ends up with an easier build file and faster builds with CMake's "OBJECT" library type. | ||||
* | o Going all header file based and single-executable to launch all apps. | Trygve Laugstøl | 2015-06-21 | 1 | -105/+0 |
| | | | | o Ading CMake magic to generate the launcher | ||||
* | o Adding app_name to app, creating a per-app logger. | Trygve Laugstøl | 2015-06-20 | 1 | -0/+4 |
| | |||||
* | o Adding a tool to add timestamps to each sample. | Trygve Laugstøl | 2015-06-20 | 1 | -0/+101 |
(old wip code) |