Linux Foundation Collaborative Projects
index
:
low-level-can-service
dab
eel
master
Grokmirror user
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
generator
/
nanopb_generator.py
Age
Commit message (
Expand
)
Author
Files
Lines
2013-02-28
Add --extension option to generator.
Petteri Aimonen
1
-5
/
+7
2013-02-21
Move STATIC_ASSERTs to .pb.c file.
Petteri Aimonen
1
-22
/
+24
2013-02-17
Reformat generated .pb.c files using macros.
Petteri Aimonen
1
-86
/
+63
2013-02-11
Set version to 0.2.0-dev
Petteri Aimonen
1
-1
/
+1
2013-02-07
Add check for sizeof(double) == 8.
Petteri Aimonen
1
-0
/
+15
2013-02-07
Sanitize filenames before putting them in #ifndef.
Petteri Aimonen
1
-1
/
+11
2013-01-14
Add field type FT_IGNORE to generator.
Petteri Aimonen
1
-1
/
+7
2013-01-10
Add generator option for packed structs.
Petteri Aimonen
1
-1
/
+7
2012-12-13
Setting version to 0.1.9-dev
Petteri Aimonen
1
-1
/
+1
2012-12-13
Publishing nanopb-0.1.8
Petteri Aimonen
1
-1
/
+1
2012-11-16
Fix STATIC_ASSERT macro when using multiple .proto files.
Steffen Siering
1
-2
/
+6
2012-11-14
Fix naming of nested Enums with short names
Petteri Aimonen
1
-3
/
+4
2012-11-14
Fix naming of enums when long_names=false.
Petteri Aimonen
1
-3
/
+18
2012-11-11
Setting version to 0.1.8-dev
Petteri Aimonen
1
-1
/
+1
2012-11-11
Publishing nanopb-0.1.7
Petteri Aimonen
1
-1
/
+1
2012-10-29
Add nanopb version number to generated files.
Petteri Aimonen
1
-1
/
+4
2012-10-29
Add extern "C" to header files.
Petteri Aimonen
1
-1
/
+8
2012-10-29
Add option to use short names for enum values.
Petteri Aimonen
1
-2
/
+10
2012-10-29
Allow defining field type in .proto.
Petteri Aimonen
1
-6
/
+15
2012-10-29
Improve .proto options parsing.
Petteri Aimonen
1
-17
/
+56
2012-10-29
Use optparse in nanopb_generator.py
Petteri Aimonen
1
-31
/
+85
2012-10-29
Give names to generated structures to allow forward declaration.
Petteri Aimonen
1
-2
/
+2
2012-07-05
Fix bug with .proto without messages (again), and add a test case for it.
Petteri Aimonen
1
-9
/
+10
2012-07-05
Replace #warning with the standard #error.
Petteri Aimonen
1
-5
/
+2
2012-07-05
Cast enum vaules to integers and cast them back where appropraite
Stan Hu
1
-3
/
+3
2012-07-01
Replace PB_MANY_FIELDS with PB_FIELD_16BIT and PB_FIELD_32BIT.
Petteri Aimonen
1
-26
/
+37
2012-06-30
Add PB_MANY_FIELDS option for supporting fields > 255.
Petteri Aimonen
1
-0
/
+38
2012-06-30
Warn if PB_MAX_REQUIRED_FIELDS is not large enough.
Petteri Aimonen
1
-0
/
+10
2012-06-20
Fix error when .proto contains no Messages (e.g. just enums).
Petteri Aimonen
1
-1
/
+1
2012-06-12
Add descriptor.proto into the #include exclusion list
Petteri Aimonen
1
-1
/
+1
2012-05-19
Add better error messages in the generator when libraries cannot be imported.
Petteri Aimonen
1
-2
/
+22
2012-02-15
Modified nanopb_generator.py to generate includes for other .proto files.
Petteri Aimonen
1
-2
/
+12
2012-01-30
Fixed nanopb_generator.py to read the input file in binary mode.
Petteri Aimonen
1
-1
/
+1
2012-01-12
Fixed issue 1 reported by Erik Rosen:
Petteri Aimonen
1
-3
/
+0
2012-01-12
Fixed a bug in the generator that caused a compiler error on sfixed32 and sfi...
Petteri Aimonen
1
-2
/
+2
2011-09-13
Fixed a bunch of bugs related to callback fields.
Petteri Aimonen
1
-4
/
+4
2011-09-01
Python 2.6 compatibility for the generator
Petteri Aimonen
1
-4
/
+4
2011-08-24
Generator bugfixes
Petteri Aimonen
1
-24
/
+46
2011-08-23
Changed autogenerated file naming from foo.c to foo.pb.c
Petteri Aimonen
1
-3
/
+3
2011-08-22
unittests, change to PB_LTYPE_BYTES data size
Petteri Aimonen
1
-0
/
+3
2011-08-17
Example
Petteri Aimonen
1
-4
/
+4
2011-08-14
More documentation, small improvements
Petteri Aimonen
1
-4
/
+4
2011-08-04
Encoder
Petteri Aimonen
1
-29
/
+89
2011-07-31
First version of header generator
Petteri Aimonen
1
-0
/
+344