aboutsummaryrefslogtreecommitdiff
path: root/build.rs
AgeCommit message (Expand)Author
2023-10-09Touch up PR 1275David Tolnay
2023-09-27Use full path relative to $CARGO_MANIFEST_DIR when compilingDaniel Wagner-Hall
2023-01-07Raise minimum rustc to 1.60David Tolnay
2021-08-27Adopt unsafe_op_in_unsafe_fn styleDavid Tolnay
2021-01-02Add an option to fail build on C++ compile warningsDavid Tolnay
2020-11-17Bump namespace to 1David Tolnay
2020-11-11Raise rustc checked in build script to 1.48David Tolnay
2020-11-11Warn on unsupported rust toolchain versionDavid Tolnay
2020-10-08Bump namespace to 05David Tolnay
2020-10-08Use Cargo's build script metadata feature to make reliable include dirsDavid Tolnay
2020-09-01Bump namespace to 04David Tolnay
2020-08-30Remove link-cplusplus dependency from non-Cargo buildsDavid Tolnay
2020-08-28Specify consistent c++ standard between cxx and cxx-test-suiteDavid Tolnay
2020-05-11Add cargo cfgs for opt in to newer standardsDavid Tolnay
2020-05-09avoid MSVC warning via flag_if_supportedPhilip Craig
2020-05-08Defer to link-cplusplus crate for linking a standard libraryDavid Tolnay
2020-05-08Add cpp flag to ccChristopher Chalmers
2020-04-29Bump namespace to cxxbridge03David Tolnay
2020-03-13Bump inline namespace to match minor versionDavid Tolnay
2020-03-11Move header include path to rust/cxx.hDavid Tolnay
2020-01-24Use platform's default C++ standard libraryDavid Tolnay
2020-01-08Release 0.1.0David Tolnay
2020-01-08Safe FFI between Rust and C++David Tolnay