Age | Commit message (Expand) | Author | Files | Lines |
2017-12-14 | Don't stop parsing signal even if one malformation |  Romain Forlot | 1 | -4/+3 |
2017-12-14 | Controller object has changed: Fix building action |  Romain Forlot | 2 | -36/+91 |
2017-12-14 | Include geolocalisation signals configuration |  Romain Forlot | 1 | -1/+1 |
2017-12-14 | Update and use latest ctl-utilities. |  Romain Forlot | 6 | -69/+44 |
2017-12-14 | Migrate submodule to gerrit and update them |  Romain Forlot | 3 | -2/+2 |
2017-12-14 | Typo, cleaning, format |  Romain Forlot | 2 | -1/+2 |
2017-12-14 | Update JSON obj to fit new controller lib |  Romain Forlot | 2 | -3/+3 |
2017-12-14 | Rename main configuration file |  Romain Forlot | 1 | -0/+0 |
2017-12-14 | Cleaning, typo and stuff |  Romain Forlot | 3 | -16/+15 |
2017-12-14 | Fix: LUA support is CMake var not compile option |  Romain Forlot | 1 | -3/+3 |
2017-12-14 | Added version check to afb-daemon pkg requisite |  Romain Forlot | 1 | -1/+1 |
2017-12-14 | Fix: wrong path to the binding file |  Romain Forlot | 1 | -1/+1 |
2017-12-14 | Update git modules |  Romain Forlot | 1 | -0/+0 |
2017-12-14 | Upgrade app-templates |  Romain Forlot | 1 | -0/+0 |
2017-12-14 | Match Widget config file value from config.cmake |  Romain Forlot | 1 | -0/+0 |
2017-12-14 | Migrate to ctl-utilities library |  Romain Forlot | 19 | -130/+208 |
2017-12-14 | Update .gitignore |  Romain Forlot | 1 | -0/+1 |
2017-12-14 | Update app-template & use new JSON schema for conf |  Romain Forlot | 6 | -51/+65 |
2017-12-14 | Remove external 3rdparty library |  Romain Forlot | 112 | -36829/+0 |
2017-12-14 | LUA lib and bin embedded in project |  Romain Forlot | 137 | -88/+37125 |
2017-12-14 | Add default receive action |  Romain Forlot | 2 | -1/+71 |
2017-12-14 | Comment |  Romain Forlot | 1 | -0/+3 |
2017-12-14 | Builtin plugin integration |  Romain Forlot | 1 | -0/+21 |
2017-12-14 | Fix uint64_t coming from LUA that don't support |  Romain Forlot | 1 | -3/+2 |
2017-12-14 | Better deeper signal search on received event. |  Romain Forlot | 1 | -2/+34 |
2017-12-14 | Enhance list/get verb |  Romain Forlot | 2 | -21/+17 |
2017-12-14 | Inheritance of some signals parameters from source |  Romain Forlot | 6 | -46/+88 |
2017-12-14 | Better use of strncat |  Romain Forlot | 3 | -9/+9 |
2017-12-14 | Introduce retention setting in place of class |  Romain Forlot | 8 | -42/+50 |
2017-12-14 | lua2c completely operationnal |  Romain Forlot | 10 | -38/+54 |
2017-12-14 | Update app-template to make Efence usage optionnal |  Romain Forlot | 2 | -0/+1 |
2017-12-14 | Make calling lua2c function from lua works |  Romain Forlot | 7 | -14/+28 |
2017-12-14 | Update config to simulate real situation |  Romain Forlot | 3 | -16/+4 |
2017-12-14 | Handle no JSON query object argument passed |  Romain Forlot | 1 | -4/+9 |
2017-12-14 | Add a default behavior to subscribe to API signals |  Romain Forlot | 1 | -1/+6 |
2017-12-14 | Enhance pointer manage and container browsing |  Romain Forlot | 12 | -102/+111 |
2017-12-14 | No errors on get if no values has been recorded |  Romain Forlot | 3 | -24/+41 |
2017-12-14 | Use C++ string instead of C classic char |  Romain Forlot | 1 | -3/+3 |
2017-12-14 | Make observer pattern thread safe |  Romain Forlot | 1 | -21/+26 |
2017-12-14 | Implement recursionCheck using observer pattern |  Romain Forlot | 4 | -108/+47 |
2017-12-14 | Finalize subscription to be a simple relay for now |  Romain Forlot | 9 | -90/+144 |
2017-12-14 | Migrating to real Observer design pattern usage |  Romain Forlot | 3 | -30/+214 |
2017-12-14 | Subscribe |  Romain Forlot | 3 | -19/+66 |
2017-12-14 | Update README and add doxygen documentation |  Romain Forlot | 3 | -4/+2704 |
2017-12-14 | Beginning client App context handling work |  Romain Forlot | 2 | -24/+54 |
2017-12-14 | Batch low-can subscription |  Romain Forlot | 2 | -36/+42 |
2017-12-14 | Make compile LUA2C functions, binding not working |  Romain Forlot | 7 | -163/+20 |
2017-12-14 | Rename bindingApp to Composer |  Romain Forlot | 6 | -157/+187 |
2017-12-14 | Find all signals that matches the searched pattern |  Romain Forlot | 6 | -53/+109 |
2017-12-14 | Make LUA works |  Romain Forlot | 35 | -145/+246 |