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
c81239f6ea711b55914a9b9a830524577f422c9f
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
1
Dec
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
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
publish additional js/flatbuffers.mjs to npm to support ESModules in node (#4504)
this is allow custom allocator for obj-api structs/tables. (#4520)
Add include directory to CMake install targets (#4510)
Fixed prod PyPI URL and deploy block list.
Added all_branches to tags: true block
Add support for Python lib continuous deployment.
Updated docs.
Updated version numbers to 1.8.0
v1.8.0
v1.8.0
Missing generated code files.
Document type aliases (#4499)
fix typo (#4495)
Fixed potential strict-aliasing violation in big-endian code.
Add exports for all targets (#4491)
c++ Tutorial fix (#4494)
Remove copy constructor to make flatbuffers struct trivially copyable… (#4476)
tutorial docs (#4492)
Fix valid params limit exceeded for generated table constructor (#4490)
Made stl_emulation.h usable by itself.
Specify ABI version for shared library (#4479)
Use CMake install directories instead of hardcoded (#4481)
Text files should not have executable bit set (#4480)
Link grpctest with libgrpc_unsecure explicitly (#4474)
Updated pom.xml to be able to deploy to Maven central.
Added missing EndTable() call to VerifyObject() (#4468)
Changed how vector_data works. (#4467)
Fixed CMake build issue when building with Clang. (#4465)
Nullable java (#4455)
Merge pull request #4459 from stewartmiles/master
Report a build failure when any Android build fails.
Fixed Android build failure caused by use of C++11 limits.
Merge pull request #4458 from a-maurice/master
Use flatbuffer unique_ptr instead of std's.
Add new flatbuffer_go_library to generate Go library for flatbuffers
Spelling error in C# and Java documentation (#4454)
_Nullable cpp interface (#4451)
Improved .proto conversion.
[C++] Add explicit keyword on generated constructors for Builder structs (#4452)
Python: CreateByteVector function in builder. (#4453)
Fix issue #4389, if field is ommitted the return type is the same for… (#4444)
Add template version for As method. (#4443)
Loading