aboutsummaryrefslogtreecommitdiffstats
path: root/configure.ac
Commit message (Expand)AuthorAgeFilesLines
* 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
* Remove IA64 support.Samuel Williams2019-06-191-33/+0
* Moved Makefile.in under templateNobuyoshi Nakada2019-06-071-1/+1
* Revert "Moved Makefile.in under template"Nobuyoshi Nakada2019-06-071-1/+1
* Moved Makefile.in under templateNobuyoshi Nakada2019-06-071-1/+1
* configure.ac: utilize wide columns for summaryNobuyoshi Nakada2019-06-061-1/+2
* Added --with-rdoc optionNobuyoshi Nakada2019-05-251-2/+14
* Show doc list to installNobuyoshi Nakada2019-05-251-1/+4
* No longer svn & git-svn are usedNobuyoshi Nakada2019-05-101-9/+1