aboutsummaryrefslogtreecommitdiff
path: root/apps/apps.cpp
Commit message (Collapse)AuthorAgeFilesLines
* o Trying to improve compatibility with some feature checks.Trygve Laugstøl2018-11-231-5/+6
| | | | o Misc nits.
* Soil Moisture: Adding support for controlling lights.Trygve Laugstøl2016-04-121-1/+1
| | | | | Bluetooth: refectorying, trying to be more c++ idiomatic and modern. SM/Diller: adding bluetooth to Diller bridge.
* o Adding an application to send samples over MQTT.Trygve Laugstøl2015-07-201-5/+5
| | | | o Improved CMake build script, better detection and error messages of headers/libraries. Conditionally adding the applications that can be compiled with the given set of found libraries.
* o Trying to clean up includes a bit.Trygve Laugstøl2015-07-191-2/+7
|
* o Going back to a bunch of cpp files instead of launcher+bunch of header ↵Trygve Laugstøl2015-07-191-0/+75
| | | | 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-2/+1
|
* o Using ends_with when checking for which app to launch too.Trygve Laugstøl2015-06-211-3/+7
| | | | | 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-63/+0
| | | | o Ading CMake magic to generate the launcher
* o Configuring better logging output.Trygve Laugstøl2015-06-201-2/+8
|
* o Formatting.Trygve Laugstøl2015-03-081-2/+1
|
* o Improved SQL output.Trygve Laugstøl2015-03-081-24/+29
|
* o Adding the hostname to the data.Trygve Laugstøl2015-03-041-0/+30
|
* o Trying to structure how apps are made.Trygve Laugstøl2015-03-011-0/+44
|
* o Replacing boost::logging with log4cplus.Trygve Laugstøl2015-03-011-0/+23