Linux Foundation Collaborative Projects
index
:
agl-service-can-low-level
dab
eel
flounder
guppy
halibut
icefish
jellyfish
koi
lamprey
marlin
master
needlefish
next
octopus
pike
quillback
ricefish
salmon
sandbox/DDTLK/autobuild
sandbox/DDTLK/fix-tests
sandbox/claneys/SPEC-3204
sandbox/claneys/modular-low-can
sandbox/excale/wip
sandbox/walzert/agl-service-can-low-level
sandbox/walzert/can_build_icefish
sandbox/ydimitrov/revised_comments
sandbox/zheng_wenlong/als2019
Low level CAN service made to decode and write on CAN bus.
Grokmirror user
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
2017-03-16
separation of can_bus_t and can_bus_dev_t and use of the new socket class.
Loïc Collignon
4
-159
/
+208
2017-03-16
added a socket class to wrap the C socket API.
Loïc Collignon
2
-0
/
+135
2017-03-16
added a parent CMakeLists.txt to allow build in root dir and use by IDEs.
Loïc Collignon
1
-0
/
+1
2017-03-16
added some ignore to skip KDevelop files.
Loïc Collignon
1
-0
/
+4
2017-03-16
Change doxygen comments
Loïc Collignon
2
-38
/
+20
2017-03-16
Beginning of work of get central configuration object
Romain Forlot
9
-117
/
+219
2017-03-16
It isn't needed to initialize diag manager
Romain Forlot
2
-8
/
+2
2017-03-16
Introducing active-diagnostic-message that will be hold
Romain Forlot
1
-0
/
+82
2017-03-16
Fix: typo, and dirty fix to get compiled ftm.
Romain Forlot
3
-10
/
+13
2017-03-16
Introducing diagnostic manager class.
Romain Forlot
6
-21
/
+133
2017-03-16
Make an extern get_signal_id() function plug to get_pid()
Romain Forlot
2
-3
/
+15
2017-03-16
Fix: wrong function signature and get out from class
Romain Forlot
3
-4
/
+3
2017-03-16
Include file changes, typo and renaming operation.
Romain Forlot
10
-40
/
+32
2017-03-16
Fix: typo
Romain Forlot
1
-1
/
+1
2017-03-16
Finalize new directories organization.
Romain Forlot
7
-21
/
+24
2017-03-16
Beginning of work on obd2 object and
Romain Forlot
18
-91
/
+96
2017-03-16
Raw import openXC function to detect obd2 response.
Romain Forlot
2
-4
/
+46
2017-03-16
Merge pull request #250 from conz27/master
Petteri Aimonen
1
-3
/
+3
2017-03-16
added somes files and folders to ignore in .gitignore.
Loïc Collignon
1
-0
/
+3
2017-03-16
added visual studio 2017 linux cross compile projects.
Loïc Collignon
3
-0
/
+190
2017-03-16
added a simpler json for testing.
Loïc Collignon
1
-0
/
+112
2017-03-16
fix in generated braced initializing lists.
Loïc Collignon
1
-1
/
+1
2017-03-16
wip: generation of a configuration for can_signaling.
Loïc Collignon
14
-107
/
+515
2017-03-16
added a .gitignore.
Loïc Collignon
1
-0
/
+5
2017-03-15
initial commit.
Loïc Collignon
18
-0
/
+14289
2017-03-15
Initial commit
Loïc Collignon [IoT.bzh]
2
-0
/
+202
2017-03-12
Fix potential out-of-bounds read with more than 64 required fields
Petteri Aimonen
1
-3
/
+12
2017-03-12
Improve varint unittest coverage for error cases
Petteri Aimonen
1
-2
/
+46
2017-03-09
Fix: wrong type not compatible with signature in
Romain Forlot
1
-1
/
+1
2017-03-06
Comment pass to cpp file instead of hpp
Romain Forlot
4
-286
/
+245
2017-03-06
Sort and comment the code
Romain Forlot
4
-47
/
+77
2017-03-06
Fix: clear pointer vector before fill it.
Romain Forlot
1
-46
/
+40
2017-03-06
Include new signals.xpp files to the compilation
Romain Forlot
1
-1
/
+1
2017-03-06
Change way to find signals to make it a little bit more generic.
Romain Forlot
9
-196
/
+293
2017-03-05
Fixing install issue due to relative paths
Constantine Grantcharov
1
-2
/
+2
2017-03-05
Remove use of relative paths
Constantine Grantcharov
1
-2
/
+2
2017-03-05
Forgot to fill in the dates
Petteri Aimonen
2
-2
/
+2
2017-03-05
Setting version to 0.3.9-dev
Petteri Aimonen
4
-4
/
+4
2017-03-05
Publishing nanopb-0.3.8
Petteri Aimonen
4
-4
/
+4
2017-03-05
Update changelog
Petteri Aimonen
1
-1
/
+1
2017-03-03
change all genericName to generic_name. Now all
Romain Forlot
6
-39
/
+38
2017-03-03
Change TARGET variable name and remove CMakeTools
Romain Forlot
1
-6
/
+3
2017-03-03
tbf
Romain Forlot
3
-2
/
+3
2017-03-02
Clean up uneeded members and functions
Romain Forlot
2
-12
/
+0
2017-03-02
Fix: unsynchronization between queues.
Romain Forlot
3
-36
/
+40
2017-03-02
Fix: no json data for subcribed events
Romain Forlot
1
-1
/
+0
2017-03-02
Fix: Make sure can_message_t.data_ member has been
Romain Forlot
1
-0
/
+1
2017-03-02
Debugging message cook
Romain Forlot
2
-9
/
+9
2017-03-02
Adding DEBUG messages to track error on STL container
Romain Forlot
1
-8
/
+17
2017-03-02
Fix: Wrong set up of vector.
Romain Forlot
1
-2
/
+8
[prev]
[next]