Add inline allocation of bytes fields
[apps/agl-service-can-low-level.git] / tests / SConstruct
2015-01-04 Petteri AimonenActually make the protoc version check work
2015-01-04 Petteri AimonenOnly run oneof test when protoc >= 2.6 is available
2015-01-03 Petteri AimonenChange PB_RETURN_ERROR() macro to avoid compiler warnings.
2014-12-26 Petteri AimonenMove malloc support to tests/common directory
2014-09-11 Petteri AimonenAdd a better fuzz test.
2014-07-20 Petteri AimonenFix problem with .options file and extension fields.
2014-04-15 Petteri AimonenFix typos in scons command line options
2014-04-15 Petteri AimonenRemove -O0 from tests CFLAGS so that optimized builds...
2014-04-09 Petteri AimonenUse -fsanitize=undefined when running tests with clang
2014-04-05 Petteri AimonenAdd rule for building coverage summary using lcov.
2014-03-18 Petteri AimonenAdd stdlib.h to pb_syshdr.h for dynamic allocation
2014-03-15 Petteri AimonenFinish the alltypes_pointer testcase, use valgrind...
2014-03-12 Petteri AimonenAdd pb_release() function
2014-02-04 Petteri AimonenAdd strict-aliasing GCC warnings for core
2013-12-29 Petteri AimonenFix path change: compat/ -> extra/
2013-12-29 Petteri AimonenSmall fix for previous
2013-12-29 Petteri AimonenCheck for supported GCC CCFLAGS when building tests.
2013-12-29 Petteri AimonenAdd a SCons tool for nanopb protos.
2013-11-13 Petteri AimonenMake tests build in a separate folder, add to gitignore
2013-10-29 Petteri AimonenRemove the NANOPB_INTERNALS functions from public API.
2013-09-13 Petteri AimonenMerge branch 'dev_get_rid_of_ternary_operator'
2013-09-11 Petteri AimonenDisable warning about uint64_t (long long)
2013-09-11 Petteri AimonenMerge branch 'dev_tests_using_scons'
2013-09-11 Petteri AimonenMake all the tests ANSI C compatible.
2013-09-10 Petteri AimonenCompiler options for GCC, clang and tcc
2013-09-10 Petteri AimonenBuild fixes for Windows/Visual C++
2013-09-10 Petteri AimonenAdd an example pb_syshdr.h file for platforms without...
2013-09-10 Petteri AimonenConvert more test cases to scons
2013-09-08 Petteri AimonenStart moving the tests into subfolders. Transition...