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
1fb0f1ef717d451d77f02c926a057f0b4eb4ca84
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
5
Dec
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
20
21
15
14
11
10
9
8
2
1
23
Jun
20
19
17
13
12
11
10
27
Jan
Correct the max/min signed/unsigned 32-bit int
Fix to #360 - Updated the general generator (Java/C#) to emit fully qualified names where the referenced object isn't directly in this namespace. Added test fbs files to verify compilation.
Add Get Bytes Method Generator for C#
Do not create empty enums.
Added --gen-all to generate code for a schema and all its includes.
Added --gen-all to generate code for a schema and all its includes.
Multiple schemas parsed by flatc are now parsed independently.
Fixed implicit dereference in flatc.
Added long form options for all generators (--cpp etc.)
Link clang builds against libc++abi on Linux
Multiple schemas parsed by flatc are now parsed independently.
C++ generated code now has constants for vtable offsets.
Made C++ generated code use "bool" instead of uint8_t wire type.
Allow vectors to be aligned beyond their natural type.
Java builder now checks if buffer was finished upon access.
Fix use of std::max when Windows.h is imported.
Return the full string when requested from a flatbuffers::String, even if it contains a NULL byte.
Added long form options for all generators (--cpp etc.)
Made generated C++ code respect gcc -Werror=shadow.
Fixed crash related to flatc parsing duplicate input files.
Fixed implicit dereference in flatc.
Merge pull request #610 from iperry/master
Link clang builds against libc++abi on Linux
Multiple schemas parsed by flatc are now parsed independently.
C++ generated code now has constants for vtable offsets.
Merge branch 'master' of https://github.com/google/flatbuffers
Made C++ generated code use "bool" instead of uint8_t wire type.
Merge pull request #602 from chrisstaite/master
Allow vectors to be aligned beyond their natural type.
Java builder now checks if buffer was finished upon access.
Fix use of std::max when Windows.h is imported.
Return the full string when requested from a flatbuffers::String, even if it contains a NULL byte.
Added long form options for all generators (--cpp etc.)
Made generated C++ code respect gcc -Werror=shadow.
Fixed crash related to flatc parsing duplicate input files.
Merge pull request #353 from takaken1994/master
Merge pull request #349 from belldon/enum-fix
Fix C# vector of enum code generation
Merge pull request #362 from chobie/fix-projectfile
also, fix xcode project
Loading