summaryrefslogtreecommitdiff
path: root/bindgen-integration
AgeCommit message (Expand)Author
2021-07-16add test for add_derivesEric Seppanen
2021-04-24Integration test include directory paths for depfiles.Adam Perry
2021-02-18Rename whitelist -> allowlist and blacklist -> blocklistMarcel Hlopko
2021-02-07codegen: Track union layout more accurately.Emilio Cobos Álvarez
2021-02-04Run tests on AArch64Corey Farwell
2021-01-30Add failing regression test for #1973.Corey Farwell
2020-12-26ci: Switch most CI to GitHub actions.Emilio Cobos Álvarez
2020-12-26tests: Remove unnecessary system header include that makes macos unhappyEmilio Cobos Álvarez
2020-12-26integration: Forward some features to bindgen.Emilio Cobos Álvarez
2020-12-20comp: Fix bitfields to allow underaligned fields after them to take padding s...Emilio Cobos Álvarez
2020-09-15Add integration test for name matchingYoumu
2020-07-20Remove testing_only_libclang_3_8 and expectationsDarren Kulp
2020-06-21Introduce tests for functional macrosDarren Kulp
2020-06-15Refined test to verify type of resulting integerAlan Egerton
2020-06-15Added testsAlan Egerton
2019-10-14bindgen-integration: Reformat crate too.Emilio Cobos Álvarez
2019-10-14Add llvm 9.0 to CI.Emilio Cobos Álvarez
2019-03-04integration: Fix integration tests with rust 1.33.v0.48.0Emilio Cobos Álvarez
2018-11-30While at it, gcc -> cc in the integration tests.v0.44.0Emilio Cobos Álvarez
2018-11-30Rustfmt the bindgen-integration crate.Emilio Cobos Álvarez
2018-11-30Add a test for the interaction between blacklisting and parse callbacks.Emilio Cobos Álvarez
2018-11-26Integration tests for str_macro callbackschrysn
2018-11-10Add tests for renamed structure itemsSébastien Duquette
2018-11-10Add integration testsSébastien Duquette
2018-07-05ir: Don't assume wchar is 2 bytes.Emilio Cobos Álvarez
2018-05-03Add tests for the new option.Emilio Cobos Álvarez
2018-04-03Now that we have stuff that depends on libclang-5 we need to do this.Emilio Cobos Álvarez
2018-01-31Auto merge of #1243 - emilio:parse-callbacks, r=fitzgenbors-servo
2018-01-31callbacks: Introduce MacroParsingBehavior to allow ignoring macros.Emilio Cobos Álvarez
2018-01-29ir: Choose the right mangling for destructors on all codepaths.Emilio Cobos Álvarez
2017-12-29Don't generate symbols for pure virtual functions.Emilio Cobos Álvarez
2017-11-21Support bitfield allocation units larger than 64 bitsNick Fitzgerald
2017-11-16Improve documentation of the integration testsGlyn Normington
2017-10-11Handle explicit align=1.Sergey Pepyakin
2017-09-11Make bindgen generate enums as constants by defaultCldfire
2017-06-19Auto merge of #763 - rigelk:757-unstable-defaults, r=emilio,fitzgenbors-servo
2017-06-19switch defaults from generating unstable Rust to generating stable RustPierre-Antoine Rault
2017-06-18codegen: Fix bitfield getter/setters so they work with NPOT sizes.Emilio Cobos Álvarez
2017-06-05ir: Fix a bunch of bitfield correctness issues.Emilio Cobos Álvarez
2017-05-25Allow asserting expectations across different libclang versionsNick Fitzgerald
2017-05-19Add bitfield allocation unit constructorsNick Fitzgerald
2017-04-17Add Builder::clang_args (plural)Simon Sapin
2017-04-04codegen: Add integration tests for destructors.Emilio Cobos Álvarez
2017-03-17Renamed chooser to visitor and added function for parsed macro analysis.Adam Baxter
2017-03-09Reintroduce bitfield accessorsNick Fitzgerald
2017-02-09remove underscore prefix from feature namefaineance
2017-02-09rename llvm_stable feature, and remove references from docsfaineance
2017-01-30tests: Add an integration test for static arrays.Emilio Cobos Álvarez
2017-01-24codegen: Fix typedef re-export in namespaces when bindings aren't at the root.Emilio Cobos Álvarez
2017-01-23Unify under the `bindgen` name.Emilio Cobos Álvarez