summaryrefslogtreecommitdiff
path: root/build.rs
Commit message (Expand)AuthorAgeFilesLines
* Add FreeBSD10 supportgnzlbg2019-09-161-1/+6
* Do not deny warnings by default.gnzlbg2019-08-161-1/+5
* Always pass freebsd11 - otherwise cross-compiling to FreeBSD failsgnzlbg2019-08-151-8/+1
* Fix FreeBSD buildgnzlbg2019-08-141-9/+17
* Properly define freebsd11 attributeLuca Pizzamiglio2019-07-281-0/+3
* Add support for FreeBSD CURRENT (aka freebsd13)Luca Pizzamiglio2019-07-281-0/+4
* Remove use of `unstable` featureJoe Richey2019-07-141-2/+1
* Add libc_thread_local cfg and unstable featureJoe Richey2019-07-101-5/+10
* Add a FreeBSD 12 build job and test FreeBSD12 APIsgnzlbg2019-05-241-0/+29
* Deprecate `use_std` cargo feature: use `std` instead .gnzlbg2019-05-241-0/+7
* Fix build on all platformsgnzlbg2019-02-071-6/+36
* core::ffi::c_void is available since rustc 1.30Mike Hommey2018-11-211-1/+1
* Re-export core::ffi::c_void if supportedIsaac Woods2018-09-181-0/+35