summaryrefslogtreecommitdiff
path: root/Kernel/FileSystem
diff options
context:
space:
mode:
authorArthur Mendes <arthurmco@gmail.com>2021-04-06 12:54:28 -0300
committerGitHub <noreply@github.com>2021-04-06 17:54:28 +0200
commit0fd50f02836e59ad6fbe97ba423fb517fa9348b7 (patch)
tree97a7a488f2b47f391514a22a4103972903790fcf /Kernel/FileSystem
parent380e688123250c671e1b935490e73090e19e6ec8 (diff)
downloadserenity-0fd50f02836e59ad6fbe97ba423fb517fa9348b7.zip
Ports: Add flatbuffers library (#6050)
The flatbuffers library is a serialization library, created by Google for game development and performance-critical applications. It aims to be fast and efficient. This commit creates a port of it to SerenityOS. The flatbuffers build process generates three things: some header files, a library (libflatbuffers) and a schema compiler (flatc). There are tests, but they are not compiled, because it runs the flatbuffers schema compiler, one of the things we are cross-compiling. The compiler will not run because the target is different from the host
Diffstat (limited to 'Kernel/FileSystem')
0 files changed, 0 insertions, 0 deletions