Age | Commit message (Expand) | Author | Files | Lines |
2017-03-06 | Include new signals.xpp files to the compilation | ![](//seccdn.libravatar.org/avatar/59f5a4556f56f8db64a9a5fce3aee13a?s=13&d=retro) Romain Forlot | 1 | -1/+1 |
2017-03-06 | Change way to find signals to make it a little bit more generic. | ![](//seccdn.libravatar.org/avatar/59f5a4556f56f8db64a9a5fce3aee13a?s=13&d=retro) Romain Forlot | 9 | -196/+293 |
2017-03-03 | change all genericName to generic_name. Now all | ![](//seccdn.libravatar.org/avatar/59f5a4556f56f8db64a9a5fce3aee13a?s=13&d=retro) Romain Forlot | 6 | -39/+38 |
2017-03-03 | Change TARGET variable name and remove CMakeTools | ![](//seccdn.libravatar.org/avatar/59f5a4556f56f8db64a9a5fce3aee13a?s=13&d=retro) Romain Forlot | 1 | -6/+3 |
2017-03-03 | tbf | ![](//seccdn.libravatar.org/avatar/59f5a4556f56f8db64a9a5fce3aee13a?s=13&d=retro) Romain Forlot | 3 | -2/+3 |
2017-03-02 | Clean up uneeded members and functions | ![](//seccdn.libravatar.org/avatar/59f5a4556f56f8db64a9a5fce3aee13a?s=13&d=retro) Romain Forlot | 2 | -12/+0 |
2017-03-02 | Fix: unsynchronization between queues. | ![](//seccdn.libravatar.org/avatar/59f5a4556f56f8db64a9a5fce3aee13a?s=13&d=retro) Romain Forlot | 3 | -36/+40 |
2017-03-02 | Fix: no json data for subcribed events | ![](//seccdn.libravatar.org/avatar/59f5a4556f56f8db64a9a5fce3aee13a?s=13&d=retro) Romain Forlot | 1 | -1/+0 |
2017-03-02 | Fix: Make sure can_message_t.data_ member has been | ![](//seccdn.libravatar.org/avatar/59f5a4556f56f8db64a9a5fce3aee13a?s=13&d=retro) Romain Forlot | 1 | -0/+1 |
2017-03-02 | Debugging message cook | ![](//seccdn.libravatar.org/avatar/59f5a4556f56f8db64a9a5fce3aee13a?s=13&d=retro) Romain Forlot | 2 | -9/+9 |
2017-03-02 | Adding DEBUG messages to track error on STL container | ![](//seccdn.libravatar.org/avatar/59f5a4556f56f8db64a9a5fce3aee13a?s=13&d=retro) Romain Forlot | 1 | -8/+17 |
2017-03-02 | Fix: Wrong set up of vector. | ![](//seccdn.libravatar.org/avatar/59f5a4556f56f8db64a9a5fce3aee13a?s=13&d=retro) Romain Forlot | 1 | -2/+8 |
2017-03-02 | Reserve new space to data_ can_message_t member only if the | ![](//seccdn.libravatar.org/avatar/59f5a4556f56f8db64a9a5fce3aee13a?s=13&d=retro) Romain Forlot | 1 | -1/+2 |
2017-03-02 | Fix: multiple subscription and maintain subscribed_signals coherence | ![](//seccdn.libravatar.org/avatar/59f5a4556f56f8db64a9a5fce3aee13a?s=13&d=retro) Romain Forlot | 4 | -46/+69 |
2017-03-02 | Initialize all boolean value of DynamicField. Avoiding mistake. | ![](//seccdn.libravatar.org/avatar/59f5a4556f56f8db64a9a5fce3aee13a?s=13&d=retro) Romain Forlot | 1 | -0/+6 |
2017-03-02 | Clean and imrove log messages. | ![](//seccdn.libravatar.org/avatar/59f5a4556f56f8db64a9a5fce3aee13a?s=13&d=retro) Romain Forlot | 2 | -6/+3 |
2017-03-02 | Tests with CmakeTools extension for VSCode. Can install on target | ![](//seccdn.libravatar.org/avatar/59f5a4556f56f8db64a9a5fce3aee13a?s=13&d=retro) Romain Forlot | 1 | -3/+15 |
2017-03-01 | Change id to an hexadecimal value. | ![](//seccdn.libravatar.org/avatar/59f5a4556f56f8db64a9a5fce3aee13a?s=13&d=retro) Romain Forlot | 1 | -5/+2 |
2017-03-01 | Fix: subscription and improve code readabilty | ![](//seccdn.libravatar.org/avatar/59f5a4556f56f8db64a9a5fce3aee13a?s=13&d=retro) Romain Forlot | 1 | -16/+12 |
2017-03-01 | New way to return canfd_frame with now number of read bytes. | ![](//seccdn.libravatar.org/avatar/59f5a4556f56f8db64a9a5fce3aee13a?s=13&d=retro) Romain Forlot | 4 | -24/+23 |
2017-03-01 | Fix: wrong format to display can_message_t information | ![](//seccdn.libravatar.org/avatar/59f5a4556f56f8db64a9a5fce3aee13a?s=13&d=retro) Romain Forlot | 1 | -1/+1 |
2017-03-01 | Merge branch 'master' of github.com:iotbzh/CAN_signaling | ![](//seccdn.libravatar.org/avatar/59f5a4556f56f8db64a9a5fce3aee13a?s=13&d=retro) Romain Forlot | 2 | -6/+12 |
2017-03-01 | Wrong call to thread.join cause deadlock and thread termination. | ![](//seccdn.libravatar.org/avatar/59f5a4556f56f8db64a9a5fce3aee13a?s=13&d=retro) Romain Forlot | 1 | -3/+0 |
2017-03-01 | Fix: miss 'if' brackets to get incomplete CAN frames correctly | ![](//seccdn.libravatar.org/avatar/59f5a4556f56f8db64a9a5fce3aee13a?s=13&d=retro) Romain Forlot | 2 | -7/+8 |
2017-03-01 | Updated the README.md to clarify the use of git submodule. | ![](//seccdn.libravatar.org/avatar/08897e86f6b55922ad61c214bf571244?s=13&d=retro) Loïc Collignon | 1 | -1/+7 |
2017-03-01 | Changed submodules URL to use https instead of ssh. | ![](//seccdn.libravatar.org/avatar/08897e86f6b55922ad61c214bf571244?s=13&d=retro) Loïc Collignon | 1 | -5/+5 |
2017-03-01 | Change data_ member of can_message_t object | ![](//seccdn.libravatar.org/avatar/59f5a4556f56f8db64a9a5fce3aee13a?s=13&d=retro) Romain Forlot | 2 | -8/+11 |
2017-03-01 | Fix: improve can_message read | ![](//seccdn.libravatar.org/avatar/59f5a4556f56f8db64a9a5fce3aee13a?s=13&d=retro) Romain Forlot | 4 | -51/+143 |
2017-03-01 | Delete for good obsolete code | ![](//seccdn.libravatar.org/avatar/59f5a4556f56f8db64a9a5fce3aee13a?s=13&d=retro) Romain Forlot | 4 | -696/+2 |
2017-03-01 | tbf | ![](//seccdn.libravatar.org/avatar/59f5a4556f56f8db64a9a5fce3aee13a?s=13&d=retro) Romain Forlot | 2 | -27/+21 |
2017-02-28 | Implement a new method returning the can device | ![](//seccdn.libravatar.org/avatar/59f5a4556f56f8db64a9a5fce3aee13a?s=13&d=retro) Romain Forlot | 2 | -31/+18 |
2017-02-28 | Fix: can bus object life is now expanded and don't | ![](//seccdn.libravatar.org/avatar/59f5a4556f56f8db64a9a5fce3aee13a?s=13&d=retro) Romain Forlot | 3 | -31/+36 |
2017-02-28 | Fix: wrong argument passed to start_reading(). | ![](//seccdn.libravatar.org/avatar/59f5a4556f56f8db64a9a5fce3aee13a?s=13&d=retro) Romain Forlot | 1 | -1/+1 |
2017-02-28 | Added debugging messages. | ![](//seccdn.libravatar.org/avatar/59f5a4556f56f8db64a9a5fce3aee13a?s=13&d=retro) Romain Forlot | 1 | -3/+8 |
2017-02-28 | Make the thread function members of can_bus_t and can_bus_dev_t objects. | ![](//seccdn.libravatar.org/avatar/59f5a4556f56f8db64a9a5fce3aee13a?s=13&d=retro) Romain Forlot | 9 | -294/+171 |
2017-02-28 | Re-arranging objects splitting all objects over | ![](//seccdn.libravatar.org/avatar/59f5a4556f56f8db64a9a5fce3aee13a?s=13&d=retro) Romain Forlot | 14 | -764/+833 |
2017-02-28 | Fix: start reading the can bus if it was correctly | ![](//seccdn.libravatar.org/avatar/59f5a4556f56f8db64a9a5fce3aee13a?s=13&d=retro) Romain Forlot | 2 | -174/+4 |
2017-02-27 | Added some DEBUG log messages around reading conf | ![](//seccdn.libravatar.org/avatar/59f5a4556f56f8db64a9a5fce3aee13a?s=13&d=retro) Romain Forlot | 1 | -1/+7 |
2017-02-27 | Fix: wrong conf file name specified | ![](//seccdn.libravatar.org/avatar/59f5a4556f56f8db64a9a5fce3aee13a?s=13&d=retro) Romain Forlot | 1 | -3/+3 |
2017-02-27 | Fix: mismatch function signature and implementation | ![](//seccdn.libravatar.org/avatar/59f5a4556f56f8db64a9a5fce3aee13a?s=13&d=retro) Romain Forlot | 1 | -1/+1 |
2017-02-27 | Fix decoder_t methods to get it compile | ![](//seccdn.libravatar.org/avatar/59f5a4556f56f8db64a9a5fce3aee13a?s=13&d=retro) Romain Forlot | 4 | -45/+55 |
2017-02-27 | Added missing pthread lib | ![](//seccdn.libravatar.org/avatar/59f5a4556f56f8db64a9a5fce3aee13a?s=13&d=retro) Romain Forlot | 1 | -2/+4 |
2017-02-27 | Fix wrong returned value about getCanBuses. | ![](//seccdn.libravatar.org/avatar/59f5a4556f56f8db64a9a5fce3aee13a?s=13&d=retro) Romain Forlot | 1 | -1/+1 |
2017-02-27 | In class mutex and condition variable except for subscribed_signals map | ![](//seccdn.libravatar.org/avatar/59f5a4556f56f8db64a9a5fce3aee13a?s=13&d=retro) Romain Forlot | 11 | -41/+59 |
2017-02-27 | Removed static libraries deployed by mistake | ![](//seccdn.libravatar.org/avatar/59f5a4556f56f8db64a9a5fce3aee13a?s=13&d=retro) Romain Forlot | 1 | -4/+0 |
2017-02-27 | Changed the decoding function | ![](//seccdn.libravatar.org/avatar/59f5a4556f56f8db64a9a5fce3aee13a?s=13&d=retro) Romain Forlot | 4 | -43/+80 |
2017-02-27 | Change content target and use a testing | ![](//seccdn.libravatar.org/avatar/59f5a4556f56f8db64a9a5fce3aee13a?s=13&d=retro) Romain Forlot | 2 | -1/+4 |
2017-02-27 | Build and link statically external libraries | ![](//seccdn.libravatar.org/avatar/59f5a4556f56f8db64a9a5fce3aee13a?s=13&d=retro) Romain Forlot | 1 | -13/+36 |
2017-02-24 | Improve mutex lock logic. | ![](//seccdn.libravatar.org/avatar/59f5a4556f56f8db64a9a5fce3aee13a?s=13&d=retro) Romain Forlot | 9 | -52/+101 |
2017-02-24 | Remove socket read management by systemd event | ![](//seccdn.libravatar.org/avatar/59f5a4556f56f8db64a9a5fce3aee13a?s=13&d=retro) Romain Forlot | 6 | -83/+62 |