Linux Foundation Collaborative Projects
index
:
agl-service-can-low-level
dab
eel
flounder
guppy
halibut
icefish
jellyfish
koi
lamprey
marlin
master
needlefish
next
octopus
pike
quillback
ricefish
sandbox/DDTLK/autobuild
sandbox/DDTLK/fix-tests
sandbox/claneys/SPEC-3204
sandbox/claneys/modular-low-can
sandbox/excale/wip
sandbox/walzert/agl-service-can-low-level
sandbox/walzert/can_build_icefish
sandbox/ydimitrov/revised_comments
sandbox/zheng_wenlong/als2019
Low level CAN service made to decode and write on CAN bus.
Grokmirror user
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
pb.h
Age
Commit message (
Expand
)
Author
Files
Lines
2015-09-26
Setting version to 0.3.5-dev
Petteri Aimonen
1
-1
/
+1
2015-09-26
Publishing nanopb-0.3.4
Petteri Aimonen
1
-1
/
+1
2015-09-12
Fix handling of unsigned 8- or 16-bit enums.
Petteri Aimonen
1
-1
/
+2
2015-04-10
Setting version to 0.3.4-dev
Petteri Aimonen
1
-1
/
+1
2015-04-10
Publishing nanopb-0.3.3
Petteri Aimonen
1
-1
/
+1
2015-01-24
Setting version to nanopb-0.3.3-dev
Petteri Aimonen
1
-1
/
+1
2015-01-24
Publishing nanopb-0.3.2
Petteri Aimonen
1
-1
/
+1
2015-01-11
Bugfixes for oneof support.
Petteri Aimonen
1
-1
/
+1
2015-01-04
Implement support for oneofs (C unions).
Petteri Aimonen
1
-0
/
+18
2015-01-03
Change PB_RETURN_ERROR() macro to avoid compiler warnings.
Petteri Aimonen
1
-11
/
+10
2014-12-26
Add support for POINTER type in extensions
Petteri Aimonen
1
-2
/
+4
2014-12-22
Add compilation option to disable struct packing.
Petteri Aimonen
1
-1
/
+10
2014-09-16
Set version to nanopb-0.3.2-dev
Petteri Aimonen
1
-1
/
+1
2014-09-11
Publishing nanopb-0.3.1
Petteri Aimonen
1
-1
/
+1
2014-08-26
Setting version to 0.3.1-dev
Petteri Aimonen
1
-1
/
+1
2014-08-26
Publishing nanopb-0.3.0
Petteri Aimonen
1
-1
/
+1
2014-08-19
Add #if guard for .pb.h version.
Petteri Aimonen
1
-14
/
+6
2014-08-18
Rename poorly named identifier to avoid name conflicts.
Petteri Aimonen
1
-14
/
+14
2014-08-18
Rename UNUSED() and STATIC_ASSERT() macros with PB_ prefix.
Petteri Aimonen
1
-18
/
+22
2014-08-18
Change the _count fields to use pb_size_t datatype.
Petteri Aimonen
1
-2
/
+5
2014-08-09
Setting version to 0.3.0-dev
Petteri Aimonen
1
-1
/
+1
2014-08-09
Publishing nanopb-0.2.9
Petteri Aimonen
1
-1
/
+1
2014-05-30
Add PB_PACKED_STRUCT support for Keil MDK-ARM toolchain
Petteri Aimonen
1
-2
/
+2
2014-05-20
Setting version to 0.2.9-dev
Petteri Aimonen
1
-1
/
+1
2014-05-20
Publishing nanopb-0.2.8
Petteri Aimonen
1
-1
/
+1
2014-04-07
Setting version to 0.2.8-dev
Petteri Aimonen
1
-1
/
+1
2014-04-07
Publishing nanopb-0.2.7
Petteri Aimonen
1
-1
/
+1
2014-04-05
Fix unused parameter warning when building without errmsg.
Petteri Aimonen
1
-1
/
+5
2014-04-05
Add a 'found' field to pb_extension_t.
Petteri Aimonen
1
-0
/
+4
2014-03-17
More configuration options for dynamic alloc
Petteri Aimonen
1
-0
/
+14
2014-03-15
Get rid of pb_bytes_ptr_t, just allocate pb_bytes_array_t dynamically.
Petteri Aimonen
1
-9
/
+3
2014-02-24
Beginnings of malloc support in pb_decode
Petteri Aimonen
1
-0
/
+4
2014-02-15
Setting version to 0.2.7-dev
Petteri Aimonen
1
-1
/
+1
2014-02-15
Publishing nanopb-0.2.6
Petteri Aimonen
1
-1
/
+1
2014-02-04
Add coments to places where STATIC_ASSERT is used.
Petteri Aimonen
1
-3
/
+13
2014-01-01
Setting version to 0.2.6-dev
Petteri Aimonen
1
-1
/
+1
2014-01-01
Publishing nanopb-0.2.5
Petteri Aimonen
1
-1
/
+1
2013-12-29
Organize allocation logic in generator, add pb_bytes_ptr_t.
Petteri Aimonen
1
-3
/
+11
2013-12-29
Generating and encoding messages with dynamic allocaiton
Martin Donath
1
-0
/
+17
2013-12-21
Add PB_LTYPE_UVARINT to fix encoding of negative int32 values.
Petteri Aimonen
1
-17
/
+13
2013-11-07
Setting version to 0.2.5-dev
Petteri Aimonen
1
-1
/
+1
2013-11-07
Publishing nanopb-0.2.4
Petteri Aimonen
1
-1
/
+1
2013-10-20
Define pb_size_t and pb_ssize_t data types.
Petteri Aimonen
1
-22
/
+19
2013-09-18
Setting version to 0.2.4-dev
Petteri Aimonen
1
-1
/
+1
2013-09-18
Publishing nanopb-0.2.3
Petteri Aimonen
1
-1
/
+1
2013-09-13
Merge branch 'dev_get_rid_of_ternary_operator'
Petteri Aimonen
1
-19
/
+43
2013-09-13
Fine-tune the naming of new macros before merging into master.
Petteri Aimonen
1
-11
/
+17
2013-09-11
Get rid of the ternary operator in the pb_field_t initialization.
Petteri Aimonen
1
-19
/
+37
2013-09-10
Add an example pb_syshdr.h file for platforms without C99.
Petteri Aimonen
1
-0
/
+11
2013-08-18
Setting version to 0.2.3-dev
Petteri Aimonen
1
-1
/
+1
[next]