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
path:
root
/
generator
Age
Commit message (
Expand
)
Author
Files
Lines
2016-02-19
Add -D option to specify output directory
Kenshi Kawaguchi
1
-7
/
+21
2016-02-13
Setting version to 0.3.6-dev
Petteri Aimonen
1
-1
/
+1
2016-02-13
Publishing nanopb-0.3.5
Petteri Aimonen
1
-1
/
+1
2016-02-06
Add code generator insertion points to files (#178).
Petteri Aimonen
1
-0
/
+6
2016-01-27
Fix a few remaining bugs related to CHAR_BIT!=8 platforms.
Petteri Aimonen
1
-1
/
+1
2015-11-21
Fix mistake in previous commit
Petteri Aimonen
1
-1
/
+2
2015-11-20
Fix generator crash with Enum inside Oneof (issue #188).
Petteri Aimonen
1
-6
/
+10
2015-11-14
Add testcase for anonymous unions + few fixes.
Petteri Aimonen
1
-5
/
+11
2015-11-10
Add option to allow for anonymous unions
Benjamin Kamath
2
-3
/
+19
2015-10-07
generator: Remove trailing whitespace
Kyle Manna
1
-137
/
+137
2015-10-05
Fix regression in generating message size defines (issue #172).
Petteri Aimonen
1
-9
/
+9
2015-09-26
Clean up the python2/python3 string type handling
Petteri Aimonen
1
-10
/
+9
2015-09-26
Merge pull request #169 from kylemanna/python3
Petteri Aimonen
2
-39
/
+65
2015-09-26
Setting version to 0.3.5-dev
Petteri Aimonen
1
-1
/
+1
2015-09-26
Publishing nanopb-0.3.4
Petteri Aimonen
1
-1
/
+1
2015-09-21
generator: Use search $PATH for python
Kyle Manna
1
-1
/
+1
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
generator: Don't force python2
Kyle Manna
1
-2
/
+1
2015-09-13
Fix maximum encoded size for negative enums (issue #166).
Petteri Aimonen
1
-1
/
+15
2015-09-12
Make the generator understand included files (issue #165).
Petteri Aimonen
1
-29
/
+59
2015-09-12
Refactor the generator logic into a ProtoFile class.
Petteri Aimonen
1
-285
/
+297
2015-09-12
Fix handling of unsigned 8- or 16-bit enums.
Petteri Aimonen
1
-1
/
+16
2015-09-12
Add packed_enum option to generator.
Petteri Aimonen
2
-1
/
+10
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
1
-1
/
+1
2015-04-10
Publishing nanopb-0.3.3
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
Improve comment support in .options files.
Petteri Aimonen
1
-2
/
+7
2015-04-03
Always define enum long names so that cross-file references work.
Petteri Aimonen
1
-0
/
+7
2015-04-03
Generate #defines for plain message ids
Petteri Aimonen
1
-3
/
+7
2015-03-22
Use make_identifier() to create the name for FOO_MESSAGES define.
Petteri Aimonen
1
-3
/
+4
2015-03-22
nanopb_generator.py: emit macros for msgid message type id use
Michael Haberler
1
-4
/
+30
2015-03-22
nanopb.proto: add msgid message-level option
Michael Haberler
1
-0
/
+3
2015-02-26
Better error messages for syntax errors in .options file
Petteri Aimonen
1
-2
/
+16
2015-02-26
Fix generator error when long_names:false is combined with Oneofs.
Petteri Aimonen
1
-0
/
+3
2015-01-27
Fix generator bug when oneof is first field in a message.
Petteri Aimonen
1
-1
/
+0
2015-01-24
Setting version to nanopb-0.3.3-dev
Petteri Aimonen
1
-1
/
+1
2015-01-24
Publishing nanopb-0.3.2
Petteri Aimonen
1
-1
/
+1
2015-01-23
Fix encoded_size #defines for oneof messages.
Petteri Aimonen
1
-1
/
+11
2015-01-11
New generator options for oneofs: allow skipping or generating as normal 'opt...
Petteri Aimonen
2
-10
/
+23
2015-01-07
Fix generator error with OneOfs
Petteri Aimonen
1
-2
/
+3
2015-01-05
Allow using 8/16/32/64 as values in int_size setting
Petteri Aimonen
1
-4
/
+4
2015-01-04
Fix build failure
Petteri Aimonen
1
-1
/
+1
[next]