summaryrefslogtreecommitdiff
path: root/tests/headers/use-core.h
AgeCommit message (Collapse)Author
2022-10-04split the repo into a workspaceChristian Poveda
remove `clap` dependency :tada: update the book installation instructions
2022-03-15disable some tests on windowsEmil Gardström
This is due to differences in representation of `signed long` and `unsigned long` on most Linux-based systems and Windows (`64` vs. `32` bits)
2017-08-21Misc tests for derive EqZhiting Zhu
2017-08-14Misc tests for derive PartialEqZhiting Zhu
2017-08-09Misc tests for derive HashZhiting Zhu
2017-02-08codegen: Fix remaining cases of missing core prefix.Emilio Cobos Álvarez
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-11-08Fix --use-core for functions, since we used the aster helper.Emilio Cobos Álvarez
Signed-off-by: Emilio Cobos Álvarez <ecoal95@gmail.com>
2016-11-06Test for --use-core.Emilio Cobos Álvarez