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
d236dea13d2fdb9ad596679868eb4204c1562151
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
15
Jun
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
3
1
31
Jul
29
22
14
13
12
8
7
6
5
2
1
29
Jun
26
25
24
22
17
16
15
14
13
6
27
May
20
18
15
13
12
11
9
8
7
6
5
4
29
Apr
28
15
13
10
6
2
1
30
Mar
27
23
13
11
9
23
Feb
17
13
11
10
9
4
2
28
Jan
26
21
16
7
6
9
Dec
8
19
Nov
7
29
Oct
27
24
Added conversion operations that can be used inline in JSON.
Added additional convenience overloads to CreateVector().
Add tests for GetRootAs* in Go and Python
Emit GetRootAs methods for all types in Go and Python
Merge pull request #3897 from Lakedaemon/namespaceWork
Merge pull request #3903 from senior7515/master
Add env var for flatc schema compiler cmake module
Merge branch 'master' of https://github.com/google/flatbuffers into fuzzer2
Fix typo
SetNameSpace algorithm documentation and more meaningful variable names
Create a maven like project structure for java development. Make it OSGi compliant. Generate the flatbuffers code for testing (example).
Added a way to get mutable tables out of a mutable vector of tables.
Fixed LoadFile crashing on directory arguments.
Fixed compile errors on Windows
Better C++ namespace management
cpp generator : pulling all methods inside the class
Merge pull request #3885 from Lakedaemon/shareWarningAndTwoMethods
Merge pull request #3870 from martinus/master
Merge pull request #3891 from bog-dan-ro/master
renamed functions
Don't generate MIN & MAX enum values if "--no-prefix" is used.
MIN & MAX are useless for bit_flags
Add ! operator
We already know the underlying_type.
Merge pull request #3888 from bog-dan-ro/master
Merge pull request #3889 from PSPDFKit-labs/james/avoid-msvc-align-error
Define bit mask operators for scoped enums bitfields
sharing namespace_dir and the namespace string methods
sharing the Flatbuffers warning
Add simple libfuzzer based test.
Merge pull request #3880 from Lakedaemon/IsEverythingGenerated
shared method that exits early if everything is generated
MSVC doesn't allow alignment on function params. This prevents the copy and thus avoids this issue https://msdn.microsoft.com/en-us/library/373ak2y1.aspx
Merge "Uncomment the corpus attribute since b/28762769 is fixed, add more items to the corpus (taken from the ClusterFuzz-generated corpus)." into ub-games-master
Merge "Add a fuzzer for flatbuffers, derived from the one used in Chromium: https://code.google.com/p/chromium/codesearch#chromium/src/testing/libfuzzer/fuzzers/flatbuffers_verifier_fuzzer.cc" into ub-games-master
Merge pull request #3865 from bhamiltoncx/surrogate-pairs
Merge "Removed reference to deprecated NDK toolchain version." into ub-games-master
Handle \u-escaped surrogate pairs correctly in IDL parser
Uncomment the corpus attribute since b/28762769 is fixed,
Add a fuzzer for flatbuffers, derived from the one used in Chromium:
Loading