aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2020-01-09init: Improve error message when not finding config fileRomain Forlot1-1/+1
2020-01-09low-can: Fix init failing when using without J1939Romain Forlot1-1/+1
2020-01-09cmake config: WIDGET ENTRY POINT FIXClément Bénier1-1/+1
2020-01-09converter: Fix to_hex conversionCorentin Le Gall1-1/+1
2020-01-09plugins: Conditionnal building of the j1939 pluginRomain Forlot2-0/+1064
2020-01-09apidef: fix no preinit defined.Romain Forlot1-1/+1
2020-01-09cmake: fix lib not populated and RPATH usageRomain Forlot2-2/+7
2020-01-09message-def: Fix code to avoid warningsCorentin Le Gall1-2/+2
2020-01-09socketcan-bcm: Fix wrongly opened socketRomain Forlot1-0/+1
2020-01-09init: Fix wrong diagnostic bus name returned.Romain Forlot1-1/+1
2020-01-09all: formatRomain Forlot4-45/+30
2020-01-09decoder/encoder: typoRomain Forlot2-2/+2
2020-01-09converter: Use unsigned int whenever it's possibleRomain Forlot2-3/+9
2020-01-09bitfield-c: use unsigned int instead of uint8_tRomain Forlot14-131/+131
2020-01-09decoder/encoder: simplification of code.Romain Forlot2-120/+36
2020-01-09encoder: use switch case to handle CAN protocolsRomain Forlot1-31/+37
2020-01-09message: Correctly detect extended CAN id.Romain Forlot1-3/+1
2020-01-09socket: Raise an error if open function failed.Romain Forlot2-0/+5
2020-01-09low-can-hat: improve formatRomain Forlot1-2/+2
2020-01-09low-can-cb: improve readabilityRomain Forlot1-11/+6
2020-01-09can-bus: Use configuration from JSON fileRomain Forlot8-139/+42
2020-01-09fix: missing include to find find_if functionRomain Forlot1-0/+1
2020-01-09message: More explicit define about CAN protocols.Romain Forlot4-13/+13
2020-01-09decoder: fix left behind characterRomain Forlot1-1/+1
2020-01-09low-can-cb: Mark the end of the CtlSections arrayRomain Forlot1-1/+4
2020-01-09converter: littles improvements.Romain Forlot1-1/+1
2020-01-09examples: Update using new GeneratorRomain Forlot10-329/+520
2020-01-09plugins: Use agl-vcar plugin by defaultRomain Forlot4-755/+745
2020-01-09cmake: cleaning and set RPATH for bindingRomain Forlot3-70/+61
2020-01-09decoder: Fix bit_position swappingCorentin Le Gall4-1/+25
2020-01-09sign: handle decode methods sign from can valueClément Bénier5-35/+132
2020-01-09can: Add big endian CAN frame layout handleCorentin Le Gall7-7/+57
2020-01-09application: Add dedicated function to set parentsRomain Forlot2-15/+18
2020-01-09low-can-cb: Retrieve application from external controller dataRomain Forlot1-5/+4
2020-01-09examples: updatesRomain Forlot9-42/+66780
2020-01-09test: Update tests with new transportRomain Forlot3-25/+25
2020-01-09doc: Update documentationRomain Forlot3-11/+11
2020-01-09can_message: add missing signature due to conflictRomain Forlot1-4/+3
2020-01-09hat: Move some binding functions into the hatRomain Forlot2-1/+89
2020-01-09binding: add preinit function to load the configRomain Forlot6-82/+100
2020-01-09All: Make format coherent with the whole projectRomain Forlot21-94/+94
2020-01-09all: Copyright updateRomain Forlot14-14/+14
2020-01-09message_set: typedef long type signatureRomain Forlot3-5/+5
2020-01-09controller: Prepare project ot use the ControllerArthur Guyader19-868/+1000
2020-01-08j1939: don't process signals using same busRomain Forlot1-6/+8
2020-01-08all: Format one line 'if' or 'for' statement.Romain Forlot13-209/+65
2020-01-08app-generated: update for generated steering wheelRomain Forlot1-276/+2
2020-01-08subscription: Optimizing opening socketsRomain Forlot2-30/+22
2020-01-08socketcan-j1939: format how to define_opt()Romain Forlot1-7/+4
2020-01-08can: clean and formatRomain Forlot1-48/+31