summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* candroidAnthony Green2019-11-301-0/+1
|
* More hacksAnthony Green2019-11-301-0/+5
|
* Install emulatorAnthony Green2019-11-301-0/+1
|
* cAnthony Green2019-11-301-1/+1
|
* iAnthony Green2019-11-301-0/+1
|
* headlessAnthony Green2019-11-301-1/+1
|
* rename dirAnthony Green2019-11-302-0/+0
|
* move dejagnu files for androidAnthony Green2019-11-302-0/+0
|
* Fix avd reference for android emulatorAnthony Green2019-11-301-3/+3
|
* FixAnthony Green2019-11-301-1/+1
|
* Fix dg runAnthony Green2019-11-301-2/+6
|
* Dejagnu hackAnthony Green2019-11-304-1/+238
|
* Run autogenAnthony Green2019-11-301-0/+1
|
* Remove findAnthony Green2019-11-301-1/+0
|
* TestAnthony Green2019-11-301-4/+13
|
* Install the NDKAnthony Green2019-11-301-0/+1
|
* Show sdkmanager listAnthony Green2019-11-301-0/+1
|
* Install javaAnthony Green2019-11-291-0/+8
|
* More hacksAnthony Green2019-11-291-3/+4
|
* Dump filesAnthony Green2019-11-291-0/+1
|
* Set PATHAnthony Green2019-11-291-0/+2
|
* Add missing directoryAnthony Green2019-11-291-0/+1
|
* Remove stray fiAnthony Green2019-11-291-1/+1
|
* AndroidyAnthony Green2019-11-292-4/+19
|
* TEstAnthony Green2019-11-291-1/+2
|
* Try android buildAnthony Green2019-11-291-61/+3
|
* Fixed missed #ifndef for __mips_soft_float (#442)Carl Hurd2019-11-291-0/+2
| | | Thank you!
* Clean up macosx buildsAnthony Green2019-11-292-2/+1
|
* Address platforms with no __int128.Anthony Green2019-11-291-2/+2
|
* Make build errors easier to debugAnthony Green2019-11-281-4/+1
|
* Add powerpc-eabiAnthony Green2019-11-281-0/+3
|
* Test on powerpc-eabisimAnthony Green2019-11-283-1/+65
|
* powerpc: fix build failure on power7 and older (#532)Sergei Trofimovich2019-11-281-1/+1
| | | | | | | | | | | | | | | | Build failure looks as: ``` libtool: compile: powerpc-unknown-linux-gnu-gcc \ -O2 -mcpu=powerpc -mtune=powerpc -pipe ... -c src/powerpc/ffi.c ... In file included from src/powerpc/ffi.c:33: src/powerpc/ffi_powerpc.h:65:9: error: '__int128' is not supported on this target 65 | typedef __int128 float128; | ^~~~~~~~ ``` The fix avoids using __int128 in favour of aligned char[16]. Closes: https://github.com/libffi/libffi/issues/531 Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>
* Run aarch64-linux-gnu tests on travi-ci directlyAnthony Green2019-11-243-5/+10
|
* Fixes for ppc64le and s390x travis testingAnthony Green2019-11-242-7/+20
|
* Force the use of dockerAnthony Green2019-11-241-9/+1
|
* Merge branch 'master' of github.com:libffi/libffiAnthony Green2019-11-242-4/+3
|\
| * disable obsolete 32-bit targets in macOS (#511)Panayotis2019-11-242-4/+3
| |
* | Try travis-ci's new ppc64le and s390x supportAnthony Green2019-11-242-11/+9
| |
* | Minor clean-upAnthony Green2019-11-241-2/+2
|/
* Move nested_struct3 test to closures directoryv3.3Anthony Green2019-11-232-1/+1
|
* Add missing closing braceAnthony Green2019-11-231-0/+1
|
* Version 3.3Anthony Green2019-11-233-7/+8
|
* Remove junk file from distAnthony Green2019-11-231-1/+1
|
* Account for moved test filesAnthony Green2019-11-231-75/+78
|
* Add dejagnu directives accidentally removedAnthony Green2019-11-232-0/+4
|
* Move closure test to closure directoryAnthony Green2019-11-221-0/+0
|
* More more closure tests to the closure test directoryAnthony Green2019-11-2222-1/+23
|
* Merge branch 'master' of github.com:libffi/libffiAnthony Green2019-11-221-1/+1
|\
| * Capture x86-windows host like x86_64-windows (#529)Michael Haubenwallner2019-11-221-1/+1
| |