aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
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-18Add known limitation about messages_set total count.Romain Forlot1-0/+1
2017-04-18Use a system INI configuration file to get devices mappingRomain Forlot9-137/+87
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-14Fix: wrong splitting of can_signalsRomain Forlot1-3/+2
2017-04-14Change directory architecture to use 2 separated projects.Romain Forlot118-96/+469
2017-04-14Cleaning CMAkeRomain Forlot2-14/+16
2017-04-14Adding C++ compile flags option by default.Romain Forlot1-0/+6
2017-04-14Fix bugs in proto3 mode encoding of submessages (#256)Petteri Aimonen1-5/+31
2017-04-14Add testcase for issue #256Petteri Aimonen3-0/+65
2017-04-14Update CMake logic making external libs globalRomain Forlot12-197/+139
2017-04-11Fix wrong target name variable.Romain Forlot1-12/+12
2017-04-11Adapt CMakeFile including can-config-generator tool.Romain Forlot3-29/+56
2017-04-11Add 'can-config-generator/' from commit 'b7591d16c2686214d5d8dcc0739a233f15ae...Romain Forlot28-0/+15424
2017-04-11Remove boost library dependency.Romain Forlot4-94/+148
2017-04-11Handle project new architecture using new CMakeFileRomain Forlot52-42/+722
2017-04-11Unsubscribe instead of subscribe if can't adding to recurring requestRomain Forlot1-9/+6
2017-04-11Adding K2L CAN signals to toyota examples.Romain Forlot1-2/+61
2017-04-11Fix: make no clients event works with CAN subscriptionRomain Forlot2-4/+13
2017-04-11Added Citreon sample while traveling to KarlsruheRomain Forlot2-0/+731155
2017-04-11Fix: wrong period operation without unit multiplicatorRomain Forlot3-8/+10
2017-04-11Use by default can0Romain Forlot1-1/+1
2017-04-11CleaningRomain Forlot1-1/+1
2017-04-11Handle simultaneous subscription to diagnostic messages.Romain Forlot2-9/+16
2017-04-11Handle cancel active diag requet when there are no more subscribersRomain Forlot5-23/+48
2017-04-11Fix: unsubscription to diagnostic messages.Romain Forlot2-6/+14