Age | Commit message (Expand) | Author | Files | Lines |
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 |
2020-01-09 | decoder/encoder: simplification of code. | Romain Forlot | 2 | -120/+36 |
2020-01-09 | encoder: use switch case to handle CAN protocols | Romain Forlot | 1 | -31/+37 |
2020-01-09 | message: Correctly detect extended CAN id. | Romain Forlot | 1 | -3/+1 |
2020-01-09 | socket: Raise an error if open function failed. | Romain Forlot | 2 | -0/+5 |
2020-01-09 | low-can-hat: improve format | Romain Forlot | 1 | -2/+2 |
2020-01-09 | low-can-cb: improve readability | Romain Forlot | 1 | -11/+6 |
2020-01-09 | can-bus: Use configuration from JSON file | Romain Forlot | 8 | -139/+42 |
2020-01-09 | fix: missing include to find find_if function | Romain Forlot | 1 | -0/+1 |
2020-01-09 | message: More explicit define about CAN protocols. | Romain Forlot | 4 | -13/+13 |
2020-01-09 | decoder: fix left behind character | Romain Forlot | 1 | -1/+1 |
2020-01-09 | low-can-cb: Mark the end of the CtlSections array | Romain Forlot | 1 | -1/+4 |
2020-01-09 | converter: littles improvements. | Romain Forlot | 1 | -1/+1 |
2020-01-09 | examples: Update using new Generator | Romain Forlot | 10 | -329/+520 |
2020-01-09 | plugins: Use agl-vcar plugin by default | Romain Forlot | 4 | -755/+745 |
2020-01-09 | cmake: cleaning and set RPATH for binding | Romain Forlot | 3 | -70/+61 |
2020-01-09 | decoder: Fix bit_position swapping | Corentin Le Gall | 4 | -1/+25 |
2020-01-09 | sign: handle decode methods sign from can value | Clément Bénier | 5 | -35/+132 |
2020-01-09 | can: Add big endian CAN frame layout handle | Corentin Le Gall | 7 | -7/+57 |
2020-01-09 | application: Add dedicated function to set parents | Romain Forlot | 2 | -15/+18 |
2020-01-09 | low-can-cb: Retrieve application from external controller data | Romain Forlot | 1 | -5/+4 |
2020-01-09 | examples: updates | Romain Forlot | 9 | -42/+66780 |
2020-01-09 | test: Update tests with new transport | Romain Forlot | 3 | -25/+25 |
2020-01-09 | doc: Update documentation | Romain Forlot | 3 | -11/+11 |
2020-01-09 | can_message: add missing signature due to conflict | Romain Forlot | 1 | -4/+3 |
2020-01-09 | hat: Move some binding functions into the hat | Romain Forlot | 2 | -1/+89 |
2020-01-09 | binding: add preinit function to load the config | Romain Forlot | 6 | -82/+100 |
2020-01-09 | All: Make format coherent with the whole project | Romain Forlot | 21 | -94/+94 |
2020-01-09 | all: Copyright update | Romain Forlot | 14 | -14/+14 |
2020-01-09 | message_set: typedef long type signature | Romain Forlot | 3 | -5/+5 |
2020-01-09 | controller: Prepare project ot use the Controller | Arthur Guyader | 19 | -868/+1000 |
2020-01-08 | j1939: don't process signals using same bus | Romain Forlot | 1 | -6/+8 |
2020-01-08 | all: Format one line 'if' or 'for' statement. | Romain Forlot | 13 | -209/+65 |
2020-01-08 | app-generated: update for generated steering wheel | Romain Forlot | 1 | -276/+2 |
2020-01-08 | subscription: Optimizing opening sockets | Romain Forlot | 2 | -30/+22 |
2020-01-08 | socketcan-j1939: format how to define_opt() | Romain Forlot | 1 | -7/+4 |
2020-01-08 | can: clean and format | Romain Forlot | 1 | -48/+31 |
2020-01-08 | can: Fix receiving and sending extended CAN frames | Romain Forlot | 1 | -2/+4 |
2020-01-08 | can: Remove extended flags | Romain Forlot | 3 | -13/+9 |
2020-01-08 | cmake: Remove build warnings | Romain Forlot | 1 | -1/+0 |