aboutsummaryrefslogtreecommitdiff
path: root/apps/sample-convert.cpp
Commit message (Collapse)AuthorAgeFilesLines
* o Renaming SampleOutputStream to SampleConsumer.Trygve Laugstøl2017-09-011-3/+3
| | | | o Some c++ style fixes.
* o Trying to clean up includes a bit.Trygve Laugstøl2015-07-191-1/+0
|
* o Going back to a bunch of cpp files instead of launcher+bunch of header ↵Trygve Laugstøl2015-07-191-0/+124
| | | | 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-128/+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/+5
|
* o Adding back SQL output.Trygve Laugstøl2015-03-281-6/+10
|
* o Adding timestamp by default when converting samples.Trygve Laugstøl2015-03-281-7/+14
|
* o Better class names for options.Trygve Laugstøl2015-03-221-2/+2
|
* o Splitting out io parts into trygvis::sensor::io.Trygve Laugstøl2015-03-221-2/+4
|
* o Renaming trygvis::soil_moisture to trygvis::sample.Trygve Laugstøl2015-03-221-3/+3
|
* o Renaming SoilMoistureIo to SensorSample, moving to its own library.Trygve Laugstøl2015-03-221-1/+1
|
* o First version of a tool to continuously read and discover serial ports.Trygve Laugstøl2015-03-221-2/+2
|
* o RRD output.Trygve Laugstøl2015-03-221-2/+22
|
* o Replacing custom Format with common sample_format_type.Trygve Laugstøl2015-03-181-22/+5
|
* o Renaming CsvSampleParser to KeyValueSampleParser.Trygve Laugstøl2015-03-171-1/+1
|
* o cout and unique_ptr became complicated.Trygve Laugstøl2015-03-171-6/+8
| | | | o Updating lots of code to the latest api.
* o An improved KeyDictionary.Trygve Laugstøl2015-03-171-4/+4
|
* o Updating to new API.Trygve Laugstøl2015-03-141-4/+5
|
* o Creating a tool to calculate an absolute timestamp from a relative timestamp.Trygve Laugstøl2015-03-141-13/+7
| | | | o Using git submodules instead of CMake's external project.
* o Formatting.Trygve Laugstøl2015-03-081-1/+1
|
* o Improved SQL output.Trygve Laugstøl2015-03-081-18/+39
|
* o Improved SQL output.Trygve Laugstøl2015-03-081-0/+8
|
* o Dynamic input and output types.Trygve Laugstøl2015-03-081-67/+38
|
* o First start of a proper CSV parser.Trygve Laugstøl2015-03-071-6/+18
|
* o Starting on a tool to convert between sample formats.Trygve Laugstøl2015-03-061-0/+98