Justin Boswell
9c9422c21f
HTTP message API ( #19 )
...
* HTTP message API
* Added MacOS CI
* Grabbed fixes for mac from aws-crt-ffi
2021-03-25 13:14:07 -04:00
Justin Boswell
7d76b6f3d9
Updated aws-crt-ffi to v0.1.0 ( #14 )
...
* Updated aws-crt-ffi to v0.1.0
* make/config changes
* Updated aws-crt-ffi to v0.1.1
2021-03-03 15:37:32 -08:00
Justin Boswell
778eafcf05
Initial skeleton to make extension support CRT FFI API ( #11 )
...
* Fixed build issues with static CRT, separated ffi target
* Fixed makefile for test-ffi target
2021-02-22 15:55:15 -08:00
Justin Boswell
c30c1486fe
Organized modules, added indirection for FFI vs extension loading ( #10 )
...
* mv src -> ext, lib -> src to be more in line with PHP module expectations
* Fixed dependency for ffi test
* Fixed path in format-check to C source
* CRT will now try the extension first, then FFI
2021-02-16 10:31:42 -08:00
Justin Boswell
f090511213
Initial Tests & CI ( #5 )
...
* Added awscrt_version() and test for it
* Added builder.json for CI
* Added github actions
* Added format-check.sh
* Force php5.6 on ubuntu
* Updated submodules
2021-01-13 13:33:30 -08:00
Justin Boswell
2934fc63fe
Added CRT submodules, updated autoconf ( #3 )
...
* Added CRT submodules
* Added automake config
* Use Makefile.frag
2020-10-27 14:26:35 -07:00
Justin Boswell
ee1448f560
Initial skeleton of extension ( #2 )
...
* Added .gitignore
* Added initial attempt at autoconf config
* Skeleton C source
2020-10-22 13:55:27 -07:00