kc3-lang/libffi/README.md

Branch :


Log

Author Commit Date CI Message
1b6b176a 2025-06-05 06:17:56 Update README.md to mention SH targets
bac99f2f 2025-06-05 06:12:10 Release candidate 1 for 3.5.0. Windows build fixes. (#916) * refactor(ci): improve wget retry logic in .ci/install.sh * build(github-actions): use static runtime library in build * refactor(ffi.h.in): export version API * chore: update libffi version to 3.5.0-rc1
2529b40d 2025-06-02 20:42:47 chore: update version to 3.5.0-rc0 in documentation and configuration files
55d84b0c 2025-06-02 20:40:44 docs: update README with new libffi release information
9ee7341d 2025-05-26 08:19:32 feat(README): add details for next version release in history section
64d5e122 2025-05-25 16:09:59 docs: update required installations in README.md
bfb5b005 2025-04-09 10:32:42 feat: Update version of libffi to 3.4.8 with various fixes and enhancements
1716f81e 2025-02-08 11:32:05 feat: remove nios2 support Acked-by: Anthony Green <green@moxielogic.com>
252c0f46 2025-02-08 09:37:31 chore: Bump version to 3.4.7 and update change log
3d0ce1e6 2024-02-18 09:22:51 chore: update version to 3.4.6 and fix long double regression on mips64 and alpha
40435531 2024-02-15 08:01:43 docs(README): update release details for libffi-3.4.5
0b1dd62b 2024-02-01 04:54:57 Update README.md (#820) For cygwin/MSVC build, CXXCPP is also needed to pass configure checks
11af2196 2023-11-23 09:22:20 Reference recent changes
8bdd4716 2023-04-02 19:54:22 More accurate explanation of wasm32 state in readme (#776) There are three main wasm32 target triples: * wasm32-unknown-unknown * wasm32-unknown-emscripten * wasm32-unknown-wasi The wasm32 port is only for the wasm32-unknown-emscripten target triple. (The other triples have no dynamic linking support so libffi would be both hard to port and of limited utility.)
f08493d2 2023-02-17 20:35:44 Mention ARCv3 work
7d03d3a3 2023-02-02 16:09:14 Mention wasm32
abf211d1 2023-02-02 07:06:02 Mention HPPA fixes
baa6bbbc 2023-02-02 06:59:46 Add HPPA64 support
3a8bb6bb 2023-01-08 21:56:34 fix typo (#758) `mingW` -> `MinGW`
f24180be 2022-10-23 20:17:29 Update to version 3.4.4
848052fa 2022-10-23 11:25:10 More aarch64 fixes
e1d1b094 2022-09-28 10:16:45 Add .
b45f6894 2022-09-28 10:16:01 Update README for 3.4.4.
f0675ab7 2022-09-19 17:30:51 Update version to 3.4.4-experimental
84817695 2022-09-19 13:31:46 Fix typo
0a769ccc 2022-09-19 08:17:15 Update release dates
b801b54b 2022-09-19 06:49:32 Mention AIX with GCC
598ea692 2022-09-19 06:43:41 Clean ups, preparing for new release
b577a5b8 2022-09-12 10:23:59 Mention Cygwin static trampoline support.
08693502 2022-09-07 07:12:10 Set CC and CXX for GCC compile farm builds
fc8c8c1e 2022-06-25 11:06:00 Fix ILP32 for aarch64
aa2c4141 2022-05-29 10:28:10 64-bit cygwin: fix struct args. Document change.
01d54435 2022-05-24 21:38:51 Mention loongson64
68485e33 2021-07-29 07:13:35 Mention x32 static tramponline fix
a541fc60 2021-07-16 08:56:30 Update README for next release.
f9ea4168 2021-06-28 21:10:49 Update version to 3.4.2
2bdc8e52 2021-06-28 19:50:29 Version 3.4.1
c1d09bf0 2021-06-28 18:50:31 Update version to 3.4.0
4557f232 2021-06-28 09:53:01 3.4.0 release candidate 2
11f97138 2021-06-27 07:46:12 Update contact info
becae739 2021-06-22 13:01:06 Switch from travis-ci.org to travis-ci.com.
e92c81a5 2021-03-24 07:07:53 Mention MSVC runtime stack checking improvement
aa4dafb1 2021-03-23 19:06:08 Mention LIBFFI_TMPDIR
8f44384d 2021-03-23 14:24:54 Fix formatting
9d491b5e 2021-03-23 12:26:37 Mention KVX
205cf01b 2021-03-23 11:31:08 Bug #680. Don't accept floats or small ints as var args. (#628) * Bug #680. Don't accept floats or small ints as var args. * Bug #680. Don't accept floats or small ints as var args. * Bug #680. Don't accept floats or small ints as var args.
fbd1de85 2020-06-29 08:02:20 Add support for csky
5e6ca054 2020-05-01 13:59:11 Add support for Kalray KVX architecture (#559)
4a6414f2 2020-03-09 21:10:53 Mention ARM Pointer Authentication
4c775d7c 2020-02-21 22:12:34 Update for pending 3.4 release.
803db14c 2019-11-24 16:10:22 Merge branch 'master' of github.com:libffi/libffi
fb914c36 2019-11-24 18:25:13 disable obsolete 32-bit targets in macOS (#511)
fd99c95f 2019-11-24 11:11:25 Minor clean-up
d996cb28 2019-11-23 09:00:14 Version 3.3
d01088a5 2019-11-21 05:36:06 Mention more major port contributors
34a3a661 2019-11-21 04:59:39 Fix formatting of README.
b6804d16 2019-11-17 09:19:14 Mention binary128 long double support for Power
c95cc4b3 2019-11-06 06:30:20 Reference FFI_BUILDING_DLL
88a76477 2019-11-03 06:28:51 rc2. hack as per: https://github.com/travis-ci/travis-ci/issues/6934
52b066f0 2019-10-24 07:03:43 Update versions to 3.3-rc1
d856743e 2019-06-26 07:31:22 libffi: added ARM64 support for Windows (#486) * libffi: added ARM64 support for Windows 1. ported sysv.S to win64_armasm.S for armasm64 assembler 2. added msvc_build folder for visual studio solution 3. updated README.md for the same 4. MSVC solution created with the changes, and below test suites are tested with test script written in python. libffi.bhaible libffi.call 5. Basic functionality of above test suites are getting passed Signed-off-by: ossdev07 <ossdev@puresoftware.com> * Update README.md
db5706ff 2019-04-26 04:58:58 add support for 32-bit ARM on Windows (#477) * add support for 32-bit ARM on Windows * fix mismatched brace in appveyor.yml * remove arm platform from appveyor.yml for now * fix arm build * fix typo * fix assembler names * try Visual Studio 2017 * add windows arm32 to .appveyor.yml * update README.md
8660e693 2018-04-02 08:30:17 3.3 release candidate 0
33da6c07 2018-03-27 05:07:08 Mention C99 and build requirements
e6bdbd78 2018-03-27 04:46:04 Remove reference to wiki
6f7c29c5 2018-03-24 08:40:04 Formatting fixes
6d2233f9 2018-03-23 09:06:08 Add sparc solaris build notes
99a80d2f 2018-03-18 21:22:55 Fix formatting
a3e87ac8 2018-03-18 20:36:52 Fix formatting
43980dd1 2018-03-18 12:32:10 Add FFI_GNUW64 ABI for GNU 80-bit long double support
9bc40d87 2018-03-18 12:32:10 Add FFI_GWIN64 ABI for GNU 80-bit long double support
d974207c 2018-03-17 09:03:42 Formatting fixes. Add 'bug fixes' note.
076d5a98 2018-03-14 11:13:32 markdown fixes
e8f5a430 2018-03-13 09:27:00 Fix appveyor badge
d1689dd3 2018-03-13 09:24:37 Fix travis badge. Add REAME.md to dist files
785351fb 2018-03-13 09:21:49 Preformat release notes
8c7fbd16 2018-03-13 09:20:44 Preformat release notes
54f31b00 2018-03-13 09:17:57 Try to fix table
3a29a27a 2018-03-13 09:14:40 Clean up markdown table
fbfc3b04 2018-03-13 09:12:21 Move to markdown