apps/agl-service-can-low-level.git
2017-03-16 Romain ForlotRespect the signature requested by uds-c lib.
2017-03-16 Romain ForlotMove some functions to configuration class.
2017-03-16 Romain ForlotCreate getter/setter needed for can_signal_t class.
2017-03-16 Romain ForlotFix: used new created classes.
2017-03-16 Romain ForlotAdded a static method to get used by Diagnostic manager
2017-03-16 Romain ForlotFix: wrong socket variable called.
2017-03-16 Romain ForlotTypo and formating.
2017-03-16 Romain ForlotConstructor making mandatory to pass a can_bus_dev_t
2017-03-16 Romain ForlotMisplaced test of rtr_flag bool and length assignation
2017-03-16 Romain ForlotFix: method to allocate a new can_message_t object
2017-03-16 Romain ForlotAgain change enum name and add "_t" suffix to get
2017-03-16 Romain ForlotUse the new created class and their respectives
2017-03-16 Romain ForlotUse static method now as they are all static. No need
2017-03-16 Romain ForlotChange all old struct name to the new class.
2017-03-16 Romain ForlotForward declaration needed instead of include the
2017-03-16 Romain ForlotChange CanMessageFormat name to make it
2017-03-16 Romain ForlotClean old C struct, now as C++ class
2017-03-16 Romain ForlotAdded missing method of the class.
2017-03-16 Romain ForlotMake all class function as static to be accessible
2017-03-16 Romain ForlotPoco-ification of CanSignal struct as can_signal_t...
2017-03-16 Romain ForlotFix: declaration and implementation of needed methods
2017-03-16 Romain ForlotCleaning old can_bus_dev_t now implemented
2017-03-16 Romain ForlotMake convert method static to get called at the return
2017-03-16 Romain ForlotFix all doxygen comments about parameters.
2017-03-16 Romain ForlotMove "config" variable as global.
2017-03-16 Romain ForlotFix: wrong assignement of can_bus_t object.
2017-03-16 Romain ForlotDefine predefined OBD2 signals by default.
2017-03-16 Romain ForlotMiss removed header file include
2017-03-16 Romain ForlotFix missing constructor declaration
2017-03-16 Romain ForlotSeparate methods declarations and implementations.
2017-03-16 Romain ForlotFix : wrong attribute type
2017-03-16 Romain ForlotFix: missing method declaration
2017-03-16 Romain ForlotRemove now unused function that has moved into configur...
2017-03-16 Romain ForlotMake a global variable to a configuration object.
2017-03-16 Romain ForlotRemove moved functions into configuration class
2017-03-16 Romain ForlotFix: wrong method signature.
2017-03-16 Romain ForlotMake dumb poco class from old C struct
2017-03-16 Romain ForlotAdd movable constructor to the class
2017-03-16 Romain ForlotAdded a warning that it is an example code
2017-03-16 Loïc Collignonseparation of can_bus_t and can_bus_dev_t and use of...
2017-03-16 Loïc Collignonadded a socket class to wrap the C socket API.
2017-03-16 Loïc Collignonadded a parent CMakeLists.txt to allow build in root...
2017-03-16 Loïc Collignonadded some ignore to skip KDevelop files.
2017-03-16 Loïc CollignonChange doxygen comments
2017-03-16 Romain ForlotBeginning of work of get central configuration object
2017-03-16 Romain ForlotIt isn't needed to initialize diag manager
2017-03-16 Romain ForlotIntroducing active-diagnostic-message that will be...
2017-03-16 Romain ForlotFix: typo, and dirty fix to get compiled ftm.
2017-03-16 Romain ForlotIntroducing diagnostic manager class.
2017-03-16 Romain ForlotMake an extern get_signal_id() function plug to get_pid()
2017-03-16 Romain ForlotFix: wrong function signature and get out from class
2017-03-16 Romain ForlotInclude file changes, typo and renaming operation.
2017-03-16 Romain ForlotFix: typo
2017-03-16 Romain ForlotFinalize new directories organization.
2017-03-16 Romain ForlotBeginning of work on obd2 object and
2017-03-16 Romain ForlotRaw import openXC function to detect obd2 response.
2017-03-16 Petteri AimonenMerge pull request #250 from conz27/master
2017-03-16 Loïc Collignonadded somes files and folders to ignore in .gitignore.
2017-03-16 Loïc Collignonadded visual studio 2017 linux cross compile projects.
2017-03-16 Loïc Collignonadded a simpler json for testing.
2017-03-16 Loïc Collignonfix in generated braced initializing lists.
2017-03-16 Loïc Collignonwip: generation of a configuration for can_signaling.
2017-03-16 Loïc Collignonadded a .gitignore.
2017-03-15 Loïc Collignoninitial commit.
2017-03-15 Loïc Collignon... Initial commit
2017-03-12 Petteri AimonenFix potential out-of-bounds read with more than 64...
2017-03-12 Petteri AimonenImprove varint unittest coverage for error cases
2017-03-09 Romain ForlotFix: wrong type not compatible with signature in
2017-03-06 Romain ForlotComment pass to cpp file instead of hpp
2017-03-06 Romain ForlotSort and comment the code
2017-03-06 Romain ForlotFix: clear pointer vector before fill it.
2017-03-06 Romain ForlotInclude new signals.xpp files to the compilation
2017-03-06 Romain ForlotChange way to find signals to make it a little bit...
2017-03-05 Constantine... Fixing install issue due to relative paths
2017-03-05 Constantine... Remove use of relative paths
2017-03-05 Petteri AimonenForgot to fill in the dates
2017-03-05 Petteri AimonenSetting version to 0.3.9-dev
2017-03-05 Petteri AimonenPublishing nanopb-0.3.8
2017-03-05 Petteri AimonenUpdate changelog
2017-03-03 Romain Forlotchange all genericName to generic_name. Now all
2017-03-03 Romain ForlotChange TARGET variable name and remove CMakeTools
2017-03-03 Romain Forlottbf
2017-03-02 Romain ForlotClean up uneeded members and functions
2017-03-02 Romain ForlotFix: unsynchronization between queues.
2017-03-02 Romain ForlotFix: no json data for subcribed events
2017-03-02 Romain ForlotFix: Make sure can_message_t.data_ member has been
2017-03-02 Romain ForlotDebugging message cook
2017-03-02 Romain ForlotAdding DEBUG messages to track error on STL container
2017-03-02 Romain ForlotFix: Wrong set up of vector.
2017-03-02 Romain ForlotReserve new space to data_ can_message_t member only...
2017-03-02 Romain ForlotFix: multiple subscription and maintain subscribed_sign...
2017-03-02 Romain ForlotInitialize all boolean value of DynamicField. Avoiding...
2017-03-02 Romain ForlotClean and imrove log messages.
2017-03-02 Romain ForlotTests with CmakeTools extension for VSCode. Can install...
2017-03-02 Petteri AimonenFix alltypes_callback testcase
2017-03-02 Petteri AimonenFix callback pointer corruption in proto3 mode (issue...
2017-03-02 Petteri AimonenAdd regression test for issue #249
2017-03-02 Petteri AimonenAdd callback test for proto3 mode
2017-03-02 Petteri AimonenFix bug in alltypes_callback test case
2017-03-01 Romain ForlotChange id to an hexadecimal value.
next