summaryrefslogtreecommitdiff
path: root/docs
AgeCommit message (Expand)AuthorFilesLines
2022-01-29Convert flatbuffers_version_string to inline function (#7046)Derek Bailey1-11/+0
2022-01-13Add initial C# vector of unions support to the documentation. (#6880)Richard A Hofer1-0/+119
2021-12-15Disable parsing of nested_flatbuffers as bytes by defaultWouter van Oortmerssen1-0/+4
2021-12-13Validate C# json/object-api options (#6985)Derek Bailey1-2/+3
2021-12-09Enable --gen-onefile in Python (#6953)lu-wang-g1-1/+1
2021-09-15[C#] Using 'global::' as qualifying_start_ within BaseGenerator (#6767)Todd Hansen1-2/+4
2021-09-02Fix typos in docs (#6829)SaintMalik8-10/+10
2021-08-16fix ptr in flatbuffers cpp tutorial (#6787)Casper1-1/+1
2021-07-08Fix 6348 (#6717)paulharris2-51/+52
2021-06-30Fix typo in docu (#6714)jdees2-2/+2
2021-06-22Make --bfbs-filenames default to location of first schema file. (#6705)Casper1-0/+3
2021-06-17Intermediate Representation docs (#6685)Casper4-1/+40
2021-06-14Dart object API (#6682)Ivan Dlugos2-2/+25
2021-06-11update docs - structs can't be roots (#6690)Ivan Dlugos1-3/+3
2021-05-24Fix typo in C++ doc (#6664)kalabukdima1-1/+1
2021-04-30[Lua] Add LuaJIT support (#6584)罗泽轩1-2/+2
2021-04-29fix typo in CppUsage.md (#6595)shiyuge1-1/+1
2021-03-18[C++] #6501 - Problem when mapping a native type multiple times (#6514)Michael1-27/+55
2021-02-19Fixes grammer (#6477)mustiikhalil1-6/+6
2021-02-19updated JS docs to reflect current status (#6436)Kamil Rojewski3-37/+25
2021-02-18Update Building.md (#6473)Arnaud LE CAM1-1/+1
2021-02-14Update swift docs (#6460)mustiikhalil1-1/+1
2021-02-10[Build, cmake] Add -Werror override option (#6429)Vladimir Glavnyy1-0/+21
2021-01-28Better python generated code naming (#6336)Richard A Hofer1-26/+26
2021-01-21Clarify that (Flat|Flex)Buffers do not deduplicate vector elements (#6415)Juan Cruz Viotti1-2/+8
2021-01-21Clarify that FlatBuffers unions do not support scalars (#6416)Juan Cruz Viotti1-3/+5
2021-01-21Explain how FlatBuffers encodes unions (#6414)Juan Cruz Viotti1-0/+7
2021-01-21Remove invalid claim that Protocol Buffers does not support unions (#6413)Juan Cruz Viotti1-2/+2
2021-01-19[TS/JS] New gen TS code gen (#6302)Björn Harrtell2-18/+0
2020-12-17[Swift] Rebuild the way swift handles structs from scratch (#6326)mustiikhalil2-22/+51
2020-12-14Add vectorNumElements attribute to Builder for simpler vector creation. (#6328)Richard A Hofer1-3/+3
2020-12-10Add flatc option to inhibit all warnings #6005 (#6301)tira-misu1-0/+5
2020-12-07[C++] Switch `flatc` to `--cpp-std c++11` C++ code generator (#6306)Vladimir Glavnyy1-2/+3
2020-11-24Documentation updates for Optional Scalars (#6014) (#6270)Casper3-78/+100
2020-11-19Add --require-explicit-ids to require explicit ids (#6277)Austin Schuh1-0/+2
2020-11-19fix typo (#6280)Kelvin Hu1-1/+1
2020-10-12[C++] Add option to not generate direct copy methods. (#6166)astange1-0/+3
2020-09-28[C#] Fix and improve project files (#6142)Conan Chen1-9/+60
2020-09-23Revert "[C#] Fix and improve project files (#6116)" (#6130)Derek Bailey1-60/+9
2020-09-21[C#] Fix and improve project files (#6116)Conan Chen1-9/+60
2020-09-17[Swift] Migrates struct write APIS to write directly to the buffer (#6093)mustiikhalil1-34/+23
2020-09-09fix c# json serializer commandline argument docs (#6104)mugisoba1-1/+1
2020-08-18[Kotlin] Attach JvmStatic annotation to each method in companion object (#6052)Yoon Kyong Sik1-0/+3
2020-06-18TypeScript/JavaScript docs improvements (#5984)Dimitri Mitropoulos1-38/+47
2020-06-18[Swift] Internal library improvements (#5965)mustiikhalil1-1/+1
2020-06-18[Doc] Added missing letters to compiler options (#5976)laurens-dg1-3/+3
2020-06-17[docs] typo: updates monsterdata.json to be valid json (#5978)Dimitri Mitropoulos1-15/+15
2020-05-07Small tutorial improvements - documentation only (#5894)Carol (Nichols || Goulding)1-18/+20
2020-04-23Fixed text in internals doc that implied structs can be rootWouter van Oortmerssen1-1/+1
2020-04-13[Swift] Object API support (#5826)mustiikhalil1-1/+1