apps/agl-service-can-low-level.git
2014-02-15 Petteri AimonenSetting version to 0.2.7-dev
2014-02-15 Petteri AimonenPublishing nanopb-0.2.6
2014-02-12 Petteri AimonenUpdate changelog
2014-02-12 Petteri AimonenMove descriptor.proto to google/protobuf directory...
2014-02-12 Petteri AimonenAdd test case for package names defined in .proto file.
2014-02-12 Petteri AimonenImprove status/error reporting in generator.
2014-02-10 Petteri AimonenAdd AllTypes decoding test with callbacks.
2014-02-09 Petteri AimonenAdd AllTypes encoding test for callbacks (issue #99)
2014-02-05 Petteri AimonenExtreme negative integer constants are a bit nasty...
2014-02-04 Petteri AimonenAdd coments to places where STATIC_ASSERT is used.
2014-02-04 Petteri AimonenAdd proper suffixes for integer default values.
2014-02-04 Petteri AimonenAdd strict-aliasing GCC warnings for core
2014-01-03 Petteri AimonenFix problem with callback-type fields (issue #99).
2014-01-01 Petteri AimonenSetting version to 0.2.6-dev
2014-01-01 Petteri AimonenPublishing nanopb-0.2.5
2014-01-01 Petteri AimonenFix Makefiles for the examples
2013-12-29 Petteri AimonenFix bundled protoc detection in scons script
2013-12-29 Petteri AimonenAnd same fixes on Mac also..
2013-12-29 Petteri AimonenMake the Mac OS X package a .zip instead
2013-12-29 Petteri AimonenFix spaces in paths on Windows also
2013-12-29 Petteri AimonenFix handling spaces in directory name
2013-12-29 Petteri AimonenFix build on Windows
2013-12-29 Petteri AimonenFix protoc-gen-nanopb when the path contains spaces
2013-12-29 Petteri AimonenFix path change: compat/ -> extra/
2013-12-29 Petteri AimonenREADME updates
2013-12-29 Petteri AimonenInclude platform name in also the directory name in...
2013-12-29 Petteri AimonenAdd packaging script for Mac, add platform name to...
2013-12-29 Petteri AimonenFixes for pyinstaller
2013-12-29 Petteri AimonenSmall fix for previous
2013-12-29 Petteri AimonenCheck for supported GCC CCFLAGS when building tests.
2013-12-29 Petteri AimonenMake generator print errors to stderr.
2013-12-29 Petteri AimonenAdd a SCons tool for nanopb protos.
2013-12-29 Petteri AimonenFix protoc-gen-nanopb in linux package
2013-12-29 Petteri AimonenInclude libprotoc
2013-12-29 Petteri AimonenLinux archive
2013-12-29 Petteri AimonenAlso include the manifest for MSVCR90.DLL
2013-12-29 Petteri AimonenInclude MSVCR90.DLL also.
2013-12-29 Petteri AimonenInclude Visual C++ runtime in the Windows package.
2013-12-29 Petteri AimonenREADME updates
2013-12-29 Petteri AimonenWindows build fixes
2013-12-29 Petteri AimonenFix protoc plugin path
2013-12-29 Petteri AimonenActually no, it was a portability hassle
2013-12-29 Petteri AimonenMakefile tuning
2013-12-29 Petteri AimonenRework the Makefiles to be compatible with binary packages.
2013-12-29 Petteri AimonenMoving files around
2013-12-29 Petteri AimonenPackage as .zip, convert linebreaks
2013-12-29 Petteri AimonenAdd build script for windows package
2013-12-29 Petteri AimonenAdd descriptor.proto to repository to avoid messing...
2013-12-29 Petteri AimonenAdd script for making linux binary package
2013-12-29 Petteri AimonenMove the generator .proto files to a subdir, and get...
2013-12-29 Petteri AimonenBring alltypes_pointer testcase up to date
2013-12-29 Petteri AimonenImprove alltypes_pointer test case
2013-12-29 Petteri AimonenFix missing error messages in pb_encode.c
2013-12-29 Petteri AimonenRename encode_static_field -> encode_basic_field.
2013-12-29 Petteri AimonenOrganize allocation logic in generator, add pb_bytes_ptr_t.
2013-12-29 Petteri AimonenConst-correctness and small cleanup.
2013-12-29 Martin DonathGenerating and encoding messages with dynamic allocaiton
2013-12-22 Petteri AimonenNegative int32 values take 10 bytes now.
2013-12-21 Petteri AimonenFix problem with decode_legacy test case on Windows.
2013-12-21 Petteri AimonenAdd test for extreme integer values (INT32_MAX etc...
2013-12-21 Petteri AimonenAdd PB_LTYPE_UVARINT to fix encoding of negative int32...
2013-12-21 Petteri AimonenModify the alltypes test to check re-encoding through...
2013-11-14 Petteri AimonenOptimize the common case of 1-byte reads for varints.
2013-11-13 Petteri AimonenMake tests build in a separate folder, add to gitignore
2013-11-11 Petteri AimonenFix path in FindNanopb.cmake.
2013-11-07 Petteri AimonenSetting version to 0.2.5-dev
2013-11-07 Petteri AimonenPublishing nanopb-0.2.4
2013-11-02 Petteri AimonenAdd dates to changelog
2013-11-02 Petteri AimonenUpdate changelog
2013-11-02 Petteri AimonenGenerate #define tags for extension fields also.
2013-10-29 Petteri AimonenRemove the NANOPB_INTERNALS functions from public API.
2013-10-29 Petteri AimonenDeclare static functions before use.
2013-10-29 Petteri AimonenCleanup of comments.
2013-10-29 Petteri AimonenAdd a definition of the security model to the documenta...
2013-10-29 Petteri AimonenRename some internal functions to have unique names
2013-10-24 Petteri AimonenDetect invalid sizes when encoding bytes fields.
2013-10-24 Petteri AimonenSame fix for EncodedSize.__mul__
2013-10-24 Petteri AimonenHandle also longs in EncodedSize
2013-10-23 Petteri AimonenFix the size of length prefix for messages in other...
2013-10-23 Petteri AimonenGenerate message size #defines also for messages define...
2013-10-20 Petteri AimonenDefine pb_size_t and pb_ssize_t data types.
2013-10-20 Petteri AimonenCheck array max size when encoding.
2013-09-26 Petteri AimonenAdd #defines for the maximum encoded message size.
2013-09-18 Petteri AimonenSetting version to 0.2.4-dev
2013-09-18 Petteri AimonenPublishing nanopb-0.2.3
2013-09-13 Petteri AimonenUpdate changelog
2013-09-13 Petteri AimonenAdd a new very simple example
2013-09-13 Petteri AimonenMove examples into subfolders, add READMEs
2013-09-13 Petteri AimonenMerge branch 'dev_get_rid_of_ternary_operator'
2013-09-13 Petteri AimonenFine-tune the naming of new macros before merging into
2013-09-11 Petteri AimonenExpand extra_fields test to cover field skipping in...
2013-09-11 Petteri AimonenDisable warning about uint64_t (long long)
2013-09-11 Petteri AimonenFix build error when path contains spaces
2013-09-11 Petteri AimonenMerge branch 'dev_tests_using_scons'
2013-09-11 Petteri AimonenAdd tests for different compilation options
2013-09-11 Petteri AimonenWindows build fixes
2013-09-11 Petteri AimonenMake all the tests ANSI C compatible.
2013-09-11 Petteri AimonenGet rid of the ternary operator in the pb_field_t initi...
2013-09-10 Petteri AimonenMove the rest of the tests to scons
2013-09-10 Petteri AimonenCompiler options for GCC, clang and tcc
next