summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2019-04-24Bumped version to 1.11.0v1.11.0Wouter van Oortmerssen1-1/+1
2019-04-19Fix heap-buffer-overflow if there is a struct within a unionWouter van Oortmerssen1-1/+2
2019-04-15fix check for Enum defaults (#5292)Nils Berg1-1/+1
2019-04-15Struct typetable (#5291)Nils Berg1-0/+9
2019-04-15Add logging of warnings from the flatc compiler (#5289)Vladimir Glavnyy2-2/+6
2019-04-11Fixed VS2010 build.Wouter van Oortmerssen1-1/+2
2019-04-11Allow Set() methods to handle reference typesWouter van Oortmerssen1-4/+3
2019-04-11Fix the proto-enum leaking issue (#5286)Vladimir Glavnyy1-2/+10
2019-04-08Part of #5265, neutral changes (#5281)Vladimir Glavnyy13-113/+102
2019-04-05Ensure we don't subtract with underflow getting enum names (#5246)Matt Mastracci1-3/+3
2019-04-05Add method GenerateTextFromTable issue #5249 (#5266)Anthony Liot1-0/+17
2019-04-05Fix for build break in c# vector of unions (#5271)Kamil Rojewski1-1/+1
2019-03-25Fix a warning on compiling with clang (#5258)Nikolay Kuznetsov1-2/+2
2019-03-25Add inequality operator (inspired from #263) (#5257)LouisP1-0/+18
2019-03-21[C++] Changes in the flathash program (#5255)Henry Lee1-3/+3
2019-03-11Made JS enum declarations compatible with google closureWouter van Oortmerssen1-17/+18
2019-03-11Narrows template ascii routines to prevent a possible signed overflow in gene...Vladimir Glavnyy1-2/+2
2019-03-11[C++] Object API: document custom string type requirements,Wouter van Oortmerssen2-169/+230
2019-03-09[Rust] Don't use inner attributes for `allow` (#5212)bspeice1-2/+1
2019-03-08Small usability tweaks to the rust codegen. (#5213)Mathias Svensson1-3/+3
2019-03-07Fixed vector of union JSON parsing.Wouter van Oortmerssen1-35/+66
2019-03-06[Rust] Fixed codegen documentation for Tables (#5227)jean-airoldie1-2/+3
2019-03-05[Go] Add mutation functions for vector elements (#5221)David Reiss1-0/+25
2019-03-04Clean-up nested_parser on all paths (#5179) (#5184)ll-antn1-7/+9
2019-03-04[Fix #5112] flatc generates constructors with memset for non-trivial types (#...Laurent Stacul1-1/+1
2019-02-26Rust: Fix lifetime in union _as_ accessors (#5140)naure1-2/+2
2019-02-25Java: Calculation of vtable and vtable size moved to the __init method. (#5210)Kulikov Alexey1-1/+9
2019-02-25Added -Wextra-semi to Clang build.Wouter van Oortmerssen5-16/+16
2019-02-21Fixed vector of unions crash in java (#5190)Kamil Rojewski1-1/+3
2019-02-19Utility for checking the encoding and line ending of source files (#5188)Vladimir Glavnyy1-1/+1
2019-02-15Changed the JavaScript generation to emit createX helper functions just like ...Christopher Cifra1-47/+89
2019-02-14Generting imports for external enums in TS (#5175)Kamil Rojewski1-2/+6
2019-02-11Add flag to make short names in JS/TS. (#5152)Gabriel Nützi2-28/+40
2019-02-11Implement (shared) attribute for C++ (#5157)iceboy2-3/+19
2019-02-04Changing array to be an associative array so that the Name function can work ...Travis Staley1-1/+1
2019-01-28Repair `fallthrough` was broken by d4493165 (#5115) (#5139)Vladimir Glavnyy4-8/+7
2019-01-24Replace deprecated Vector::Length() with Vector::size() (#5131)Vladimir Glavnyy3-6/+6
2019-01-24[Rust] Added global namespace imports (#5121)jean-airoldie1-8/+19
2019-01-17Fix high certainty warnings from PVS-studio (#5115)Vladimir Glavnyy1-4/+6
2019-01-14Add default NaN/Inf to C#, Java, Python (#5107)Vladimir Glavnyy4-58/+133
2019-01-07Move all platform dependent headers and code to util.cpp module (#5106)Vladimir Glavnyy1-5/+116
2019-01-07Add `NaN` and `Inf` defaults to the C++ generated code. (#5102)Vladimir Glavnyy2-3/+75
2018-12-27[Go] Namespaced imports fix (#5097)Robert1-640/+685
2018-12-20Performance improvement to generated+supporting PHP (#5080)Peter Dillinger1-2/+2
2018-12-13Enable flatbuffer to initialize Parser from bfbs (#4283) (#5077)tira-misu2-14/+349
2018-12-10Get rid of reproducible build warning by removing build date & time from flat...Rob Agar1-1/+1
2018-12-06Renamed JS generator to explicitly state it generates TS too (#5043)Kamil Rojewski2-16/+16
2018-11-16Make Parser skip files it's seen already. (#5048)Russell Chou1-4/+11
2018-11-16Make string/vector field serialization order not depend on optimizer.Wouter van Oortmerssen2-78/+82
2018-11-16Make the Parser independent from the global C-locale (#5028)Vladimir Glavnyy2-2/+51