aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2017-03-02Reserve new space to data_ can_message_t member only if theRomain Forlot1-1/+2
2017-03-02Fix: multiple subscription and maintain subscribed_signals coherenceRomain Forlot4-46/+69
2017-03-02Initialize all boolean value of DynamicField. Avoiding mistake.Romain Forlot1-0/+6
2017-03-02Clean and imrove log messages.Romain Forlot2-6/+3
2017-03-02Tests with CmakeTools extension for VSCode. Can install on targetRomain Forlot1-3/+15
2017-03-02Fix alltypes_callback testcasePetteri Aimonen4-10/+24
2017-03-02Fix callback pointer corruption in proto3 mode (issue #249)Petteri Aimonen1-1/+1
2017-03-02Add regression test for issue #249Petteri Aimonen3-0/+81
2017-03-02Add callback test for proto3 modePetteri Aimonen4-0/+744
2017-03-02Fix bug in alltypes_callback test casePetteri Aimonen2-4/+5
2017-03-01Change id to an hexadecimal value.Romain Forlot1-5/+2
2017-03-01Fix: subscription and improve code readabiltyRomain Forlot1-16/+12
2017-03-01New way to return canfd_frame with now number of read bytes.Romain Forlot4-24/+23
2017-03-01Fix: wrong format to display can_message_t informationRomain Forlot1-1/+1
2017-03-01Merge branch 'master' of github.com:iotbzh/CAN_signalingRomain Forlot2-6/+12
2017-03-01Wrong call to thread.join cause deadlock and thread termination.Romain Forlot1-3/+0
2017-03-01Fix: miss 'if' brackets to get incomplete CAN frames correctlyRomain Forlot2-7/+8
2017-03-01Updated the README.md to clarify the use of git submodule.Loïc Collignon1-1/+7
2017-03-01Changed submodules URL to use https instead of ssh.Loïc Collignon1-5/+5
2017-03-01Change data_ member of can_message_t objectRomain Forlot2-8/+11
2017-03-01Fix: improve can_message readRomain Forlot4-51/+143
2017-03-01Delete for good obsolete codeRomain Forlot4-696/+2
2017-03-01tbfRomain Forlot2-27/+21
2017-02-28Implement a new method returning the can deviceRomain Forlot2-31/+18
2017-02-28Fix: can bus object life is now expanded and don'tRomain Forlot3-31/+36
2017-02-28Fix: wrong argument passed to start_reading().Romain Forlot1-1/+1
2017-02-28Added debugging messages.Romain Forlot1-3/+8
2017-02-28Make the thread function members of can_bus_t and can_bus_dev_t objects.Romain Forlot9-294/+171
2017-02-28Re-arranging objects splitting all objects overRomain Forlot14-764/+833
2017-02-28Fix: start reading the can bus if it was correctlyRomain Forlot2-174/+4
2017-02-27Added some DEBUG log messages around reading confRomain Forlot1-1/+7
2017-02-27Fix: wrong conf file name specifiedRomain Forlot1-3/+3
2017-02-27Fix: mismatch function signature and implementationRomain Forlot1-1/+1
2017-02-27Fix decoder_t methods to get it compileRomain Forlot4-45/+55
2017-02-27Added missing pthread libRomain Forlot1-2/+4
2017-02-27Fix wrong returned value about getCanBuses.Romain Forlot1-1/+1
2017-02-27In class mutex and condition variable except for subscribed_signals mapRomain Forlot11-41/+59
2017-02-27Removed static libraries deployed by mistakeRomain Forlot1-4/+0
2017-02-27Changed the decoding functionRomain Forlot4-43/+80
2017-02-27Change content target and use a testingRomain Forlot2-1/+4
2017-02-27Build and link statically external librariesRomain Forlot1-13/+36
2017-02-26Update changelogPetteri Aimonen2-2/+24
2017-02-25Fix build failure (const_cast name conflict)Petteri Aimonen1-4/+4
2017-02-25Add transitional options.proto file (#241)Petteri Aimonen1-0/+120
2017-02-25Add better error message on Python library version imcompatibility (issue #240)Petteri Aimonen1-0/+14
2017-02-25Make pb_check_proto3_default_value() recurse into submessages (issue #247)Petteri Aimonen1-23/+47
2017-02-25Add testcase for issue #247Petteri Aimonen3-0/+58
2017-02-25Windows build fixPetteri Aimonen1-2/+3
2017-02-25Merge pull request #245 from jdemar/masterPetteri Aimonen6-1/+417
2017-02-24Fix infinite loop in pb_check_proto3_default_valueJustin DeMartino6-1/+417