aboutsummaryrefslogtreecommitdiffstats
path: root/configure.ac
Commit message (Expand)AuthorAgeFilesLines
...
* configure.ac: fix rb_cv_gcc_compiler_casnobu2018-03-151-23/+17
* configure.ac: basic libsnobu2018-03-141-2/+5
* configure.ac: --disable-mathn optionnobu2018-03-091-1/+6
* mjit_config.h: MJIT_LDSHAREDnobu2018-03-031-0/+3
* configure.ac: library options to MAINLIBSnobu2018-03-021-18/+15
* configure.ac: fix up r59130nobu2018-03-021-2/+2
* MJIT specific flagsnobu2018-03-011-0/+3
* mjit.c: no va_copynobu2018-02-181-18/+0
* configure.ac: check clockid_t with necessary headersnobu2018-02-171-8/+6
* thread_pthread.c: Use `getpagesize()` when `pthread_attr_getguardsize` is una...mame2018-02-151-1/+1
* configure.ac: Use `pthread_create` to determine if pthread is availablemame2018-02-151-1/+1
* MJIT header for multiarchnobu2018-02-081-0/+4
* configure.ac: removed unnecessary pushdef/popdefnobu2018-02-061-6/+4
* deal with aclocal(1)shyouhei2018-02-061-0/+7
* va_copy is a C99ismshyouhei2018-02-051-0/+20
* common.mk: rb_mjit_header.hnobu2018-02-041-0/+3
* Fix duplicated HAVE_NANkazu2018-01-271-14/+0
* set AC_CONFIG_MACRO_DIRS [close GH-1793]shyouhei2018-01-201-45/+1
* refactor split configure.ac into filesshyouhei2018-01-201-725/+33
* add missing/nan.cshyouhei2018-01-201-1/+1
* there is no guarantee that mode_t is as wide as intshyouhei2018-01-191-1/+4
* INFINITY is float. That of double is HUGE_VAL.shyouhei2018-01-191-1/+2
* -Wmissing-noreturnshyouhei2018-01-181-0/+1
* -Wno-overlength-stringsshyouhei2018-01-161-0/+1
* sorry, this hunk was a garbage. [ci skip]shyouhei2018-01-151-1/+1
* __builtin_alloca_with_align for optimal memory accessshyouhei2018-01-151-0/+1
* __builtin_assume_aligned for *(foo *) castsshyouhei2018-01-151-0/+1
* __alignof__ to take alignment of a typeshyouhei2018-01-151-0/+18
* __attibute__((__aligned__)) for RSTRING_PTR()shyouhei2018-01-151-1/+25
* Fix a typo.hsbt2018-01-131-1/+1
* thread_pthread: remove checks for pthread_cond*_initnormal2018-01-091-1/+1
* thread_pthread: remove HAVE_PTHREAD_ATTR_INIT ifdefsnormal2018-01-091-1/+1
* fix fd mask detection on os xnobu2017-12-271-1/+2
* initialize should be outsidenaruse2017-12-151-1/+1
* check icc version inside conditionnaruse2017-12-151-2/+4
* suppress icc warningsnaruse2017-12-151-1/+1
* particular_werror_flags=no on ICCnaruse2017-12-141-1/+1
* ICC doesn't support -Werror= but ignorenaruse2017-12-141-0/+6
* configure.ac: fixed a typo [Feature #4052]nobu2017-11-291-1/+1
* file.c: File.lutimenobu2017-11-291-0/+1
* sysconfdir on Windowsnobu2017-10-241-0/+1
* Revert "sysconfdir on Windows"naruse2017-10-241-1/+0
* Drop to support NaCl platform.hsbt2017-10-231-170/+12
* sysconfdir on Windowsnobu2017-10-211-0/+1
* Get rid of shadowing local variablesnobu2017-10-181-0/+3
* configure.ac: fix SOEXT on Windowsnobu2017-10-161-1/+2
* fix missing variables in ruby.pcnobu2017-10-161-3/+3
* configure.ac: fix SONAMEnobu2017-10-151-4/+4
* configure.ac: link Foundation frameworknobu2017-10-141-2/+2
* configure.ac: LIBRUBY_SONAMEnobu2017-10-141-19/+27