summaryrefslogtreecommitdiff
path: root/configure.ac
AgeCommit message (Expand)Author
2019-09-10oops卜部昌平
2019-09-10fix CentOS 6 compile error卜部昌平
2019-09-09Default to cc/c++ instead of gcc/g++ on OpenBSDJeremy Evans
2019-09-06Stop setting same flags as cflags to cxxflagsNobuyoshi Nakada
2019-09-06Check clang++ as CXX when CXX is bare clang without suffixNobuyoshi Nakada
2019-08-27Fix the appropriate C++ compiler in OS X selectionKazuhiro NISHIYAMA
2019-08-26Refined the appropriate C++ compiler in OS X selectionNobuyoshi Nakada
2019-08-25configure.ac: Improve icc_version guessing for non-icc environmentYusuke Endoh
2019-08-25configure.ac: fix the guess of icc_versionYusuke Endoh
2019-08-20Check whether syscall(2) is deprecated by actual warningsNobuyoshi Nakada
2019-08-20Check for minimum required OSX version earlierNobuyoshi Nakada
2019-08-20Bail out if unsupported old MacOSX is requiredNobuyoshi Nakada
2019-08-20Fixed the check for OSX versionNobuyoshi Nakada
2019-08-19crash report on mac little updateDavid CARLIER
2019-08-17NetBSD native support of explicit_bzero's like feature (#2145)David CARLIER
2019-07-23Relaxed target_os matchingNobuyoshi Nakada
2019-07-18Improve build process and coroutine implementation selection.Samuel Williams
2019-07-07Add coroutine context switch for i386-mingw32Lars Kanis
2019-07-01Use realpath(3) instead of custom realpath implementation if availableJeremy Evans
2019-07-01Enable native fiber coroutines on i386-openbsdJeremy Evans
2019-06-26Use native coroutine implementation on OpenBSD-amd64Jeremy Evans
2019-06-26Do not attempt to use ucontext for fibers on OpenBSDJeremy Evans
2019-06-26Restore updated implementation of arm32 coroutine code, but prefer ucontext.Samuel Williams
2019-06-26Revert "coroutine/arm32/Context.S: save/restore the registers via stack"Yusuke Endoh
2019-06-26Add `ucontext` coroutine implementation for generic fallback.Samuel Williams
2019-06-26coroutine/arm32/Context.S: save/restore the registers via stackYusuke Endoh
2019-06-25Revert 518adcca0a and dbe232e24eYusuke Endoh
2019-06-24Try using arm32 implementation for fibers.Samuel Williams
2019-06-24Try using arm64 implementation for fibers.Samuel Williams
2019-06-24Use spaces for indentation in `configure.ac`.Samuel Williams
2019-06-19Remove IA64 support.Samuel Williams
2019-06-07Moved Makefile.in under templateNobuyoshi Nakada
2019-06-07Revert "Moved Makefile.in under template"Nobuyoshi Nakada
2019-06-07Moved Makefile.in under templateNobuyoshi Nakada
2019-06-06configure.ac: utilize wide columns for summaryNobuyoshi Nakada
2019-05-25Added --with-rdoc optionNobuyoshi Nakada
2019-05-25Show doc list to installNobuyoshi Nakada
2019-05-10No longer svn & git-svn are usedNobuyoshi Nakada
2019-04-23Fix a typoKazuhiro NISHIYAMA
2019-02-24Check stx_btime in struct statxnobu
2019-02-24configure.ac: remove check for broken memmemglass
2019-02-23configure.ac: skip check of statx() on AIXglass
2019-02-20Try statx syscallnobu
2019-02-19file.c: enable File.birthtime on Linuxglass
2019-02-10random.c: use getrandom() if available.glass
2019-02-08configure.ac: check finite,isinf,isnan as macros firstnobu
2019-02-04configure.ac: separate -std=gnu99 conditionnobu
2019-01-28io.c: use fcopyfile(3) in IO.copy_stream if availableglass
2019-01-27Revert "io.c: use fcopyfile(3) in IO.copy_stream if available"glass
2019-01-27io.c: use fcopyfile(3) in IO.copy_stream if availableglass