Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-08-21 | Struct related tests for can derive Eq | Zhiting Zhu | |
2017-08-14 | Struct related tests for derive PartialEq | Zhiting Zhu | |
2017-08-09 | Struct related tests for derive Hash | Zhiting Zhu | |
2017-01-23 | Unify under the `bindgen` name. | Emilio Cobos Álvarez | |
2016-11-16 | Transition to libbindgen sub-crate | Jeff Waugh | |
- The root crate is the `bindgen` binary - Rust-ify the test suite, no more subprocesses! - Update Travis config to test both crates | |||
2014-12-20 | Adds support for nested structs and unions. | Christopher Chambers | |
parser.rs - Adds detection of nested composite fields so that they can be handled specially during generation (see visit_composite). - Changes to manual recursion through Clang's cursors so that top-level and nested composites can be handled separately. gen.rs - Improves generation for nested composite types. - Unifies handling of structs and unions somewhat. types.rs - Adds CompKind to distinguish between structs and unions. - Updates CompInfo to use CompKind rather than a bool. |