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
5da7bda826a98fa92eb1356907afa631bfa9c1b1
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
7
Aug
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
20
21
15
14
11
10
9
8
2
1
23
Jun
20
19
17
13
12
11
10
27
Jan
added a successful test run console print
removed console print from code
fixed C# bytebuffer put methods
begin to correct C# bytebuffer behavior
Added a link to other FPL libraries to the main page.
Added a link to other FPL libraries to the main page.
Fix missing break statement in SetAnyValueS case.
Merge pull request #247 from stewartmiles/master
Changed maximum force_align to match the C++ code generator.
Clarified the use of the deprecated flatc --gen-includes flag.
Clarified the use of the deprecated flatc --gen-includes flag.
Fixed VS project file.
Fixed AddFlatBuffer using wrong buffer length.
Reworked reflection.h to be more general.
small refactor to GenSetter method
extend java tests
extended scalar mutator support
support for scalar mutators
Fixed small inaccurracies in the schema grammar.
Fixed small inaccurracies in the schema grammar.
Added support for adding new tables/strings to an existing FlatBuffer.
Merge pull request #241 from RevenantX/master
default in switch.
remove unused funciton.
Base type safety in C#. Clear FlatBufferBuilder in C#.
Updated documentation to use new css style.
Updated documentation to use new css style.
Fixed compile error in older gcc's for trailing comma in enum.
Merge pull request #237 from jonsimantov/master
Updated pointer syntax to be consistent in SetString, etc.
Use Object* for optional root_table in SetString/ResizeVector.
Merge pull request #238 from martell/master
Fixed reflection resizing code not checking strings in vectors.
Add a libflatbuffers for other projects to use
Add optional root table name to SetString and ResizeVector.
2Gb buffer size checks fixed for Python Builder
Merge pull request #233 from aeneid/master
comment update
applied struct parameter fix to Go and Python generated classes
Fixed type specifiers in the grammar document.
Loading