Code Review
/
apps
/
low-level-can-service.git
/ shortlog
commit
grep
author
committer
pickaxe
?
search:
re
summary
| shortlog |
log
|
commit
|
commitdiff
|
review
|
tree
first ⋅ prev ⋅
next
apps/low-level-can-service.git
2013-12-21
Petteri Aimonen
Modify the alltypes test to check re-encoding through...
commit
|
commitdiff
|
tree
|
snapshot
2013-11-14
Petteri Aimonen
Optimize the common case of 1-byte reads for varints.
commit
|
commitdiff
|
tree
|
snapshot
2013-11-13
Petteri Aimonen
Make tests build in a separate folder, add to gitignore
commit
|
commitdiff
|
tree
|
snapshot
2013-11-11
Petteri Aimonen
Fix path in FindNanopb.cmake.
commit
|
commitdiff
|
tree
|
snapshot
2013-11-07
Petteri Aimonen
Setting version to 0.2.5-dev
commit
|
commitdiff
|
tree
|
snapshot
2013-11-07
Petteri Aimonen
Publishing nanopb-0.2.4
commit
|
commitdiff
|
tree
|
snapshot
2013-11-02
Petteri Aimonen
Add dates to changelog
commit
|
commitdiff
|
tree
|
snapshot
2013-11-02
Petteri Aimonen
Update changelog
commit
|
commitdiff
|
tree
|
snapshot
2013-11-02
Petteri Aimonen
Generate #define tags for extension fields also.
commit
|
commitdiff
|
tree
|
snapshot
2013-10-29
Petteri Aimonen
Remove the NANOPB_INTERNALS functions from public API.
commit
|
commitdiff
|
tree
|
snapshot
2013-10-29
Petteri Aimonen
Declare static functions before use.
commit
|
commitdiff
|
tree
|
snapshot
2013-10-29
Petteri Aimonen
Cleanup of comments.
commit
|
commitdiff
|
tree
|
snapshot
2013-10-29
Petteri Aimonen
Add a definition of the security model to the documenta...
commit
|
commitdiff
|
tree
|
snapshot
2013-10-29
Petteri Aimonen
Rename some internal functions to have unique names
commit
|
commitdiff
|
tree
|
snapshot
2013-10-24
Petteri Aimonen
Detect invalid sizes when encoding bytes fields.
commit
|
commitdiff
|
tree
|
snapshot
2013-10-24
Petteri Aimonen
Same fix for EncodedSize.__mul__
commit
|
commitdiff
|
tree
|
snapshot
2013-10-24
Petteri Aimonen
Handle also longs in EncodedSize
commit
|
commitdiff
|
tree
|
snapshot
2013-10-23
Petteri Aimonen
Fix the size of length prefix for messages in other...
commit
|
commitdiff
|
tree
|
snapshot
2013-10-23
Petteri Aimonen
Generate message size #defines also for messages define...
commit
|
commitdiff
|
tree
|
snapshot
2013-10-20
Petteri Aimonen
Define pb_size_t and pb_ssize_t data types.
commit
|
commitdiff
|
tree
|
snapshot
2013-10-20
Petteri Aimonen
Check array max size when encoding.
commit
|
commitdiff
|
tree
|
snapshot
2013-09-26
Petteri Aimonen
Add #defines for the maximum encoded message size.
commit
|
commitdiff
|
tree
|
snapshot
2013-09-18
Petteri Aimonen
Setting version to 0.2.4-dev
commit
|
commitdiff
|
tree
|
snapshot
2013-09-18
Petteri Aimonen
Publishing nanopb-0.2.3
commit
|
commitdiff
|
tree
|
snapshot
2013-09-13
Petteri Aimonen
Update changelog
commit
|
commitdiff
|
tree
|
snapshot
2013-09-13
Petteri Aimonen
Add a new very simple example
commit
|
commitdiff
|
tree
|
snapshot
2013-09-13
Petteri Aimonen
Move examples into subfolders, add READMEs
commit
|
commitdiff
|
tree
|
snapshot
2013-09-13
Petteri Aimonen
Merge branch 'dev_get_rid_of_ternary_operator'
commit
|
commitdiff
|
tree
|
snapshot
2013-09-13
Petteri Aimonen
Fine-tune the naming of new macros before merging into
commit
|
commitdiff
|
tree
|
snapshot
2013-09-11
Petteri Aimonen
Expand extra_fields test to cover field skipping in...
commit
|
commitdiff
|
tree
|
snapshot
2013-09-11
Petteri Aimonen
Disable warning about uint64_t (long long)
commit
|
commitdiff
|
tree
|
snapshot
2013-09-11
Petteri Aimonen
Fix build error when path contains spaces
commit
|
commitdiff
|
tree
|
snapshot
2013-09-11
Petteri Aimonen
Merge branch 'dev_tests_using_scons'
commit
|
commitdiff
|
tree
|
snapshot
2013-09-11
Petteri Aimonen
Add tests for different compilation options
commit
|
commitdiff
|
tree
|
snapshot
2013-09-11
Petteri Aimonen
Windows build fixes
commit
|
commitdiff
|
tree
|
snapshot
2013-09-11
Petteri Aimonen
Make all the tests ANSI C compatible.
commit
|
commitdiff
|
tree
|
snapshot
2013-09-11
Petteri Aimonen
Get rid of the ternary operator in the pb_field_t initi...
commit
|
commitdiff
|
tree
|
snapshot
2013-09-10
Petteri Aimonen
Move the rest of the tests to scons
commit
|
commitdiff
|
tree
|
snapshot
2013-09-10
Petteri Aimonen
Compiler options for GCC, clang and tcc
commit
|
commitdiff
|
tree
|
snapshot
2013-09-10
Petteri Aimonen
Move the declarations of _pb_ostream_t and _pb_istream_...
commit
|
commitdiff
|
tree
|
snapshot
2013-09-10
Petteri Aimonen
Build fixes for Windows/Visual C++
commit
|
commitdiff
|
tree
|
snapshot
2013-09-10
Petteri Aimonen
Add an example pb_syshdr.h file for platforms without...
commit
|
commitdiff
|
tree
|
snapshot
2013-09-10
Petteri Aimonen
Convert more test cases to scons
commit
|
commitdiff
|
tree
|
snapshot
2013-09-09
Petteri Aimonen
Move the declarations of _pb_ostream_t and _pb_istream_...
commit
|
commitdiff
|
tree
|
snapshot
2013-09-08
Petteri Aimonen
Add support for running the nanopb generator as protoc...
commit
|
commitdiff
|
tree
|
snapshot
2013-09-08
Petteri Aimonen
Start moving the tests into subfolders. Transition...
commit
|
commitdiff
|
tree
|
snapshot
2013-09-08
Petteri Aimonen
Handle unsupported extension field types more gracefully.
commit
|
commitdiff
|
tree
|
snapshot
2013-08-18
Petteri Aimonen
Setting version to 0.2.3-dev
commit
|
commitdiff
|
tree
|
snapshot
2013-08-18
Petteri Aimonen
Publishing nanopb-0.2.2
commit
|
commitdiff
|
tree
|
snapshot
2013-08-08
Petteri Aimonen
Update changelog
commit
|
commitdiff
|
tree
|
snapshot
2013-08-08
Petteri Aimonen
Document field extensions support
commit
|
commitdiff
|
tree
|
snapshot
2013-08-08
Petteri Aimonen
Document PB_SYSTEM_HEADER
commit
|
commitdiff
|
tree
|
snapshot
2013-07-22
Petteri Aimonen
Finish the testcase for extensions
commit
|
commitdiff
|
tree
|
snapshot
2013-07-22
Petteri Aimonen
Fix bugs in extension support when multiple extension...
commit
|
commitdiff
|
tree
|
snapshot
2013-07-17
Petteri Aimonen
Extension support implemented for decoder.
commit
|
commitdiff
|
tree
|
snapshot
2013-07-17
Petteri Aimonen
Add test case for extensions decoding
commit
|
commitdiff
|
tree
|
snapshot
2013-07-17
Petteri Aimonen
Implement extension support for the encoder
commit
|
commitdiff
|
tree
|
snapshot
2013-07-16
Petteri Aimonen
Implement generator support for extension fields (no...
commit
|
commitdiff
|
tree
|
snapshot
2013-07-16
Petteri Aimonen
Fix formatting in documentation
commit
|
commitdiff
|
tree
|
snapshot
2013-07-16
Kent Ryhorchuk
Check for empty message type before incrementing requir...
commit
|
commitdiff
|
tree
|
snapshot
2013-07-16
Petteri Aimonen
Add test case for extra fields in AllTypes
commit
|
commitdiff
|
tree
|
snapshot
2013-07-06
Petteri Aimonen
Add pb_decode_delimited and pb_encode_delimited wrapper...
commit
|
commitdiff
|
tree
|
snapshot
2013-07-06
Petteri Aimonen
Clean up the comments in pb_encode.h and pb_decode.h
commit
|
commitdiff
|
tree
|
snapshot
2013-07-06
Petteri Aimonen
Add section in pb.h for changing compilation settings.
commit
|
commitdiff
|
tree
|
snapshot
2013-07-06
Petteri Aimonen
Add error message macros to API reference.
commit
|
commitdiff
|
tree
|
snapshot
2013-07-06
Petteri Aimonen
Document the .options file usage.
commit
|
commitdiff
|
tree
|
snapshot
2013-07-06
Petteri Aimonen
Switch the example project to use the new .options...
commit
|
commitdiff
|
tree
|
snapshot
2013-06-03
Petteri Aimonen
Include the field tags in the generated .pb.h file.
commit
|
commitdiff
|
tree
|
snapshot
2013-04-14
Petteri Aimonen
Setting version to 0.2.2-dev
commit
|
commitdiff
|
tree
|
snapshot
2013-04-14
Petteri Aimonen
Publishing nanopb-0.2.1
commit
|
commitdiff
|
tree
|
snapshot
2013-04-14
Petteri Aimonen
Update changelog
commit
|
commitdiff
|
tree
|
snapshot
2013-04-14
Petteri Aimonen
Handle unterminated strings when encoding.
commit
|
commitdiff
|
tree
|
snapshot
2013-04-14
Petteri Aimonen
Fix bug with empty strings in repeated string callbacks.
commit
|
commitdiff
|
tree
|
snapshot
2013-04-08
Petteri Aimonen
Avoid maybe-uninitialized warning
commit
|
commitdiff
|
tree
|
snapshot
2013-04-08
dch
No need to include stdbool.h separately
commit
|
commitdiff
|
tree
|
snapshot
2013-04-08
dch
__pragma keyword is only supported by recent Microsoft...
commit
|
commitdiff
|
tree
|
snapshot
2013-04-02
Petteri Aimonen
Do not generate has_ fields for callback fields.
commit
|
commitdiff
|
tree
|
snapshot
2013-04-02
Petteri Aimonen
Change the callback function to use void**.
commit
|
commitdiff
|
tree
|
snapshot
2013-03-13
Petteri Aimonen
Fix warning on clang.
commit
|
commitdiff
|
tree
|
snapshot
2013-03-13
Petteri Aimonen
Add support for packed structures on IAR and MSVC.
commit
|
commitdiff
|
tree
|
snapshot
2013-03-09
Petteri Aimonen
Make the generator options accept a file name in additi...
commit
|
commitdiff
|
tree
|
snapshot
2013-03-09
Petteri Aimonen
Add PB_SYSTEM_HEADER compile time option.
commit
|
commitdiff
|
tree
|
snapshot
2013-03-09
Petteri Aimonen
Rename pb_field_iterator_t field 'current' to 'pos'.
commit
|
commitdiff
|
tree
|
snapshot
2013-03-09
Petteri Aimonen
Implement error message support for the encoder side.
commit
|
commitdiff
|
tree
|
snapshot
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
next