summaryrefslogtreecommitdiff
path: root/src/idl_gen_csharp.cpp
AgeCommit message (Expand)AuthorFilesLines
2021-02-23Revert "[C#] Fix truncated ArraySegment<byte> if elementSize != 1 (#6462)" (#...Derek Bailey1-2/+0
2021-02-23[C#] Fix truncated ArraySegment<byte> if elementSize != 1 (#6462)Björn Harrtell1-0/+2
2021-01-25Refactor FieldDef to model presense as an enum rather than 2 bools. (#6420)Casper1-1/+1
2021-01-22Formats cpp code (#6349)mustiikhalil1-4/+5
2020-12-10Generate nullable properties in C# object-based API for optional scalars. (wi...Stefan F1-0/+1
2020-11-12Union As Accessors for C# (#6251)Derek Bailey1-2/+27
2020-10-30[C#] Optional Scalars (#6217)Derek Bailey1-11/+24
2020-10-20Mass Refactoring to use `IsString` and other BASE_TYPE helpers (#6193)Casper1-19/+19
2020-05-21[C#] Add file identifier to ObjectAPI Serialization Utility. (#5920)mugisoba1-3/+5
2020-04-06[C#] Fix nested structs and arrays in Object API (#5765)Anass Al1-76/+92
2020-03-23[csharp] flatc should generate a 'Create…' method for tables with struct fi...stefan3011-11/+32
2020-03-12pre-tag version bump for 1.12v1.12.0Wouter van Oortmerssen1-1/+1
2020-03-05[C#] add ObjectAPI Serialization Utility (#5785)Wouter van Oortmerssen1-0/+13
2020-03-02Added --filename-suffix and --filename-ext to flatc (#5778)Derek Bailey1-1/+1
2020-02-10[C#] support Json Serialization (#5752)mugisoba1-2/+159
2020-01-30[C#] support Object API (#5710)mugisoba1-6/+676
2019-11-25Simplify declarations of x-macro FLATBUFFERS_TD (#5638)Vladimir Glavnyy1-4/+3
2019-11-11[C++, C#, Java] Separated C# and Java generators into their own classes (#5618)Derek Bailey1-0/+1182
2014-09-18Refactored the Java and C# code generators into one.Wouter van Oortmerssen1-403/+0
2014-09-15Initial commit of .NET port of FlatBuffersevolutional1-0/+403