aboutsummaryrefslogtreecommitdiff
path: root/apps/sample-add-timestamp.cpp
Commit message (Collapse)AuthorAgeFilesLines
* sample-tee.cpp: tool for writing and rotating log files, similar to unix's ↵Trygve Laugstøl2017-09-011-13/+16
| | | | | | tee command. sample-add-timestamp.cpp: Actually using the resolution flag.
* o Making sure stdout is flushed properly before returning.Trygve Laugstøl2017-09-011-0/+2
|
* o Renaming SampleOutputStream to SampleConsumer.Trygve Laugstøl2017-09-011-19/+14
| | | | o Some c++ style fixes.
* o Going back to a bunch of cpp files instead of launcher+bunch of header ↵Trygve Laugstøl2015-07-191-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øl2015-06-211-105/+0
| | | | o Ading CMake magic to generate the launcher
* o Adding app_name to app, creating a per-app logger.Trygve Laugstøl2015-06-201-0/+4
|
* o Adding a tool to add timestamps to each sample.Trygve Laugstøl2015-06-201-0/+101
(old wip code)