index
:
rust-bindgen.git
master
Unnamed repository; edit this file 'description' to name the repository.
Kent Overstreet
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
bindgen-integration
/
cpp
/
Test.h
Age
Commit message (
Expand
)
Author
2021-11-26
allow custom derives on enums
Eric Seppanen
2021-04-24
Integration test include directory paths for depfiles.
Adam Perry
2021-01-30
Add failing regression test for #1973.
Corey Farwell
2020-12-26
tests: Remove unnecessary system header include that makes macos unhappy
Emilio Cobos Álvarez
2020-09-15
Add integration test for name matching
Youmu
2020-06-21
Introduce tests for functional macros
Darren Kulp
2020-06-15
Refined test to verify type of resulting integer
Alan Egerton
2018-11-30
Add a test for the interaction between blacklisting and parse callbacks.
Emilio Cobos Álvarez
2018-11-26
Integration tests for str_macro callbacks
chrysn
2018-11-10
Add tests for renamed structure items
Sébastien Duquette
2018-11-10
Add integration tests
Sébastien Duquette
2018-07-05
ir: Don't assume wchar is 2 bytes.
Emilio Cobos Álvarez
2018-01-31
Auto merge of #1243 - emilio:parse-callbacks, r=fitzgen
bors-servo
2018-01-31
callbacks: Introduce MacroParsingBehavior to allow ignoring macros.
Emilio Cobos Álvarez
2018-01-29
ir: Choose the right mangling for destructors on all codepaths.
Emilio Cobos Álvarez
2017-12-29
Don't generate symbols for pure virtual functions.
Emilio Cobos Álvarez
2017-11-21
Support bitfield allocation units larger than 64 bits
Nick Fitzgerald
2017-06-18
codegen: Fix bitfield getter/setters so they work with NPOT sizes.
Emilio Cobos Álvarez
2017-06-05
ir: Fix a bunch of bitfield correctness issues.
Emilio Cobos Álvarez
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
2017-03-09
Reintroduce bitfield accessors
Nick Fitzgerald
2017-01-30
tests: Add an integration test for static arrays.
Emilio Cobos Álvarez
2017-01-24
codegen: Fix typedef re-export in namespaces when bindings aren't at the root.
Emilio Cobos Álvarez
2017-01-13
codegen: Fix use generation for non-root module.
Emilio Cobos Álvarez
2016-12-13
Fix travis
Emilio Cobos Álvarez
2016-12-13
Add support for constructors, and integration tests.
Emilio Cobos Álvarez