Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | o Renaming SampleOutputStream to SampleConsumer. | Trygve Laugstøl | 2017-09-01 | 1 | -1/+1 |
| | | | | o Some c++ style fixes. | ||||
* | o Trying to clean up includes a bit. | Trygve Laugstøl | 2015-07-19 | 1 | -2/+0 |
| | |||||
* | o Going back to a bunch of cpp files instead of launcher+bunch of header ↵ | Trygve Laugstøl | 2015-07-19 | 1 | -0/+111 |
| | | | | 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 | -114/+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/+5 |
| | |||||
* | o Splitting out io parts into trygvis::sensor::io. | Trygve Laugstøl | 2015-03-22 | 1 | -1/+3 |
| | |||||
* | o Renaming trygvis::soil_moisture to trygvis::sample. | Trygve Laugstøl | 2015-03-22 | 1 | -2/+2 |
| | |||||
* | o Renaming SoilMoistureIo to SensorSample, moving to its own library. | Trygve Laugstøl | 2015-03-22 | 1 | -1/+1 |
| | |||||
* | o First version of a tool to continuously read and discover serial ports. | Trygve Laugstøl | 2015-03-22 | 1 | -5/+5 |
| | |||||
* | o Replacing custom Format with common sample_format_type. | Trygve Laugstøl | 2015-03-18 | 1 | -52/+3 |
| | |||||
* | o Renaming CsvSampleParser to KeyValueSampleParser. | Trygve Laugstøl | 2015-03-17 | 1 | -3/+3 |
| | |||||
* | o cout and unique_ptr became complicated. | Trygve Laugstøl | 2015-03-17 | 1 | -4/+4 |
| | | | | o Updating lots of code to the latest api. | ||||
* | o An improved KeyDictionary. | Trygve Laugstøl | 2015-03-17 | 1 | -4/+4 |
| | |||||
* | o Updating to new API. | Trygve Laugstøl | 2015-03-14 | 1 | -4/+6 |
| | |||||
* | o Creating a tool to calculate an absolute timestamp from a relative timestamp. | Trygve Laugstøl | 2015-03-14 | 1 | -7/+8 |
| | | | | o Using git submodules instead of CMake's external project. | ||||
* | o Formatting. | Trygve Laugstøl | 2015-03-08 | 1 | -2/+2 |
| | |||||
* | o Improved SQL output. | Trygve Laugstøl | 2015-03-08 | 1 | -12/+3 |
| | |||||
* | o First start of a proper CSV parser. | Trygve Laugstøl | 2015-03-07 | 1 | -55/+15 |
| | |||||
* | o Starting on a tool to convert between sample formats. | Trygve Laugstøl | 2015-03-06 | 1 | -34/+47 |
| | |||||
* | o Adding the hostname to the data. | Trygve Laugstøl | 2015-03-04 | 1 | -8/+10 |
| | |||||
* | o Only sending the data to cout, the rest goes to cerr. | Trygve Laugstøl | 2015-03-04 | 1 | -4/+4 |
| | |||||
* | o Adding JSON output format. | Trygve Laugstøl | 2015-03-04 | 1 | -48/+73 |
| | |||||
* | o An app to read the serial port and parse its values. Not very useful yet. | Trygve Laugstøl | 2015-03-03 | 1 | -0/+162 |