summaryrefslogtreecommitdiff
path: root/swift/Sources
AgeCommit message (Expand)AuthorFilesLines
2021-05-10Updated main version numbers to 2.0Wouter van Oortmerssen1-1/+1
2021-05-06Updates swift generated monster sample file (#6616)mustiikhalil4-3/+9
2021-04-24[swift] Implements union strings (#6589)mustiikhalil5-27/+92
2021-02-16[Swift] Renaming protocols (#6469)mustiikhalil2-5/+5
2021-02-04Upgrade swift grpc to alpha 24 (#6439)mustiikhalil1-1/+1
2021-01-02Updates license date to 2021 (#6378)mustiikhalil12-12/+12
2020-12-17[Swift] Rebuild the way swift handles structs from scratch (#6326)mustiikhalil5-141/+64
2020-11-16[Swift] Adds a format file and reformats the swift project (#6250)mustiikhalil12-1229/+1493
2020-11-09Resets buffer without deallocating current pointer (#6247)mustiikhalil1-2/+0
2020-10-25Adds readable size to asserts in read functions (#6210)mustiikhalil1-5/+7
2020-09-17[Swift] Migrates struct write APIS to write directly to the buffer (#6093)mustiikhalil2-13/+74
2020-08-04Adds a serialize helper function to native table (#6059)mustiikhalil2-2/+29
2020-07-27[Feature] Checks for Nullable strings (#6050)mustiikhalil1-10/+4
2020-07-20[Swift] Optional Scalars Preparation (#6028)mustiikhalil1-0/+17
2020-06-30Code cleanup + updates test and readme (#6004)mustiikhalil2-51/+38
2020-06-25[Swift] Initialize memory when clear ByteBuffer (#5982)Liu Liu1-2/+3
2020-06-22[Swift] Add parsing from unowned UnsafeMutableRawPointer for ByteBuffer (#5981)Liu Liu1-2/+22
2020-06-18[Swift] Internal library improvements (#5965)mustiikhalil3-76/+67
2020-06-11[Swift] Improving reallocation time by using memcpy and moving reallocation c...mustiikhalil2-25/+26
2020-06-04Adds bool support in structs + updates grpc support + CI upgrades (#5943)mustiikhalil4-84/+77
2020-05-07[swift] Moves code to use VTablesStorage (#5888)mustiikhalil2-31/+105
2020-05-04Updates swift docs for package management (#5883)mustiikhalil1-1/+3
2020-04-13[Swift] Object API support (#5826)mustiikhalil3-3/+37
2020-04-02Improves performance for the swift library by using structs + a storage class...mustiikhalil2-126/+148
2020-03-12pre-tag version bump for 1.12v1.12.0Wouter van Oortmerssen1-1/+1
2020-03-12Removes the inner loop in the endtable check written tables (#5803)mustiikhalil2-13/+11
2020-02-24[Swift] Adds GRPC to Swift (#5758)mustiikhalil4-0/+77
2020-01-27Adds min and max, comments, and all of swift's keywords + fix docs (#5737)mustiikhalil2-17/+20
2020-01-24Creates a flatbuffers validation function + small fix (#5725)mustiikhalil1-0/+2
2020-01-24[Swift] Fix padding function overflow when bufSize is 0 (#5721)vkill1-1/+1
2020-01-16[Swift] Support create long string (#5709)vkill1-7/+7
2020-01-09[Swift] Swift implementation 🎉🎉 (#5603)mustiikhalil9-0/+1124