aboutsummaryrefslogtreecommitdiffstats
path: root/configure.ac
Commit message (Expand)AuthorAgeFilesLines
* 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
* darwin-cc: hide ld warningsnobu2018-09-211-4/+19
* Ignore Xcode linker warningsnobu2018-09-201-0/+5
* Make qsort_r() flavor detecting work if qsort_r() is a macronobu2018-09-131-2/+2
* deduce versioned tools from CCnobu2018-09-121-3/+11
* Fix a typokazu2018-09-091-1/+1
* util.c: qsort_s in C11nobu2018-09-091-1/+1
* configure.ac: -fstack-protector-strongnobu2018-09-021-7/+10
* random.c: SecRandomCopyBytesnobu2018-08-311-0/+8
* configure.ac: printf prifix for int64_tnobu2018-08-271-0/+3
* thread_pthread.c: use eventfd instead of pipe on Linuxnormal2018-08-241-0/+2
* configure.ac: LIBPATHENV on macOSnobu2018-08-161-1/+1
* thread_pthread: use POSIX timer or thread to get rid of racesnormal2018-08-131-0/+8
* Makefile.in: drop MJIT_DLDFLAGS_NOCOMPRESSk0kubun2018-08-131-2/+0