apps/low-level-can-service.git
2017-06-07 Romain ForlotCleanup include and prepare to switch binding v2
2017-06-07 Romain ForlotFix: read 2 times for 1 incoming CAN frame.
2017-06-07 Romain ForlotPossible uninitialized variable returned.
2017-06-07 Romain ForlotAdd some useful DEBUG information for read frames
2017-06-07 Romain ForlotFix: invalid CAN frame read leads to an exception
2017-06-07 Romain ForlotImprove reliability on multi-threading.
2017-06-06 Romain ForlotFix: exception unsubscribe all at start
2017-06-06 Romain ForlotFix: c++11 detected and not applied from config
2017-06-06 Romain ForlotFix: unsubscribe from 1 app remove diagnostic req
2017-06-06 Romain ForlotSeparate low_can_subscription class from callbacks
2017-06-06 Romain ForlotUpdate signals.json and generated files.
2017-06-06 Romain ForlotUpdate generator at latest low level binding
2017-06-06 Romain ForlotRemove demo UI from the project
2017-06-02 Romain ForlotLet the thread to be managed outside the binding.
2017-06-02 Romain ForlotC++ coding style
2017-06-02 Romain ForlotRemove pointer generator that make memory leaks.
2017-06-02 Romain ForlotGet diag manager's socket into subscription obj
2017-06-02 Romain ForlotUpdate submodule.
2017-06-02 Romain ForlotFix: Handle several subscriptions to a signal
2017-06-02 Romain ForlotAdding accessor to diagnostic msg shared ptr.
2017-06-02 Romain ForlotChange way to validate a subscription object
2017-06-01 Romain ForlotFix warning compile
2017-06-01 Romain ForlotImplement minimum and maximum subscription filters
2017-06-01 Romain ForlotBetter handling of duplicate non recurring request
2017-06-01 Romain ForlotMethods to ease access to DynamicField members
2017-06-01 Romain ForlotClose socket by default when destroying object
2017-06-01 Romain ForlotDelete pointer and content, possible memory leak
2017-06-01 Romain ForlotInitializing all struct by default to avoid errors
2017-06-01 Romain ForlotFormat
2017-06-01 Romain ForlotLeft over renaming variable
2017-06-01 Romain ForlotFix: Frequency filter doesn't apply on diagnostic
2017-06-01 Romain ForlotCleaning
2017-06-01 Romain ForlotUse UDS PID has key to record subscriptions
2017-06-01 Romain ForlotSimplify processing event
2017-06-01 Romain ForlotFormat
2017-06-01 Romain ForlotFix: segfault subscribing diagnostic messages
2017-06-01 Romain ForlotFix: get signal name no matter type of signal.
2017-06-01 Romain ForlotUsing isnan to define frequency.
2017-06-01 Romain ForlotMissing pragma once...
2017-06-01 Romain ForlotImplement method to filter messages before pushing
2017-06-01 Romain ForlotSplit function to call 1 function by signal types.
2017-06-01 Romain ForlotRename method to have same everywhere
2017-06-01 Romain ForlotFix diagnostic message subscription.
2017-06-01 Romain ForlotAdding windows CAN signals.
2017-06-01 Romain ForlotYouCompleteMe extra configuration file for IDE
2017-06-01 Romain ForlotUse default signal frequency if no filter provided
2017-06-01 Romain ForlotRetrieve signal last value and timestamp at once.
2017-06-01 Romain ForlotFix: Don't processing filter argument
2017-06-01 Romain ForlotConsider using char* as well as string.
2017-06-01 Romain ForlotClearer call to method
2017-06-01 Romain ForlotRemove reverse find can_signal from can_message
2017-06-01 Romain ForlotUse ptr to can_signal instead of copying some members
2017-06-01 Romain ForlotMissing var declaration
2017-06-01 Romain ForlotFix: use of isnan() from std lib
2017-06-01 José Bollomanage unset values with NAN
2017-06-01 José Bollooptimise flow
2017-06-01 Romain ForlotUpdate submodule to latest version
2017-06-01 Romain ForlotCleaning
2017-06-01 Romain ForlotReworked subscription to integrate filtering.
2017-06-01 Romain ForlotReturn const structures.
2017-06-01 Romain ForlotRemake socketcan only movable
2017-06-01 Romain ForlotRenaming configuration to application
2017-06-01 Romain ForlotUpdate gitignore
2017-05-29 Romain ForlotUpdate submodule
2017-05-29 Romain ForlotUpdate mismatched variables.
2017-05-29 Romain ForlotUpdate README instructions.
2017-05-29 Romain ForlotDisabled temporarly kernel version checking
2017-05-29 Romain ForlotClean unused project files and update build script
2017-05-29 Romain ForlotUse latest version of cmake templates.
2017-05-29 Romain ForlotUpdate gitignore
2017-05-24 Romain ForlotFix: file already exists on build demo app 3.99.1 dab/3.99.1 dab_3.99.1
2017-05-24 Romain ForlotUpdate config.cmake path
2017-05-24 Romain ForlotCmake WIP
2017-05-24 Romain ForlotMove and update app-templates submodule
2017-05-23 Romain ForlotClose diagnostic manager socket if there isn't any...
2017-05-23 Romain ForlotInitialize the new socket member.
2017-05-23 Romain ForlotFix memory leaks
2017-05-23 Romain ForlotBe able to copy active diagnostic request objects with...
2017-05-23 Romain ForlotStatic code review fixes.
2017-05-23 Romain ForlotFix a dependency problem with populate htdocs targets.
2017-05-23 Romain ForlotUpdate the doc
2017-05-23 Romain ForlotImplement filtering on subscription. WIP
2017-05-22 Romain ForlotLogical bus name mapped to device name using conf file.
2017-05-19 Romain ForlotRemove unused CMakeLists.txt file.
2017-05-19 Romain ForlotAdd 'CAN-binder/libs/nanopb/' from commit '278ffb890e3d...
2017-05-19 Romain ForlotUse the nanopb sources from projects libs.
2017-05-19 Romain ForlotUsing reference make std::move useless.
2017-05-19 Romain ForlotSet parent from configuration_generated objects.
2017-05-19 Romain ForlotAdded timestamp to received CAN messages
2017-05-19 Romain ForlotDelete sub-submodules from imported openXC project
2017-05-19 Romain ForlotRename build script to generic name
2017-05-19 Romain ForlotAdjust method signature to be more efficient.
2017-05-19 Romain ForlotChange method name to signify that it is an aggregate.
2017-05-19 Romain ForlotUse shared_ptr for can_message_set too.
2017-05-19 Romain ForlotFinish config parser retrieving device mapping.
2017-05-19 Romain ForlotUpgrade CMake once again using reference submodule...
2017-05-19 Romain ForlotUpdate the doc
2017-05-19 Romain ForlotFix: cmake doesn"t create populate targets.
2017-05-19 Romain ForlotFormat
2017-05-19 Romain ForlotExplicit move of objects vector at list initilization
next