aboutsummaryrefslogtreecommitdiff
path: root/apps/sample-add-timestamp.h
Commit message (Collapse)AuthorAgeFilesLines
* o Going back to a bunch of cpp files instead of launcher+bunch of header ↵Trygve Laugstøl2015-07-191-95/+0
| | | | files. This ends up with an easier build file and faster builds with CMake's "OBJECT" library type.
* o Applying clang-format to all apps.Trygve Laugstøl2015-07-191-12/+9
|
* o Using ends_with when checking for which app to launch too.Trygve Laugstøl2015-06-211-1/+0
| | | | | sm-get-value: o Using the io code for writing samples
* o Going all header file based and single-executable to launch all apps.Trygve Laugstøl2015-06-211-0/+99
o Ading CMake magic to generate the launcher