Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | merge platform_helper into configure script | Evan Martin | 2014-11-18 | 1 | -85/+0 |
| | | | | | With this code all in one place, it's easier to spot unused code and simplification opportunities. | ||||
* | Fix building on Solaris. | Nico Weber | 2014-11-01 | 1 | -4/+1 |
| | | | | | | "SunOS" and "Solaris" are the same thing these days, so make them go down the same code paths. In particular, the browse feature was omitted on solaris but not sunos5, causing trouble for some folks (see #838). | ||||
* | Add NetBSD support. | Ryo ONODERA | 2014-07-19 | 1 | -1/+6 |
| | | | | It works fine under NetBSD/amd64 6.99.47. | ||||
* | Use unversioned gnukfreebsd platform. | Felix Geyer | 2014-05-30 | 1 | -2/+2 |
| | |||||
* | fixed platform_helper.py msvc_needs_fs test | Patrick von Reth | 2013-12-05 | 1 | -1/+1 |
| | |||||
* | Fix up platform_helper for MSVC, with Python 2.6.8 the arguments have to be ↵ | Neil Mitchell | 2013-11-18 | 1 | -1/+1 |
| | | | | in a list, not space separated (unless you set Shell to true) | ||||
* | Fix compilation on VS2013 | Scott Graham | 2013-10-18 | 1 | -2/+10 |
| | |||||
* | Fix tabs/spaces inconsistency. | Kim Grasman | 2013-08-05 | 1 | -3/+2 |
| | |||||
* | cleanup based on comments from martine | David Hill | 2013-06-29 | 1 | -1/+1 |
| | |||||
* | support Bitrig | David Hill | 2013-06-29 | 1 | -1/+6 |
| | |||||
* | Fixed the build on Debian/kfreebsd | Gary Kramlich | 2013-05-25 | 1 | -1/+3 |
| | |||||
* | Fix bootstrap on OS X. | Nico Weber | 2013-05-08 | 1 | -1/+2 |
| | | | | This was broken in 4c552c2c3cbc07acce9c1a379fee054a3f680100. | ||||
* | Add support for OpenBSD. | Matthew Dempsky | 2013-05-01 | 1 | -1/+6 |
| | | | | | | Use ppoll() on OpenBSD. Also, fix interrupt handling to recognize that on FreeBSD and OpenBSD, an interrupt might have been delivered even if pselect()/ppoll() don't return -1/EINTR. | ||||
* | share platform support between configure/bootstrap | Patrick von Reth | 2013-04-30 | 1 | -0/+63 |