Commit 1892c10
1 parent 1345bc2 commit 1892c10
1 file changed
+1
-1
lines changed- .github/dependabot.yml+11
- .github/workflows/ci.yml+10-7
- .github/workflows/weekly.yml+61-22
- CHANGELOG.md+28
- CMakeLists.txt+19-1
- README.md+93-9
- external/hash/README.md+4
- external/hash/hash_table_impl.h+2
- external/hash/hash_table_impl_rh.h+2
- external/hash/hash_test.c+2-2
- external/hash/ht_hash_function.h+43-9
- external/hash/int_set.h+1-1
- external/hash/xxhash.h+5.5k
- external/lex/luthor.c+3-3
- include/flatcc/flatcc.h+1-1
- include/flatcc/flatcc_accessors.h+14-9
- include/flatcc/flatcc_alloc.h+1
- include/flatcc/flatcc_flatbuffers.h+2
- include/flatcc/flatcc_verifier.h+28
- include/flatcc/portable/paligned_alloc.h+1
- include/flatcc/portable/pattributes.h+1-1
- include/flatcc/portable/pmemaccess.h+232
- include/flatcc/portable/portable_basic.h+2
- include/flatcc/portable/prestrict.h+39
- include/flatcc/portable/pstdbool.h+10-1
- include/flatcc/portable/punaligned.h+1-1
- include/flatcc/support/elapsed.h+3-3
- scripts/_user_build.in+10-1
- src/cli/flatcc_cli.c+9-8
- src/compiler/CMakeLists.txt+3-1
- src/compiler/codegen_c_verifier.c+32
- src/compiler/codegen_schema.c+6-1
- src/compiler/flatcc.c+13-1
- src/compiler/parser.c+4-5
- src/compiler/semantics.c+1-1
- src/runtime/builder.c+22-7
- src/runtime/verifier.c+72-2
- test/CMakeLists.txt+1
- test/doublevec_test/CMakeLists.txt+20
- test/doublevec_test/doublevec_test.c+113
- test/doublevec_test/doublevec_test.fbs+5
- test/emit_test/emit_test.c+4-3
0 commit comments