aboutsummaryrefslogtreecommitdiffstats
path: root/CAN-binder
AgeCommit message (Expand)AuthorFilesLines
2017-04-25Adding Directive to also clean wgt file with make cleanRomain Forlot1-0/+2
2017-04-24Fix compilation warning complaining about unset boolean value.Romain Forlot1-1/+2
2017-04-24Misc: Cleanup, typo, formating and comments update.Romain Forlot9-20/+12
2017-04-24Create a received job for BCM Socket to handle filtering.Romain Forlot6-1/+48
2017-04-24Rename and handling write on socket using stream instead of specific methodRomain Forlot4-28/+85
2017-04-24Fix: Avoid returning 2 results for 1 signal.Romain Forlot1-1/+1
2017-04-22Rework subscription and unsubscriptions operations. More readable.Romain Forlot1-42/+50
2017-04-22Use BCM socket as default cleaning up the old RAW socket code.Romain Forlot5-44/+11
2017-04-22Fix: opening bcm socket still trying to bind as a RAW socket.Romain Forlot1-3/+6
2017-04-22Improve logging messagesRomain Forlot10-61/+70
2017-04-21Adding some commentsRomain Forlot1-4/+4
2017-04-21Move all signals search functions into new signals_manager_t objectRomain Forlot7-202/+154
2017-04-21Avoid warning about unmanaged switch case in INI libraryRomain Forlot1-0/+2
2017-04-21Diagnostic messages subscription simplified.Romain Forlot3-26/+20
2017-04-21Make virtual CAN device name as argumentRomain Forlot1-2/+2
2017-04-21Added -std=c++11 to compile option lost in transition.Romain Forlot1-1/+1
2017-04-20Update commentsRomain Forlot1-2/+4
2017-04-20Remove timeout socket option.Romain Forlot1-2/+0
2017-04-20Separate socket configuration and openingRomain Forlot3-6/+10
2017-04-20Use same function to open BCM and RAW CAN socketsRomain Forlot3-6/+6
2017-04-20Specializing socket class to CAN socket operations.Romain Forlot5-65/+109
2017-04-19Added missing default constructor.Romain Forlot1-0/+2
2017-04-19C++11 way to initialize using list init.Romain Forlot1-1/+1
2017-04-19Cleaning includeRomain Forlot2-8/+0
2017-04-19FormatingRomain Forlot2-4/+2
2017-04-19Fix: temporary variable assigned to a reference leading to exceptionRomain Forlot1-1/+1
2017-04-19Change INI file parser library.Romain Forlot6-27/+165
2017-04-18Improve REGEX to detects tests files.Romain Forlot1-4/+10
2017-04-18Use a system INI configuration file to get devices mappingRomain Forlot8-137/+84
2017-04-14Fix: wrong testing command lineRomain Forlot1-1/+1
2017-04-14Make name of virtual CAN device flexible.Romain Forlot1-2/+2
2017-04-14Change directory architecture to use 2 separated projects.Romain Forlot83-0/+1618228