summaryrefslogtreecommitdiff
path: root/build.rs
Commit message (Expand)AuthorAgeFilesLines
* build.rs: print rustc stderr if exit status != 0Jacob Hoffman-Andrews2023-04-031-0/+8
* compatibility with rust 1.13.0Pietro Albini2023-03-081-3/+3
* support extra check-cfgPietro Albini2023-03-061-0/+11
* emit rustc-check-cfg in the build script when LIBC_CHECK_CFG=1Pietro Albini2023-03-061-0/+12
* ensure all cfgs used are allowedPietro Albini2023-03-061-0/+30
* refactor build script to use a function to set cfgsPietro Albini2023-03-061-25/+27
* Add struct ctl_info for AppleZhi-Qiang Lei2023-01-211-0/+5
* Report the actual error when failing to get the rustc versionbjorn32022-11-111-6/+10
* Enable `libc_const_extern_fn` implicitly from Rust 1.62Yuki Okushi2022-06-081-4/+11
* Use static_assert_eq macroest312022-03-241-3/+3
* Create optionally-available __int128 typedefs and use them for ARM64 definiti...Aria Beingessner2022-03-231-0/+10
* Revert "Fix invalid freebsd version selection"Alan Somers2021-12-101-5/+7
* Fix invalid freebsd version selectionGuillaume Gomez2021-12-051-7/+5
* Detect FreeBSD 14Yuki Okushi2021-11-171-0/+2
* linux: Add open_how and related flagsFanael Linithien2021-11-041-0/+5
* Use ptr::addr_of when availableNoa2021-11-011-0/+4
* Don't unconditionally link libiconv on macOS.Geoffry Song2021-04-281-7/+0
* Fix styleYuki Okushi2021-04-061-4/+2
* Specify `cargo:rerun-if-changed=build.rs` to avoid re-buildingYuki Okushi2021-04-051-0/+3
* Add bindings for iconv callsAlexander Batischev2021-02-111-0/+7
* Add DevkitPPC supportDark Kirb2020-08-051-1/+2
* Fix build.rs failing with a rustc built from a tarballAaron Hill2019-11-201-3/+10
* Run 'cargo fmt'Aaron Hill2019-10-291-2/+4
* Panic if const-extern-fn is not used on nightlyAaron Hill2019-10-291-4/+12
* Add Linux testAaron Hill2019-10-281-0/+5
* 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