summaryrefslogtreecommitdiff
path: root/libbindgen/src/codegen/helpers.rs
AgeCommit message (Collapse)Author
2016-11-17Generate bool value for bool constantsXidorn Quan
This fixes #272.
2016-11-16Multiple constant generation evaluation improvements.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