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
19c81b11b3b3ed1949b64134184c4bf5144f3564
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
28
Mar
25
21
18
14
11
9
8
7
6
5
4
28
Feb
26
25
22
21
19
14
15
14
11
7
5
4
28
Jan
24
17
16
14
7
27
Dec
26
20
17
13
10
6
3
29
Nov
16
15
13
12
5
2
1
31
Oct
29
25
23
22
18
15
11
8
4
3
1
28
Sep
27
26
24
21
20
12
6
5
4
3
2
30
Aug
24
23
20
16
13
10
9
6
29
Jul
27
26
23
19
16
15
6
5
3
2
28
Jun
27
25
21
18
14
12
8
7
4
1
31
May
18
15
14
10
7
3
30
Apr
27
23
16
6
5
4
2
26
Mar
23
15
12
9
8
5
4
2
26
Feb
23
22
16
15
12
8
5
29
Jan
22
18
16
12
11
8
4
28
Dec
21
18
14
13
7
4
1
30
Nov
27
20
17
16
13
9
6
26
Oct
23
20
16
13
9
6
5
2
27
Sep
25
22
21
14
12
7
31
Aug
25
24
17
14
11
10
7
4
2
1
28
Jul
27
24
20
19
13
10
26
Jun
21
20
16
13
12
7
5
2
24
May
22
18
16
15
12
10
8
4
1
26
Apr
24
21
19
17
12
10
7
29
Mar
27
20
18
15
13
10
8
3
28
Feb
25
20
15
13
10
8
1
30
Jan
27
26
25
24
23
22
19
18
13
11
9
4
3
28
Dec
21
19
20
Update grammar to reflect required type signature for enum declarations. (#5269)
Add missing test data file to BUILD file (#5264)
Bazel CI: fix bad value in yml (#5262)
Fix a warning on compiling with clang (#5258)
Add inequality operator (inspired from #263) (#5257)
[C++] Changes in the flathash program (#5255)
Fixed tutorial markdown file (#5248)
Further fixes to make minireflect compatible with old behavior.
Unify line ending rules in '.editorconfig' and '.gitattributes' (#5231)
Fixed vector_delimited excluding delimiter
Fixed shadowing warning in older gcc for vector_delimited
Made ToStringVisitor backwards compatible with older behavior.
Made JS enum declarations compatible with google closure
Disabled constexpr for hashing functions.
Narrows template ascii routines to prevent a possible signed overflow in generic code. (#5232)
Fix typo in dart documentation (#5230)
[C++] Object API: document custom string type requirements,
[Rust] Don't use inner attributes for `allow` (#5212)
Small usability tweaks to the rust codegen. (#5213)
Fix rust crate for big-endian targets (#5229)
Removed -Wc++98-compat-extra-semi for compatibility with older clang.
Bazel ci (#5228)
Fixed vector of union JSON parsing.
[Rust] Fixed codegen documentation for Tables (#5227)
[Go] Add mutation functions for vector elements (#5221)
Clean-up nested_parser on all paths (#5179) (#5184)
[Fix #5112] flatc generates constructors with memset for non-trivial types (#5222)
[doc] fix typos in doc. (#5217)
Rust: Fix lifetime in union _as_ accessors (#5140)
Java: Calculation of vtable and vtable size moved to the __init method. (#5210)
Java: Removed unused duplicate of bytebuffer from "Table#__string" method. (#5211)
Lua library: fix vtable reuse. (#5214)
Attempting to make travis not kill the Android build.
IterateValue: Use ReadScalar instead of unportable reinterpret_casts (#5209)
Fix incorrect code generation on Solaris Sparc. (#5208)
Added -Wc++98-compat-extra-semi
Added -Wextra-semi to Clang build.
Fix big-endian build. (#5205)
Remove byte* property in ByteBufferAllocator (#5191)
Improve endian detection. (#5204)
Loading