summaryrefslogtreecommitdiff
path: root/configure.ac
AgeCommit message (Expand)Author
2021-05-14Refix PAGE_SIZENobuyoshi Nakada
2021-05-13Fix compilation with jemalloc on macosJohn Hawthorn
2021-05-10Removed missing/dup2.cNobuyoshi Nakada
2021-05-06Check only whether PAGE_SIZE is compile-time constNobuyoshi Nakada
2021-05-06Get rid of including sys/user.h on macOSNobuyoshi Nakada
2021-05-05Fix PAGE_SIZE macro detection in autoconfPeter Zhu
2021-05-05Fix compilation on M1 MacNobuyoshi Nakada
2021-05-05configure.ac: check if __builtin_expect is available or notYusuke Endoh
2021-05-05Workaround for gcc-4 bugNobuyoshi Nakada
2021-05-04Add -Werror=undef to default warnflags for coreBenoit Daloze
2021-04-17Remove comments in tool/m4 from the generated configureNobuyoshi Nakada
2021-04-17Prefer positive condition to double negativeNobuyoshi Nakada
2021-04-12Support non-standard `struct stat` [Bug #17793]Nobuyoshi Nakada
2021-04-10configure: always check for atomic/sync builtins [Bug #17787]Nobuyoshi Nakada
2021-04-10configure: try `-fdeclspec` option by linking [Bug #17787]Nobuyoshi Nakada
2021-03-30Fix `coroutine_type` variable nameKazuhiro NISHIYAMA
2021-03-30Support for native riscv64 coroutines.Samuel Williams
2021-03-24Removed dln_a_outNobuyoshi Nakada
2021-03-20configure.ac: enable FORCE_FILESYSTEM for EmscriptenYusuke Endoh
2021-03-19Remove unneeded dependencies on macOS [Feature #17730]Rick Mark
2021-03-19Use CommonRandom if availableNobuyoshi Nakada
2021-03-19configure.ac: don't use pthread_sigmask in emscriptenYusuke Endoh
2021-03-19configure.ac: avoid spaces in a LDFLAGS optionYusuke Endoh
2021-03-17get rid of aclocal (#4280)卜部昌平
2021-03-12Removed a duplicate setting for mingwNobuyoshi Nakada
2021-03-10Fix `coroutine_type` variable nameNobuyoshi Nakada
2021-03-09Given argument does not need to cacheNobuyoshi Nakada
2021-03-09Recheck ucontext functions to make reconfig stableNobuyoshi Nakada
2021-03-02Don't use mmap on platforms that have large OS page sizesPeter Zhu
2021-02-25Use mmap for allocating heap pagesPeter Zhu
2021-02-24Reverting PR #4221Aaron Patterson
2021-02-24Use mmap for allocating heap pagesPeter Zhu
2021-02-15supports for stack protection for haiku.David Carlier
2021-02-09Fixed default coroutine selection for musl.Andrew Aladjev
2021-02-05Add -fdeclspec to CFLAGS instead of CCNobuyoshi Nakada
2021-01-31MSys is a variant of CygwinNobuyoshi Nakada
2021-01-27Clear unexpanded `mjit_std_cflag`Nobuyoshi Nakada
2021-01-27Disable fast-mathNobuyoshi Nakada
2021-01-23coroutine/emscripten/: Experimentally support emscripten fiber APIYusuke Endoh
2021-01-23configure.ac: Add some compiler options for emscriptenYusuke Endoh
2021-01-23configure.ac: Stop -fstack-protector on emscripten buildYusuke Endoh
2021-01-22Support coroutine on universal binaryNobuyoshi Nakada
2021-01-22Do not set target_alias if unsetNobuyoshi Nakada
2021-01-22Adjust CPU name as arm64-darwinNobuyoshi Nakada
2021-01-18Revert AC_PROG_CC_C99 for -std=gnu99 option to gcc 4.8Nobuyoshi Nakada
2021-01-18Update for autoconf 2.70Nobuyoshi Nakada
2021-01-18Removed unused AC_CHECKINGNobuyoshi Nakada
2021-01-18OpenBSD has getentropy, but no sys/random.hKazuhiro NISHIYAMA
2021-01-17random generator update for Mac proposalDavid CARLIER
2021-01-05configure.ac: disable using __builtin_setjmp on ARM AndroidYusuke Endoh