Some more docs updates
[apps/agl-service-can-low-level.git] / generator /
2016-03-04 Petteri AimonenProvide comments about uncalculable message sizes ...
2016-02-20 Petteri AimonenMerge pull request #194 from isotes/master
2016-02-20 Petteri AimonenMerge pull request #193 from recursify/master
2016-02-19 isotesGenerate MIN/MAX/ARRAYSIZE for enums
2016-02-19 Kenshi KawaguchiAdd -D option to specify output directory
2016-02-13 Petteri AimonenSetting version to 0.3.6-dev
2016-02-13 Petteri AimonenPublishing nanopb-0.3.5
2016-02-06 Petteri AimonenAdd code generator insertion points to files (#178).
2016-01-27 Petteri AimonenFix a few remaining bugs related to CHAR_BIT!=8 platforms.
2015-11-21 Petteri AimonenFix mistake in previous commit
2015-11-20 Petteri AimonenFix generator crash with Enum inside Oneof (issue ...
2015-11-14 Petteri AimonenAdd testcase for anonymous unions + few fixes.
2015-11-11 Benjamin KamathAdd option to allow for anonymous unions
2015-10-17 Petteri AimonenMerge pull request #181 from kylemanna/cmake
2015-10-08 Petteri AimonenMerge pull request #176 from kylemanna/whitespace
2015-10-08 Kyle Mannagenerator: Remove trailing whitespace
2015-10-05 Petteri AimonenFix regression in generating message size defines ...
2015-09-26 Petteri AimonenClean up the python2/python3 string type handling
2015-09-26 Petteri AimonenMerge pull request #170 from kylemanna/travis-ci
2015-09-26 Petteri AimonenMerge pull request #169 from kylemanna/python3
2015-09-26 Petteri AimonenSetting version to 0.3.5-dev
2015-09-26 Petteri AimonenPublishing nanopb-0.3.4
2015-09-21 Kyle Mannagenerator: Use search $PATH for python
2015-09-21 Kyle Mannagenerator: Fix strange unicode/str issue in python2
2015-09-21 Kyle Mannagenerator: Attempt to simplify the str/unicode madness
2015-09-21 Kyle Mannagenerator: Strings are utf-8 by default in python3
2015-09-21 Kyle Mannagenerator: Remove cmp() to work with Python3
2015-09-21 Kyle Mannagenerator: More exhaustive field size checking
2015-09-21 Kyle Mannagenerator: Use python2/3 binary read/write method
2015-09-21 Kyle Mannagenerator: Run python's 2to3 converter
2015-09-21 Kyle Mannagenerator: Don't force python2
2015-09-13 Petteri AimonenFix maximum encoded size for negative enums (issue...
2015-09-12 Petteri AimonenMake the generator understand included files (issue...
2015-09-12 Petteri AimonenRefactor the generator logic into a ProtoFile class.
2015-09-12 Petteri AimonenFix handling of unsigned 8- or 16-bit enums.
2015-09-12 Petteri AimonenAdd packed_enum option to generator.
2015-04-28 Petteri AimonenFix for previous (issue #155)
2015-04-28 Petteri AimonenPrefer python2 in generator/protoc-gen-nanopb.
2015-04-10 Petteri AimonenSetting version to 0.3.4-dev
2015-04-10 Petteri AimonenPublishing nanopb-0.3.3
2015-04-08 Petteri AimonenFix problem with plugin options on Python 2.7.2 and...
2015-04-03 Petteri AimonenImprove comment support in .options files.
2015-04-03 Petteri AimonenAlways define enum long names so that cross-file refere...
2015-04-03 Petteri AimonenGenerate #defines for plain message ids
2015-03-22 Petteri AimonenUse make_identifier() to create the name for FOO_MESSAG...
2015-03-22 Michael Haberlernanopb_generator.py: emit macros for msgid message...
2015-03-22 Michael Haberlernanopb.proto: add msgid message-level option
2015-02-26 Petteri AimonenBetter error messages for syntax errors in .options...
2015-02-26 Petteri AimonenFix generator error when long_names:false is combined...
2015-01-27 Petteri AimonenFix generator bug when oneof is first field in a message.
2015-01-24 Petteri AimonenSetting version to nanopb-0.3.3-dev
2015-01-24 Petteri AimonenPublishing nanopb-0.3.2
2015-01-23 Petteri AimonenFix encoded_size #defines for oneof messages.
2015-01-11 Petteri AimonenNew generator options for oneofs: allow skipping or...
2015-01-07 Petteri AimonenFix generator error with OneOfs
2015-01-05 Petteri AimonenAllow using 8/16/32/64 as values in int_size setting
2015-01-04 Petteri AimonenFix build failure
2015-01-04 Petteri AimonenImplement support for oneofs (C unions).
2015-01-04 Petteri AimonenAdd int_size option for generator.
2014-12-26 Petteri AimonenInclude the field type in a comment for extension fields
2014-12-22 Petteri AimonenVerify build with protobuf-3.0.0, fix problems.
2014-09-16 Petteri AimonenSet version to nanopb-0.3.2-dev
2014-09-11 Petteri AimonenPublishing nanopb-0.3.1
2014-09-07 Petteri AimonenFix compilation error with generated initializers for...
2014-08-28 Petteri AimonenFix cyclic messages support in generator. Beginnings...
2014-08-26 Petteri AimonenSetting version to 0.3.1-dev
2014-08-26 Petteri AimonenPublishing nanopb-0.3.0
2014-08-19 Petteri AimonenAdd #if guard for .pb.h version.
2014-08-18 Petteri AimonenRename poorly named identifier to avoid name conflicts.
2014-08-18 Petteri AimonenRename UNUSED() and STATIC_ASSERT() macros with PB_...
2014-08-18 Petteri AimonenChange the _count fields to use pb_size_t datatype.
2014-08-09 Petteri AimonenSetting version to 0.3.0-dev
2014-08-09 Petteri AimonenPublishing nanopb-0.2.9
2014-08-04 Petteri AimonenGenerate #defines for initializing message structures.
2014-07-20 Petteri AimonenAdd skip_message option to generator.
2014-07-20 Petteri AimonenDo not automatically add a dot with generator -e option.
2014-07-20 Petteri AimonenGive better messages about the .options file path.
2014-07-20 Petteri AimonenFix problem with .options file and extension fields.
2014-05-20 Petteri AimonenSetting version to 0.2.9-dev
2014-05-20 Petteri AimonenPublishing nanopb-0.2.8
2014-04-18 Petteri AimonenAdd option to not add timestamps to .pb.h and .pb.c...
2014-04-07 Petteri AimonenSetting version to 0.2.8-dev
2014-04-07 Petteri AimonenPublishing nanopb-0.2.7
2014-04-01 Petteri AimonenFix compile error when default value given for extensio...
2014-03-15 Petteri AimonenGet rid of pb_bytes_ptr_t, just allocate pb_bytes_array...
2014-02-15 Petteri AimonenSetting version to 0.2.7-dev
2014-02-15 Petteri AimonenPublishing nanopb-0.2.6
2014-02-12 Petteri AimonenMove descriptor.proto to google/protobuf directory...
2014-02-12 Petteri AimonenImprove status/error reporting in generator.
2014-02-04 Petteri AimonenAdd coments to places where STATIC_ASSERT is used.
2014-02-04 Petteri AimonenAdd proper suffixes for integer default values.
2014-01-03 Petteri AimonenFix problem with callback-type fields (issue #99).
2014-01-01 Petteri AimonenSetting version to 0.2.6-dev
2014-01-01 Petteri AimonenPublishing nanopb-0.2.5
2013-12-29 Petteri AimonenFix spaces in paths on Windows also
2013-12-29 Petteri AimonenFix protoc-gen-nanopb when the path contains spaces
2013-12-29 Petteri AimonenFixes for pyinstaller
2013-12-29 Petteri AimonenMake generator print errors to stderr.
2013-12-29 Petteri AimonenWindows build fixes
2013-12-29 Petteri AimonenRework the Makefiles to be compatible with binary packages.
next