Branch :
| Author | Commit | Date | CI | Message |
|---|---|---|---|---|
| 854ce7be | 2025-06-02 20:18:46 | Make 3.5.0-pre0 release. Build and publish Windows binaries. Clean up testing. (#912) This commit removes many platforms from the testing workflow. They will be added back in future commits. | ||
| 4094362f | 2025-05-26 08:19:15 | refactor: enhance assembler pseudo-ops and compiler flag checking | ||
| 817a43fb | 2022-09-28 09:05:45 | Revert to previous cfi check. (#735) | ||
| 9b58d4ba | 2022-09-01 08:57:13 | GCC_AS_CFI_PSEUDO_OP passes on msvc, although it's not sufficient. | ||
| 7b1dd8ce | 2022-08-31 09:49:21 | Don't -malign-double for x86-32 | ||
| ddc67643 | 2022-06-25 22:04:53 | Add missing file | ||
| 4a46f35b | 2022-06-25 21:14:30 | Update configury | ||
| 5865450d | 2021-03-23 19:50:09 | Update ax_cc_maxopt m4 macro (#617) Keeps libffi's specific changes (https://github.com/libffi/libffi/commit/cec3a3a201f17a7f018f25e1a0917bd5206e5a5a#diff-2396a1256ac4b1c6849c931ddb8018bdd984bb2383be21bb819a33b95d8d603f) and updates to the latest ax_cc_maxopt.m4 (http://git.savannah.gnu.org/gitweb/?p=autoconf-archive.git;a=commit;h=73ee1b396c21062ee8eeb8721ba5323322110fb5): ax_cc_maxopt.m4: retain setting of CFLAGS by configure AX_CC_MAXOPT checks whether CFLAGS was set by the user; if so, the user’s setting is respected. This behavior is retained, of course. However, AX_CC_MAXOPT was then setting CFLAGS="". This overrode the default setting by configure, which usually includes -g. Hence, if CFLAGS was not set by the user, retain the default setting, to preserve the ability to debug. A typical default setting from configure is "-g -O2". This means that AX_CC_MAXOPT might typically set CFLAGS to "-g -O2 -O3". This is fine, because the later -O3 will override the earlier -O2. (The only assumption is that all compilers that AX_CC_MAXOPT knows behave in this sane way.) | ||
| 970b7fce | 2019-11-21 05:04:54 | Update autoconf-archive m4 macros | ||
| 3ec522bc | 2019-02-19 13:09:09 | Fix cfi checks for old compiler (#453) cfi_sections can be unsupported when cfi_startproc and cfi_endproc are. | ||
| cec3a3a2 | 2018-03-18 16:00:04 | Don't align-double for 32-bit x86 | ||
| f31b9153 | 2018-03-18 15:13:21 | Add m4/ax_require_defined.m4 | ||
| 81d345b2 | 2018-03-18 13:32:03 | Update autoconf archive macros | ||
| 6172a995 | 2014-06-25 12:28:17 | Fix issue with builddir when calling configure with absolute path | ||
| 35634dbc | 2014-03-15 18:11:16 | Remove autogenerated files from the repository Add an autogen.sh to regenerate them. | ||
| 33c9954f | 2014-02-28 00:38:41 | Rebuilt with new libtool | ||
| 2f5b7ce5 | 2013-11-09 06:16:32 | UltraSPARC IIi fix. Update README and build configury. | ||
| ffef2e04 | 2013-02-07 15:47:01 | x32 and libtool fixes | ||
| bff052d9 | 2013-01-11 10:24:32 | 32-bit x86 fix and more | ||
| ebbe7796 | 2013-01-02 08:54:05 | missed x32 libtool patch. | ||
| 8bad679a | 2013-01-02 08:28:35 | New stand-alone patch | ||
| 981c32ee | 2013-01-02 07:34:03 | Merge with GCC. Eliminate quilt bits. | ||
| 6993a668 | 2012-10-30 06:59:32 | Fix autoconf macros | ||
| 9c00a3f6 | 2012-10-12 16:46:06 | TILE-Gx/TILEPro support | ||
| a044a56b | 2012-04-06 10:39:10 | Linux/x32 libtool fix | ||
| 4130e197 | 2012-02-03 13:18:27 | Refresh autoconf-archive m4 scripts | ||
| c411f140 | 2011-11-12 07:32:36 | Fix ax_enable_builddir macro on BSD systems | ||
| 3d56106b | 2011-11-12 07:20:24 | Rebase | ||
| 8cf88784 | 2011-02-15 15:19:49 | Fix ax_cc_maxopt.m4 | ||
| 7c7c9f32 | 2011-02-12 09:29:29 | ungccify parts of the build | ||
| 17d9e9e6 | 2011-02-11 12:23:20 | Use newer autotools. Only build debug.c when --enable-debug. | ||
| f2c2a4fc | 2010-04-13 10:19:28 | Remove warnings and add OS/2 support | ||
| c7fa2da8 | 2009-12-24 07:22:44 | 3.0.9rc6 |