Age | Commit message (Expand) | Author | Files | Lines |
2020-01-09 | converter : Add "0x" for hex data | Arthur Guyader | 1 | -0/+1 |
2020-01-09 | message: Fix copying all bytes but the last one | Romain Forlot | 3 | -64/+18 |
2020-01-09 | plugins: Remove J1939 condition in CMakeLists file | Frederic Marec | 1 | -28/+0 |
2020-01-09 | can-bus: process signal rework to subscribe message | Arthur Guyader | 2 | -13/+45 |
2020-01-09 | can_decoder : Move frame swap to only do it one time | Arthur Guyader | 2 | -11/+15 |
2020-01-09 | openxc-utils : Add json value for DynamicField | Arthur Guyader | 3 | -12/+35 |
2020-01-09 | low_can_subscription: Add msg_def and create_rx for message | Arthur Guyader | 2 | -1/+43 |
2020-01-09 | Cleanup examples, tests, configuration and plugins | Romain Forlot | 27 | -6322/+6847 |
2020-01-09 | signal_t : Remove attribute is_big_endian | Arthur Guyader | 4 | -69/+0 |
2020-01-09 | Update flag FRAME_LAYOUT_IS_BIGENDIAN to BYTE_FRAME_IS_BIG_ENDIAN | Arthur Guyader | 3 | -3/+3 |
2020-01-09 | format: remove uneeded brackets. | Romain Forlot | 5 | -77/+8 |
2020-01-09 | converter: Improve the continental bit calcul | Romain Forlot | 1 | -1/+1 |
2020-01-09 | examples: Update examples j1939 | Arthur Guyader | 3 | -465/+238 |
2020-01-09 | decoder: Add new decoders: ascii, date, time | Arthur Guyader | 4 | -2/+82 |
2020-01-09 | can_bus: Add unit in the json that low-can emits | Arthur Guyader | 3 | -6/+10 |
2020-01-09 | tests: Test the value of signals decoded | Arthur Guyader | 8 | -2/+263 |
2020-01-09 | test: Add tests filter | Arthur Guyader | 1 | -2/+2 |
2020-01-09 | j1939: Follow updates of the kernel | Arthur GUYADER | 7 | -25/+45 |
2020-01-09 | socket-j1939: Function add_filter return int to check error | Arthur GUYADER | 2 | -3/+5 |
2020-01-09 | msg_def: returns pgn if j1939 used | Arthur GUYADER | 1 | -1/+2 |
2020-01-09 | diag_mngr: No diagnostic msg if no diagnostic_bus | Romain Forlot | 2 | -4/+7 |
2020-01-09 | low-can-cb: Little opti | Romain Forlot | 1 | -4/+2 |
2020-01-09 | message: Rework message flags | Romain Forlot | 3 | -19/+23 |
2020-01-09 | encoder: use contructor to initialize the vector | Romain Forlot | 1 | -5/+3 |
2020-01-09 | converter: Improve bit_position computation | Romain Forlot | 3 | -33/+27 |
2020-01-09 | decoder: reformat function to parse the bitfield | Romain Forlot | 1 | -8/+10 |
2020-01-09 | message: Default frame layout as little endian. | Romain Forlot | 4 | -5/+5 |
2020-01-09 | diag-mngr: Fix sending and change init | Romain Forlot | 3 | -17/+24 |
2020-01-09 | socket-bcm: Format, simplification of open socket | Romain Forlot | 1 | -12/+10 |
2020-01-09 | decoder: rework how to swap frame layout. | Romain Forlot | 7 | -31/+35 |
2020-01-09 | message: optimize getting subpart of a vector | Romain Forlot | 1 | -19/+7 |
2020-01-09 | msg_definition: integrate frame layout as a flag | Romain Forlot | 5 | -21/+14 |
2020-01-09 | misc: Some cleanup and fixes about signatures. | Romain Forlot | 6 | -10/+14 |
2020-01-09 | ini-config: remove ini-config lib | Romain Forlot | 5 | -202/+0 |
2020-01-09 | all: format typo | Romain Forlot | 5 | -9/+7 |
2020-01-09 | config: Fix wrong controller configuration file name | Romain Forlot | 2 | -0/+53 |
2020-01-09 | init: Improve error message when not finding config file | Romain Forlot | 1 | -1/+1 |
2020-01-09 | low-can: Fix init failing when using without J1939 | Romain Forlot | 1 | -1/+1 |
2020-01-09 | cmake config: WIDGET ENTRY POINT FIX | Clément Bénier | 1 | -1/+1 |
2020-01-09 | converter: Fix to_hex conversion | Corentin Le Gall | 1 | -1/+1 |
2020-01-09 | plugins: Conditionnal building of the j1939 plugin | Romain Forlot | 2 | -0/+1064 |
2020-01-09 | apidef: fix no preinit defined. | Romain Forlot | 1 | -1/+1 |
2020-01-09 | cmake: fix lib not populated and RPATH usage | Romain Forlot | 2 | -2/+7 |
2020-01-09 | message-def: Fix code to avoid warnings | Corentin Le Gall | 1 | -2/+2 |
2020-01-09 | socketcan-bcm: Fix wrongly opened socket | Romain Forlot | 1 | -0/+1 |
2020-01-09 | init: Fix wrong diagnostic bus name returned. | Romain Forlot | 1 | -1/+1 |
2020-01-09 | all: format | Romain Forlot | 4 | -45/+30 |
2020-01-09 | decoder/encoder: typo | Romain Forlot | 2 | -2/+2 |
2020-01-09 | converter: Use unsigned int whenever it's possible | Romain Forlot | 2 | -3/+9 |
2020-01-09 | bitfield-c: use unsigned int instead of uint8_t | Romain Forlot | 14 | -131/+131 |