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
af21b9064d69bd254c44ce8af9cfdf622551d754
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
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
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
Added missing nullptr check in vector of union verifiers.
Disabled python in travis.yml pending fix.
Various build fixes; update checked-in codegen. (#4572)
fixed java codegen bug documented in #4563 (#4565)
Made all C++ files clang-formatted.
added config files for popular formatting tools (#4554)
grpc bindings generator for Java and a few minor supporting changes i… (#4553)
synchronized grpc cpp_generator with latest version as of today: grpc-1.8.1. (#4556)
updated cpp_generator.cc to be compatible with the latest grpc version (#4551)
update mutation status in doc (#4549)
Merge pull request #4516 from mikeholler/travis
Fix for strictPropertyInitialization for TS (#4540)
Change mikeholler to PYPI_USERNAME
Fixed CreateStruct not testing for nesting.
Replace the non standard M_PI with a constant (#4528)
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)
Loading