summaryrefslogtreecommitdiff
path: root/tests/headers/class_use_as.hpp
AgeCommit message (Collapse)Author
2022-10-04split the repo into a workspaceChristian Poveda
remove `clap` dependency :tada: update the book installation instructions
2017-08-21Class related tests for can derive EqZhiting Zhu
2017-08-14Class related tests for derive PartialEqZhiting Zhu
2017-08-09Class related tests for derive HashZhiting Zhu
2017-01-23Unify under the `bindgen` name.Emilio Cobos Álvarez
2016-11-16Transition to libbindgen sub-crateJeff Waugh
- The root crate is the `bindgen` binary - Rust-ify the test suite, no more subprocesses! - Update Travis config to test both crates
2016-03-23gen: Add option to replace types via annotationsEmilio Cobos Álvarez
This is limited to the same namespace, but well, it seems useful enough.