summaryrefslogtreecommitdiff
path: root/build.rs
AgeCommit message (Expand)Author
2022-06-05Fix some clippy warningsDarren Kulp
2021-04-15Add env var EXTRA_CLANG_ARGS_<TARGET>Thomas Vermeilh
2020-06-22Respect changes to BINDGEN_EXTRA_CLANG_ARGSDarren Kulp
2020-06-22build: move the rebuild dependencies to somewhere where they don't seem test ...Emilio Cobos Álvarez
2020-06-22Rebuild when clang_sys environment changesDarren Kulp
2019-09-17Rustfmt.Emilio Cobos Álvarez
2019-01-16Add `BINDGEN_OVERWRITE_EXPECTED` for recording testsChristian Legnitto
2017-09-07Use `quote` instead of `syntex` for Rust code generationNick Fitzgerald
2017-08-21Rename `TypeKind::Named` to `TypeKind::TypeParam`Anna Liao
2017-06-01Add a way to get the target triple, and do our best guess at it until we have...Emilio Cobos Álvarez
2017-04-17build: Don't always expect a tests/headers directory.Emilio Cobos Álvarez
2017-03-15Refactor fallibility of conversions from IR to Rust typesNick Fitzgerald
2017-02-16Rework how bitfields are handled.Emilio Cobos Álvarez
2017-01-23Unify under the `bindgen` name.Emilio Cobos Álvarez
2016-11-16Transition to libbindgen sub-crateJeff Waugh
2016-09-16Rewrite the core of the binding generator.Emilio Cobos Álvarez
2016-07-18Remove clang searching code from build.rsXidorn Quan
2016-07-10Use aster and quasi to allow building with stable Rust.Emilio Cobos Álvarez
2016-03-16SM hacks squashMichael Wu
2016-03-11Switch Travis support to a proper build matrixAnthony Ramine
2016-03-10Properly specify dependencies of build.rsAnthony Ramine
2016-03-10Fix OS X buildAnthony Ramine
2015-10-23use lddconfig to lookup for libclang.so on linuxOleksii Prudkyi
2015-07-01Add Debian/Ubuntu locations to clang search pathsJeff Waugh
2015-06-25Windows platform fixespradeep
2015-05-06Add architecture triples for Ubuntu and Debian based LinuxHiroshi Hatake
2015-05-03Support building bindgen with rust 1.0 betaEdward Barnard
2015-03-22RustupTamir Duberstein
2015-03-01add a cargo feature to statically link to libclangJorge Aparicio
2015-02-25Use `LIBCLANG_STATIC` variable to control static linkingJyun-Yan You
2015-02-22Link to LLVM/clang staticallyKevin Murphy
2015-02-16upstream rust changesJason Fager
2015-02-10Solve warnings on build scriptRenato Zannon
2015-02-10Make build script search on multiple directories on LinuxRenato Zannon
2015-01-28Fixes for std::io -> std::old_io Rust changes.Robert Clipsham
2015-01-01Merge branch 'func_proto' of https://github.com/chris-chambers/rust-bindgenJyun-Yan You
2014-12-23Add basic build scriptEdward Barnard