Age | Commit message (Expand) | Author | Files | Lines |
2017-12-21 | Don't segfault at exit pointed to freed objects | Romain Forlot | 1 | -3/+2 |
2017-12-14 | Use value instead of pointer for a member | Romain Forlot | 1 | -12/+11 |
2017-12-14 | Fix memory leaks relative to json_object | Romain Forlot | 1 | -0/+2 |
2017-12-14 | Hold all contexts (plugin & source) in signalCtx_ | Romain Forlot | 1 | -7/+34 |
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 mem leack, overwriting, initializing variable. | Romain Forlot | 1 | -1/+1 |
2017-12-14 | Update and use latest ctl-utilities. | Romain Forlot | 1 | -1/+1 |
2017-12-14 | Migrate to ctl-utilities library | Romain Forlot | 1 | -7/+23 |
2017-12-14 | LUA lib and bin embedded in project | Romain Forlot | 1 | -24/+28 |
2017-12-14 | Add default receive action | Romain Forlot | 1 | -1/+69 |
2017-12-14 | Comment | Romain Forlot | 1 | -0/+3 |
2017-12-14 | Inheritance of some signals parameters from source | Romain Forlot | 1 | -2/+2 |
2017-12-14 | Introduce retention setting in place of class | Romain Forlot | 1 | -10/+24 |
2017-12-14 | Enhance pointer manage and container browsing | Romain Forlot | 1 | -19/+19 |
2017-12-14 | No errors on get if no values has been recorded | Romain Forlot | 1 | -1/+2 |
2017-12-14 | Implement recursionCheck using observer pattern | Romain Forlot | 1 | -72/+27 |
2017-12-14 | Migrating to real Observer design pattern usage | Romain Forlot | 1 | -21/+64 |
2017-12-14 | Rename bindingApp to Composer | Romain Forlot | 1 | -3/+3 |
2017-12-14 | Find all signals that matches the searched pattern | Romain Forlot | 1 | -6/+4 |
2017-12-14 | Make LUA works | Romain Forlot | 1 | -3/+3 |
2017-12-14 | Modification about conf definition | Romain Forlot | 1 | -21/+43 |
2017-12-14 | Doxygen documentation | Romain Forlot | 1 | -6/+61 |
2017-12-14 | Return mathematical value on a period if asked | Romain Forlot | 1 | -5/+23 |
2017-12-14 | Match signal if name found in source signal. | Romain Forlot | 1 | -0/+1 |
2017-12-14 | Get CPP controller plugin works | Romain Forlot | 1 | -9/+63 |
2017-12-14 | Adding new verb, implemented basic signal method | Romain Forlot | 1 | -3/+35 |
2017-12-14 | Subscription by plugin to signals | Romain Forlot | 1 | -5/+34 |
2017-12-14 | Attach and recursion check working | Romain Forlot | 1 | -34/+73 |
2017-12-14 | Progression on config parsing. | Romain Forlot | 1 | -0/+86 |