packaging: also support rpmbuild from Tizen:2.3
[contrib/mraa.git] / src / iio /
2015-12-21 Brendan Le Folliio.c: Fix indentation v0.9.0
2015-12-21 Brendan Le Folliio.c: Check return of fscanf
2015-12-21 Brendan Le Folliio.c: Check return of fd before using ioctl
2015-12-21 Brendan Le Folliio.c: Replace sprintf with snprintf
2015-12-21 Brendan Le Folliio.c: Closedir correctly and return error if we fail...
2015-12-21 Brendan Le Folliio.c: Fix leaking filedescriptor on read error
2015-12-21 Brendan Le Follmraa: Remove trailing whitespace/tabs from various...
2015-12-21 Brendan Le Follmraa: Remove executable bit from a few files
2015-12-21 Brendan Le Folliioc.: remove call to stat before mkdir as superflous
2015-12-21 Brendan Le Folliio.c: Avoid reading uninitialised memory in cases...
2015-12-21 Brendan Le Folliio: Check fd against != -1 and not > 0 and avoid leaks...
2015-12-21 Brendan Le Folliio.c: Fix closedir not always been called leaving...
2015-12-17 Lay, Kuan Looniio.c: fix memory leak and out of bound array access...
2015-12-15 Henry Bruceiio: C API changes and C++ API enhancements
2015-12-15 Brendan Le Folliio.c: Fix missing include file sys/stat.h
2015-12-15 Brendan Le Folliio.c: Use sys/ioctl.h instead of stropts.h
2015-12-15 Henry Bruceiio: Fixed device id check bug
2015-12-15 Henry Bruceiio: Isolated use of open() to string read/write functions.
2015-12-15 Henry Bruceiio: mraa_iio_write_string now using open insteam of...
2015-12-15 Lay, Kuan Looniio: iio update channel
2015-12-15 Lay, Kuan Looniio: iio add create trigger
2015-12-15 Lay, Kuan Looniio: iio get mounting matrix remove unused variable...
2015-12-15 Lay, Kuan Looniio: iio add get mounting matrix
2015-12-15 Lay, Kuan Looniio: iio consolidate read and write API
2015-12-15 Brendan Le Folliio.c: run clang format on iio.c
2015-12-15 Brendan Le Folliio.c: add stropts.h include for iotctl
2015-12-15 Brendan Le Folliio.c: Use MAX_SIZE var upgrading strings to 128 from 64
2015-12-15 Lay, Kuan Looniio: trigger buffer samples fix
2015-12-15 Lay, Kuan Looniio: iio get channel and get event error checking
2015-12-15 Lay, Kuan Looniio: added mraa_iio_write
2015-12-15 Brendan Le Folliio: remove exec perms
2015-12-15 Lay, Kuan Looniio: added event api
2015-12-15 Alex Tereschenkoiio: added function returning IIO device number by...
2015-12-15 Brendan Le Folliio: Remove iio structures from mraa_platform_t
2015-12-15 Brendan Le Folliio: Improve iio channel parsing to add enabled channels
2015-12-15 Brendan Le Folliio: initial pass at getting channel information from...
2015-12-15 Brendan Le Folliio: Simplify API
2015-12-15 Brendan Le Folliio: Find attributes and channels in iio device
2015-12-15 Brendan Le Folliio: initial API and enumeration of devices
2015-12-15 Brendan Le Folliio: Add initial module