cmake: install only the public API in ${prefix}/include/maa
[contrib/mraa.git] / src /
2014-05-22 Brendan Le Follcmake: install only the public API in ${prefix}/include/maa
2014-05-22 Brendan Le Follnodejs: define BUILDING_NODE_EXTENSION in CXXFLAGS...
2014-05-22 Thomas Inglebymaa: change javascript to use swig upstream
2014-05-21 Thomas Inglebyintel_galileo_rev_d: fix i2c bus definition
2014-05-21 Thomas Inglebyintel_galileo_rev_d: fix definition of pwm on 9/11
2014-05-21 Thomas Inglebypwm: made export functions static
2014-05-21 Thomas Inglebygpio: made export functions static.
2014-05-21 Thomas Inglebypwm: fix writing of period
2014-05-21 Thomas Inglebyi2c: internal setup function properly works
2014-05-21 Thomas Inglebymaa: hide and rename internal maa functions
2014-05-21 Thomas Inglebyaio: fix spacing
2014-05-21 Thomas Inglebymaa: add maa internal header.
2014-05-21 Thomas Inglebymaa: remove whitespace
2014-05-21 Thomas Inglebyspi: completed implementation.
2014-05-21 Thomas Inglebyspi: Use new feature of pinmap to get split info.
2014-05-21 Thomas Inglebyspi-pinmap: seperated bus from slave select.
2014-05-20 Brendan Le Follpython: include examples page for sphinx documentation...
2014-05-20 Thomas Inglebygpio: add ownership gaurd
2014-05-20 Thomas Inglebypwm: added existing exposition logic
2014-05-20 Thomas Inglebypwm: use posix open instead of fopen
2014-05-20 Thomas Inglebygpio: use open in all function opposed to fopen
2014-05-19 Brendan Le Follmaa.i: fix definition of printError in interface file v0.2.5
2014-05-19 Thomas Inglebypwm: changed to use strtol for return values.
2014-05-19 Thomas Inglebypwm: removed disabling pin on unexport.
2014-05-19 Brendan Le Follgpio.c: PyEval_Call now casts void* to PyObject* before...
2014-05-19 Brendan Le Folli2c: fix write API to use const char*
2014-05-19 Brendan Le Follmaa.i: add return types to swig constants
2014-05-19 Brendan Le Follmaa.i: add printError() function to swig API
2014-05-19 Brendan Le Follmaa.i: rename get_version() to getVersion()
2014-05-19 Brendan Le Follmaa.c: add stdlib.h to remove clang warning
2014-05-19 Brendan Le FollC++: Change enum types to be shorter in C++
2014-05-16 Brendan Le Follspi: fix use of memset sizeof param
2014-05-16 Brendan Le Follgpio: fix use of memset sizeof param
2014-05-16 Brendan Le Follswig: add gpio enum definitions on interface file
2014-05-16 Brendan Le Follspi.hpp: Add C++ wrapper around Spi
2014-05-16 Thomas Inglebyspi: implemented write functions
2014-05-16 Thomas Inglebyspi-pinmap: added spi checking functions.
2014-05-16 Thomas Inglebyintel_galileo_rev_d: fixed SPI bus id.
2014-05-16 Brendan Le Follgpio.hpp: Add C++ wrapper around Gpio
2014-05-16 Brendan Le Follpwm.hpp: Add C++ wrapper around Pwm
2014-05-16 Brendan Le Folli2c.hpp: Add C++ wrapper around I2c
2014-05-16 Brendan Le Folli2c.hpp: Add C++ wrapper around I2c
2014-05-16 Brendan Le Follmaa_init: fix constructor attribute in maa_init and...
2014-05-16 Brendan Le Follaio.hpp: Add C++ wrapper around Aio
2014-05-15 Brendan Le Follcmake: make maa link against pthreads directly
2014-05-15 Brendan Le Follcmake: fix hard includ of node headers for cross compile
2014-05-15 Brendan Le Follgpio: make isr_exit function use pthread_cancel and...
2014-05-13 Brendan Le Follaio: remove _u16 suffix from call. Make return type...
2014-05-13 Brendan Le Follgpio: add signal type to pthread_kill
2014-05-13 Brendan Le Follpwm: always return a value if stated in prototype
2014-05-13 Brendan Le Folli2c: fixed impossible unsigned comparisons
2014-05-13 Brendan Le Follaio: remove use of atoi and cleanup debug
2014-05-13 Brendan Le Follaio: use posix read/lseek API
2014-05-13 Brendan Le Follaio: fix styling of case statement
2014-05-13 Brendan Le Follaio: fix error checking of maa_check_aio
2014-05-13 Brendan Le Follgpio: fix compiler warning with blank return
2014-05-13 Brendan Le Follswig: fix usage of SWIGPYTHON for python specific code
2014-05-13 Brendan Le Follswig: Add support for isr/callbacks from python
2014-05-13 Brendan Le Follmaa_init: add GCC attribute to call init function as...
2014-05-13 Brendan Le Follcmake: re-enable javascript for swig
2014-05-13 Brendan Le Follgpio: rework of gpio - using open() for value_fp
2014-05-08 Brendan Le Follmaajs: fix example with object API
2014-05-07 Brendan Le Follgpio: don't do a pthread_kill if thread id is 0
2014-05-07 Thomas Inglebypinmap: test mode, add uninitialised protection.
2014-05-07 Brendan Le Follmaa.i: maa_init is now done after swig initialisation...
2014-05-07 Brendan Le FollMerge branch 'tingleby-pin'
2014-05-07 Thomas Inglebypinmap: Implemented maa_pin_mode_test
2014-05-07 Thomas Inglebypwm: rev-d quirk worked-around.
2014-05-07 Brendan Le FollMerge branch 'tingleby-master'
2014-05-07 Brendan Le FollMerge branch 'master' of github.com:tingleby/maa into...
2014-05-07 Brendan Le Follgpio: initial implementation of interupt handling on...
2014-05-06 Brendan Le Follgpio: only call ferror in free() case as dev has alread...
2014-05-06 Thomas Inglebymaa: add result print function.
2014-05-06 Thomas Inglebypwm: Use pinmap functions for setting up pwm.
2014-05-06 Thomas Inglebygalileo-rev-d: Add PWM properties on IO3
2014-05-06 Brendan Le Follinit: allow init to be called multiple times
2014-05-06 Brendan Le FollMerge branch 'tingleby-master'
2014-05-06 Brendan Le FollMerge branch 'master' of github.com:tingleby/maa into...
2014-05-06 Brendan Le Follgpio: reworking of gpio IO calls
2014-05-06 Thomas Inglebyintel_galileo_rev_d: Wrong I2C bus definition.
2014-05-05 Thomas Inglebymaa: Update functions within maa to use new api.
2014-05-05 Thomas Inglebypinmap: new way of defining board io.
2014-05-04 Thomas InglebyMerge remote-tracking branch 'upstream/master'
2014-05-02 Brendan Le FollMerge branch 'tingleby-pinmap-i2cspi' v0.2.2
2014-05-02 Brendan Le FollMerge branch 'pinmap-i2cspi' of github.com:tingleby...
2014-05-02 Brendan Le Follgpio: use strtol instead of atoi
2014-05-02 Brendan Le Follswig: add unexport() calls to be used by destructors...
2014-05-02 Thomas InglebyMerge branch 'pinmap-i2cspi'
2014-05-02 Thomas Inglebyi2c: Work started on using pinmap with i2c
2014-05-02 Thomas Inglebyintel_galileo_rev_d: Update to new board definition
2014-05-02 Brendan Le Follpython: fix examples and add maa_init() call in swig
2014-05-02 Brendan Le Follmaa.i: Initial documentation of Swigified object API
2014-05-02 Thomas Inglebyi2c: removed gpio from context
2014-05-02 Thomas InglebyMerge branch 'pinmap-aio'
2014-05-02 Thomas Inglebypinmap: Added aio support.
2014-05-02 Brendan Le Follmaa.i: stop importing all of maa.h definitions
2014-05-02 Brendan Le Follsphinx: make python documentation generation use sphinx
2014-05-01 Thomas InglebyMerge branch 'pinmap'
2014-05-01 Brendan Le Follspi: add spi to CMakeLists.txt to build spi doc.i file
2014-05-01 Brendan Le Follaio: add aio swig object
next