Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-05-19 | Add bitfield allocation unit constructors | Nick Fitzgerald | |
This commit gives bindgen the ability to generate constructors for bitfield allocation units. This enables more ergonomic use of struct literals for bindings structs that contain bitfields. Additionally, when we are generating unstable Rust, these constructors are marked as const functions. This enables the creation of const binding structs that contain bitfields. | |||
2017-04-17 | Add Builder::clang_args (plural) | Simon Sapin | |
Use AsRef<str> rather than Into<String> because &&str (what you get when iterating &[&str]) does not implement the latter. | |||
2017-04-04 | codegen: Add integration tests for destructors. | Emilio Cobos Álvarez | |
2017-03-17 | Renamed chooser to visitor and added function for parsed macro analysis. | Adam Baxter | |
Added tests and fixed missed function rename. Fixed nits Renamed visitor to callbacks. Renamed visitor to callbacks. Renamed visitor to callbacks. Fixed text. | |||
2017-03-09 | Reintroduce bitfield accessors | Nick Fitzgerald | |
This commit reintroduces accessor methods for bitfields in the generated bindings. Fixes #519 | |||
2017-02-09 | remove underscore prefix from feature name | faineance | |
2017-02-09 | rename llvm_stable feature, and remove references from docs | faineance | |
2017-01-30 | tests: Add an integration test for static arrays. | Emilio Cobos Álvarez | |
Turns out they were broken before https://github.com/servo/rust-bindgen/issues/456. Let's test it so it doesn't regress. | |||
2017-01-24 | codegen: Fix typedef re-export in namespaces when bindings aren't at the root. | Emilio Cobos Álvarez | |
2017-01-23 | Unify under the `bindgen` name. | Emilio Cobos Álvarez | |
2017-01-13 | codegen: Fix use generation for non-root module. | Emilio Cobos Álvarez | |
2016-12-23 | bindgen-integration: run `cargo fmt` | Emilio Cobos Álvarez | |
2016-12-13 | Fix travis | Emilio Cobos Álvarez | |
2016-12-13 | Add support for constructors, and integration tests. | Emilio Cobos Álvarez | |