Age | Commit message (Expand) | Author | Files | Lines |
2017-12-14 | Hold all contexts (plugin & source) in signalCtx_ | Romain Forlot | 5 | -47/+77 |
2017-12-14 | Useless tests against uninitialized value | Romain Forlot | 1 | -4/+2 |
2017-12-14 | Fix LUA path not set | Romain Forlot | 1 | -0/+1 |
2017-12-14 | Avoid warning about deleting void* variable | Romain Forlot | 2 | -1/+1 |
2017-12-14 | Avoid warning about deleting void* variable | Romain Forlot | 3 | -3/+3 |
2017-12-14 | Rename lua scripts to comply api name. | Romain Forlot | 6 | -1/+1 |
2017-12-14 | Update submodules | Romain Forlot | 3 | -0/+0 |
2017-12-14 | Avoid mem leack, overwriting, initializing variable. | Romain Forlot | 3 | -8/+15 |
2017-12-14 | Disable plugin initialization no more needed | Romain Forlot | 2 | -4/+4 |
2017-12-14 | Disable Efence tool use at build. | Romain Forlot | 1 | -1/+1 |
2017-12-14 | Convert configuration to comply latest schema | Romain Forlot | 1 | -4/+2 |
2017-12-14 | Remove old controller submodule | Romain Forlot | 11 | -2270/+0 |
2017-12-14 | Spelling | Sebastien D | 1 | -7/+7 |
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 |