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
2013-03-09
Petteri Aimonen
alltypes.proto no longer needs to include nanopb.proto
commit
|
commitdiff
|
tree
|
snapshot
2013-03-09
Petteri Aimonen
Switch alltypes.proto to use the new .options file...
commit
|
commitdiff
|
tree
|
snapshot
2013-03-09
Petteri Aimonen
Add simple support for separate options file.
commit
|
commitdiff
|
tree
|
snapshot
2013-03-09
Petteri Aimonen
Fix additional bug with empty message types.
commit
|
commitdiff
|
tree
|
snapshot
2013-03-09
Petteri Aimonen
Add option to run the tests with mudflap to detect...
commit
|
commitdiff
|
tree
|
snapshot
2013-03-09
Petteri Aimonen
Improve the fuzztest.
commit
|
commitdiff
|
tree
|
snapshot
2013-03-09
Petteri Aimonen
Fix error in backwards compatibility testcase
commit
|
commitdiff
|
tree
|
snapshot
2013-03-09
Petteri Aimonen
Fix bug with decoding empty message types. Add test...
commit
|
commitdiff
|
tree
|
snapshot
2013-03-06
Petteri Aimonen
Add a dummy field if struct would otherwise be empty.
commit
|
commitdiff
|
tree
|
snapshot
2013-03-04
Petteri Aimonen
Add generator option to configure #include directives.
commit
|
commitdiff
|
tree
|
snapshot
2013-03-02
Petteri Aimonen
Setting version to 0.2.1-dev
commit
|
commitdiff
|
tree
|
snapshot
2013-03-02
Petteri Aimonen
Publishing nanopb-0.2.0
commit
|
commitdiff
|
tree
|
snapshot
2013-03-02
Petteri Aimonen
Update changelog
commit
|
commitdiff
|
tree
|
snapshot
2013-03-02
Petteri Aimonen
Update documentation
commit
|
commitdiff
|
tree
|
snapshot
2013-02-28
Petteri Aimonen
Add --extension option to generator.
commit
|
commitdiff
|
tree
|
snapshot
2013-02-22
Pavel Ilin
Added CMake file for use in projects linking against...
commit
|
commitdiff
|
tree
|
snapshot
2013-02-21
Petteri Aimonen
Merge branch 'dev-0.2'
commit
|
commitdiff
|
tree
|
snapshot
2013-02-21
Petteri Aimonen
Move STATIC_ASSERTs to .pb.c file.
commit
|
commitdiff
|
tree
|
snapshot
2013-02-20
Petteri Aimonen
Separate PB_HTYPE to PB_ATYPE and PB_HTYPE.
commit
|
commitdiff
|
tree
|
snapshot
2013-02-20
Petteri Aimonen
Rename PB_HTYPE_ARRAY -> PB_HTYPE_REPEATED.
commit
|
commitdiff
|
tree
|
snapshot
2013-02-16
Petteri Aimonen
Reformat generated .pb.c files using macros.
commit
|
commitdiff
|
tree
|
snapshot
2013-02-13
Petteri Aimonen
Setting version to 0.1.9.1-dev
commit
|
commitdiff
|
tree
|
snapshot
2013-02-13
Petteri Aimonen
Publishing nanopb-0.1.9
commit
|
commitdiff
|
tree
|
snapshot
2013-02-11
Petteri Aimonen
Add gitignore.
commit
|
commitdiff
|
tree
|
snapshot
2013-02-11
Petteri Aimonen
Replace pb_type_t enum with #defines.
commit
|
commitdiff
|
tree
|
snapshot
2013-02-11
Petteri Aimonen
Set version to 0.2.0-dev
commit
|
commitdiff
|
tree
|
snapshot
2013-02-07
Petteri Aimonen
Update changelog
commit
|
commitdiff
|
tree
|
snapshot
2013-02-07
Petteri Aimonen
Fix error message bugs with packed arrays.
commit
|
commitdiff
|
tree
|
snapshot
2013-02-07
Petteri Aimonen
Add check for sizeof(double) == 8.
commit
|
commitdiff
|
tree
|
snapshot
2013-02-07
Petteri Aimonen
Sanitize filenames before putting them in #ifndef.
commit
|
commitdiff
|
tree
|
snapshot
2013-02-07
Petteri Aimonen
Fix compiler warning on MSVC (issue #57)
commit
|
commitdiff
|
tree
|
snapshot
2013-02-06
Petteri Aimonen
Use unsigned datatypes where appropriate.
commit
|
commitdiff
|
tree
|
snapshot
2013-02-06
Petteri Aimonen
Improve the pb_decode_varint implementations.
commit
|
commitdiff
|
tree
|
snapshot
2013-02-06
Petteri Aimonen
Avoid unnecessary looping in required fields check.
commit
|
commitdiff
|
tree
|
snapshot
2013-02-06
Petteri Aimonen
Add compile-time option PB_BUFFER_ONLY.
commit
|
commitdiff
|
tree
|
snapshot
2013-02-05
Petteri Aimonen
Make pb_decode_varint32 a separate implementation.
commit
|
commitdiff
|
tree
|
snapshot
2013-02-05
Petteri Aimonen
Performance improvement: replace memcpy with loop.
commit
|
commitdiff
|
tree
|
snapshot
2013-02-05
Petteri Aimonen
Add Java package name to nanopb.proto.
commit
|
commitdiff
|
tree
|
snapshot
2013-01-29
Petteri Aimonen
Add an example of handling doubles on AVR platform.
commit
|
commitdiff
|
tree
|
snapshot
2013-01-21
Petteri Aimonen
Fix misleading comment (current generator sets LTYPE...
commit
|
commitdiff
|
tree
|
snapshot
2013-01-16
Petteri Aimonen
Oops, typoed #ifdef; again fixing previous commit.
commit
|
commitdiff
|
tree
|
snapshot
2013-01-16
Petteri Aimonen
Put previous commit (issue 52) inside #ifndef
commit
|
commitdiff
|
tree
|
snapshot
2013-01-16
Petteri Aimonen
Fix bug with error messages.
commit
|
commitdiff
|
tree
|
snapshot
2013-01-14
Petteri Aimonen
Add field type FT_IGNORE to generator.
commit
|
commitdiff
|
tree
|
snapshot
2013-01-13
Petteri Aimonen
Add a test for the backwards compatibility of generated...
commit
|
commitdiff
|
tree
|
snapshot
2013-01-10
Petteri Aimonen
Add generator option for packed structs.
commit
|
commitdiff
|
tree
|
snapshot
2013-01-10
Petteri Aimonen
Cleanup: get rid of unnecessary spaces
commit
|
commitdiff
|
tree
|
snapshot
2012-12-13
Petteri Aimonen
Setting version to 0.1.9-dev
commit
|
commitdiff
|
tree
|
snapshot
2012-12-13
Petteri Aimonen
Publishing nanopb-0.1.8
commit
|
commitdiff
|
tree
|
snapshot
2012-12-06
Petteri Aimonen
Fix small error in field callback documentation.
commit
|
commitdiff
|
tree
|
snapshot
2012-11-27
Jens Steinhauser
Complete initialization of pb_istream_t.
commit
|
commitdiff
|
tree
|
snapshot
2012-11-16
Steffen Siering
Use TESTS variable to define dependencies for run_unittests
commit
|
commitdiff
|
tree
|
snapshot
2012-11-16
Petteri Aimonen
Select compilation options based on $(CC) in tests...
commit
|
commitdiff
|
tree
|
snapshot
2012-11-16
Petteri Aimonen
Rename test_compiles.c to test_multiple_files.c
commit
|
commitdiff
|
tree
|
snapshot
2012-11-16
Steffen Siering
Fix STATIC_ASSERT macro when using multiple .proto...
commit
|
commitdiff
|
tree
|
snapshot
2012-11-13
Petteri Aimonen
Fix naming of nested Enums with short names
commit
|
commitdiff
|
tree
|
snapshot
2012-11-13
Petteri Aimonen
Fix naming of enums when long_names=false.
commit
|
commitdiff
|
tree
|
snapshot
2012-11-11
Petteri Aimonen
Fix changelog
commit
|
commitdiff
|
tree
|
snapshot
2012-11-11
Petteri Aimonen
Setting version to 0.1.8-dev
commit
|
commitdiff
|
tree
|
snapshot
2012-11-11
Petteri Aimonen
Publishing nanopb-0.1.7
commit
|
commitdiff
|
tree
|
snapshot
2012-10-29
Petteri Aimonen
Document new generator options
commit
|
commitdiff
|
tree
|
snapshot
2012-10-29
Petteri Aimonen
Add nanopb version number to generated files.
commit
|
commitdiff
|
tree
|
snapshot
2012-10-29
Petteri Aimonen
Add extern "C" to header files.
commit
|
commitdiff
|
tree
|
snapshot
2012-10-29
Petteri Aimonen
Add option to use short names for enum values.
commit
|
commitdiff
|
tree
|
snapshot
2012-10-29
Petteri Aimonen
Allow defining field type in .proto.
commit
|
commitdiff
|
tree
|
snapshot
2012-10-29
Petteri Aimonen
Improve .proto options parsing.
commit
|
commitdiff
|
tree
|
snapshot
2012-10-29
Petteri Aimonen
Use optparse in nanopb_generator.py
commit
|
commitdiff
|
tree
|
snapshot
2012-10-29
Petteri Aimonen
Give names to generated structures to allow forward...
commit
|
commitdiff
|
tree
|
snapshot
2012-10-21
Petteri Aimonen
Improve the person_with_extra_field test.
commit
|
commitdiff
|
tree
|
snapshot
2012-10-18
Petteri Aimonen
Remove the "buf = NULL" => skip requirement from pb_ist...
commit
|
commitdiff
|
tree
|
snapshot
2012-10-14
Petteri Aimonen
Add tests for negative values in the alltypes testcase.
commit
|
commitdiff
|
tree
|
snapshot
2012-09-18
Petteri Aimonen
Add buffer size check in test_decode1.c example.
commit
|
commitdiff
|
tree
|
snapshot
2012-09-03
Petteri Aimonen
Enable -Wconversion for core and fix the warnings.
commit
|
commitdiff
|
tree
|
snapshot
2012-09-03
dch
Fix build warnings on MS compilers
commit
|
commitdiff
|
tree
|
snapshot
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
next