Age | Commit message (Collapse) | Author | |
---|---|---|---|
2022-10-04 | split the repo into a workspace | Christian Poveda | |
remove `clap` dependency :tada: update the book installation instructions | |||
2018-04-03 | Now that we have stuff that depends on libclang-5 we need to do this. | Emilio Cobos Álvarez | |
2017-10-11 | Make the default target for expectation files as x86_64-unknown-linux | Liran Ringel | |
2017-07-25 | s/servo/rust-lang-nursery/ \o/ | Nick Fitzgerald | |
Fixes #852 | |||
2017-05-24 | Only run call-conv-field.h test on linux | Nick Fitzgerald | |
This is a temporary work around for issue #593 and this test failing on MacOS because we don't currently handle when bindgen's target OS is not the same as the emitted bindings' target OS. | |||
2017-03-01 | tests: Mark the new test as unstable, since it seems to fail in 3.8. | Emilio Cobos Álvarez | |
And I don't want nor have the time to debug it right now. | |||
2017-03-01 | Follow proper derive rules for function pointers. | Emilio Cobos Álvarez | |
2017-03-01 | Fix calling convention propagation for function pointers. | Emilio Cobos Álvarez | |
This sucks, but works. The full solution is a refactoring that needs more thought than the time I'm able to dedicate to bindgen right now, see the comment for details. Signed-off-by: Emilio Cobos Álvarez <emilio@crisal.io> |