Age | Commit message (Expand) | Author | Files | Lines |
2018-05-14 | Fix: Dyn API Action loading procedure |  Romain Forlot | 5 | -436/+454 |
2018-05-14 | Use new version of function GetBindingDirPath |  Romain Forlot | 2 | -15/+16 |
2018-05-14 | Format |  Romain Forlot | 12 | -319/+259 |
2018-05-14 | Merge changes from topic 'sandbox/claneys/wip' |  Romain Forlot | 6 | -213/+214 |
2018-05-11 | Loads l2c functions per plugin. |  Romain Forlot | 4 | -50/+59 |
2018-05-11 | Improve json object release |  Romain Forlot | 1 | -3/+2 |
2018-05-11 | Improve way to loading an action |  Romain Forlot | 3 | -160/+153 |
2018-05-09 | Upgrade config schema |  Romain Forlot | 8 | -226/+440 |
2018-05-09 | Fix: callback execution condition |  Romain Forlot | 1 | -1/+1 |
2018-04-30 | Fix conversion compilation warning |  Romain Forlot | 2 | -3/+3 |
2018-04-29 | Fix link to afb-helpers renamed from afb-utilities |  Romain Forlot | 1 | -1/+1 |
2018-04-25 | Release json_objects used to launched the action |  Romain Forlot | 1 | -0/+4 |
2018-04-25 | Format, get rid of conversion type warning. |  Romain Forlot | 2 | -9/+7 |
2018-04-25 | Use an intermadiary variable avoiding side effets. |  Romain Forlot | 1 | -10/+13 |
2018-04-23 | Old audio controller traces left behind |  Romain Forlot | 1 | -1/+1 |
2018-03-23 | Fixed links and markdown warnings in README.md |  Sebastien Douheret | 1 | -9/+13 |
2018-03-21 | Linting: Initialize fullprefix variable |  Romain Forlot | 1 | -1/+1 |
2017-12-21 | Fix memory leak |  Romain Forlot | 1 | -0/+4 |
2017-12-19 | Change prefix generation, simpler is better |  Romain Forlot | 1 | -3/+5 |
2017-12-19 | Add binding rootdir to searched path for conf and plugins |  Romain Forlot | 2 | -2/+26 |
2017-12-18 | Make public ConfigSearch function |  Romain Forlot | 2 | -1/+2 |
2017-12-18 | Fix segfault when no l2c functions defined |  Romain Forlot | 2 | -2/+2 |
2017-12-14 | Get back on track l2c functions. |  Romain Forlot | 6 | -15/+48 |
2017-12-14 | Fix warning compile about uninitialized variable |  Romain Forlot | 1 | -2/+2 |
2017-12-11 | Avoid compile warning, memory leaks, linting |  Romain Forlot | 4 | -8/+14 |
2017-11-30 | Fix wrong json object pointed. |  Romain Forlot | 1 | -3/+2 |
2017-11-29 | Protect exec when no files found. |  Romain Forlot | 1 | -28/+31 |
2017-11-29 | wrong json unpacking fails. |  Romain Forlot | 1 | -1/+1 |
2017-11-29 | Wrong increment always fails load an action |  Romain Forlot | 1 | -1/+0 |
2017-11-29 | Loading additional files from JSON section |  Romain Forlot | 2 | -24/+47 |
2017-11-24 | Remove C++ warning ISO/C++11 |  Romain Forlot | 1 | -25/+87 |
2017-11-24 | Get back lua2c functions parsed at plugin load |  Romain Forlot | 3 | -8/+29 |
2017-11-24 | Correctly export symbols for C++eel_4.99.3eel/4.99.34.99.3 |  Romain Forlot | 4 | -2/+29 |
2017-11-24 | Fix: strncpy does't add null char at the end |  Romain Forlot | 3 | -24/+26 |
2017-11-24 | You may want load lua lib as embedded static lib |  Romain Forlot | 1 | -0/+1 |
2017-11-24 | Load afb_binding macros and stuff to plugins |  Romain Forlot | 1 | -9/+24 |
2017-11-24 | Fix: C++ list initialization correctly done. |  Romain Forlot | 1 | -1/+1 |
2017-11-24 | fix: wrong usage of strncat and strncpy function |  Romain Forlot | 3 | -31/+31 |
2017-11-24 | Modifiy timer to supper DynAPI |  Fulup Ar Foll | 3 | -11/+18 |
2017-11-09 | create agl .gitreview file |  Ronan Le Martret | 1 | -0/+4 |
2017-10-30 | Merge pull request #2 from ronan22/master |  Forlot Romain [IoT.bzh] | 1 | -1/+1 |
2017-10-30 | fix build error |  Ronan Le Martret | 1 | -1/+1 |
2017-10-27 | Fix issue with compiling in API-V2 |  Fulup Ar Foll | 1 | -1/+8 |
2017-10-26 | Avoid duplicated _GNU_SOURCE definition warning |  Romain Forlot | 5 | -6/+7 |
2017-10-25 | Formating |  Romain Forlot | 11 | -163/+161 |
2017-10-25 | Replace macro by apiV2 compatible inline function |  Romain Forlot | 1 | -0/+7 |
2017-10-25 | Add action method to execute an action from its uid |  Romain Forlot | 2 | -2/+23 |
2017-10-25 | Merge pull request #1 from claneys/patch-1 |  Fulup Ar Foll | 1 | -2/+2 |
2017-10-25 | Fix: issue at compile time |  Forlot Romain [IoT.bzh] | 1 | -2/+2 |
2017-10-24 | First working version as submodule |  Fulup Ar Foll | 12 | -113/+283 |