aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2017-03-16separation of can_bus_t and can_bus_dev_t and use of the new socket class.Loïc Collignon4-159/+208
2017-03-16added a socket class to wrap the C socket API.Loïc Collignon2-0/+135
2017-03-16added a parent CMakeLists.txt to allow build in root dir and use by IDEs.Loïc Collignon1-0/+1
2017-03-16added some ignore to skip KDevelop files.Loïc Collignon1-0/+4
2017-03-16Change doxygen commentsLoïc Collignon2-38/+20
2017-03-16Beginning of work of get central configuration objectRomain Forlot9-117/+219
2017-03-16It isn't needed to initialize diag managerRomain Forlot2-8/+2
2017-03-16Introducing active-diagnostic-message that will be holdRomain Forlot1-0/+82
2017-03-16Fix: typo, and dirty fix to get compiled ftm.Romain Forlot3-10/+13
2017-03-16Introducing diagnostic manager class.Romain Forlot6-21/+133
2017-03-16Make an extern get_signal_id() function plug to get_pid()Romain Forlot2-3/+15
2017-03-16Fix: wrong function signature and get out from classRomain Forlot3-4/+3
2017-03-16Include file changes, typo and renaming operation.Romain Forlot10-40/+32
2017-03-16Fix: typoRomain Forlot1-1/+1
2017-03-16Finalize new directories organization.Romain Forlot7-21/+24
2017-03-16Beginning of work on obd2 object andRomain Forlot18-91/+96
2017-03-16Raw import openXC function to detect obd2 response.Romain Forlot2-4/+46
2017-03-16Merge pull request #250 from conz27/masterPetteri Aimonen1-3/+3
2017-03-16added somes files and folders to ignore in .gitignore.Loïc Collignon1-0/+3
2017-03-16added visual studio 2017 linux cross compile projects.Loïc Collignon3-0/+190
2017-03-16added a simpler json for testing.Loïc Collignon1-0/+112
2017-03-16fix in generated braced initializing lists.Loïc Collignon1-1/+1
2017-03-16wip: generation of a configuration for can_signaling.Loïc Collignon14-107/+515
2017-03-16added a .gitignore.Loïc Collignon1-0/+5
2017-03-15initial commit.Loïc Collignon18-0/+14289
2017-03-15Initial commitLoïc Collignon [IoT.bzh]2-0/+202
2017-03-12Fix potential out-of-bounds read with more than 64 required fieldsPetteri Aimonen1-3/+12
2017-03-12Improve varint unittest coverage for error casesPetteri Aimonen1-2/+46
2017-03-09Fix: wrong type not compatible with signature inRomain Forlot1-1/+1
2017-03-06Comment pass to cpp file instead of hppRomain Forlot4-286/+245
2017-03-06Sort and comment the codeRomain Forlot4-47/+77
2017-03-06Fix: clear pointer vector before fill it.Romain Forlot1-46/+40
2017-03-06Include new signals.xpp files to the compilationRomain Forlot1-1/+1
2017-03-06Change way to find signals to make it a little bit more generic.Romain Forlot9-196/+293
2017-03-05Fixing install issue due to relative pathsConstantine Grantcharov1-2/+2
2017-03-05Remove use of relative pathsConstantine Grantcharov1-2/+2
2017-03-05Forgot to fill in the datesPetteri Aimonen2-2/+2
2017-03-05Setting version to 0.3.9-devPetteri Aimonen4-4/+4
2017-03-05Publishing nanopb-0.3.8Petteri Aimonen4-4/+4
2017-03-05Update changelogPetteri Aimonen1-1/+1
2017-03-03change all genericName to generic_name. Now allRomain Forlot6-39/+38
2017-03-03Change TARGET variable name and remove CMakeToolsRomain Forlot1-6/+3
2017-03-03tbfRomain Forlot3-2/+3
2017-03-02Clean up uneeded members and functionsRomain Forlot2-12/+0
2017-03-02Fix: unsynchronization between queues.Romain Forlot3-36/+40
2017-03-02Fix: no json data for subcribed eventsRomain Forlot1-1/+0
2017-03-02Fix: Make sure can_message_t.data_ member has beenRomain Forlot1-0/+1
2017-03-02Debugging message cookRomain Forlot2-9/+9
2017-03-02Adding DEBUG messages to track error on STL containerRomain Forlot1-8/+17
2017-03-02Fix: Wrong set up of vector.Romain Forlot1-2/+8