flatbuffers/src
Derek Bailey d8f49e18d7 Mono Fix for Unsafe Mode (#4887)
* Added preprocessor define for C++ if Template Aliases are supported by the compiler

* Revert "Revert "Performance Increase of Vector of Structures using .NET BlockCopy (#4830)""

This reverts commit 1f5eae5d6a.

* Put<T> method was inside #if UNSAFE_BYTEBUFFER which caused compilation failure when building in unsafe mode

* Revert "Added preprocessor define for C++ if Template Aliases are supported by the compiler"

This reverts commit a75af7352127c261baf0b6cca5cb823e13e78f11.
2018-08-20 16:31:44 -07:00
..
clang-format.sh
code_generators.cpp
flatc.cpp flatbuffer force-empty option (#4822) 2018-07-16 16:05:06 -07:00
flatc_main.cpp FlatBuffers implementation for the Lobster programming language 2018-07-29 13:23:00 -07:00
flathash.cpp
idl_gen_cpp.cpp Correctly generate identifier for enums. (#4871) 2018-08-10 13:41:32 -07:00
idl_gen_dart.cpp Dart: Add missing imports (#4803) 2018-07-03 08:44:27 -07:00
idl_gen_fbs.cpp
idl_gen_general.cpp Mono Fix for Unsafe Mode (#4887) 2018-08-20 16:31:44 -07:00
idl_gen_go.cpp go: give enums their own scalar types 2018-07-26 16:46:35 -07:00
idl_gen_grpc.cpp Go GRPC generator Updates - Fixes #4787 (#4797) 2018-06-27 09:57:40 -07:00
idl_gen_js.cpp Update JavaScript IDL generator to remove invalid Closure JSDoc comments (#4873) 2018-08-10 15:27:51 -07:00
idl_gen_json_schema.cpp
idl_gen_lobster.cpp Fixed VS2010 compile error. 2018-08-06 12:06:59 -07:00
idl_gen_lua.cpp Lua (5.3) Language addition (#4804) 2018-07-05 15:55:57 -07:00
idl_gen_php.cpp
idl_gen_python.cpp Lua (5.3) Language addition (#4804) 2018-07-05 15:55:57 -07:00
idl_gen_text.cpp
idl_parser.cpp Fixed assert in ParseSingleValue (found by fuzzer) 2018-07-16 15:51:28 -07:00
reflection.cpp Renamed Verifier methods 2018-07-16 16:42:10 -07:00
util.cpp