David Tolnay
591dcb647d
Bump namespace to 04
2020-09-01 23:00:38 -07:00
David Tolnay
585a9fe8d4
Remove link-cplusplus dependency from non-Cargo builds
2020-08-30 21:03:38 -07:00
David Tolnay
de1cb777b2
Specify consistent c++ standard between cxx and cxx-test-suite
2020-08-28 17:36:33 -07:00
David Tolnay
9808ef177c
Add cargo cfgs for opt in to newer standards
...
Currently unused, but will be needed when integrating std::optional or
std::string_view support.
[dependencies]
cxx = { version = "0.3", features = ["c++17"] }
2020-05-11 20:30:44 -07:00
Philip Craig
7e14e2e6cb
avoid MSVC warning via flag_if_supported
2020-05-09 12:00:49 -07:00
David Tolnay
110df7dc21
Defer to link-cplusplus crate for linking a standard library
2020-05-08 13:09:56 -07:00
Christopher Chalmers
d24563dd24
Add cpp flag to cc
...
This means that clang++ will be called instead of clang.
2020-05-08 20:39:10 +01:00
David Tolnay
6960162922
Bump namespace to cxxbridge03
2020-04-29 18:49:50 -07:00
David Tolnay
8c7304998e
Bump inline namespace to match minor version
2020-03-13 01:29:23 -07:00
David Tolnay
736cbcad40
Move header include path to rust/cxx.h
2020-03-11 16:51:38 -07:00
David Tolnay
af60e239b0
Use platform's default C++ standard library
2020-01-24 15:23:20 -08:00
David Tolnay
e43b737f2c
Release 0.1.0
2020-01-08 08:57:24 -08:00
David Tolnay
7db7369797
Safe FFI between Rust and C++
2020-01-08 08:57:24 -08:00