aboutsummaryrefslogtreecommitdiff
path: root/apps/sample-add-timestamp.cpp
Commit message (Collapse)AuthorAgeFilesLines
* 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)