apps/agl-service-can-low-level.git
2016-01-27 Petteri AimonenRemove obsolete __BIG_ENDIAN__ compilation option.
2016-01-27 Petteri AimonenAdd note to migration doc
2016-01-27 Petteri AimonenReplace uint8_t with a pb_byte_t typedef.
2016-01-27 Petteri AimonenModify the int size STATIC_ASSERTS to work with CHAR_BI...
2016-01-26 Petteri AimonenGet rid of type punning in pb_encode_fixedXX().
2015-12-16 Petteri AimonenMerge pull request #190 from aeruder/master
2015-12-16 Andrew Ruderpb_istream_from_buffer: add const to prototype
2015-11-21 Petteri AimonenFix mistake in previous commit
2015-11-20 Petteri AimonenFix generator crash with Enum inside Oneof (issue ...
2015-11-15 Petteri AimonenSecond fix for -pedantic build issue in tests
2015-11-14 Petteri AimonenFix -Wno-pedantic on old GCC
2015-11-14 Petteri AimonenAdd testcase for anonymous unions + few fixes.
2015-11-11 Benjamin KamathAdd option to allow for anonymous unions
2015-10-25 Petteri AimonenIgnore null pointers in pb_release() (issue #183).
2015-10-24 Petteri AimonenAdd contributing.md to provide issue templates on github
2015-10-17 Petteri AimonenMerge pull request #181 from kylemanna/cmake
2015-10-15 Kyle Mannaexamples: cmake_simple: Use auto discovered path
2015-10-15 Kyle Mannacmake: Auto discover NANOPB_SRC_ROOT_FOLDER
2015-10-15 Kyle Mannacmake: Build generator files in build directory
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-10-05 Petteri AimonenAdd random message generator to help with fuzz testing
2015-10-01 Petteri AimonenFix bug in fuzzstub.
2015-09-26 Petteri AimonenFix list formatting in readme
2015-09-26 Petteri AimonenAdd documentation link to readme
2015-09-26 Petteri AimonenFine-tune the readme
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-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 Mannatravis-ci: Use protobuf v3 as it adds python3
2015-09-21 Kyle Mannatravis-ci: Build C/C++/Python matrix
2015-09-21 Kyle Mannagenerator: Use search $PATH for python
2015-09-21 Kyle Mannatravis-ci: Initial working build
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...
next