aboutsummaryrefslogtreecommitdiff
path: root/demo
AgeCommit message (Expand)Author
2023-08-07Globally set C++ standard in Bazel buildsDavid Tolnay
2023-07-22Delete unneeded -std=c++14 flag already set by system_cxx_toolchainDavid Tolnay
2023-06-19Update example project to 2021 editionDavid Tolnay
2023-05-02Always link C++ objects into the surrounding Rust libraryDavid Tolnay
2022-12-01Add buck2 CIDavid Tolnay
2022-07-31Sort package entries in Cargo.tomlDavid Tolnay
2022-06-17Require explicit edition on all Buck targetsDavid Tolnay
2022-04-10Enforce edition on all Bazel targetsDavid Tolnay
2021-10-26Migrate cxx for bazelbuild/rules_rust#591Marcel Hlopko
2021-08-14Remove rules that override rules_rust's default editionDavid Tolnay
2021-03-28Make demo crate's Cargo dependencies copy/pasteableDavid Tolnay
2020-12-29Resolve clippy map_unwrap_or lint in demoDavid Tolnay
2020-11-22Make demo publishable from source tree ('cxx-demo' on crates.io)David Tolnay
2020-11-15Merge pull request #456 from dtolnay/unsafeDavid Tolnay
2020-11-11cbegin/cend to iterate over const tagsDavid Tolnay
2020-11-11typename -> class to fix macOS and MSVCDavid Tolnay
2020-11-11Revert "Fix blobstore compilation on macOS and MSVC"David Tolnay
2020-11-11Enforce unsafe surrounding block on safe-to-call functionsDavid Tolnay
2020-11-10Fix blobstore compilation on macOS and MSVCDavid Tolnay
2020-11-10Switch intro example to blobstore clientDavid Tolnay
2020-11-01Switch to namespace = "quoted::path" in docs and testsDavid Tolnay
2020-09-24Factor out genrules to rust_cxx_bridge.bzlDavid Tolnay
2020-09-24Use more systematic naming for generated code targetsDavid Tolnay
2020-09-24Make buck/bazel generated filepaths match source path with extensionDavid Tolnay
2020-09-24Match bazel's semantics for genrule cmdDavid Tolnay
2020-09-24Remove unused import from demo/BUILDDavid Tolnay
2020-09-24Load cc_library from @rules_ccDavid Tolnay
2020-09-01Include package names in include pathDavid Tolnay
2020-09-01Combine demo into one root directoryDavid Tolnay