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
e5e1b081f8c9389ce5eb5b8c456f4aea8d25969b
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
5
Dec
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
13
8
29
Sep
28
25
24
23
21
18
16
15
14
11
9
28
Aug
26
19
15
14
12
11
7
5
Support for Golang GRPC (Experimental) (#4082)
Adds typedefs and functions to help write generic code.
Allows structs to be stored directly as member variables.
Merge branch 'master' of https://github.com/google/flatbuffers
Add Gitter badge (#4075)
Fixed javascript helper for typed arrays of scalars not taking into (#4068)
[PHP] Use mb_detect_encoding when available (#3952)
Making flatbuffers JSON parsing deal with unexpected null values when unknown JSON is allowed. (#4083)
chore(lint) (#4079)
Merge branch 'master' of https://github.com/google/flatbuffers
Fixes to support GCC 4.4.7
Add Gitter badge (#4075)
Fixed javascript helper for typed arrays of scalars not taking into (#4068)
Updated docs.
Change docs to not encourage use of 1 byte buffers.
Fixed STLPort error for missing vector::data()
Merge branch 'master' of https://github.com/google/flatbuffers
Made nesting vs inline clearer in the docs.
Fix Closure Compiler warnings (#4067)
Java: fix unsigned default value code generation and add 'L' suffix for long default value (#4051)
Added functionality to obtain a buffer pointer from a root.
Fixed lambda return value error on VS2010.
Fixed unused variable warnings, and made sure they are on.
Fixed broken traits codegen for --scoped-enums.
Merge branch 'master' of https://github.com/google/flatbuffers
Add missing include (#4052)
Allow other pointer types than unique_ptr for object API.
Fixed inconsistent use of namespace directory prefixing.
Updated docs.
Fix lambda compilation error in VS.
Added missing generated code files.
Merge branch 'master' of https://github.com/google/flatbuffers
Clarified tutorial w.r.t reading/writing buffers.
Added support for size prefixed buffers.
Fixed line numbers being off in multi-line comments.
External references for the object API thru a resolver function.
flatc java generator: namespace_test2.fbs is missing namespace prefix for referToA2() return type (#4040)
CMake now accepts external toolchain configuration (#4045)
Generate type traits for unions to map a type to the corresponding u… (#4032)
Merge pull request #4025 from paszea/reflection_fqn
Loading