Age | Commit message (Expand) | Author | Files | Lines |
2018-07-05 | Initialize sources at binding start. | Romain Forlot | 3 | -4/+16 |
2018-07-05 | Use signal subscription args if present | Romain Forlot | 3 | -3/+16 |
2018-04-09 | Add objects directly from JSON argumentflounder_5.99.1flounder/5.99.15.99.1 | Romain Forlot | 1 | -9/+16 |
2018-03-22 | Linting, wrong variable type used. | Romain Forlot | 1 | -6/+6 |
2018-03-22 | Add undefined value possibility in signal values | Romain Forlot | 1 | -5/+6 |
2018-03-21 | Linting improvments. | Romain Forlot | 2 | -8/+12 |
2017-12-21 | Using AppFw CPP capabilities | Romain Forlot | 3 | -120/+3 |
2017-12-21 | Don't segfault at exit pointed to freed objects | Romain Forlot | 2 | -6/+8 |
2017-12-20 | Don't use afb-genskel until C++ is handled | Romain Forlot | 1 | -1/+1 |
2017-12-19 | Bulk of small fixes | Romain Forlot | 1 | -2/+2 |
2017-12-19 | Get builtin plugin as a normal plugin | Romain Forlot | 3 | -46/+9 |
2017-12-19 | Update gitignore, minor fix | Romain Forlot | 1 | -1/+0 |
2017-12-18 | More security to add new signals/source at runtime | Romain Forlot | 4 | -34/+61 |
2017-12-18 | Several small fixes and improvements. | Romain Forlot | 1 | -1/+1 |
2017-12-14 | Fixing afb function call from LUA and cleaning | Romain Forlot | 1 | -4/+0 |
2017-12-14 | Use value instead of pointer for a member | Romain Forlot | 2 | -25/+25 |
2017-12-14 | Improve subscription process | Romain Forlot | 3 | -15/+47 |
2017-12-14 | Avoid create duplicate source entries. | Romain Forlot | 3 | -6/+34 |
2017-12-14 | Check key exists before loading JSON file | Romain Forlot | 1 | -18/+25 |
2017-12-14 | Fix memory leaks relative to json_object | Romain Forlot | 4 | -3/+20 |
2017-12-14 | Load additionnals object at runtime | Romain Forlot | 5 | -49/+114 |
2017-12-14 | Hold all contexts (plugin & source) in signalCtx_ | Romain Forlot | 4 | -9/+41 |
2017-12-14 | Useless tests against uninitialized value | Romain Forlot | 1 | -4/+2 |
2017-12-14 | Avoid warning about deleting void* variable | Romain Forlot | 1 | -1/+1 |
2017-12-14 | Avoid warning about deleting void* variable | Romain Forlot | 3 | -3/+3 |
2017-12-14 | Avoid mem leack, overwriting, initializing variable. | Romain Forlot | 3 | -8/+15 |
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 | Update and use latest ctl-utilities. | Romain Forlot | 4 | -42/+12 |
2017-12-14 | Typo, cleaning, format | Romain Forlot | 1 | -0/+1 |
2017-12-14 | Update JSON obj to fit new controller lib | Romain Forlot | 1 | -1/+1 |
2017-12-14 | Cleaning, typo and stuff | Romain Forlot | 3 | -16/+15 |
2017-12-14 | Migrate to ctl-utilities library | Romain Forlot | 8 | -97/+174 |
2017-12-14 | LUA lib and bin embedded in project | Romain Forlot | 7 | -47/+125 |
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 | 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 | Introduce retention setting in place of class | Romain Forlot | 6 | -33/+41 |
2017-12-14 | lua2c completely operationnal | Romain Forlot | 3 | -7/+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 | 9 | -93/+103 |
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 | 8 | -89/+143 |
2017-12-14 | Migrating to real Observer design pattern usage | Romain Forlot | 3 | -30/+214 |