summaryrefslogtreecommitdiff
path: root/src/idl_gen_swift.cpp
AgeCommit message (Expand)AuthorFilesLines
2021-05-10Updated main version numbers to 2.0Wouter van Oortmerssen1-1/+1
2021-04-24[swift] Implements union strings (#6589)mustiikhalil1-32/+24
2021-04-06Default-empty vectors of enums (#6505)Casper1-2/+4
2021-03-29Rust structz (#6539)Casper1-2/+2
2021-03-09Bump grpc to 1.0.0 (#6507)mustiikhalil1-0/+1
2021-02-19Fixes grammer (#6477)mustiikhalil1-3/+4
2021-02-19[Swift] adds support for default vectors and strings (#6461)mustiikhalil1-30/+40
2021-02-17Fix a typo in Swift codegen (#6470)Liu Liu1-2/+3
2021-02-16[Swift] Renaming protocols (#6469)mustiikhalil1-5/+6
2021-01-25Refactor FieldDef to model presense as an enum rather than 2 bools. (#6420)Casper1-20/+20
2020-12-17[Swift] Rebuild the way swift handles structs from scratch (#6326)mustiikhalil1-228/+311
2020-11-16[Swift] Adds a format file and reformats the swift project (#6250)mustiikhalil1-2/+3
2020-11-15Adds a fix for enum generation (#6263)mustiikhalil1-1/+0
2020-10-20Mass Refactoring to use `IsString` and other BASE_TYPE helpers (#6193)Casper1-15/+15
2020-10-06Enables optional enums in swift (#6160)mustiikhalil1-4/+9
2020-09-21Add CharToLower and CharToUpper into util.s (#6126)Vladimir Glavnyy1-6/+2
2020-09-17[Swift] Migrates struct write APIS to write directly to the buffer (#6093)mustiikhalil1-34/+54
2020-09-11Optional-ness in reflection (#6097)Casper1-4/+6
2020-09-10Rename Nullable scalars to Optional scalars (#6112)Casper1-11/+11
2020-08-22Adds proper access types for swift object api & flatbuffers & grpc (#6081)mustiikhalil1-50/+75
2020-08-04Adds a serialize helper function to native table (#6059)mustiikhalil1-20/+26
2020-07-27[Swift] RFC: Switch Swift namespace from public enum to ordinary concat with ...Liu Liu1-93/+48
2020-07-25adds code gen for optional scalars in swift (#6038)mustiikhalil1-23/+37
2020-07-20[Swift] Optional Scalars Preparation (#6028)mustiikhalil1-13/+21
2020-06-28[Swift] FlatBuffers createMonster method doesn't treat struct properly (#5992)Liu Liu1-10/+21
2020-06-08Required is now implemented in swift (#5952)mustiikhalil1-19/+41
2020-06-04Adds bool support in structs + updates grpc support + CI upgrades (#5943)mustiikhalil1-25/+54
2020-05-07[swift] Moves code to use VTablesStorage (#5888)mustiikhalil1-17/+44
2020-04-13[Swift] Object API support (#5826)mustiikhalil1-103/+565
2020-04-02Improves performance for the swift library by using structs + a storage class...mustiikhalil1-9/+9
2020-03-12pre-tag version bump for 1.12v1.12.0Wouter van Oortmerssen1-1/+1
2020-03-02Added --filename-suffix and --filename-ext to flatc (#5778)Derek Bailey1-6/+2
2020-02-24[Swift] Adds GRPC to Swift (#5758)mustiikhalil1-0/+17
2020-01-27Adds min and max, comments, and all of swift's keywords + fix docs (#5737)mustiikhalil1-19/+108
2020-01-24Creates a flatbuffers validation function + small fix (#5725)mustiikhalil1-4/+9
2020-01-13Added create function for swift (#5707)mustiikhalil1-12/+49
2020-01-09[Swift] Swift implementation 🎉🎉 (#5603)mustiikhalil1-0/+758