add flatbuffers
Showing
with
4871 additions
and
0 deletions
flatbuffers/.gitattributes
0 → 100755
flatbuffers/.github/ISSUE_TEMPLATE.md
0 → 100644
flatbuffers/.github/PULL_REQUEST_TEMPLATE.md
0 → 100644
flatbuffers/.gitignore
0 → 100755
flatbuffers/.travis.yml
0 → 100644
flatbuffers/CMake/BuildFlatBuffers.cmake
0 → 100644
flatbuffers/CMake/FindFlatBuffers.cmake
0 → 100644
flatbuffers/CMake/PackageDebian.cmake
0 → 100644
flatbuffers/CMakeLists.txt
0 → 100644
flatbuffers/CONTRIBUTING.md
0 → 100644
flatbuffers/LICENSE.txt
0 → 100644
This diff is collapsed.
Click to expand it.
flatbuffers/android/.project
0 → 100755
flatbuffers/android/AndroidManifest.xml
0 → 100755
flatbuffers/android/build_apk.sh
0 → 100755
This diff is collapsed.
Click to expand it.
flatbuffers/android/jni/Android.mk
0 → 100755
flatbuffers/android/jni/Application.mk
0 → 100755
flatbuffers/android/jni/build_flatc.bat
0 → 100755
flatbuffers/android/jni/include.mk
0 → 100644
flatbuffers/android/jni/main.cpp
0 → 100644
flatbuffers/android/jni/msbuild.py
0 → 100644
flatbuffers/android/jni/run_flatc.py
0 → 100755
flatbuffers/android/res/values/strings.xml
0 → 100755
flatbuffers/appveyor.yml
0 → 100644
flatbuffers/biicode.conf
0 → 100644
flatbuffers/biicode/README.md
0 → 100644
flatbuffers/biicode/cmake/biicode.cmake
0 → 100644
flatbuffers/biicode/support/bii-travis.sh
0 → 100755
flatbuffers/composer.json
0 → 100644
{ | ||
"name": "google/flatbuffers", | ||
"type": "library", | ||
"description": "FlatBuffers for PHP", | ||
"keywords": ["google", "flatbuffers", "serialization"], | ||
"homepage": "https://github.com/google/flatbuffers", | ||
"license": "Apache-2.0", | ||
"require": { | ||
"php": ">=5.4" | ||
}, | ||
"require-dev": { | ||
}, | ||
"autoload": { | ||
"psr-4": { | ||
"Google\\FlatBuffers\\": "php" | ||
} | ||
} | ||
} | ||
\ No newline at end of file |
flatbuffers/docs/footer.html
0 → 100755
flatbuffers/docs/header.html
0 → 100644
flatbuffers/docs/images/fpl_logo_small.png
0 → 100644
4.95 KB
flatbuffers/docs/images/ftv2mnode.png
0 → 100644
1.02 KB
flatbuffers/docs/images/ftv2pnode.png
0 → 100644
1.02 KB
flatbuffers/docs/source/Benchmarks.md
0 → 100755
flatbuffers/docs/source/Building.md
0 → 100755
flatbuffers/docs/source/CONTRIBUTING.md
0 → 120000
flatbuffers/docs/source/CUsage.md
0 → 100644
flatbuffers/docs/source/Compiler.md
0 → 100755
flatbuffers/docs/source/CppUsage.md
0 → 100755
This diff is collapsed.
Click to expand it.
flatbuffers/docs/source/FlatBuffers.md
0 → 100644
flatbuffers/docs/source/FlexBuffers.md
0 → 100644
flatbuffers/docs/source/GoApi.md
0 → 100644
flatbuffers/docs/source/GoApi_generated.txt
0 → 100644
flatbuffers/docs/source/GoUsage.md
0 → 100644
flatbuffers/docs/source/Grammar.md
0 → 100755
flatbuffers/docs/source/Internals.md
0 → 100755
This diff is collapsed.
Click to expand it.
flatbuffers/docs/source/JavaCsharpUsage.md
0 → 100755
flatbuffers/docs/source/JavaScriptUsage.md
0 → 100755
flatbuffers/docs/source/PHPUsage.md
0 → 100644
flatbuffers/docs/source/PythonUsage.md
0 → 100755
flatbuffers/docs/source/Schemas.md
0 → 100755
This diff is collapsed.
Click to expand it.
flatbuffers/docs/source/Support.md
0 → 100755
flatbuffers/docs/source/Tutorial.md
0 → 100644
This diff is collapsed.
Click to expand it.
flatbuffers/docs/source/WhitePaper.md
0 → 100755
flatbuffers/docs/source/doxyfile
0 → 100755
This diff is collapsed.
Click to expand it.
flatbuffers/docs/source/doxygen_layout.xml
0 → 100644
flatbuffers/docs/source/groups
0 → 100644
flatbuffers/docs/source/style.css
0 → 100644
flatbuffers/go/builder.go
0 → 100644
This diff is collapsed.
Click to expand it.
flatbuffers/go/doc.go
0 → 100644
flatbuffers/go/encode.go
0 → 100644
flatbuffers/go/grpc.go
0 → 100644
flatbuffers/go/lib.go
0 → 100644
flatbuffers/go/sizes.go
0 → 100644
flatbuffers/go/struct.go
0 → 100644
flatbuffers/go/table.go
0 → 100644
This diff is collapsed.
Click to expand it.
flatbuffers/grpc/README.md
0 → 100644
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
flatbuffers/grpc/src/compiler/go_generator.h
0 → 100644
flatbuffers/grpc/tests/go_test.go
0 → 100644
flatbuffers/grpc/tests/grpctest.cpp
0 → 100644
This diff is collapsed.
Click to expand it.
flatbuffers/include/flatbuffers/flatc.h
0 → 100644
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
flatbuffers/include/flatbuffers/grpc.h
0 → 100644
This diff is collapsed.
Click to expand it.
flatbuffers/include/flatbuffers/hash.h
0 → 100644
This diff is collapsed.
Click to expand it.
flatbuffers/include/flatbuffers/idl.h
0 → 100644
This diff is collapsed.
Click to expand it.
flatbuffers/include/flatbuffers/reflection.h
0 → 100644
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
flatbuffers/include/flatbuffers/util.h
0 → 100644
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
flatbuffers/js/flatbuffers.js
0 → 100644
This diff is collapsed.
Click to expand it.
flatbuffers/net/FlatBuffers/ByteBuffer.cs
0 → 100755
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
flatbuffers/net/FlatBuffers/Offset.cs
0 → 100644
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
flatbuffers/net/FlatBuffers/Struct.cs
0 → 100644
This diff is collapsed.
Click to expand it.
flatbuffers/net/FlatBuffers/Table.cs
0 → 100644
This diff is collapsed.
Click to expand it.
flatbuffers/package.json
0 → 100644
This diff is collapsed.
Click to expand it.
flatbuffers/php/ByteBuffer.php
0 → 100644
This diff is collapsed.
Click to expand it.
flatbuffers/php/Constants.php
0 → 100644
This diff is collapsed.
Click to expand it.
flatbuffers/php/FlatbufferBuilder.php
0 → 100644
This diff is collapsed.
Click to expand it.
flatbuffers/php/Struct.php
0 → 100644
This diff is collapsed.
Click to expand it.
flatbuffers/php/Table.php
0 → 100644
This diff is collapsed.
Click to expand it.
flatbuffers/pom.xml
0 → 100644
This diff is collapsed.
Click to expand it.
flatbuffers/python/__init__.py
0 → 100644
This diff is collapsed.
Click to expand it.
flatbuffers/python/flatbuffers/__init__.py
0 → 100644
This diff is collapsed.
Click to expand it.
flatbuffers/python/flatbuffers/builder.py
0 → 100644
This diff is collapsed.
Click to expand it.
flatbuffers/python/flatbuffers/compat.py
0 → 100644
This diff is collapsed.
Click to expand it.
flatbuffers/python/flatbuffers/encode.py
0 → 100644
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
flatbuffers/python/flatbuffers/packer.py
0 → 100644
This diff is collapsed.
Click to expand it.
flatbuffers/python/flatbuffers/table.py
0 → 100644
This diff is collapsed.
Click to expand it.
flatbuffers/python/setup.py
0 → 100644
This diff is collapsed.
Click to expand it.
flatbuffers/readme.md
0 → 100755
This diff is collapsed.
Click to expand it.
flatbuffers/reflection/generate_code.sh
0 → 100644
This diff is collapsed.
Click to expand it.
flatbuffers/reflection/reflection.fbs
0 → 100644
This diff is collapsed.
Click to expand it.
flatbuffers/samples/SampleBinary.cs
0 → 100644
This diff is collapsed.
Click to expand it.
flatbuffers/samples/SampleBinary.java
0 → 100644
This diff is collapsed.
Click to expand it.
flatbuffers/samples/SampleBinary.php
0 → 100644
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
flatbuffers/samples/android/build_apk.sh
0 → 100755
This diff is collapsed.
Click to expand it.
flatbuffers/samples/android/jni/Android.mk
0 → 100755
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
flatbuffers/samples/android/jni/main.cpp
0 → 100644
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
flatbuffers/samples/android_sample.sh
0 → 100755
This diff is collapsed.
Click to expand it.
flatbuffers/samples/csharp_sample.sh
0 → 100755
This diff is collapsed.
Click to expand it.
flatbuffers/samples/go_sample.sh
0 → 100755
This diff is collapsed.
Click to expand it.
flatbuffers/samples/java_sample.sh
0 → 100755
This diff is collapsed.
Click to expand it.
flatbuffers/samples/javascript_sample.sh
0 → 100755
This diff is collapsed.
Click to expand it.
flatbuffers/samples/monster.fbs
0 → 100755
This diff is collapsed.
Click to expand it.
flatbuffers/samples/monster_generated.h
0 → 100644
This diff is collapsed.
Click to expand it.
flatbuffers/samples/monsterdata.json
0 → 100755
This diff is collapsed.
Click to expand it.
flatbuffers/samples/php_sample.sh
0 → 100755
This diff is collapsed.
Click to expand it.
flatbuffers/samples/python_sample.sh
0 → 100755
This diff is collapsed.
Click to expand it.
flatbuffers/samples/sample_binary.cpp
0 → 100644
This diff is collapsed.
Click to expand it.
flatbuffers/samples/sample_binary.go
0 → 100644
This diff is collapsed.
Click to expand it.
flatbuffers/samples/sample_binary.py
0 → 100644
This diff is collapsed.
Click to expand it.
flatbuffers/samples/sample_text.cpp
0 → 100644
This diff is collapsed.
Click to expand it.
flatbuffers/samples/samplebinary.js
0 → 100644
This diff is collapsed.
Click to expand it.
flatbuffers/src/code_generators.cpp
0 → 100644
This diff is collapsed.
Click to expand it.
flatbuffers/src/flatc.cpp
0 → 100644
This diff is collapsed.
Click to expand it.
flatbuffers/src/flatc_main.cpp
0 → 100644
This diff is collapsed.
Click to expand it.
flatbuffers/src/flathash.cpp
0 → 100644
This diff is collapsed.
Click to expand it.
flatbuffers/src/idl_gen_cpp.cpp
0 → 100644
This diff is collapsed.
Click to expand it.
flatbuffers/src/idl_gen_fbs.cpp
0 → 100644
This diff is collapsed.
Click to expand it.
flatbuffers/src/idl_gen_general.cpp
0 → 100644
This diff is collapsed.
Click to expand it.
flatbuffers/src/idl_gen_go.cpp
0 → 100644
This diff is collapsed.
Click to expand it.
flatbuffers/src/idl_gen_grpc.cpp
0 → 100644
This diff is collapsed.
Click to expand it.
flatbuffers/src/idl_gen_js.cpp
0 → 100644
This diff is collapsed.
Click to expand it.
flatbuffers/src/idl_gen_php.cpp
0 → 100644
This diff is collapsed.
Click to expand it.
flatbuffers/src/idl_gen_python.cpp
0 → 100644
This diff is collapsed.
Click to expand it.
flatbuffers/src/idl_gen_text.cpp
0 → 100644
This diff is collapsed.
Click to expand it.
flatbuffers/src/idl_parser.cpp
0 → 100644
This diff is collapsed.
Click to expand it.
flatbuffers/src/reflection.cpp
0 → 100644
This diff is collapsed.
Click to expand it.
flatbuffers/src/util.cpp
0 → 100644
This diff is collapsed.
Click to expand it.
flatbuffers/tests/FlatBuffers.Test/Assert.cs
0 → 100644
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
flatbuffers/tests/FlatBuffers.Test/Lcg.cs
0 → 100644
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
No preview for this file type
This diff is collapsed.
Click to expand it.
flatbuffers/tests/GoTest.sh
0 → 100755
This diff is collapsed.
Click to expand it.
flatbuffers/tests/JavaScriptTest.js
0 → 100644
This diff is collapsed.
Click to expand it.
flatbuffers/tests/JavaScriptTest.sh
0 → 100755
This diff is collapsed.
Click to expand it.
flatbuffers/tests/JavaTest.bat
0 → 100755
This diff is collapsed.
Click to expand it.
flatbuffers/tests/JavaTest.java
0 → 100755
This diff is collapsed.
Click to expand it.
flatbuffers/tests/JavaTest.sh
0 → 100755
This diff is collapsed.
Click to expand it.
flatbuffers/tests/MyGame/Example/Ability.cs
0 → 100644
This diff is collapsed.
Click to expand it.
flatbuffers/tests/MyGame/Example/Ability.go
0 → 100644
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
flatbuffers/tests/MyGame/Example/Ability.php
0 → 100644
This diff is collapsed.
Click to expand it.
flatbuffers/tests/MyGame/Example/Ability.py
0 → 100644
This diff is collapsed.
Click to expand it.
flatbuffers/tests/MyGame/Example/Any.cs
0 → 100644
This diff is collapsed.
Click to expand it.
flatbuffers/tests/MyGame/Example/Any.go
0 → 100644
This diff is collapsed.
Click to expand it.
flatbuffers/tests/MyGame/Example/Any.java
0 → 100644
This diff is collapsed.
Click to expand it.
flatbuffers/tests/MyGame/Example/Any.php
0 → 100644
This diff is collapsed.
Click to expand it.
flatbuffers/tests/MyGame/Example/Any.py
0 → 100644
This diff is collapsed.
Click to expand it.
flatbuffers/tests/MyGame/Example/Color.cs
0 → 100644
This diff is collapsed.
Click to expand it.
flatbuffers/tests/MyGame/Example/Color.go
0 → 100644
This diff is collapsed.
Click to expand it.
flatbuffers/tests/MyGame/Example/Color.java
0 → 100644
This diff is collapsed.
Click to expand it.
flatbuffers/tests/MyGame/Example/Color.php
0 → 100644
This diff is collapsed.
Click to expand it.
flatbuffers/tests/MyGame/Example/Color.py
0 → 100644
This diff is collapsed.
Click to expand it.
flatbuffers/tests/MyGame/Example/Monster.cs
0 → 100644
This diff is collapsed.
Click to expand it.
flatbuffers/tests/MyGame/Example/Monster.go
0 → 100644
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
flatbuffers/tests/MyGame/Example/Monster.php
0 → 100644
This diff is collapsed.
Click to expand it.
flatbuffers/tests/MyGame/Example/Monster.py
0 → 100644
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
flatbuffers/tests/MyGame/Example/Stat.cs
0 → 100644
This diff is collapsed.
Click to expand it.
flatbuffers/tests/MyGame/Example/Stat.go
0 → 100644
This diff is collapsed.
Click to expand it.
flatbuffers/tests/MyGame/Example/Stat.java
0 → 100644
This diff is collapsed.
Click to expand it.
flatbuffers/tests/MyGame/Example/Stat.php
0 → 100644
This diff is collapsed.
Click to expand it.
flatbuffers/tests/MyGame/Example/Stat.py
0 → 100644
This diff is collapsed.
Click to expand it.
flatbuffers/tests/MyGame/Example/Test.cs
0 → 100644
This diff is collapsed.
Click to expand it.
flatbuffers/tests/MyGame/Example/Test.go
0 → 100644
This diff is collapsed.
Click to expand it.
flatbuffers/tests/MyGame/Example/Test.java
0 → 100644
This diff is collapsed.
Click to expand it.
flatbuffers/tests/MyGame/Example/Test.php
0 → 100644
This diff is collapsed.
Click to expand it.
flatbuffers/tests/MyGame/Example/Test.py
0 → 100644
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
flatbuffers/tests/MyGame/Example/Vec3.cs
0 → 100644
This diff is collapsed.
Click to expand it.
flatbuffers/tests/MyGame/Example/Vec3.go
0 → 100644
This diff is collapsed.
Click to expand it.
flatbuffers/tests/MyGame/Example/Vec3.java
0 → 100644
This diff is collapsed.
Click to expand it.
flatbuffers/tests/MyGame/Example/Vec3.php
0 → 100644
This diff is collapsed.
Click to expand it.
flatbuffers/tests/MyGame/Example/Vec3.py
0 → 100644
This diff is collapsed.
Click to expand it.
flatbuffers/tests/MyGame/Example/__init__.py
0 → 100644
This diff is collapsed.
Click to expand it.
flatbuffers/tests/MyGame/Example2/Monster.cs
0 → 100644
This diff is collapsed.
Click to expand it.
flatbuffers/tests/MyGame/Example2/Monster.go
0 → 100644
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
flatbuffers/tests/MyGame/Example2/Monster.py
0 → 100644
This diff is collapsed.
Click to expand it.
flatbuffers/tests/MyGame/__init__.py
0 → 100644
This diff is collapsed.
Click to expand it.
flatbuffers/tests/PythonTest.sh
0 → 100755
This diff is collapsed.
Click to expand it.
flatbuffers/tests/fuzzer/build_fuzzer.sh
0 → 100644
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
flatbuffers/tests/generate_code.bat
0 → 100644
This diff is collapsed.
Click to expand it.
flatbuffers/tests/generate_code.sh
0 → 100755
This diff is collapsed.
Click to expand it.
flatbuffers/tests/go_test.go
0 → 100644
This diff is collapsed.
Click to expand it.
flatbuffers/tests/include_test1.fbs
0 → 100644
This diff is collapsed.
Click to expand it.
flatbuffers/tests/include_test2.fbs
0 → 100644
This diff is collapsed.
Click to expand it.
flatbuffers/tests/monster_test.bfbs
0 → 100644
No preview for this file type
flatbuffers/tests/monster_test.fbs
0 → 100755
This diff is collapsed.
Click to expand it.
flatbuffers/tests/monster_test.grpc.fb.cc
0 → 100644
This diff is collapsed.
Click to expand it.
flatbuffers/tests/monster_test.grpc.fb.h
0 → 100644
This diff is collapsed.
Click to expand it.
flatbuffers/tests/monster_test_generated.h
0 → 100644
This diff is collapsed.
Click to expand it.
flatbuffers/tests/monster_test_generated.js
0 → 100644
This diff is collapsed.
Click to expand it.
No preview for this file type
flatbuffers/tests/monsterdata_test.golden
0 → 100644
This diff is collapsed.
Click to expand it.
flatbuffers/tests/monsterdata_test.json
0 → 100755
This diff is collapsed.
Click to expand it.
flatbuffers/tests/monsterdata_test.mon
0 → 100644
No preview for this file type
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
flatbuffers/tests/phpTest.php
0 → 100644
This diff is collapsed.
Click to expand it.
flatbuffers/tests/prototest/imported.proto
0 → 100644
This diff is collapsed.
Click to expand it.
flatbuffers/tests/prototest/test.golden
0 → 100644
This diff is collapsed.
Click to expand it.
flatbuffers/tests/prototest/test.proto
0 → 100644
This diff is collapsed.
Click to expand it.
flatbuffers/tests/py_test.py
0 → 100644
This diff is collapsed.
Click to expand it.
flatbuffers/tests/test.cpp
0 → 100644
This diff is collapsed.
Click to expand it.
flatbuffers/tests/unicode_test.json
0 → 100644
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
Please
register
or
sign in
to comment