aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2017-06-09Rename submodule path to app-templates as the repoRomain Forlot5-8/+8
2017-06-09Update git clone command in documentationRomain Forlot2-2/+2
2017-06-09Update submodule about cmake templates and configRomain Forlot3-3/+2
2017-06-09Change name and versionRomain Forlot1-2/+2
2017-06-09Fix: warning at compile time after migration to v2Romain Forlot1-1/+1
2017-06-09Update documentationRomain Forlot2-132/+107
2017-06-09Migration to AFB Binding V2Romain Forlot12-82/+72
2017-06-09Comments, Cleanup, formatRomain Forlot16-127/+139
2017-06-07Cleanup include and prepare to switch binding v2Romain Forlot5-21/+1
2017-06-07Fix: read 2 times for 1 incoming CAN frame.Romain Forlot1-2/+2
2017-06-07Possible uninitialized variable returned.Romain Forlot1-1/+2
2017-06-07Add some useful DEBUG information for read framesRomain Forlot1-2/+3
2017-06-07Fix: invalid CAN frame read leads to an exceptionRomain Forlot1-2/+4
2017-06-07Improve reliability on multi-threading.Romain Forlot4-61/+54
2017-06-07Fix: exception unsubscribe all at startRomain Forlot1-1/+1
2017-06-07Fix: c++11 detected and not applied from configRomain Forlot3-3/+5
2017-06-07Fix: unsubscribe from 1 app remove diagnostic reqRomain Forlot1-2/+0
2017-06-07Separate low_can_subscription class from callbacksRomain Forlot7-276/+299
2017-06-06Update signals.json and generated files.Romain Forlot2-42/+77
2017-06-06Update generator at latest low level bindingRomain Forlot2-12/+31
2017-06-06Remove demo UI from the projectRomain Forlot27-2188/+0
2017-06-02Let the thread to be managed outside the binding.Romain Forlot1-4/+2
2017-06-02C++ coding styleRomain Forlot2-2/+2
2017-06-02Remove pointer generator that make memory leaks.Romain Forlot6-29/+10
2017-06-02Get diag manager's socket into subscription objRomain Forlot7-198/+240
2017-06-02Update submodule.Romain Forlot1-0/+0
2017-06-02Fix: Handle several subscriptions to a signalRomain Forlot1-26/+46
2017-06-02Adding accessor to diagnostic msg shared ptr.Romain Forlot2-0/+6
2017-06-02Change way to validate a subscription objectRomain Forlot1-1/+1
2017-06-01Fix warning compileRomain Forlot1-3/+6
2017-06-01Implement minimum and maximum subscription filtersRomain Forlot1-2/+6
2017-06-01Better handling of duplicate non recurring requestRomain Forlot1-1/+2
2017-06-01Methods to ease access to DynamicField membersRomain Forlot2-0/+23
2017-06-01Close socket by default when destroying objectRomain Forlot1-1/+4
2017-06-01Delete pointer and content, possible memory leakRomain Forlot1-0/+5
2017-06-01Initializing all struct by default to avoid errorsRomain Forlot1-1/+3
2017-06-01FormatRomain Forlot1-0/+1
2017-06-01Left over renaming variableRomain Forlot3-8/+7
2017-06-01Fix: Frequency filter doesn't apply on diagnosticRomain Forlot2-6/+6
2017-06-01CleaningRomain Forlot1-13/+10
2017-06-01Use UDS PID has key to record subscriptionsRomain Forlot2-2/+9
2017-06-01Simplify processing eventRomain Forlot5-23/+36
2017-06-01FormatRomain Forlot1-1/+0
2017-06-01Fix: segfault subscribing diagnostic messagesRomain Forlot2-7/+7
2017-06-01Fix: get signal name no matter type of signal.Romain Forlot3-14/+19
2017-06-01Using isnan to define frequency.Romain Forlot1-1/+1
2017-06-01Missing pragma once...Romain Forlot1-0/+2
2017-06-01Implement method to filter messages before pushingRomain Forlot2-36/+42
2017-06-01Split function to call 1 function by signal types.Romain Forlot1-19/+31
2017-06-01Rename method to have same everywhereRomain Forlot2-3/+3