Code Review
/
apps
/
agl-service-can-low-level.git
/ shortlog
commit
grep
author
committer
pickaxe
?
search:
re
summary
| shortlog |
log
|
commit
|
commitdiff
|
review
|
tree
first ⋅ prev ⋅ next
apps/agl-service-can-low-level.git
2012-09-02
Petteri Aimonen
Created a CHANGELOG file for easy reference.
commit
|
commitdiff
|
tree
|
snapshot
2012-09-02
Petteri Aimonen
Clean up one (uint64_t) cast.
commit
|
commitdiff
|
tree
|
snapshot
2012-09-02
Petteri Aimonen
Fix -Wextra warning in generated .pb.c files.
commit
|
commitdiff
|
tree
|
snapshot
2012-08-26
Petteri Aimonen
Fix warnings with -Wcast-qual. Add test for C++ compile.
commit
|
commitdiff
|
tree
|
snapshot
2012-08-26
Petteri Aimonen
Add pb_decode_noinit and use it from pb_dec_submessage.
commit
|
commitdiff
|
tree
|
snapshot
2012-08-26
Petteri Aimonen
Added alltypes-testcases for optional fields and defaul...
commit
|
commitdiff
|
tree
|
snapshot
2012-08-26
Petteri Aimonen
Revert "Add pb_decode_noinit and use it from pb_dec_sub...
commit
|
commitdiff
|
tree
|
snapshot
2012-08-26
Petteri Aimonen
Add pb_decode_noinit and use it from pb_dec_submessage.
commit
|
commitdiff
|
tree
|
snapshot
2012-08-24
Petteri Aimonen
Add note that stream callbacks must read the whole...
commit
|
commitdiff
|
tree
|
snapshot
2012-08-24
Petteri Aimonen
Implement error messages in the decoder side.
commit
|
commitdiff
|
tree
|
snapshot
2012-08-24
Petteri Aimonen
Document pb_close_string_substream.
commit
|
commitdiff
|
tree
|
snapshot
2012-08-24
Petteri Aimonen
Revert "Change the substream implementation in pb_decode."
commit
|
commitdiff
|
tree
|
snapshot
2012-08-24
Petteri Aimonen
Reorganize the field decoder interface.
commit
|
commitdiff
|
tree
|
snapshot
2012-08-24
Petteri Aimonen
Change the substream implementation in pb_decode.
commit
|
commitdiff
|
tree
|
snapshot
2012-08-24
Petteri Aimonen
Fix a confusing statement in a comment.
commit
|
commitdiff
|
tree
|
snapshot
2012-08-16
Stan Hu
Fix casting issues
commit
|
commitdiff
|
tree
|
snapshot
2012-08-09
Petteri Aimonen
Declare warn_unused_result only on GCC >= 3.4.0.
commit
|
commitdiff
|
tree
|
snapshot
2012-08-04
Petteri Aimonen
Fix signedness warning in example_unions.
commit
|
commitdiff
|
tree
|
snapshot
2012-07-31
Petteri Aimonen
Fix bug in decoder with packed arrays.
commit
|
commitdiff
|
tree
|
snapshot
2012-07-31
Petteri Aimonen
Extend 'alltypes' testcase to cover repeated fields.
commit
|
commitdiff
|
tree
|
snapshot
2012-07-19
Petteri Aimonen
Additional unsigned vs. signed fix for tag
commit
|
commitdiff
|
tree
|
snapshot
2012-07-18
Petteri Aimonen
Fix an unsigned vs. signed warning on some compiler.
commit
|
commitdiff
|
tree
|
snapshot
2012-07-18
Petteri Aimonen
Fixed a few compiler warnings, added check.
commit
|
commitdiff
|
tree
|
snapshot
2012-07-05
Petteri Aimonen
Fix bug with .proto without messages (again), and add...
commit
|
commitdiff
|
tree
|
snapshot
2012-07-05
Petteri Aimonen
Apparently some compilers don't want to automatically...
commit
|
commitdiff
|
tree
|
snapshot
2012-07-05
Petteri Aimonen
Fix some typos in __BIG_ENDIAN__ code
commit
|
commitdiff
|
tree
|
snapshot
2012-07-05
Petteri Aimonen
Replace #warning with the standard #error.
commit
|
commitdiff
|
tree
|
snapshot
2012-07-05
Stan Hu
Cast enum vaules to integers and cast them back where...
commit
|
commitdiff
|
tree
|
snapshot
2012-07-01
Petteri Aimonen
Replace PB_MANY_FIELDS with PB_FIELD_16BIT and PB_FIELD...
commit
|
commitdiff
|
tree
|
snapshot
2012-06-30
Petteri Aimonen
Add PB_MANY_FIELDS option for supporting fields > 255.
commit
|
commitdiff
|
tree
|
snapshot
2012-06-30
Petteri Aimonen
Warn if PB_MAX_REQUIRED_FIELDS is not large enough.
commit
|
commitdiff
|
tree
|
snapshot
2012-06-30
Petteri Aimonen
Improve the detection of missing required fields.
commit
|
commitdiff
|
tree
|
snapshot
2012-06-25
Petteri Aimonen
Fixed formatting in docs
commit
|
commitdiff
|
tree
|
snapshot
2012-06-25
Petteri Aimonen
Documented NANOPB_INTERNALS compilation option
commit
|
commitdiff
|
tree
|
snapshot
2012-06-25
Petteri Aimonen
Note about __BIG_ENDIAN__ compilation option
commit
|
commitdiff
|
tree
|
snapshot
2012-06-20
Petteri Aimonen
Fix error when .proto contains no Messages (e.g. just...
commit
|
commitdiff
|
tree
|
snapshot
2012-06-16
Petteri Aimonen
Added example on how to handle unions.
commit
|
commitdiff
|
tree
|
snapshot
2012-06-16
Petteri Aimonen
Added new functions to public interface in pb_decode.h.
commit
|
commitdiff
|
tree
|
snapshot
2012-06-13
Petteri Aimonen
Fix non-constant initializer errors with some compilers.
commit
|
commitdiff
|
tree
|
snapshot
2012-06-12
Petteri Aimonen
Add descriptor.proto into the #include exclusion list
commit
|
commitdiff
|
tree
|
snapshot
2012-05-19
Petteri Aimonen
Merge branch 'master' of https://code.google.com/p...
commit
|
commitdiff
|
tree
|
snapshot
2012-05-19
Petteri Aimonen
Add better error messages in the generator when librari...
commit
|
commitdiff
|
tree
|
snapshot
2012-05-19
Petteri Aimonen
Fix 64-bitness warnings in the example.
commit
|
commitdiff
|
tree
|
snapshot
2012-04-18
Petteri Aimonen
Fixing compiler warnings, mostly related to unused...
commit
|
commitdiff
|
tree
|
snapshot
2012-03-01
Petteri Aimonen
Refactoring the field encoder interface.
commit
|
commitdiff
|
tree
|
snapshot
2012-02-15
Petteri Aimonen
Modified nanopb_generator.py to generate includes for...
commit
|
commitdiff
|
tree
|
snapshot
2012-01-30
Petteri Aimonen
Fixed nanopb_generator.py to read the input file in...
commit
|
commitdiff
|
tree
|
snapshot
2012-01-23
Petteri Aimonen
Improved documentation on field decoders.
commit
|
commitdiff
|
tree
|
snapshot
2012-01-12
Petteri Aimonen
Fixed issue 1 reported by Erik Rosen:
commit
|
commitdiff
|
tree
|
snapshot
2012-01-12
Petteri Aimonen
Added an encode/decode test for 'required' fields of...
commit
|
commitdiff
|
tree
|
snapshot
2012-01-12
Petteri Aimonen
Fixed a bug in the generator that caused a compiler...
commit
|
commitdiff
|
tree
|
snapshot
2012-01-06
Petteri Aimonen
Linewrapping in license
commit
|
commitdiff
|
tree
|
snapshot
2012-01-05
Petteri Aimonen
Added logo for project :)
commit
|
commitdiff
|
tree
|
snapshot
2011-12-30
Petteri Aimonen
Make the fuzztest runnable again
commit
|
commitdiff
|
tree
|
snapshot
2011-12-30
Petteri Aimonen
Expanding the tests to better cover decoding from memor...
commit
|
commitdiff
|
tree
|
snapshot
2011-12-30
Petteri Aimonen
Fixed a bug related to submessage encoding into memory...
commit
|
commitdiff
|
tree
|
snapshot
2011-11-30
Petteri Aimonen
Merged 0005-Handle-endianness-correctly.patch by Matt...
commit
|
commitdiff
|
tree
|
snapshot
2011-11-30
Petteri Aimonen
Merged 0004-Added-missing-trailing-newlines.patch by...
commit
|
commitdiff
|
tree
|
snapshot
2011-11-30
Petteri Aimonen
Merged 0003-Fixed-format-specifiers.patch by Matt Kern.
commit
|
commitdiff
|
tree
|
snapshot
2011-11-30
Petteri Aimonen
Added Makefile for generating nanopb_pb2.py.
commit
|
commitdiff
|
tree
|
snapshot
2011-11-10
Petteri Aimonen
Fix some compiler warnings in strict C89 mode
commit
|
commitdiff
|
tree
|
snapshot
2011-11-04
Petteri Aimonen
Some additions to documentation
commit
|
commitdiff
|
tree
|
snapshot
2011-09-18
Petteri Aimonen
Documentation outdated phrase
commit
|
commitdiff
|
tree
|
snapshot
2011-09-18
Petteri Aimonen
Added comments to the simplest decode/encode examples.
commit
|
commitdiff
|
tree
|
snapshot
2011-09-14
Petteri Aimonen
Added README
commit
|
commitdiff
|
tree
|
snapshot
2011-09-13
Petteri Aimonen
Fixed a bunch of bugs related to callback fields.
commit
|
commitdiff
|
tree
|
snapshot
2011-09-12
Petteri Aimonen
Tests for callback fields
commit
|
commitdiff
|
tree
|
snapshot
2011-09-01
Petteri Aimonen
Python 2.6 compatibility for the generator
commit
|
commitdiff
|
tree
|
snapshot
2011-08-24
Petteri Aimonen
Cyclic messages not supported - thanks to Josh for...
commit
|
commitdiff
|
tree
|
snapshot
2011-08-24
Petteri Aimonen
Make fuzz test runnable again :)
commit
|
commitdiff
|
tree
|
snapshot
2011-08-24
Petteri Aimonen
Generator bugfixes
commit
|
commitdiff
|
tree
|
snapshot
2011-08-24
Petteri Aimonen
documentation
commit
|
commitdiff
|
tree
|
snapshot
2011-08-24
Petteri Aimonen
makefile fix
commit
|
commitdiff
|
tree
|
snapshot
2011-08-24
Petteri Aimonen
wrong file name
commit
|
commitdiff
|
tree
|
snapshot
2011-08-23
Petteri Aimonen
More unittests
commit
|
commitdiff
|
tree
|
snapshot
2011-08-23
Petteri Aimonen
Changed autogenerated file naming from foo.c to foo...
commit
|
commitdiff
|
tree
|
snapshot
2011-08-23
Petteri Aimonen
more unittests
commit
|
commitdiff
|
tree
|
snapshot
2011-08-23
Petteri Aimonen
license
commit
|
commitdiff
|
tree
|
snapshot
2011-08-23
Petteri Aimonen
Allocated extension number
commit
|
commitdiff
|
tree
|
snapshot
2011-08-23
Petteri Aimonen
check return values
commit
|
commitdiff
|
tree
|
snapshot
2011-08-23
Petteri Aimonen
More unittests
commit
|
commitdiff
|
tree
|
snapshot
2011-08-22
Petteri Aimonen
unittests, change to PB_LTYPE_BYTES data size
commit
|
commitdiff
|
tree
|
snapshot
2011-08-22
Petteri Aimonen
example client
commit
|
commitdiff
|
tree
|
snapshot
2011-08-17
Petteri Aimonen
Example
commit
|
commitdiff
|
tree
|
snapshot
2011-08-16
Petteri Aimonen
Docs
commit
|
commitdiff
|
tree
|
snapshot
2011-08-14
Petteri Aimonen
More documentation, small improvements
commit
|
commitdiff
|
tree
|
snapshot
2011-08-11
Petteri Aimonen
Documenting and improving stream behaviour
commit
|
commitdiff
|
tree
|
snapshot
2011-08-10
Petteri Aimonen
Started writing documentation
commit
|
commitdiff
|
tree
|
snapshot
2011-08-10
Petteri Aimonen
Unittests for encode
commit
|
commitdiff
|
tree
|
snapshot
2011-08-04
Petteri Aimonen
Encoder
commit
|
commitdiff
|
tree
|
snapshot
2011-07-31
Petteri Aimonen
First version of header generator
commit
|
commitdiff
|
tree
|
snapshot
2011-07-30
Petteri Aimonen
unittests (some)
commit
|
commitdiff
|
tree
|
snapshot
2011-07-28
Petteri Aimonen
iter
commit
|
commitdiff
|
tree
|
snapshot
2011-07-28
Petteri Aimonen
git-svn-id: https://svn.kapsi.fi/jpa/nanopb@947 e3a754e...
commit
|
commitdiff
|
tree
|
snapshot
2011-07-27
Petteri Aimonen
bugfix
commit
|
commitdiff
|
tree
|
snapshot
2011-07-27
Petteri Aimonen
git-svn-id: https://svn.kapsi.fi/jpa/nanopb@945 e3a754e...
commit
|
commitdiff
|
tree
|
snapshot
2011-07-27
Petteri Aimonen
Making code ansi-compatible
commit
|
commitdiff
|
tree
|
snapshot
2011-07-27
Petteri Aimonen
Improvements, array support
commit
|
commitdiff
|
tree
|
snapshot
2011-07-25
Petteri Aimonen
First version of decoding
commit
|
commitdiff
|
tree
|
snapshot