Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
F
fuchsia.googlesource.com-third_party-flatbuffers
Manage
Activity
Members
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Model registry
Analyze
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
fuchsia-mirror
fuchsia.googlesource.com-third_party-flatbuffers
Graph
b3c35750c2a40d09b6fa8982663dd10337d3b5dd
Select Git revision
Branches
8
master
default
upstream/benchmarks
upstream/fix-277
upstream/gh-pages
upstream/issue-template
upstream/master
upstream/rw-fix-rust-build-errors
upstream/schemaless
Tags
16
1.11.0
v1.11.0
v1.10.0
v1.9.0
v1.8.0
v1.7.1
v1.7.0
v1.6.0
v1.5.0
v1.4.0
v1.3.0
v1.2.0
v1.1.0
v1.0.3
v1.0.2
v1.0.1
24 results
You can move around the graph by using the arrow keys.
Begin with the selected commit
Created with Raphaël 2.2.0
30
Jan
27
26
25
24
23
22
19
18
13
11
9
4
3
28
Dec
21
19
20
19
16
14
12
9
8
7
5
2
21
Nov
18
16
9
7
2
26
Oct
24
21
19
17
12
7
5
3
21
Sep
19
15
14
13
12
9
7
6
7
1
31
Aug
30
29
26
27
26
27
26
25
24
25
24
23
22
20
18
17
16
15
14
13
12
10
8
3
2
1
31
Jul
29
28
27
26
25
26
25
23
22
20
21
20
19
18
16
15
14
13
12
11
9
8
5
4
1
29
Jun
27
23
22
23
20
18
17
15
14
13
10
8
7
6
2
1
31
May
30
28
26
25
24
23
21
20
18
3
1
29
Apr
27
26
25
23
22
21
20
18
16
15
13
11
8
7
6
4
3
1
30
Mar
29
28
26
23
20
14
9
8
7
2
26
Feb
25
22
17
12
10
11
10
8
3
1
2
29
Jan
27
22
21
20
19
18
13
9
8
6
5
4
2
31
Dec
29
24
22
21
17
16
15
14
13
12
11
9
7
5
4
2
30
Nov
27
25
23
20
21
19
18
17
18
17
16
15
13
12
11
10
9
7
6
28
Oct
22
20
19
18
17
14
Remove max_message_size arg, which is not passed to Deserialize func.
A bug fix to the union vector feature in FlatBuffers.
Add utility to produce vector of structs in-place.
Merge branch 'master' of https://github.com/google/flatbuffers
Added tracking of order of types declared.
Some small speed optimizations to the core copying functions.
Merge pull request #4146 from zchee/go-test-fix_struct
Fix unused variable build warning on Mac.
Moved union vector test to file dependent section.
Allow the flatbuffer compiler (flatc) to be built as a library.
minor fixes to the union vector code styles (#4149)
Generates includes for imported flatbuffers schemas.
Merge pull request #4148 from gbeili/vector_unions
Union Vector
Update flatbuffers rules to allow includes.
Reword comment so that code editors can mark deprecation correctly (#4147)
go: fix unknown field 'UOffset' to 'Pos'
Adding fuchsia build files.
More native code gen functionality.
Add no-op for padding variables to prevent clang compiler warning.
Fix compiler warning on Visual Studio.
Merge branch 'master' of https://github.com/google/flatbuffers
Fixed unions not being parsed correctly in JSON.
GenEnum: bit_flags: Remove useless conditions (#4141)
Fix unused field warning in clang.
Add CodeWriter utility class.
Add a builder option to enable/disable vtables deduplication. (#4132)
Resolve Go fmt and vet warnings (#4134)
Merge branch 'master' of https://github.com/google/flatbuffers
Fixed GRPC method name generation.
Cold part of make_space() code moved to reallocate member function. (#4130)
Re-applied reverted fix, adding missing codegen files.
Misc idl_gen_cpp cleanup
Updated docs for 1.5
Updated version to 1.5
v1.5.0
v1.5.0
fix memory leak (#4126)
Fix C++ gRPC test with streaming method (#4123)
Merge branch 'master' of https://github.com/google/flatbuffers
Fixed empty structs generating illegal constructor in C++.
Fix call to Verifier::VerifyBuffer from BufferRef (#4124)
Loading