flatbuffers/tests/docker
mustiikhalil 04d80f255d [Swift] Swift implementation 🎉🎉 (#5603)
* Implemented the swift version of Flatbuffers

Implemented serailzing, reading, and mutating data from object monster

Fixes mis-aligned pointer issue

Fixes issue when shared strings are removed from table

Adds swift enum, structs code gen

Fixed namespace issues + started implementing the table gen

Added Mutate function to the code generator

Generated linux test cases

Fixed an issue with bools, and structs readers in table writer

Swift docker image added

Updated the test cases, and removed a method parameters in swift

Fixed createVector api when called with scalars

Fixed issues with scalar arrays, and fixed the code gen namespaces, added sample_binary.swift

Cleaned up project

Added enum vectors, and their readers

Refactored code

Added swift into the support document

Added documentation in docs, and fixed a small issue with Data() not being returned correctly

Fixes Lowercase issue, and prevents generating lookups for deprecated keys

* Made all the required funcs to have const + removed unneeded code + fix lowercase func

* Removed transform from lowercased and moved it to function

* Fixes an issue with iOS allocation from read

* Refactored cpp code to be more readable

* casts position into int for position

* Fix enums issue, moves scalar writer code to use memcpy

* Removed c_str from struct function

* Fixed script to generate new objects when ran on travis ci: fix

* Handles deallocating space allocated for structs

* Updated the test cases to adhere to the fileprivate lookup, no mutation for unions, and updated the names of the vector functions
2020-01-09 12:12:10 -08:00
..
languages [Swift] Swift implementation 🎉🎉 (#5603) 2020-01-09 12:12:10 -08:00
Dockerfile.testing.build_flatc_debian_stretch CI: Dockerized language port tests (#5066) 2018-11-29 22:03:06 -08:00
Dockerfile.testing.cpp.debian_buster Add testing of C++ with sanitizers (CI-Docker) (#5631) 2019-11-18 12:16:41 -08:00
TODO.Dockerfile.testing.php.hhvm_2019_01_16 Docker tests for Zend PHP and Mono C#; Python coverage; TODO for HHVM PHP (#5125) 2019-01-16 16:41:02 -08:00
TODO.Dockerfile.testing.python.cpython_with_conda CI: Dockerized language port tests (#5066) 2018-11-29 22:03:06 -08:00
TODO.Dockerfile.testing.python.cpython_with_numpy CI: Dockerized language port tests (#5066) 2018-11-29 22:03:06 -08:00
TODO.Dockerfile.testing.python.pypy_6_0_0_py2 CI: Dockerized language port tests (#5066) 2018-11-29 22:03:06 -08:00
TODO.Dockerfile.testing.python.pypy_6_0_0_py3 CI: Dockerized language port tests (#5066) 2018-11-29 22:03:06 -08:00
build_flatc.run.sh Add testing of C++ with sanitizers (CI-Docker) (#5631) 2019-11-18 12:16:41 -08:00
cpp_test.run.sh Add testing of C++ with sanitizers (CI-Docker) (#5631) 2019-11-18 12:16:41 -08:00