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
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
2015-09-26
Clean up the python2/python3 string type handling
Petteri Aimonen
1
-10
/
+9
2015-09-26
Merge pull request #170 from kylemanna/travis-ci
Petteri Aimonen
1
-0
/
+54
2015-09-26
Merge pull request #169 from kylemanna/python3
Petteri Aimonen
3
-51
/
+67
2015-09-26
Setting version to 0.3.5-dev
Petteri Aimonen
2
-2
/
+2
2015-09-26
Publishing nanopb-0.3.4
Petteri Aimonen
3
-3
/
+4
2015-09-24
Add initialization to examples/simple
Petteri Aimonen
2
-6
/
+12
2015-09-22
Merge pull request #171 from kylemanna/misc
Petteri Aimonen
1
-1
/
+2
2015-09-21
decode: Fix compiler issue with gcc-5
Kyle Manna
1
-1
/
+2
2015-09-21
travis-ci: Use protobuf v3 as it adds python3
Kyle Manna
1
-5
/
+3
2015-09-21
travis-ci: Build C/C++/Python matrix
Kyle Manna
1
-10
/
+38
2015-09-21
generator: Use search $PATH for python
Kyle Manna
1
-1
/
+1
2015-09-20
travis-ci: Initial working build
Kyle Manna
1
-0
/
+28
2015-09-20
generator: Fix strange unicode/str issue in python2
Kyle Manna
1
-1
/
+8
2015-09-20
generator: Attempt to simplify the str/unicode madness
Kyle Manna
1
-0
/
+2
2015-09-20
generator: Strings are utf-8 by default in python3
Kyle Manna
1
-4
/
+2
2015-09-20
generator: Remove cmp() to work with Python3
Kyle Manna
1
-5
/
+2
2015-09-20
generator: More exhaustive field size checking
Kyle Manna
1
-15
/
+36
2015-09-20
generator: Use python2/3 binary read/write method
Kyle Manna
1
-3
/
+4
2015-09-20
generator: Run python's 2to3 converter
Kyle Manna
1
-10
/
+11
2015-09-20
cmake: Don't explicitly look for python2
Kyle Manna
1
-12
/
+2
2015-09-20
generator: Don't force python2
Kyle Manna
1
-2
/
+1
2015-09-20
Update changelog
Petteri Aimonen
1
-1
/
+9
2015-09-20
Add syntax specification to .proto files (issue #167)
Petteri Aimonen
33
-13
/
+80
2015-09-13
Fix maximum encoded size for negative enums (issue #166).
Petteri Aimonen
4
-1
/
+87
2015-09-12
Make the generator understand included files (issue #165).
Petteri Aimonen
6
-36
/
+70
2015-09-12
Refactor the generator logic into a ProtoFile class.
Petteri Aimonen
1
-285
/
+297
2015-09-12
Expand the multiple_files test case to include oneofs and enums
Petteri Aimonen
5
-14
/
+48
2015-09-12
Fix handling of unsigned 8- or 16-bit enums.
Petteri Aimonen
2
-2
/
+18
2015-09-12
Add testcase for issue #164
Petteri Aimonen
3
-0
/
+168
2015-09-12
Add packed_enum option to generator.
Petteri Aimonen
2
-1
/
+10
2015-07-11
Add note about running tests on Mac OS X
Petteri Aimonen
1
-1
/
+4
2015-07-01
Add link to forum to the readme
Petteri Aimonen
1
-0
/
+1
2015-06-17
Merge pull request #157 from ivankravets/patch-1
Petteri Aimonen
1
-6
/
+7
2015-06-17
Specify additional fields for @PlatformIO Registry
Ivan Kravets
1
-6
/
+7
2015-06-16
Merge pull request #156 from ncolomer/master
Petteri Aimonen
1
-0
/
+21
2015-06-16
PlatformIO Library Registry manifest file
Nicolas Colomer
1
-0
/
+21
2015-05-07
Add download link to readme
Petteri Aimonen
1
-1
/
+1
2015-04-28
Fix for previous (issue #155)
Petteri Aimonen
1
-1
/
+1
2015-04-28
Prefer python2 in generator/protoc-gen-nanopb.
Petteri Aimonen
1
-0
/
+1
2015-04-10
Setting version to 0.3.4-dev
Petteri Aimonen
2
-2
/
+2
2015-04-10
Publishing nanopb-0.3.3
Petteri Aimonen
3
-3
/
+5
2015-04-08
Switch to .tar.gz format for Mac OS X packages.
Petteri Aimonen
1
-1
/
+1
2015-04-08
Fix problem with plugin options on Python 2.7.2 and older.
Petteri Aimonen
1
-1
/
+8
2015-04-03
Update changelog
Petteri Aimonen
1
-0
/
+12
2015-04-03
Clear callbacks for union fields.
Petteri Aimonen
1
-0
/
+3
2015-04-03
Fix for test case build rules
Petteri Aimonen
1
-0
/
+1
2015-04-03
Improve comment support in .options files.
Petteri Aimonen
5
-2
/
+30
2015-04-03
Always define enum long names so that cross-file references work.
Petteri Aimonen
4
-0
/
+29
2015-04-03
Add basic docs for msgid functionality
Petteri Aimonen
2
-0
/
+23
2015-04-03
Generate #defines for plain message ids
Petteri Aimonen
2
-3
/
+8
[next]