Age | Commit message (Expand) | Author | Files | Lines |
2017-06-20 | Separation Generator to a dedicated repo |  Romain Forlot | 8 | -1614/+0 |
2017-06-09 | Migration to AFB Binding V2 |  Romain Forlot | 3 | -38/+28 |
2017-06-09 | Comments, Cleanup, format |  Romain Forlot | 2 | -34/+51 |
2017-06-07 | Cleanup include and prepare to switch binding v2 |  Romain Forlot | 3 | -10/+1 |
2017-06-07 | Fix: read 2 times for 1 incoming CAN frame. |  Romain Forlot | 1 | -2/+2 |
2017-06-07 | Possible uninitialized variable returned. |  Romain Forlot | 1 | -1/+2 |
2017-06-07 | Fix: invalid CAN frame read leads to an exception |  Romain Forlot | 1 | -2/+4 |
2017-06-07 | Improve reliability on multi-threading. |  Romain Forlot | 2 | -10/+6 |
2017-06-07 | Fix: c++11 detected and not applied from config |  Romain Forlot | 1 | -0/+2 |
2017-06-07 | Fix: unsubscribe from 1 app remove diagnostic req |  Romain Forlot | 1 | -2/+0 |
2017-06-07 | Separate low_can_subscription class from callbacks |  Romain Forlot | 4 | -274/+296 |
2017-06-06 | Update signals.json and generated files. |  Romain Forlot | 1 | -12/+14 |
2017-06-02 | Remove pointer generator that make memory leaks. |  Romain Forlot | 2 | -20/+0 |
2017-06-02 | Get diag manager's socket into subscription obj |  Romain Forlot | 3 | -104/+226 |
2017-06-02 | Fix: Handle several subscriptions to a signal |  Romain Forlot | 1 | -26/+46 |
2017-06-02 | Adding accessor to diagnostic msg shared ptr. |  Romain Forlot | 2 | -0/+6 |
2017-06-02 | Change way to validate a subscription object |  Romain Forlot | 1 | -1/+1 |
2017-06-01 | Left over renaming variable |  Romain Forlot | 1 | -3/+3 |
2017-06-01 | Cleaning |  Romain Forlot | 1 | -13/+10 |
2017-06-01 | Use UDS PID has key to record subscriptions |  Romain Forlot | 1 | -1/+3 |
2017-06-01 | Simplify processing event |  Romain Forlot | 2 | -10/+23 |
2017-06-01 | Fix: segfault subscribing diagnostic messages |  Romain Forlot | 2 | -7/+7 |
2017-06-01 | Fix: get signal name no matter type of signal. |  Romain Forlot | 2 | -11/+16 |
2017-06-01 | Using isnan to define frequency. |  Romain Forlot | 1 | -1/+1 |
2017-06-01 | Missing pragma once... |  Romain Forlot | 1 | -0/+2 |
2017-06-01 | Split function to call 1 function by signal types. |  Romain Forlot | 1 | -19/+31 |
2017-06-01 | Fix diagnostic message subscription. |  Romain Forlot | 2 | -2/+11 |
2017-06-01 | Adding windows CAN signals. |  Romain Forlot | 1 | -1/+77 |
2017-06-01 | Use default signal frequency if no filter provided |  Romain Forlot | 1 | -1/+4 |
2017-06-01 | Fix: Don't processing filter argument |  Romain Forlot | 1 | -5/+5 |
2017-06-01 | Use ptr to can_signal instead of copying some members |  Romain Forlot | 2 | -91/+28 |
2017-06-01 | Missing var declaration |  Romain Forlot | 1 | -1/+1 |
2017-06-01 | Fix: use of isnan() from std lib |  Romain Forlot | 1 | -1/+1 |
2017-06-01 | manage unset values with NAN |  José Bollo | 2 | -7/+4 |
2017-06-01 | optimise flow |  José Bollo | 1 | -56/+31 |
2017-06-01 | Reworked subscription to integrate filtering. |  Romain Forlot | 4 | -74/+346 |
2017-06-01 | Renaming configuration to application |  Romain Forlot | 5 | -29/+26 |
2017-05-24 | Fix memory leaks |  Romain Forlot | 1 | -0/+4 |
2017-05-23 | Static code review fixes. |  Romain Forlot | 3 | -6/+9 |
2017-05-23 | Implement filtering on subscription. WIP |  Romain Forlot | 2 | -17/+60 |
2017-05-22 | Logical bus name mapped to device name using conf file. |  Romain Forlot | 1 | -5/+5 |
2017-05-19 | Set parent from configuration_generated objects. |  Romain Forlot | 1 | -1/+21 |
2017-05-19 | Adjust method signature to be more efficient. |  Romain Forlot | 2 | -6/+6 |
2017-05-19 | Change method name to signify that it is an aggregate. |  Romain Forlot | 2 | -3/+3 |
2017-05-19 | Use shared_ptr for can_message_set too. |  Romain Forlot | 3 | -9/+8 |
2017-05-19 | Finish config parser retrieving device mapping. |  Romain Forlot | 1 | -0/+1 |
2017-05-19 | Format |  Romain Forlot | 1 | -1/+0 |
2017-05-19 | New generated files using updated generator |  Romain Forlot | 1 | -307/+443 |
2017-05-19 | Include diagnostic_message_t into can_message_set. |  Romain Forlot | 3 | -11/+9 |
2017-05-19 | Make and use a single function to read incoming CAN messages |  Romain Forlot | 2 | -20/+36 |