3 files changed
+3
-3
lines changed- .github/workflows/main.yml+42
- .gitignore+1
- .travis.yml-28
- README.md+9-4
- docs/CMock_Summary.md+26-1
- lib/cmock.rb+16-9
- lib/cmock_config.rb+1
- lib/cmock_generator.rb+27-9
- lib/cmock_generator_plugin_cexception.rb+1
- lib/cmock_generator_plugin_ignore_stateless.rb+85
- lib/cmock_generator_plugin_return_thru_ptr.rb+4-4
- lib/cmock_generator_utils.rb+6-3
- lib/cmock_header_parser.rb+40-14
- meson.build+1-37
- src/cmock.h+13-7
- src/meson.build+1-1
- test/system/test_interactions/ignore_and_return_stateless.yml+325
- test/unit/cmock_generator_main_test.rb+3
- test/unit/cmock_generator_plugin_cexception_test.rb+12
- test/unit/cmock_generator_plugin_ignore_stateless_test.rb+116
- test/unit/cmock_generator_plugin_return_thru_ptr_test.rb+4-4
- test/unit/cmock_generator_utils_test.rb+14-9
- test/unit/cmock_header_parser_test.rb+129-3
- test/unit/cmock_plugin_manager_test.rb+2-1
Submodule mbedtls updated from 8b3f26a to edb8fec
- .appveyor.yml+7-14
- .travis.yml+10-2
- Makefile+13-3
- Makefile.nmake+4
- VERSION+1-1
- examples/simplereader.c+9-5
- scripts/update-docs.sh+1-1
- src/cbor.h+132-15
- src/cborencoder.c+68-24
- src/cborencoder_float.c+42
- src/cborerrorstrings.c+7-1
- src/cborinternal_p.h+165-10
- src/cborparser.c+246-166
- src/cborparser_float.c+54
- src/cborpretty.c+16-17
- src/cbortojson.c+14-4
- src/cborvalidation.c+22-35
- src/src.pri+11-1
- src/tinycbor-version.h+2-2
- src/tinycbor.pro+5-1
- tests/cpp/tst_cpp.cpp+2
- tests/encoder/data.cpp+346
- tests/encoder/tst_encoder.cpp+153-278
- tests/parser/data.cpp+607
- tests/parser/tst_parser.cpp+252-568
- tests/tojson/tst_tojson.cpp+3-3
- tools/cbordump/cbordump.c+2-2
0 commit comments