apps/agl-service-can-low-level.git
2017-05-02 Romain ForlotAdd 'CAN-binder/libs/openxc-message-format/' from commi...
2017-05-02 Romain ForlotAdd 'CAN-binder/libs/isotp-c/' from commit 'ee24440b7c1...
2017-05-02 Romain ForlotAdd 'CAN-binder/libs/bitfield-c/' from commit 'a34745ec...
2017-05-02 Romain ForlotRemove submodules and use forked libs tree instead
2017-05-02 Romain ForlotImplement AGLBuild script following SPEC-495 from JIRA
2017-05-02 Romain ForlotUsing new CMake architecture (again...)
2017-05-02 Romain ForlotFix: wrong include local header path
2017-05-02 Romain ForlotAdding HTML5 UI with cpu stat binding
2017-04-29 Romain ForlotFix: wrong include relative path.
2017-04-29 Romain ForlotAdapt CMake files to use new capabilities with widget
2017-04-29 Romain ForlotMake a macro and helpers library instead of Big CMake.
2017-04-29 Romain ForlotRename as AGLBuild makefile.
2017-04-26 Romain Forlotclean left include file after modification that isn...
2017-04-26 Romain ForlotFix: write bcm message to socket.
2017-04-26 Romain ForlotDon't use heavy weapon to get some basic calculation
2017-04-26 Romain ForlotFix: Add notifying decoding thread if there is new...
2017-04-26 Romain ForlotCheck last value before send the event, if no change...
2017-04-26 Romain ForlotCreate method to handle both CAN frames.
2017-04-26 Romain ForlotDoesn't send event if no changes are made for doors...
2017-04-26 Romain ForlotFinish to read stream and fill the destination object.
2017-04-26 Romain ForlotFix: Reading doesn't update receiving object values
2017-04-26 Romain ForlotDon't use FD frame with BCM socket. Seems not working...
2017-04-26 Romain ForlotFix: correctly count (un)subscribed signals.
2017-04-26 Romain ForlotMake template from similar writing stream operations.
2017-04-26 Romain ForlotSubscribe using BCM RX_SETUP filter capabilities implem...
2017-04-26 Romain ForlotReworked reading CAN devices from BCM socket.
2017-04-26 Romain ForlotFix bit alignment errors...
2017-04-26 Romain ForlotTypo, rename, format
2017-04-26 Romain ForlotRenaming confusing member "address_" to "index_"
2017-04-25 Romain ForlotImplement reading stream for socketcan_t
2017-04-25 Romain ForlotFix CMakeFile final message and compile flag
2017-04-25 Romain ForlotAdding Directive to also clean wgt file with make clean
2017-04-24 Romain ForlotFix compilation warning complaining about unset boolean...
2017-04-24 Romain ForlotMisc: Cleanup, typo, formating and comments update.
2017-04-24 Romain ForlotCreate a received job for BCM Socket to handle filtering.
2017-04-24 Romain ForlotRename and handling write on socket using stream instea...
2017-04-24 Romain ForlotFix: Avoid returning 2 results for 1 signal.
2017-04-22 Romain ForlotRework subscription and unsubscriptions operations...
2017-04-22 Romain ForlotUse BCM socket as default cleaning up the old RAW socke...
2017-04-22 Romain ForlotFix: opening bcm socket still trying to bind as a RAW...
2017-04-22 Romain ForlotImprove logging messages
2017-04-21 Romain ForlotAdding some comments
2017-04-21 Romain ForlotMove all signals search functions into new signals_mana...
2017-04-21 Romain ForlotAvoid warning about unmanaged switch case in INI library
2017-04-21 Romain ForlotDiagnostic messages subscription simplified.
2017-04-21 Romain ForlotMake virtual CAN device name as argument
2017-04-21 Romain ForlotAdded -std=c++11 to compile option lost in transition.
2017-04-20 Romain ForlotUpdate comments
2017-04-20 Romain ForlotRemove timeout socket option.
2017-04-20 Romain ForlotSeparate socket configuration and opening
2017-04-20 Romain ForlotUse same function to open BCM and RAW CAN sockets
2017-04-19 Romain ForlotSpecializing socket class to CAN socket operations.
2017-04-19 Romain ForlotAdded missing default constructor.
2017-04-19 Romain ForlotC++11 way to initialize using list init.
2017-04-19 Romain ForlotCleaning include
2017-04-19 Romain ForlotFormating
2017-04-19 Romain ForlotFix: temporary variable assigned to a reference leading...
2017-04-19 Romain ForlotChange INI file parser library.
2017-04-18 Romain ForlotImprove REGEX to detects tests files.
2017-04-18 Romain ForlotAdd known limitation about messages_set total count.
2017-04-18 Romain ForlotUse a system INI configuration file to get devices...
2017-04-14 Romain ForlotFix: wrong testing command line
2017-04-14 Romain ForlotMake name of virtual CAN device flexible.
2017-04-14 Romain ForlotFix: wrong splitting of can_signals
2017-04-14 Romain ForlotChange directory architecture to use 2 separated projects.
2017-04-14 Romain ForlotCleaning CMAke
2017-04-14 Romain ForlotAdding C++ compile flags option by default.
2017-04-14 Romain ForlotUpdate CMake logic making external libs global
2017-04-11 Romain ForlotFix wrong target name variable.
2017-04-11 Romain ForlotAdapt CMakeFile including can-config-generator tool.
2017-04-11 Romain ForlotAdd 'can-config-generator/' from commit 'b7591d16c26862...
2017-04-11 Romain ForlotRemove boost library dependency.
2017-04-11 Romain ForlotHandle project new architecture using new CMakeFile
2017-04-11 Romain ForlotUnsubscribe instead of subscribe if can't adding to...
2017-04-11 Romain ForlotAdding K2L CAN signals to toyota examples.
2017-04-11 Romain ForlotFix: make no clients event works with CAN subscription
2017-04-11 Romain ForlotAdded Citreon sample while traveling to Karlsruhe
2017-04-11 Romain ForlotFix: wrong period operation without unit multiplicator
2017-04-11 Romain ForlotUse by default can0
2017-04-11 Romain ForlotCleaning
2017-04-11 Romain ForlotHandle simultaneous subscription to diagnostic messages.
2017-04-11 Romain ForlotHandle cancel active diag requet when there are no...
2017-04-11 Romain ForlotFix: unsubscription to diagnostic messages.
2017-04-11 Romain ForlotGet recurring requests suspend proof.
2017-04-11 Romain ForlotFix: Empty every queue before unlock mutex.
2017-04-11 Romain ForlotImprove detail in DEBUG message at recurring request...
2017-04-11 Romain ForlotPort configuration parsing to a separate object.
2017-04-11 Romain ForlotImprove documentation and added can samples
2017-04-11 Romain ForlotErase compilation WARNING.
2017-04-11 Romain ForlotFix: wrong pointer validity check...
2017-04-11 Romain ForlotFix: don't clean recurring request except if forced
2017-03-31 Forlot Romain... Fix: commands typo
2017-03-31 Wesam HaddadUpdate README.md
2017-03-31 Romain ForlotAdded some new OBD2 signals
2017-03-23 Romain ForlotComments.
2017-03-23 Romain ForlotMax in flight requests set to 8
2017-03-23 Romain ForlotAdded configuration-generated file to ignored file
2017-03-23 Romain ForlotSend diag request only if not other one with some id...
2017-03-22 Forlot Romain... Fix: make sure install execute sequentially
2017-03-22 Sebastien DouheretFix cover image (use imagemagick convert).
next