platform/upstream/flatbuffers.git
2018-06-12 Kamil RojewskiFixed TypeScript links in docs (#4783)
2018-06-12 Woody GuoDart: Generate the enum from 0 if value is null and...
2018-06-08 Wouter van... Re-enable clang / os x in .travis
2018-06-08 Wouter van... Removed biicode from repo.
2018-06-08 Wouter van... Added missing Dart generated files.
2018-06-08 Michael SeifertPython: Escape enum member names if they correspond...
2018-06-07 Tin TvrtkovićPython: fix default bool value. (#4773)
2018-06-07 Wouter van... Enforcing CreateUninitializedVector is only used with...
2018-06-04 Vladimir GlavnyyMakes VectorIterator compatible with STL iterators...
2018-06-01 Vladimir GlavnyyFix a small problem with add_subdirectory(${FLATBUFFERS...
2018-05-31 Christian Helmichrenamed flexbuffers::Type enum values TYPE_ -> FBT_...
2018-05-31 Wouter van... Fixed typo in Java/C# tutorial.
2018-05-31 Wouter van... Fixed ASAN false positive.
2018-05-31 Steve Barmanadds https to landing page link so it resolves (#4757)
2018-05-31 Gautham B AFix typo in tutorial for Go (#4756)
2018-05-31 Nathan MitchellJavascript: Add suppport for ES6 style exports (#4754)
2018-05-18 Wouter van... Changed how the default allocator is handled.
2018-05-18 Vitaly BondarFix of namespace problem described in #4747 (#4752)
2018-05-18 Dan FieldAdd [Dart] support (#4676)
2018-05-18 joligarsonFix undertermined execution behavior (#4751)
2018-05-14 Tin Tvrtković[BREAKING CHANGE] Python: handle bool table fields...
2018-05-14 Kamil RojewskiVector of unions support for java and c# (#4735)
2018-05-14 Keef AragonSet Working Directory for flatc commands (#4737)
2018-05-10 Paul ReimerAdd define/ifdef blocks, alternate sprintf implementati...
2018-05-10 Paul ReimerAdd string view [C++] (#4730)
2018-05-10 Tin TvrtkovićPython: return None for missing strings. (#4733)
2018-05-10 Mike MansellRemove @Nullable (Java) for required fields (fixes...
2018-05-07 Paul ReimerAdd --root-type option to flatc [C++, parser, JSON...
2018-05-07 Wouter van... Several pom.xml files did not have their version bumped...
2018-05-03 Vladimir GlavnyyOutput JSON strings as natural UTF-8 text without escap...
2018-05-03 iceboyFix union escaping order. (#4722)
2018-05-03 iceboyDelete ByteBuffer.exe (#4721)
2018-04-30 husobeeAddition of Go FinishWithFileIdentifier (#4720)
2018-04-27 Tobias ObersteinInclude services in reflection data (fixes #4639) ...
2018-04-23 Mark HendersonAdding JS function to get the File Identifier (#4715)
2018-04-16 Vladimir GlavnyyThe asserts replaced by FLATBUFFERS_ASSERT. (#4701)
2018-04-06 Sergey AvseyevRemove unnecessary const qualifier (#4698)
2018-04-06 Vladimir GlavnyyAn user-defined attribute name validation (#4689)
2018-04-05 Paul ReimerRename MANUALLY_ALIGNED_STRUCT to add FLATBUFFERS_...
2018-04-05 Paul ReimerAdd FLATBUFFERS_ prefix to defines [C++] (#4695)
2018-04-05 Wouter van... Update version number to 1.9 v1.9.0
2018-04-05 Wouter van... Added missing generated code files.
2018-04-05 Kamil RojewskiMissing TS links in docs (#4693)
2018-04-05 Juyeon YoonRemove line break of CMakeLists.txt (#4691)
2018-04-02 David StephanFix typos in C++ tutorial (#4685)
2018-03-26 Kamil RojewskiFix for missing enum imports (#4683)
2018-03-23 Kamil RojewskiTypeScript docs (#4680)
2018-03-23 FlaviuConst correctness in generated code and in code generat...
2018-03-15 Andreas Bergmeier[C++, Go, Bazel]: Fix up Bazel support (#4672)
2018-03-12 Robert SchmidtkeJava/C#/Python prefixed size support (#4445)
2018-03-12 Sergey AvseyevRemove unnecessary const qualifier from cast (#4666)
2018-03-09 ianXianConvert to unsigned char before applying bit shift...
2018-03-09 desqazJson : Add --size-prefixed option to flatc (#4645)
2018-03-08 MontoliSwapped the order of two conditions in an assert. ...
2018-03-08 desqazUpdate .gitignore with Ninja stuff (#4659)
2018-03-06 Wouter van... Fix broken Java/C# codegen
2018-03-05 Wouter van... Added missing generated code files.
2018-03-05 Nik HemmingsProtobufs: Added '--oneof-union' option. (#4647)
2018-03-05 smilliusMake nested flatbuffer lookup consistent. (#4656)
2018-03-05 Christian HelmichSupport attribute "cpp_ptr_type" on table elements...
2018-03-02 MitchelJava + C#, reuse object in lookup_by_key (#4648)
2018-03-02 MitchelFix for Java infinite loop encoding into 0-sized buffer...
2018-03-02 Christian Helmichmade HashFnv functions constexpr (#4640)
2018-02-26 Kamil RojewskiNot generating imports/ns prefixes with --gen-all ...
2018-02-23 MitchelIn Java, allow reusing ByteBuffer in getters (#4633)
2018-02-23 Christian Helmichtemplate specialized Hash functions for 16-bit hash...
2018-02-22 Philip S DoctorWhen Java raises a CharacterCodingException, the catch...
2018-02-22 Christian Helmichadded support for parsing hash on vector elements ...
2018-02-22 desqazAdd new c++ helpers to ease usage of size prefixed...
2018-02-16 Masato Nagai[C++] better type mismatch error (#4623)
2018-02-15 Alexander GallegoC++: mini_reflect: Add DefaultTypeTable (#4614)
2018-02-15 Dmitry VolosnykhSupport version compatibility checks via find_package...
2018-02-12 Kamil RojewskiFix for aligned new for gcc >= 7.1 (#4621)
2018-02-08 vglavnyyFix vector_data failure under debug (#4606)
2018-02-08 Wouter van... Misc fixes from internal integration / clang tidy.
2018-02-05 Sergey AvseyevFix compiler errors in parser (#4612)
2018-02-05 Joe SchaferAdd initial Bazel WORKSPACE and BUILD (#4608)
2018-01-29 Wouter van... Cleaned up & fixed buffer alignment handling.
2018-01-22 Wouter van... Made doubles output with higher precision in JSON and...
2018-01-22 Wouter van... Removed truncating of enum vals to int in ReverseLookup.
2018-01-22 Li-DengFix the spell mistake (#4599)
2018-01-22 Wouter van... Fixed native_include not requiring a ; terminator.
2018-01-18 Wouter van... New error: declaring an enum field without a default...
2018-01-18 Wouter van... Disallow defaults on structs.
2018-01-18 Wouter van... Removed date/time from generated code, causing commit...
2018-01-18 Wouter van... Added missing generated code.
2018-01-18 vglavnyyRemoved internal variable with name "data" inside a...
2018-01-18 Wouter van... Use CreateVectorOfStructs when creating a vector of...
2018-01-18 Daniel LinAuthor: Daniel Lin <danielin@umich.edi> (#4595)
2018-01-16 Wouter van... Cleaned up FlatBufferBuilder clearing.
2018-01-12 Uilian Ries#4522 Conan package support (#4590)
2018-01-11 Wouter van... Reduced FlatBufferBuilder from 3 buffers to 1
2018-01-08 Andrew GunnersonAdd char * overload for FlatBufferBuilder::CreateString...
2018-01-05 brianhall77Portable range check for *cursor_ value. (#4582)
2018-01-04 vglavnyyGenerateText generate a text string for default identif...
2018-01-04 Andrei PolushinRemove unused declarations (#4578)
2018-01-04 Darío HereñúUpdate URL (#4576)
2018-01-04 Bastien BrunnensteinFix error in ConCatPathFileName (#4575)
2017-12-28 Yuri Finkelsteinnew maven jar called flatbuffers-java-grpc which contai...
2017-12-28 Wouter van... Added missing nullptr check in vector of union verifiers.
next