History log of /seL4-test-master/tools/nanopb/tests/alltypes/encode_alltypes.c
Revision Date Author Comments
# 2c61cf7e 10-Dec-2017 Petteri Aimonen <jpa@git.mail.kapsi.fi>

Extend alltypes test case to cover issue #295.


# 91dcdf57 22-Feb-2017 Petteri Aimonen <jpa@git.mail.kapsi.fi>

Add fixed length bytes to alltypes test case (issue #244)


# f4b3a1c2 11-Jan-2015 Petteri Aimonen <jpa@git.mail.kapsi.fi>

Add oneofs to AllTypes test case


# ec3bff4b 04-Aug-2014 Petteri Aimonen <jpa@git.mail.kapsi.fi>

Generate #defines for initializing message structures.

Usage like:
MyMessage foo = MyMessage_init_default;

MyMessage_init_default will initialize to default values defined in .proto.

MyMessage_init_zero will initialize to null/zero values. Same results as {}
or {0}, but will avoid compiler warnings by initializing everything explicitly.

Update issue 79
Status: FixedInGit


# cd900408 20-Dec-2013 Petteri Aimonen <jpa@git.mail.kapsi.fi>

Add test for extreme integer values (INT32_MAX etc.) in AllTypes.


# 388d4de8 26-Sep-2013 Petteri Aimonen <jpa@git.mail.kapsi.fi>

Add #defines for the maximum encoded message size.

Update issue 89
Status: FixedInGit


# d395768c 11-Sep-2013 Petteri Aimonen <jpa@git.mail.kapsi.fi>

Windows build fixes


# f04ab838 10-Sep-2013 Petteri Aimonen <jpa@git.mail.kapsi.fi>

Build fixes for Windows/Visual C++


# 262c6267 08-Sep-2013 Petteri Aimonen <jpa@git.mail.kapsi.fi>

Start moving the tests into subfolders. Transition to SCons for build system for the tests.

Only a few tests updated so far. Have to include all the rest before merging to mainline.

Update issue 63
Status: Started