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
21a81219820f4acc1e50569ff280b24b1af29a36
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
3
Dec
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
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
Support nulls in String compare, CreateSharedString (#5060)
CI: Dockerized language port tests (#5066)
Fix create_vector_of_strings to use the stack, and test it. (#5074)
Fix Java generator bug that ignores bidi streaming attribute (#5063)
disable unimportant RAM-heavy test b/c Windows (#5047)
Make Parser skip files it's seen already. (#5048)
Make string/vector field serialization order not depend on optimizer.
Make the Parser independent from the global C-locale (#5028)
Fixed double generated file name postfix (#5046)
Make flatbuffer C++ tests work when vendored with bazel (#5040)
Convenient createX methods for TS (#5044)
flexbuffers blob to string implementation (#5039)
Fix missing doxygen link to Rust docs
Wrong int32 min-max range definition on numTypes.lua (#5031)
Update Conan version Automatically (#5027)
FlexBuffer to JSON convertor for typed and fixedTypedvectors (#4947)
Fixed STLPort build
Fixed vectors of enums in object API serialized incorrectly.
Fixed missing code from @javax.annotation PR.
Fix a memory leak in builder test (#5021)
--keep-prefix for JS generator (#5018)
make unions with type aliases more usable (#5019)
Rust: test that no heap allocs happen on hot paths (#5022)
Disallowed 0 byte structs.
Revert "Convert net/FlatBuffers project to be compatible with netstandard (#4811)"
Add 'fsanitize=address,undefined' to tests and flatc targets (#5009)
Fixed Java gRPC version numbers.
Fixed npm publish appending multiple copies into .mjs
clean up unnecessary outer rust gen-snippet (#5013)
Use stdlib context in generated Go files (#4904)
Make alignment checking optional. (#5011)
make flatbuffers::IsFieldPresent safer (#4988)
Add fuzzer test for scalar numbers in json. (#4996)
CI check generate code (#4998)
forbid enum values that are out of range (#4977)
Efficient Conversion of a FlatBufferBuilder to a MessageBuilder (#4980)
[Python] Fast serialization of numpy vectors (#4829)
Go - Use Go bool type for bool fields (#4962)
disallow c style casts (#4981)
don't use std::function in flatbuffers::Parser (#4995)
Loading