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
f706a42951a9b91df2b681cb0a4df50d2bb2a2b7
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
11
Apr
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
22
15
25
Sep
23
22
19
18
16
15
10
5
4
3
2
25
Aug
22
20
19
13
12
11
31
Jul
29
28
25
24
21
Made user-defined attributes available in the reflection data.
Merge branch 'master' of https://github.com/google/flatbuffers
Fixed JSON integers as strings not being parsed correctly.
Fixed pre-declarations of included types in generated code.
Merge pull request #3789 from Chippiewill/master
Merge pull request #3839 from klapek/net/bytebuffer-assert-optimization
Remove unnecessary condition in AssertOffsetAndLength.
Merge pull request #3832 from mikkelfj/c_docs
Update C documentation with supported MSVC versions, and other minor updates.
updated docs.
Added missing util.cpp to VS project
Adding missing util.cpp to Xcode project
Merge branch 'master' of https://github.com/google/flatbuffers
Merge pull request #3836 from tkelman/cygwinbuild
add setloadfile and setfileexists functions to flatbuffers
Fix flatbuffers conversion warnings.
Fix flatc build for msvc.
Fixed potential integer overflow in the Verifier.
Fixed VS assignment constructor warning.
Remove details on FlatCC builds that would easily become outdated
Document FlatCC support for Windows
Fix build on Cygwin
Merge pull request #3816 from armen/master
Merge pull request #3834 from Nnamdi/gen_name_strings
Added --gen-name-strings command line option.
Implement __vector_as_bytes and methods to get [ubyte] efficiently
Move some C specifics out of tutorial and clarify platform support
Add C support in README, minor updates in other C doc
Documentation for C bindings
Merge pull request #3822 from cage433/tutorial-java-type-error
Tutorial's Java example uses incorrect types
Allow builds on platforms with unsigned chars by default
Added stream & idempotent annotations for RPCs.
Added RPC declarations to the schema parser.
Merge pull request #3805 from artiom/patch-1
Fix CreateString with already-encoded string or bytearray in Python 2.7.
Update google user group link
Allow JSON numeric fields to be specified by a numeric data in a string.
Merge branch 'master' of https://github.com/google/flatbuffers
Fixed Java pom.xml file still having wrong version number.
Loading