aboutsummaryrefslogtreecommitdiffstats
path: root/configure.ac
Commit message (Expand)AuthorAgeFilesLines
* Enable msys2 to check build status.samuel2018-11-241-1/+1
* configure.ac: support 32-bit builds on x86-64 systemsnormal2018-11-221-1/+5
* * configure.ac: On AIX, LDFLAGS must be after -L../.. in TRY_LINK,odaira2018-11-211-2/+2
* configure.ac: silence `command -v` outpoutnobu2018-11-211-1/+1
* configure.ac: add --disable-fiber-coroutine optionnobu2018-11-211-31/+29
* configure.ac: gather preset variables on mingwnobu2018-11-211-1/+2
* configure.ac: disable native-fiber for MinGWk0kubun2018-11-201-6/+7
* Fix message result.samuel2018-11-201-1/+1
* Fix configure.ac typo.samuel2018-11-201-4/+4
* Initial support for x64-mingw32samuel2018-11-201-1/+13
* Be even more specific, for some reason it was selecting amd64 on x64-mingw32.samuel2018-11-201-2/+2
* Limit coroutine implementations to Linux.samuel2018-11-201-2/+2
* Expose dependency between cont.c and coroutine implementation.samuel2018-11-201-2/+5
* Initial effort to support 32-bit Linux.samuel2018-11-201-0/+5
* Better support for amd64 platformssamuel2018-11-201-6/+12
* Native implementation of coroutines to improve performance of fiberssamuel2018-11-201-0/+6
* Check -fcf-protectionnobu2018-11-201-2/+1
* configure.ac: avoid crashing MJIT with -fcf-protectionk0kubun2018-11-191-0/+6
* ruby.c: do not surface MJIT to userk0kubun2018-11-191-4/+4
* configure.ac: rename extra_warning as extra_warnflagsnobu2018-11-191-3/+3
* configure.ac: respect extra_warnflags if givennobu2018-11-191-4/+3
* -Wno-unused-value [ci skip]shyouhei2018-11-191-0/+1
* sort lines [ci skip]shyouhei2018-11-191-20/+22
* Remove unused default value of MJIT_CC [ci skip]kazu2018-11-091-1/+1
* Clear CC_WRAPPER in other than the toplevelnobu2018-11-071-0/+1
* Convert MJIT_CC to Windows path on msys toonobu2018-11-071-2/+2
* vm_backtrace.c: pos can be zeroshyouhei2018-11-071-0/+1
* Fix build_os:host_os pairnobu2018-11-061-1/+1
* Expand MJIT_CC in configurenobu2018-11-061-2/+10
* adopt sanitizer APIshyouhei2018-11-061-0/+2
* configure.ac: insert DLDSHAREDnobu2018-11-061-2/+3
* gc.c: move ASAN check to configureshyouhei2018-11-061-0/+3
* Respect explicitly given MJIT_CCnobu2018-11-051-1/+1
* MJIT_CC should not use CC_WRAPPERnobu2018-11-041-0/+1
* Makefile.in: use CC_WRAPPERnobu2018-11-031-5/+6
* configure.ac: set CC_WRAPPER by checking messagenobu2018-11-031-5/+4
* rename configure option `--disable-mjit` to `--disable-mjit-support`ko12018-10-201-7/+7
* add disabling MJIT features option.ko12018-10-201-5/+11
* Support Mach-O on backtrace with DWARFnaruse2018-10-201-0/+5
* configure.ac: add --disable-install-mjit-headerk0kubun2018-10-191-0/+6
* configure.ac: do not overwrite -std=shyouhei2018-10-181-0/+4
* detect clang++shyouhei2018-10-151-1/+1
* Pass cflags given to configure to mjitnobu2018-10-151-0/+1
* Define PRIdPTR etcnobu2018-10-131-0/+3
* * configure.ac: do not use __builtin_longjmp on ppc64* Linuxodaira2018-10-091-0/+8
* Use cd -Pnobu2018-10-031-1/+1
* support --with-arch=x86_64hshyouhei2018-10-031-1/+1
* move GCC version check from marshal.c to configure.acshyouhei2018-09-271-0/+4
* configure.ac: prepend the wrapper after CPP is setnobu2018-09-211-12/+15
* Remove -Wno-parentheses flag.nobu2018-09-211-1/+1