Commit 0c7f051
File tree
5 files changed
+5
-5
lines changed- vendor
- baidaix
- google
- mapbox
- osmcode
- zlib-ng
5 files changed
+5
-5
lines changedSubmodule googletest updated 295 files
- .clang-tidy+3-30
- .github/actions/build-windows/action.yml-10
- .github/actions/build/action.yml-10
- .github/actions/cmake-windows/action.yml-12
- .github/actions/cmake/action.yml-16
- .github/actions/ctest-windows/action.yml-10
- .github/actions/ctest/action.yml-10
- .github/actions/install-ubuntu/action.yml-14
- .github/workflows/ci.yml-164
- .github/workflows/clang-tidy.yml-52
- .travis.yml+292
- CHANGELOG.md+3-49
- CMakeLists.txt+22-40
- CONTRIBUTING.md+1-1
- FUZZING.md+1-12
- LICENSE.md+7-9
- README.md+4-3
- appveyor.yml+2-3
- bench/data/README.md+2-2
- doc/CMakeLists.txt+1-1
- doc/Doxyfile.in+309-638
- include/protozero/basic_pbf_builder.hpp+2-2
- include/protozero/basic_pbf_writer.hpp+28-28
- include/protozero/buffer_string.hpp+1-3
- include/protozero/buffer_vector.hpp+1-3
- include/protozero/byteswap.hpp+4-13
- include/protozero/data_view.hpp+2-2
- include/protozero/pbf_message.hpp+1-1
- include/protozero/pbf_reader.hpp+6-6
- include/protozero/types.hpp+1-1
- include/protozero/varint.hpp+24-23
- include/protozero/version.hpp+3-3
- test/CMakeLists.txt+1-2
- test/README.md+1-1
- test/catch/catch.hpp+349-627
- test/include/buffer.hpp+1-2
- test/include/packed_access.hpp+15-15
- test/include/test.hpp+8-10
- test/reader_tests.cpp+1-1
- test/t/bool/reader_test_cases.cpp-8
- test/t/bytes/reader_test_cases.cpp+14-14
- test/t/bytes/writer_test_cases.cpp+6-6
- test/t/complex/reader_test_cases.cpp+1-5
- test/t/message/reader_test_cases.cpp+1-1
- test/t/nested/reader_test_cases.cpp+11-15
- test/t/repeated_packed_bool/reader_test_cases.cpp+2-2
- test/t/repeated_packed_fixed32/writer_test_cases.cpp+3-3
- test/t/rollback/reader_test_cases.cpp+2-2
- test/t/tag_and_type/reader_test_cases.cpp+2-6
- test/t/tags/reader_test_cases.cpp+1-5
- test/t/vector_tile/reader_test_cases.cpp+3-7
- test/unit/test_data_view.cpp+4-6
- test/unit/test_endian.cpp+2-6
- test/unit/test_exceptions.cpp+6-6
- test/unit/test_iterators.cpp+3-3
- test/unit/test_zigzag.cpp+2-6
- tools/pbf-decoder.cpp+16-21
- tools/pbf-fuzzer.cpp-85
0 commit comments