platform/upstream/flatbuffers.git
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.
2017-12-28 Wouter van... Disabled python in travis.yml pending fix.
2017-12-28 Josh VenturaVarious build fixes; update checked-in codegen. (#4572)
2017-12-21 Yuri Finkelstein fixed java codegen bug documented in #4563 (#4565)
2017-12-21 Wouter van... Made all C++ files clang-formatted.
2017-12-21 Yuri Finkelsteinadded config files for popular formatting tools (#4554)
2017-12-21 Yuri Finkelsteingrpc bindings generator for Java and a few minor suppor...
2017-12-21 Yuri Finkelsteinsynchronized grpc cpp_generator with latest version...
2017-12-18 Yuri Finkelsteinupdated cpp_generator.cc to be compatible with the...
2017-12-18 xgdgscupdate mutation status in doc (#4549)
2017-12-14 RobertMerge pull request #4516 from mikeholler/travis
2017-12-14 Kamil RojewskiFix for strictPropertyInitialization for TS (#4540)
2017-12-13 Mike HollerChange mikeholler to PYPI_USERNAME
2017-12-07 Wouter van... Fixed CreateStruct not testing for nesting.
2017-12-04 Bastien BrunnensteinReplace the non standard M_PI with a constant (#4528)
2017-12-01 Paul Taylorpublish additional js/flatbuffers.mjs to npm to support...
2017-12-01 rmawatsonthis is allow custom allocator for obj-api structs...
2017-11-30 Bastien BrunnensteinAdd include directory to CMake install targets (#4510)
2017-11-27 Mike HollerFixed prod PyPI URL and deploy block list.
2017-11-27 Mike HollerAdded all_branches to tags: true block
2017-11-27 Michael HollerAdd support for Python lib continuous deployment.
2017-11-20 Wouter van... Updated version numbers to 1.8.0 v1.8.0
2017-11-20 Wouter van... Missing generated code files.
2017-11-17 MikkelFJDocument type aliases (#4499)
2017-11-17 Dan Douglasfix typo (#4495)
2017-11-16 Wouter van... Fixed potential strict-aliasing violation in big-endian...
2017-11-16 red1939Add exports for all targets (#4491)
2017-11-16 Hong Wuc++ Tutorial fix (#4494)
2017-11-16 Louis-Paul... Remove copy constructor to make flatbuffers struct...
2017-11-16 David Komertutorial docs (#4492)
2017-11-13 Angela SheuFix valid params limit exceeded for generated table...
2017-11-09 Wouter van... Made stl_emulation.h usable by itself.
2017-11-09 Sergey AvseyevSpecify ABI version for shared library (#4479)
2017-11-06 Sergey AvseyevUse CMake install directories instead of hardcoded...
2017-11-06 Sergey AvseyevText files should not have executable bit set (#4480)
2017-11-06 Lawrence ChanLink grpctest with libgrpc_unsecure explicitly (#4474)
2017-10-26 Wouter van... Updated pom.xml to be able to deploy to Maven central.
2017-10-23 stefan301Added missing EndTable() call to VerifyObject() (#4468)
next