apps/agl-service-can-low-level.git
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-24 Petteri AimonenAdd initialization to examples/simple
2015-09-22 Petteri AimonenMerge pull request #171 from kylemanna/misc
2015-09-21 Kyle Mannadecode: Fix compiler issue with gcc-5
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 Mannacmake: Don't explicitly look for python2
2015-09-21 Kyle Mannagenerator: Don't force python2
2015-09-20 Petteri AimonenUpdate changelog
2015-09-20 Petteri AimonenAdd syntax specification to .proto files (issue #167)
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 AimonenExpand the multiple_files test case to include oneofs...
2015-09-12 Petteri AimonenFix handling of unsigned 8- or 16-bit enums.
2015-09-12 Petteri AimonenAdd testcase for issue #164
2015-09-12 Petteri AimonenAdd packed_enum option to generator.
2015-07-11 Petteri AimonenAdd note about running tests on Mac OS X
2015-07-01 Petteri AimonenAdd link to forum to the readme
2015-06-17 Petteri AimonenMerge pull request #157 from ivankravets/patch-1
2015-06-17 Ivan KravetsSpecify additional fields for @PlatformIO Registry
2015-06-16 Petteri AimonenMerge pull request #156 from ncolomer/master
2015-06-16 Nicolas ColomerPlatformIO Library Registry manifest file
2015-05-07 Petteri AimonenAdd download link to readme
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 AimonenSwitch to .tar.gz format for Mac OS X packages.
2015-04-08 Petteri AimonenFix problem with plugin options on Python 2.7.2 and...
2015-04-03 Petteri AimonenUpdate changelog
2015-04-03 Petteri AimonenClear callbacks for union fields.
2015-04-03 Petteri AimonenFix for test case build rules
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 AimonenAdd basic docs for msgid functionality
2015-04-03 Petteri AimonenGenerate #defines for plain message ids
2015-03-22 Petteri AimonenAdd simple test case for 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-03-07 Petteri AimonenFix oneof submessage initialization bug.
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-02-22 Petteri AimonenInclude libprotobuf in linux binary package.
2015-02-13 Petteri AimonenLower required CMake version in example
2015-02-13 Petteri AimonenUpdate cmake_simple example readme
2015-02-13 Oliver LeeAdd simple example built with CMake
2015-02-13 Oliver LeeFix search for Python 2 with CMake
2015-02-13 Oliver LeeUpdates for the CMake rule file.
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-15 Petteri AimonenUpdate changelog
2015-01-15 Petteri AimonenFix clang compiler warning in intsizes unit test.
2015-01-15 Petteri AimonenRelease memory when overwriting oneof fields.
2015-01-11 Petteri AimonenAdd oneofs to AllTypes test case
2015-01-11 Petteri AimonenBugfixes for oneof support.
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 AimonenActually make the protoc version check work
2015-01-04 Petteri AimonenOnly run oneof test when protoc >= 2.6 is available
2015-01-04 Petteri AimonenFix build failure
2015-01-04 Petteri AimonenImplement support for oneofs (C unions).
2015-01-04 Petteri AimonenDetect too large varint values when decoding.
2015-01-04 Petteri AimonenAdd int_size option for generator.
2015-01-03 Petteri AimonenChange PB_RETURN_ERROR() macro to avoid compiler warnings.
2014-12-26 Petteri AimonenFix build failure due to missing dependency in SConscript
2014-12-26 Petteri AimonenFix memory leaks with PB_ENABLE_MALLOC and certain...
2014-12-26 Petteri AimonenInitialize also extension fields to defaults in pb_deco...
2014-12-26 Petteri AimonenFix bug in backwards_compatibility test case.
2014-12-26 Petteri AimonenAdd testcase for releasing memory in submessages/extensions
2014-12-26 Petteri AimonenAdd support for POINTER type in extensions
2014-12-26 Petteri AimonenInclude the field type in a comment for extension fields
2014-12-26 Petteri AimonenMove malloc support to tests/common directory
2014-12-26 Petteri AimonenMove malloc_wrappers.c to tests/common
2014-12-22 Petteri AimonenVerify build with protobuf-3.0.0, fix problems.
2014-12-22 Petteri AimonenAdd compilation option to disable struct packing.
2014-09-16 Petteri AimonenSet version to nanopb-0.3.2-dev
2014-09-11 Petteri AimonenPublishing nanopb-0.3.1
2014-09-11 Petteri AimonenUpdate changelog
2014-09-11 Petteri AimonenAdd a fuzz testing stub for ability to use external...
2014-09-11 Petteri AimonenProtect against size_t overflows in pb_dec_bytes/pb_dec...
2014-09-11 Petteri AimonenAdd just-to-be-sure check to allocate_field().
2014-09-11 Petteri AimonenFix memory leak with duplicated fields and PB_ENABLE_MA...
2014-09-11 Petteri AimonenFix crash in pb_release() if called twice on same message.
2014-09-11 Petteri AimonenAdd a better fuzz test.
2014-09-07 Petteri AimonenAdd test case for simulated io errors.
2014-09-07 Petteri AimonenAdd a few missing unit tests
2014-09-07 Petteri AimonenFix compilation error with generated initializers for...
next