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
b36bd67b390bb17f462258afb7ce6328da1b5622
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
10
Aug
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
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
Forgot to update pom.xml in recent 1.7.1 release.
Misc documentation fixes.
Fixed clang-tidy warnings.
Added missing generated code from past commits.
Linked to Mikkel's binary format documentation.
Public accessor for buffer size of flexbuffers::Builder
[c++] Add support for boolean types in flexbuffers (#4386)
Add scalar type aliases for int8, uint8, ..., f32, f64 (#4400)
[Python] (scalar) vector reading speedup via numpy (#4390)
Added support for nested flatbuffers serializing to json (#4391)
Adding accessors for IsBlob and Blob.data (#4398)
Merge pull request #4395 from stewartmiles/master
Test case for CreateVectorOfStructs() using a callback.
forwarding IDLOptions.strict_json to flexbuffers .ToString() (#4394)
Merge pull request #4383 from stewartmiles/master
C++98 (stlport) support for core FlatBuffers and FlexBuffers.
idl_parser.cpp ignores $schema in input json (#4382)
Java: Added ByteBufferFactory interface and sizedInputStream method. (#4379)
Json schema (#4369)
Make inter-file cycles compile (#4364)
Make flatbuffers work with ArduinoSTL (#4357) (#4361)
Avoiding wrong template specialization on new CreateVector
v1.7.1
v1.7.1
Updated docs for 1.7.0
Updated version numbers to 1.7.0
v1.7.0
v1.7.0
Optimize CreateVector for types > 1 byte on little endian (#4355)
Added move assignment operator to DetachedBuffer.
Adding a method to get the file identifier from a flatbuffer.
Initial support for parsing (and generating) Protobuf ASCII.
Added convenient schema registry.
Fixed missing lambda return type.
Fixed build error in Visual Studio 2017 (#4353)
gRPC: fix memory leak (#4351)
Added (nested) FlexBuffer JSON parsing and output.
Added nested FlexBuffer parsing
Fix memory leak in Message move operator (#4344)
[cpp] Json parsing: adding support for parsing nested lists and top level lists (#4338)
[C++] Remove std::iterator usage (#4340) (#4341)
[C++] Improve flatbuffers + gRPC integration (#4310)
Generate a C++ function for EnumValues{{ENUM_NAME}} (#4337)
[C++] Remove std::move around a raw pointer in flatbuffers.h (#4339)
Loading