Log

Author Commit Date CI Message
fwg af6773d6 2018-04-02T13:55:31 Fix appveyor windows build (#420) * Fix msvcc dll build by adding dllexport decorations to all API declarations * Fix appveyor build for VS 2013 Use the new -DFFI_BUILDING_DLL for producing a working DLL. Update the msvcc.sh wrapper script to successfully compile the testsuite files. * MSVC build: suppress warnings in testsuite * fix testsuite on appveyor
Anthony Green 48bdb028 2018-03-29T07:22:57 Trim some optimization tests
Anthony Green f98e0f0d 2018-03-29T07:22:38 Simplify matrix
Anthony Green fa72b054 2018-03-29T07:10:23 Remove warning message from clang
Anthony Green 746c3ce2 2018-03-29T07:01:14 Expand ABI tests on x86. Testsuite bug fixes.
Anthony Green 2eee934d 2018-03-27T14:45:40 deal with msvc warnings
Anthony Green 206b2974 2018-03-27T14:37:50 fix quoting issue
Anthony Green 499e41c1 2018-03-27T14:35:10 Don't ignore a file
Anthony Green 5b41e9f6 2018-03-27T14:34:31 Try different msvc hack
Anthony Green e8cf1338 2018-03-27T14:12:02 msvc c99 hack
Anthony Green a3e20940 2018-03-27T11:58:42 More msvc hacks
Anthony Green a82b456e 2018-03-27T11:49:46 msvc fixes
Anthony Green a2326aaf 2018-03-27T11:36:04 Remove debug output
Anthony Green 85b6b209 2018-03-27T11:35:23 Force literals to float (msvc warning)
Anthony Green 2872c460 2018-03-27T11:28:40 Fix msvc linking
Anthony Green b40a386c 2018-03-27T11:20:21 Fix library path handling
Anthony Green d78c5f64 2018-03-27T11:14:56 Deal with libpath
Anthony Green f318bb63 2018-03-27T08:25:26 Fix library path handling
Anthony Green 4f0c9cb3 2018-03-27T08:10:03 Use mixed cygpath paths
Anthony Green d3693b46 2018-03-27T08:05:42 Copy - don't symlink - to support msvc builds
Anthony Green 51ce3696 2018-03-27T07:35:33 Use cygpath to convert windows paths
Anthony Green 70b93e4d 2018-03-27T07:14:59 try to fix windows builds
Anthony Green 377134d7 2018-03-27T07:06:01 Reduce verbosity
Anthony Green d01ef5b8 2018-03-27T06:23:29 iOS builds
Anthony Green d13583f5 2018-03-27T06:22:57 Fix -L support
Anthony Green d4991154 2018-03-27T05:59:26 Fix quoting
Anthony Green 8f47ec40 2018-03-27T05:35:35 Don't set AM_MAKEFLAGS
Anthony Green df314193 2018-03-27T05:13:38 Run tests with lots of debug output
Anthony Green b3949475 2018-03-27T05:11:52 Add -L and -l support
Anthony Green 33da6c07 2018-03-27T05:07:08 Mention C99 and build requirements
Anthony Green e6bdbd78 2018-03-27T04:46:04 Remove reference to wiki
Anthony Green 24eb1f88 2018-03-27T04:09:56 Refactor travis build instructions. Add iOS build
Anthony Green ffc3ff16 2018-03-27T04:02:06 Add issue template
Anthony Green 5c2ca479 2018-03-27T04:01:37 Remove uninitialized warning. Fix #163.
Anthony Green 00813780 2018-03-24T09:05:14 revert
Anthony Green 59d44242 2018-03-24T08:45:59 Try bhaible tests in appveyor
Anthony Green 6f7c29c5 2018-03-24T08:40:04 Formatting fixes
Anthony Green f3c2729e 2018-03-23T11:47:29 Add libffi.map.in to extra dist files
Anthony Green 6d2233f9 2018-03-23T09:06:08 Add sparc solaris build notes
Anthony Green 99a80d2f 2018-03-18T21:22:55 Fix formatting
Anthony Green a3e87ac8 2018-03-18T20:36:52 Fix formatting
Anthony Green cec3a3a2 2018-03-18T16:00:04 Don't align-double for 32-bit x86
Anthony Green f34f8039 2018-03-18T15:30:00 Remove debug output
Anthony Green f31b9153 2018-03-18T15:13:21 Add m4/ax_require_defined.m4
Anthony Green a2dc5848 2018-03-18T13:41:15 travis debug
Anthony Green 81d345b2 2018-03-18T13:32:03 Update autoconf archive macros
Anthony Green 369ef49f 2018-03-18T12:53:42 Add missing FFI_GNUW64 enum
Anthony Green 56655e58 2018-03-18T12:34:18 Merge branch 'master' of github.com:/libffi/libffi
Anthony Green 43980dd1 2018-03-18T12:32:10 Add FFI_GNUW64 ABI for GNU 80-bit long double support
Anthony Green 9bc40d87 2018-03-18T12:32:10 Add FFI_GWIN64 ABI for GNU 80-bit long double support
Ryan C. Underwood d4640608 2018-03-18T07:00:42 Fully allocate file backing writable maps (#389) When ftruncate() is used on a filesystem supporting sparse files, space in the file is not actually allocated. Then, when the file is mmap'd and libffi writes to the mapping, SIGBUS is thrown to the calling application. Instead, always fully allocate the file that will back writable maps.
Anthony Green 247e44b3 2018-03-18T07:01:54 Fix return values
Anthony Green 1f99701f 2018-03-17T22:49:58 Make tests compile/run standalone
Anthony Green d974207c 2018-03-17T09:03:42 Formatting fixes. Add 'bug fixes' note.
Anthony Green a33bfa9b 2018-03-17T07:17:24 xfail unwind tests for moxie
Anthony Green 8bf05481 2018-03-16T23:54:28 Install moxie libstdc++
Anthony Green 84b383ed 2018-03-16T23:36:51 Install moxie-elf-g++
Anthony Green 6a801d04 2018-03-16T17:53:33 Fix closure case where 8-byte value is partially passed in register. Fixes cls_many_mixed_float_double test case.
Anthony Green 0f0ba9e0 2018-03-16T07:28:33 Run dejagnu's runtest with -a option to prevent travis timeouts after 10min
Anthony Green 72545419 2018-03-15T08:17:18 fix .travis.yml
Anthony Green d71051c4 2018-03-14T21:21:06 fix .travis.yml
Anthony Green e86aa54c 2018-03-14T21:00:55 fix .travis.yml
Anthony Green 5b538ed6 2018-03-14T20:32:00 fix .travis.yml
Anthony Green 6ed64a79 2018-03-14T20:22:33 fix .travis.yml
Anthony Green 90809e92 2018-03-14T14:09:39 fix .travis.yml
Anthony Green 85e4c623 2018-03-14T13:47:27 fix .travis.yml
Anthony Green aa8a5ec4 2018-03-14T13:25:04 fix .travis.yml
Anthony Green 7c3e5da4 2018-03-14T13:07:04 fix .travis.yml
Anthony Green 19aec198 2018-03-14T12:40:58 Fix travis.yml
Anthony Green bf337b07 2018-03-14T12:15:04 yaml syntax error fix
Anthony Green 076d5a98 2018-03-14T11:13:32 markdown fixes
Anthony Green d2f7e788 2018-03-14T09:06:38 Fix test cases with short results
Anthony Green 18fe1900 2018-03-14T08:02:10 Debug travis output
Anthony Green 718a4177 2018-03-14T07:40:53 test
Anthony Green 486c34b6 2018-03-13T23:31:18 debug
Anthony Green 00464aa5 2018-03-13T23:30:52 debug
Anthony Green eb0544d0 2018-03-13T23:20:15 Debug env
Anthony Green 9d5bd29d 2018-03-13T23:07:10 Refactor
Anthony Green 52a364d7 2018-03-13T22:49:48 fix moxie build
Anthony Green 1a32b3f1 2018-03-13T22:44:13 fix moxie build
Anthony Green e8958c3a 2018-03-13T22:36:41 revert test
Anthony Green 58315ae1 2018-03-13T22:35:50 test
Anthony Green 6239c287 2018-03-13T22:13:44 Add experimental moxie travis build
Anthony Green 01db31d9 2018-03-13T20:41:55 Update moxie sub opcode
Anthony Green e8f5a430 2018-03-13T09:27:00 Fix appveyor badge
Anthony Green d1689dd3 2018-03-13T09:24:37 Fix travis badge. Add REAME.md to dist files
Anthony Green 785351fb 2018-03-13T09:21:49 Preformat release notes
Anthony Green 8c7fbd16 2018-03-13T09:20:44 Preformat release notes
Anthony Green 54f31b00 2018-03-13T09:17:57 Try to fix table
Anthony Green 3a29a27a 2018-03-13T09:14:40 Clean up markdown table
Anthony Green fbfc3b04 2018-03-13T09:12:21 Move to markdown
Anthony Green a31d3d3b 2018-03-13T09:11:24 Add travis and appveyor build badges
Anthony Green 16313cb2 2018-03-13T08:52:30 Support compiler specific warning suppression flags
Anthony Green cca6d1fb 2018-03-13T08:51:34 Support compiler specific warning suppression flags
Anthony Green 9291f941 2018-03-13T08:37:21 Add bhaible's missing Makefile
Anthony Green bede01d8 2018-03-13T07:53:33 Remove stray directory
Anthony Green 9aefbb10 2018-03-13T07:51:02 Update version number to next pre-release
Anthony Green ddf7a8f7 2018-03-13T07:47:57 Update test list for dist
Anthony Green 6186261c 2018-03-12T21:53:18 Add Bruno Haible and Bill Triggs' libffi testsuite
Anthony Green 4e8f79d5 2018-03-11T18:21:46 Next release will be 3.3