aboutsummaryrefslogtreecommitdiff
path: root/test/CMakeLists.txt
Commit message (Collapse)AuthorAgeFilesLines
* Mac:HEADmasterTrygve Laugstøl2018-12-201-5/+14
| | | | | | | | o Using more natural byte ordering in the code. No external effect. o Using global ==, != and < operators instead of in-class operators for better compatibility with STL. ByteBuffer: o Renaming setPosition() to setCursor().
* o Adding an application to send samples over MQTT.Trygve Laugstøl2015-07-201-1/+1
| | | | 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 Going all header file based and single-executable to launch all apps.Trygve Laugstøl2015-06-211-1/+0
| | | | o Ading CMake magic to generate the launcher
* o An improved KeyDictionary.Trygve Laugstøl2015-03-171-1/+4
|
* o Splitting out public header files into it's own directory.Trygve Laugstøl2015-02-221-0/+1
|
* o Support for reading and writing characteristics.Trygve Laugstøl2015-02-211-1/+0
|
* Reorganizing the source code:Trygve Laugstøl2015-02-201-0/+30
o Moving main to apps/ o Moving the library sources to ble/ o Creating cmake files for each piece.