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
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
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
Age
Commit message (
Expand
)
Author
Files
Lines
2017-02-27
Added missing pthread lib
Romain Forlot
1
-2
/
+4
2017-02-27
Fix wrong returned value about getCanBuses.
Romain Forlot
1
-1
/
+1
2017-02-27
In class mutex and condition variable except for subscribed_signals map
Romain Forlot
10
-34
/
+59
2017-02-27
Removed static libraries deployed by mistake
Romain Forlot
1
-4
/
+0
2017-02-27
Changed the decoding function
Romain Forlot
4
-43
/
+80
2017-02-27
Change content target and use a testing
Romain Forlot
2
-1
/
+4
2017-02-27
Build and link statically external libraries
Romain Forlot
1
-13
/
+36
2017-02-24
Improve mutex lock logic.
Romain Forlot
9
-52
/
+101
2017-02-24
Remove socket read management by systemd event
Romain Forlot
6
-83
/
+62
2017-02-24
Improve subscription/unsubscription operation.
Romain Forlot
1
-32
/
+44
2017-02-24
Fix: wrong if...else atomic expression
Romain Forlot
1
-1
/
+4
2017-02-24
Add comment
Romain Forlot
1
-0
/
+3
2017-02-24
Fix mutex about can_frame. Wrong location about
Romain Forlot
2
-5
/
+8
2017-02-23
First draft about lock/wait thread management.
Romain Forlot
12
-204
/
+343
2017-02-23
Make binder_interface global variable rather than
Romain Forlot
8
-63
/
+54
2017-02-23
Cleaning, improve comments
Romain Forlot
4
-57
/
+50
2017-02-22
Header include spring cleaning
Romain Forlot
1
-36
/
+15
2017-02-22
make binder_interface global
José Bollo
2
-79
/
+52
2017-02-22
Improve doxygen comments
Romain Forlot
2
-139
/
+175
2017-02-22
Enhance error handling about can_message_t class
Romain Forlot
2
-35
/
+145
2017-02-22
Change way to convert simplemessage into a json
Romain Forlot
5
-26
/
+100
2017-02-22
No more warning about not defined functions
Romain Forlot
16
-41
/
+75
2017-02-22
Resolve circular header files inclusion
Romain Forlot
6
-7
/
+7
2017-02-22
first draft to new subscribre unsubscibre method
Romain Forlot
1
-0
/
+113
2017-02-22
Fix: decoder_t class decodeSignal method signature
Romain Forlot
5
-33
/
+37
2017-02-22
All queue under can_bus_t class and reading thread
Romain Forlot
7
-123
/
+121
2017-02-22
Added separated header files
Romain Forlot
3
-0
/
+70
2017-02-22
Fix: force to pass a ref at threads launch
Romain Forlot
10
-52
/
+38
2017-02-21
Fix: threads launching with wrong arguments
Romain Forlot
2
-10
/
+9
2017-02-21
Multifixes: class and methods, typo, comments
Romain Forlot
4
-63
/
+78
2017-02-21
Fixed can bus class (almost)
Romain Forlot
2
-153
/
+156
2017-02-21
Handle error in returning a vector by returning
Romain Forlot
2
-18
/
+19
2017-02-21
Clean up include statement...
Romain Forlot
7
-45
/
+67
2017-02-21
Some cleaning and comments
Romain Forlot
4
-55
/
+26
2017-02-21
Cleaned up, a bit, include statement.
Romain Forlot
9
-55
/
+43
2017-02-21
Fix: OBD2_PIDS array initialization
Romain Forlot
13
-373
/
+533
2017-02-20
Fix: timer.* issues
Romain Forlot
10
-273
/
+238
2017-02-20
Change hpp include file directive
Romain Forlot
3
-97
/
+76
2017-02-20
Separated can_bus and can_bus_dev object.
Romain Forlot
3
-103
/
+236
2017-02-20
Addind missing library
Romain Forlot
1
-0
/
+7
2017-02-20
Include supplementary libs and fix include
Romain Forlot
2
-9
/
+2
2017-02-20
Rename header file to hpp.
Romain Forlot
10
-173
/
+200
2017-02-16
Change way to iter over vector
Romain Forlot
1
-12
/
+15
2017-02-16
Change way signaling end of queue for can messages
Romain Forlot
2
-2
/
+21
2017-02-16
Change Decoder_c class name to decoder_t
Romain Forlot
2
-8
/
+8
2017-02-16
Change to push_back instead of insert.
Romain Forlot
1
-3
/
+4
2017-02-16
Add can_message_t constructor. Make the class
Romain Forlot
2
-43
/
+44
2017-02-16
Change CanMessage_c to can_message_t class name
Romain Forlot
7
-38
/
+38
2017-02-16
Changing CanBus_c to can_bus_t class name
Romain Forlot
6
-49
/
+56
2017-02-16
Adding canbus read method
Romain Forlot
2
-19
/
+69
[next]