aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2017-06-01Fix diagnostic message subscription.Romain Forlot2-2/+11
2017-06-01Adding windows CAN signals.Romain Forlot1-1/+77
2017-06-01YouCompleteMe extra configuration file for IDERomain Forlot1-0/+12
2017-06-01Use default signal frequency if no filter providedRomain Forlot1-1/+4
2017-06-01Retrieve signal last value and timestamp at once.Romain Forlot4-0/+13
2017-06-01Fix: Don't processing filter argumentRomain Forlot1-5/+5
2017-06-01Consider using char* as well as string.Romain Forlot2-1/+25
2017-06-01Clearer call to methodRomain Forlot2-5/+5
2017-06-01Remove reverse find can_signal from can_messageRomain Forlot1-19/+18
2017-06-01Use ptr to can_signal instead of copying some membersRomain Forlot2-91/+28
2017-06-01Missing var declarationRomain Forlot1-1/+1
2017-06-01Fix: use of isnan() from std libRomain Forlot1-1/+1
2017-06-01manage unset values with NANJosé Bollo2-7/+4
2017-06-01optimise flowJosé Bollo1-56/+31
2017-06-01Update submodule to latest versionRomain Forlot1-0/+0
2017-06-01CleaningRomain Forlot1-19/+0
2017-06-01Reworked subscription to integrate filtering.Romain Forlot13-154/+398
2017-06-01Return const structures.Romain Forlot2-15/+37
2017-06-01Remake socketcan only movableRomain Forlot2-9/+2
2017-06-01Renaming configuration to applicationRomain Forlot16-53/+50
2017-06-01Update gitignoreRomain Forlot1-1/+2
2017-05-29Update submoduleRomain Forlot1-0/+0
2017-05-29Update mismatched variables.Romain Forlot1-1/+2
2017-05-29Update README instructions.Romain Forlot2-1/+47
2017-05-29Disabled temporarly kernel version checkingRomain Forlot1-1/+1
2017-05-29Clean unused project files and update build scriptRomain Forlot5-19/+13
2017-05-29Use latest version of cmake templates.Romain Forlot1-0/+0
2017-05-29Update gitignoreRomain Forlot1-1/+3
2017-05-24Fix: file already exists on build demo appdab_3.99.1dab/3.99.13.99.1Romain Forlot1-2/+2
2017-05-24Update config.cmake pathRomain Forlot2-1/+5
2017-05-24Cmake WIPRomain Forlot5-4/+102
2017-05-24Move and update app-templates submoduleRomain Forlot4-89/+2
2017-05-24Close diagnostic manager socket if there isn't any requestsRomain Forlot2-3/+20
2017-05-24Initialize the new socket member.Romain Forlot1-2/+4
2017-05-24Fix memory leaksRomain Forlot4-0/+14
2017-05-24Be able to copy active diagnostic request objects with their socketRomain Forlot3-0/+8
2017-05-23Static code review fixes.Romain Forlot18-42/+43
2017-05-23Fix a dependency problem with populate htdocs targets.Romain Forlot1-0/+1
2017-05-23Update the docRomain Forlot2-31/+25
2017-05-23Implement filtering on subscription. WIPRomain Forlot2-17/+60
2017-05-22Logical bus name mapped to device name using conf file.Romain Forlot9-15/+36
2017-05-19Remove unused CMakeLists.txt file.Romain Forlot1-90/+0
2017-05-19Add 'CAN-binder/libs/nanopb/' from commit '278ffb890e3d8722e4c7d824baaf221a1e...Romain Forlot275-0/+25386
2017-05-19Use the nanopb sources from projects libs.Romain Forlot1-1/+1
2017-05-19Using reference make std::move useless.Romain Forlot2-3/+3
2017-05-19Set parent from configuration_generated objects.Romain Forlot3-18/+23
2017-05-19Added timestamp to received CAN messagesRomain Forlot10-18/+56
2017-05-19Delete sub-submodules from imported openXC projectRomain Forlot280-25327/+0
2017-05-19Rename build script to generic nameRomain Forlot1-5/+11
2017-05-19Adjust method signature to be more efficient.Romain Forlot10-45/+34