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
/
generator
Age
Commit message (
Expand
)
Author
Files
Lines
2013-10-23
Fix the size of length prefix for messages in other files.
Petteri Aimonen
1
-0
/
+5
2013-10-23
Generate message size #defines also for messages defined in multiple files.
Petteri Aimonen
1
-8
/
+50
2013-09-26
Add #defines for the maximum encoded message size.
Petteri Aimonen
1
-16
/
+95
2013-09-18
Setting version to 0.2.4-dev
Petteri Aimonen
1
-1
/
+1
2013-09-18
Publishing nanopb-0.2.3
Petteri Aimonen
1
-1
/
+1
2013-09-13
Fine-tune the naming of new macros before merging into master.
Petteri Aimonen
1
-1
/
+1
2013-09-11
Get rid of the ternary operator in the pb_field_t initialization.
Petteri Aimonen
1
-1
/
+2
2013-09-08
Add support for running the nanopb generator as protoc plugin.
Petteri Aimonen
4
-55
/
+419
2013-09-08
Handle unsupported extension field types more gracefully.
Petteri Aimonen
1
-5
/
+14
2013-08-18
Setting version to 0.2.3-dev
Petteri Aimonen
1
-1
/
+1
2013-08-18
Publishing nanopb-0.2.2
Petteri Aimonen
1
-1
/
+1
2013-07-22
Fix bugs in extension support when multiple extension fields are present.
Petteri Aimonen
1
-3
/
+6
2013-07-17
Extension support implemented for decoder.
Petteri Aimonen
1
-4
/
+13
2013-07-17
Implement generator support for extension fields (no encoder/decoder support ...
Petteri Aimonen
1
-12
/
+85
2013-07-06
Document the .options file usage.
Petteri Aimonen
1
-0
/
+2
2013-06-03
Include the field tags in the generated .pb.h file.
Petteri Aimonen
1
-0
/
+11
2013-04-14
Setting version to 0.2.2-dev
Petteri Aimonen
1
-1
/
+1
2013-04-14
Publishing nanopb-0.2.1
Petteri Aimonen
1
-1
/
+1
2013-04-02
Do not generate has_ fields for callback fields.
Petteri Aimonen
1
-1
/
+1
2013-03-13
Add support for packed structures on IAR and MSVC.
Petteri Aimonen
1
-0
/
+5
2013-03-09
Make the generator options accept a file name in addition to format string.
Petteri Aimonen
1
-2
/
+10
2013-03-09
Add simple support for separate options file.
Petteri Aimonen
2
-33
/
+87
2013-03-06
Add a dummy field if struct would otherwise be empty.
Petteri Aimonen
1
-0
/
+6
2013-03-04
Add generator option to configure #include directives.
Petteri Aimonen
1
-5
/
+14
2013-03-02
Setting version to 0.2.1-dev
Petteri Aimonen
1
-1
/
+1
2013-03-02
Publishing nanopb-0.2.0
Petteri Aimonen
1
-1
/
+1
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-02-05
Add Java package name to nanopb.proto.
Petteri Aimonen
1
-0
/
+2
2013-01-14
Add field type FT_IGNORE to generator.
Petteri Aimonen
3
-3
/
+15
2013-01-10
Add generator option for packed structs.
Petteri Aimonen
3
-6
/
+22
2013-01-10
Cleanup: get rid of unnecessary spaces
Petteri Aimonen
1
-6
/
+6
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
3
-7
/
+45
2012-10-29
Allow defining field type in .proto.
Petteri Aimonen
3
-8
/
+61
2012-10-29
Improve .proto options parsing.
Petteri Aimonen
3
-21
/
+89
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
[next]