aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2019-12-03ini-config: remove ini-config libsandbox/claneys/modular-low-canRomain Forlot5-203/+0
2019-12-03all: format typoRomain Forlot5-9/+7
2019-12-03config: Fix wrong controller configuration file nameRomain Forlot2-0/+53
2019-12-03Revert "config: Change default configuration file names"Romain Forlot3-52/+4
2019-12-03config: Change default configuration file namesRomain Forlot3-5/+29
2019-12-03init: Improve error message when not finding config fileRomain Forlot1-1/+1
2019-12-03low-can: Fix init failing when using without J1939Romain Forlot1-1/+1
2019-12-03cmake config: WIDGET ENTRY POINT FIXClément Bénier1-1/+1
2019-12-03converter: Fix to_hex conversionCorentin Le Gall1-1/+1
2019-12-03plugins: Conditionnal building of the j1939 pluginRomain Forlot1-0/+2
2019-12-03apidef: fix no preinit defined.Romain Forlot1-1/+1
2019-12-03cmake: fix lib not populated and RPATH usageRomain Forlot2-2/+7
2019-12-03message-def: Fix code to avoid warningsCorentin Le Gall1-2/+2
2019-12-03socketcan-bcm: Fix wrongly opened socketRomain Forlot1-0/+1
2019-12-03init: Fix wrong diagnostic bus name returned.Romain Forlot1-1/+1
2019-12-03all: formatRomain Forlot5-60/+20
2019-12-03decoder/encoder: typoRomain Forlot2-2/+2
2019-12-03converter: Use unsigned int whenever it's possibleRomain Forlot2-3/+9
2019-12-03bitfield-c: use unsigned int instead of uint8_tRomain Forlot14-131/+131
2019-12-03decoder/encoder: simplification of code.Romain Forlot2-155/+53
2019-12-03encoder: use switch case to handle CAN protocolsRomain Forlot1-49/+62
2019-12-03message: Correctly detect extended CAN id.Romain Forlot1-3/+1
2019-12-03socket: Raise an error if open function failed.Romain Forlot2-0/+5
2019-12-03low-can-hat: improve formatRomain Forlot1-2/+2
2019-12-03low-can-cb: Fix add a missing include.Romain Forlot1-0/+1
2019-12-03low-can-cb: improve readabilityRomain Forlot1-10/+6
2019-12-03can-bus: Use configuration from JSON fileRomain Forlot8-139/+41
2019-12-03message: More explicit define about CAN protocols.Romain Forlot4-13/+13
2019-12-03decoder: fix left behind characterRomain Forlot2-2/+1
2019-12-03low-can-cb: Mark the end of the CtlSections arrayRomain Forlot1-1/+4
2019-12-03converter: littles improvements.Romain Forlot2-2/+2
2019-12-03examples: Update using new GeneratorRomain Forlot10-329/+520
2019-12-03plugins: Use agl-vcar plugin by defaultRomain Forlot3-735/+744
2019-11-15cmake: separate binding into lib+binding+pluginsRomain Forlot3-65/+82
2019-12-03Fix bit_position swappingCorentin Le Gall4-1/+25
2019-11-15sign: handle decode methods sign from can valueClément Bénier4-9/+91
2019-11-14can: Add big endian CAN frame layout handleCorentin Le Gall7-3/+56
2019-11-14application: Add dedicated function to set parentsRomain Forlot2-15/+18
2019-11-14low-can-cb: Retrieve application from external controller dataRomain Forlot1-5/+4
2019-11-12message_set: Remove build warning using C++ stringRomain Forlot1-2/+2
2019-11-12examples: updatesRomain Forlot9-42/+66780
2019-11-12test: Update tests with new transportRomain Forlot3-25/+25
2019-11-12doc: Update documentationRomain Forlot3-11/+11
2019-11-10can_message: add missing signature due to conflictRomain Forlot1-0/+3
2019-11-10hat: Move some binding functions into the hatRomain Forlot2-1/+89
2019-11-10messsage_definition: add name getter methodRomain Forlot2-0/+5
2019-11-10message_set: New methods to add messages at initRomain Forlot2-0/+41
2019-11-09binding: add preinit function to load the configRomain Forlot2-69/+85
2019-11-09All: Make format coherent with the whole projectRomain Forlot21-103/+118
2019-11-09diag-mng: Change way to initialize the diag busRomain Forlot4-13/+15