- Sep 26, 2015
-
-
Petteri Aimonen authored
-
- Sep 24, 2015
-
-
Petteri Aimonen authored
-
- Sep 22, 2015
-
-
Petteri Aimonen authored
decode: Fix compiler issue with gcc-5
-
- Sep 21, 2015
-
-
Kyle Manna authored
* gcc 5.0 and 5.1 appear to take issue with this line and generates the following error: /home/nitro/tmp/nanopb/pb_decode.c: In function ‘pb_decode_noinit’: /home/nitro/tmp/nanopb/pb_decode.c:889:60: error: conversion to ‘uint8_t {aka unsigned char}’ from ‘int’ may alter its value [-Werror=conversion] fields_seen[iter.required_field_index >> 3] |= (uint8_t)(1 << (iter.required_field_index & 7)); ^ * This seems like a compiler bug, but this workaround is harmless.
-
- Sep 20, 2015
-
-
Petteri Aimonen authored
-
Petteri Aimonen authored
Eliminates a warning on protoc 3.0.
-
- Sep 13, 2015
-
-
Petteri Aimonen authored
-
- Sep 12, 2015
-
-
Petteri Aimonen authored
This will allow message sizes and enum options to be available across the include files. Currently searching for .options files for included files may not work for all path combinations, this is related to issue #116. Should probably make a pull request to protoc about that.
-
Petteri Aimonen authored
In preparation for multi-file support in generator. No functional changes yet.
-
Petteri Aimonen authored
-
Petteri Aimonen authored
Previously unsigned enums would throw errors on decoding if the value went outside the signed range (issue #164). Currently only helps for enums defined within the same file, but solving issue #165 will make it work for multiple files also.
-
Petteri Aimonen authored
-
Petteri Aimonen authored
This can be generally useful for saving RAM, but also makes it easier to test for issue #164.
-
- Jul 11, 2015
-
-
Petteri Aimonen authored
-
- Jul 01, 2015
-
-
Petteri Aimonen authored
-
- Jun 17, 2015
-
-
Petteri Aimonen authored
Specify additional fields for @PlatformIO Registry
-
Ivan Kravets authored
-
- Jun 16, 2015
-
-
Petteri Aimonen authored
PlatformIO Library Registry manifest file
-
Nicolas Colomer authored
-
- May 07, 2015
-
-
Petteri Aimonen authored
-
- Apr 28, 2015
-
-
Petteri Aimonen authored
-
Petteri Aimonen authored
Update issue 155 Status: FixedInGit
-
- Apr 10, 2015
-
-
Petteri Aimonen authored
-
Petteri Aimonen authored
-
- Apr 08, 2015
-
-
Petteri Aimonen authored
Update issue 154 Status: FixedInGit
-
Petteri Aimonen authored
Update issue 153 Status: FixedInGit
-
- Apr 03, 2015
-
-
Petteri Aimonen authored
-
Petteri Aimonen authored
Update issue 148 Status: FixedInGit
-
Petteri Aimonen authored
-
Petteri Aimonen authored
Update issue 145 Status: FixedInGit
-
Petteri Aimonen authored
Update issue 118 Status: FixedInGit
-
Petteri Aimonen authored
-
Petteri Aimonen authored
-
- Mar 22, 2015
-
-
Petteri Aimonen authored
-
Petteri Aimonen authored
This handles special charaters like in "my-file.proto" properly. Also use headerbasename instead of full path, so that compiling files with relative path doesn't create symbols like FOO/BAR/BAZ_MESSAGES.
-
Michael Haberler authored
-
Michael Haberler authored
-
- Mar 07, 2015
-
-
Petteri Aimonen authored
Update issue 149 Status: FixedInGit
-
- Feb 26, 2015
-
-
Petteri Aimonen authored
-
Petteri Aimonen authored
Update issue 147 Status: FixedInGit
-