packaging: also support rpmbuild from Tizen:2.3
[contrib/mraa.git] / examples / c++ /
2015-12-21 Brendan Le Follmraa: Remove trailing whitespace/tabs from various...
2015-12-15 Henry Bruceiio: C API changes and C++ API enhancements
2015-12-15 Henry Bruceexamples: Converted iio dummy driver test app to C++
2015-09-29 Brendan Le FollIsr-pin6.cpp: Add example for c++ isr
2015-09-08 Petre Eftimemraa: Add types.hpp; Use types.hpp for C++ and SWIG
2015-06-02 Brendan Le Folluart: Add c++ uart example
2015-03-23 Brendan Le Follclang-format: run clang-format on C/C++ code
2015-02-05 Alex Tereschenkoexamples/aio: Added examples for mraa_aio_read_float...
2015-01-14 Brendan Le Follspi: Make Spi write() work from SWIG with typemaps
2015-01-06 Brendan Le FollI2c-compass.cpp: fix incorrect usage of write/writeByte
2014-11-03 Brendan Le FollPwm3-cycle.cpp: add pwm::enable() call to example
2014-10-19 Kurt Eckhardtspi: Add SPI transfer function that pass in RX/TX
2014-07-11 Thomas InglebyMerge branch 'hook'
2014-07-04 Brendan Le FollBlink-IO.cpp: use mraa_result_t instead of int
2014-07-04 Brendan Le Follcommon.hpp: use common.hpp instead of renaming C functi...
2014-07-01 Brendan Le Follspi: update spi module to use char instead of unsigned...
2014-07-01 Brendan Le FollI2c-compass.cpp: fix example to use char instead of...
2014-06-24 Thomas Inglebymraa: rename from maa to mraa
2014-06-24 Brendan Le Follmaa: change complex C++ write calls to CamelCase for...
2014-06-20 Thomas InglebyMerge branch 'gen2'
2014-06-18 Brendan Le FollI2c-compass.cpp: fix example to use HMC5883L_CONT_MODE
2014-06-10 Brendan Le Follmaa: add global maa.h and maa.hpp and stop using /usr...
2014-05-30 Brendan Le Follapi: add proper doxygen comments to C++ headers and...
2014-05-23 Brendan Le Folli2c: use uint8_t throughout to make code clearer
2014-05-22 Brendan Le FollI2c-compass: add -lm to linker
2014-05-22 Thomas Inglebyexamples: added more cpp examples.
2014-05-19 Brendan Le FollC++: Change enum types to be shorter in C++
2014-05-16 Thomas Inglebyblink-io-cpp: example gpio using cpp wrappers.
2014-05-16 Brendan Le Follc++: Add C++ runtime library to linker patch
2014-05-16 Brendan Le Follaio.hpp: Add C++ wrapper around Aio