aboutsummaryrefslogtreecommitdiffstats
path: root/configure.ac
Commit message (Expand)AuthorAgeFilesLines
* Fix 2.7 build (#4359)Nobuyoshi Nakada2021-05-311-133/+139
* Revert "merge revision(s) c32375883a696fcf8e9e99875f1339ee5474a255:"nagachika2021-03-211-101/+99
* merge revision(s) c32375883a696fcf8e9e99875f1339ee5474a255:nagachika2021-03-211-99/+101
* merge revision(s) c15cddd1d515c5bd8dfe8fb2725e3f723aec63b8: [Backport #16787]nagachika2021-03-201-0/+5
* merge revision(s) abe2e7de4d1f2d5861d7c9ab9c7e778f2ee1dcd2: [Backport #16774]nagachika2021-03-201-2/+2
* merge revision(s) 43a9a974e276dc49b03ec81ccace0adb534a3d20: [Backport #17021]...nagachika2021-02-111-1/+6
* merge revision(s) 8b0dc77a621ded75f72486c33f55404ce73f00d7: [Backport #17275]nagachika2020-12-311-2/+2
* merge revision(s) be9dbe1c3eb4bb4cab0bdc42a91ef425bb1eaddd: [Backport #15178]nagachika2020-12-311-2/+2
* merge revision(s) f96216df8dfd2d1e206150572912289f4dda7386,0091fac1d8de07e86f...nagachika2020-09-301-0/+3
* merge revision(s) 75802bcff1b941818832f0145071f7ce9c843d8d:nagachika2020-07-051-1/+1
* Allow more than one major version number in target_osMatt Valentine-House2019-12-131-1/+1
* support cross-compilation.Koichi Sasada2019-12-111-0/+1
* Fixed the inverted conditionNobuyoshi Nakada2019-12-031-1/+1
* Wrap statements in AS_IF properlyNobuyoshi Nakada2019-12-031-1/+2
* Disable _FORTIFY_SOURCE on mingw for nowNobuyoshi Nakada2019-12-021-0/+11
* Improve string literal concatenation for C++11Mark Abraham2019-11-061-2/+2
* Check for nonnull attribute in configureNobuyoshi Nakada2019-10-291-0/+5
* Revert "Check for nonnull attribute in configure"卜部昌平2019-10-291-5/+0
* Check for nonnull attribute in configureNobuyoshi Nakada2019-10-291-0/+5
* show BASERUBY version at configure.Koichi Sasada2019-10-201-0/+3
* oops卜部昌平2019-09-101-1/+1
* fix CentOS 6 compile error卜部昌平2019-09-101-0/+15
* Default to cc/c++ instead of gcc/g++ on OpenBSDJeremy Evans2019-09-091-2/+6
* Stop setting same flags as cflags to cxxflagsNobuyoshi Nakada2019-09-061-6/+6
* Check clang++ as CXX when CXX is bare clang without suffixNobuyoshi Nakada2019-09-061-1/+1
* Fix the appropriate C++ compiler in OS X selectionKazuhiro NISHIYAMA2019-08-271-5/+5
* Refined the appropriate C++ compiler in OS X selectionNobuyoshi Nakada2019-08-261-9/+14
* configure.ac: Improve icc_version guessing for non-icc environmentYusuke Endoh2019-08-251-1/+1
* configure.ac: fix the guess of icc_versionYusuke Endoh2019-08-251-3/+1
* Check whether syscall(2) is deprecated by actual warningsNobuyoshi Nakada2019-08-201-1/+7
* Check for minimum required OSX version earlierNobuyoshi Nakada2019-08-201-14/+15
* Bail out if unsupported old MacOSX is requiredNobuyoshi Nakada2019-08-201-10/+10
* Fixed the check for OSX versionNobuyoshi Nakada2019-08-201-5/+5
* crash report on mac little updateDavid CARLIER2019-08-191-0/+1
* NetBSD native support of explicit_bzero's like feature (#2145)David CARLIER2019-08-171-0/+1
* Relaxed target_os matchingNobuyoshi Nakada2019-07-231-5/+5
* Improve build process and coroutine implementation selection.Samuel Williams2019-07-181-25/+33
* Add coroutine context switch for i386-mingw32Lars Kanis2019-07-071-0/+3
* Use realpath(3) instead of custom realpath implementation if availableJeremy Evans2019-07-011-0/+1
* Enable native fiber coroutines on i386-openbsdJeremy Evans2019-07-011-0/+3
* Use native coroutine implementation on OpenBSD-amd64Jeremy Evans2019-06-261-0/+3
* Do not attempt to use ucontext for fibers on OpenBSDJeremy Evans2019-06-261-0/+3
* Restore updated implementation of arm32 coroutine code, but prefer ucontext.Samuel Williams2019-06-261-0/+3
* Revert "coroutine/arm32/Context.S: save/restore the registers via stack"Yusuke Endoh2019-06-261-3/+0
* Add `ucontext` coroutine implementation for generic fallback.Samuel Williams2019-06-261-2/+2
* coroutine/arm32/Context.S: save/restore the registers via stackYusuke Endoh2019-06-261-0/+3
* Revert 518adcca0a and dbe232e24eYusuke Endoh2019-06-251-3/+0
* Try using arm32 implementation for fibers.Samuel Williams2019-06-241-0/+3
* Try using arm64 implementation for fibers.Samuel Williams2019-06-241-0/+3
* Use spaces for indentation in `configure.ac`.Samuel Williams2019-06-241-22/+22