Age | Commit message (Expand) | Author | Files | Lines |
2018-07-25 | Improved performance |  Romain Forlot | 1 | -59/+80 |
2018-07-23 | Adds a signal's metadata attributeflounder_5.99.2flounder/5.99.25.99.2 |  Romain Forlot | 1 | -31/+16 |
2018-07-05 | Fix: release json_object |  Romain Forlot | 1 | -1/+4 |
2018-07-05 | Rework loading sources and signals. |  Romain Forlot | 1 | -1/+2 |
2018-07-05 | Return separately last timestamp and value |  Romain Forlot | 1 | -4/+2 |
2018-07-05 | Change, clean plugins. |  Romain Forlot | 1 | -8/+10 |
2018-07-05 | Change when to notify |  Romain Forlot | 1 | -1/+0 |
2018-07-05 | Use Nanosecond precision by default |  Romain Forlot | 1 | -11/+20 |
2018-07-05 | Use a better parameter name, more explicit |  Romain Forlot | 1 | -16/+17 |
2018-07-05 | Implement the signal's update default method |  Romain Forlot | 1 | -5/+45 |
2018-07-05 | Improve signal handling |  Romain Forlot | 1 | -10/+21 |
2018-07-05 | Use signal subscription args if present |  Romain Forlot | 1 | -0/+8 |
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 |