summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* clang on windowsHEADmasterAnthony Green2022-09-281-0/+53
|
* Revert to previous cfi check.Anthony Green2022-09-282-14/+14
|
* Remove nested commentsAnthony Green2022-09-271-14/+17
|
* Don't tweak pathAnthony Green2022-09-271-2/+1
|
* Fix findAnthony Green2022-09-271-1/+1
|
* Locate toolsAnthony Green2022-09-271-5/+1
|
* Use cross tools for WindowsAnthony Green2022-09-271-1/+4
|
* Fix shellAnthony Green2022-09-271-0/+1
|
* Find ms toolsAnthony Green2022-09-271-1/+6
|
* 32- and 64-bit WindowsAnthony Green2022-09-271-5/+9
|
* Add "lto" to triple to identify lto buildsAnthony Green2022-09-271-1/+1
|
* Try aarch64 linux with -fltoAnthony Green2022-09-271-0/+5
|
* Show compiler versionAnthony Green2022-09-261-0/+1
|
* Never link pthread for androidAnthony Green2022-09-261-12/+15
|
* CI: add Android builds (#732)Frederik Seiffert2022-09-261-0/+33
|
* Test idea borrowed from cpythonAnthony Green2022-09-241-0/+90
|
* or1k: All struct args are passed in memoryAnthony Green2022-09-241-1/+1
|
* moxie: All struct args are passed in memoryAnthony Green2022-09-241-1/+1
|
* Add test case transcribed from cpythonAnthony Green2022-09-242-4/+67
|
* Set host triplet for native buildsAnthony Green2022-09-191-3/+6
|
* Update job namesAnthony Green2022-09-191-1/+1
|
* Give better names to CI workflowsAnthony Green2022-09-191-4/+5
|
* Update version to 3.4.4-experimentalAnthony Green2022-09-192-2/+4
|
* Suppress error console output duing configure in case not an ELF file (#729)Hans2022-09-191-1/+1
| | | | | | | | | | | On Cygwin, MSYS and MinGW readelf is available, but files generated are no ELF files. This results in an Error output on console: 'checking whether .eh_frame section should be read-only... readelf: Error: Not an ELF file - it has the wrong magic bytes at the start yes' With this patch the error output is suppressed resulting in only 'checking whether .eh_frame section should be read-only... yes' Setting of related variables is not changed. Co-authored-by: Hannes Müller <>
* Fix typoAnthony Green2022-09-191-1/+1
|
* Update versionAnthony Green2022-09-191-2/+2
|
* Update libtool versionAnthony Green2022-09-191-1/+1
|
* Update version to 3.4.3Anthony Green2022-09-191-1/+1
|
* Update release datesAnthony Green2022-09-191-3/+3
|
* Add new files for distributionAnthony Green2022-09-192-1/+3
|
* Mention AIX with GCCAnthony Green2022-09-191-0/+1
|
* Update comment about platform supportAnthony Green2022-09-191-1/+1
|
* Clean ups, preparing for new releaseAnthony Green2022-09-194-27/+25
|
* Standardize temp exec file creationAnthony Green2022-09-192-26/+2
|
* Handle win32 ABIs for struct returnAnthony Green2022-09-181-27/+30
|
* Debug x86Anthony Green2022-09-181-3/+5
|
* RevertAnthony Green2022-09-181-0/+2
|
* Add test caseAnthony Green2022-09-181-0/+60
|
* Add missing ABI_ATTRAnthony Green2022-09-181-1/+1
|
* X86 is never defined.Anthony Green2022-09-181-3/+0
|
* Add MSYS configuration files (#728)Hans2022-09-1710-37/+49
| | | | | | | | | | | | | | | | | | | | | | | | | * Add MSYS configuration files MSYS behaves very similiar to Cygwin, e.g. also __CYGWIN__ is defined. Now 'make check' passes on MSYS without extra patches. * Fix warning extra tokens at end of #endif in closures.c Extra tokens converted into a comment. Also nearby indentations corrected. * Fix missing prototype warning mkostemp() on Cygwin Cygwin requires also _GNU_SOURCE to be defined to enable mkostemp() prototype. * Fix warning label ‘out’ defined but not used in ffi functions Define same preprocessor conditions for goto and label visibility. * Fix warning label ‘out’ defined but not used and related indentations. Define same preprocessor conditions for goto and label visibility. Correct also related indentations. Co-authored-by: Hannes Müller <>
* Fix test case for 64-bit mingwAnthony Green2022-09-151-20/+20
|
* Passes on 64bit mingwAnthony Green2022-09-151-2/+2
|
* Fix arg alignment for STDCALLAnthony Green2022-09-151-3/+8
|
* Fix test headersAnthony Green2022-09-152-164/+2
|
* Tweak msys2 tools againAnthony Green2022-09-151-2/+2
|
* Fix msys2 tool selectionAnthony Green2022-09-151-6/+6
|
* Build 32- and 64-bit msys2Anthony Green2022-09-151-17/+20
|
* msvc requires the printf change, not mingwAnthony Green2022-09-151-2/+2
|
* Install unzipAnthony Green2022-09-151-0/+1
|