summaryrefslogtreecommitdiff
path: root/bindgen-tests
AgeCommit message (Expand)Author
2023-02-16Also de-duplicate functions with wrapped static functions feature (#2416)Urgau
2023-02-16Add support for enums with the wrapped static functions feature (#2415)Urgau
2023-02-10Update `quickcheck` version (#2411)Christian Poveda Ruiz
2023-02-07Generate extern wrappers for inlined functions (#2335)Christian Poveda Ruiz
2023-01-20Implement cli option for custom derive (#2328)Dan Dumont
2023-01-18Migrate CLI argument parse to the clap `derive` API (#2390)Christian Poveda Ruiz
2023-01-12Update to clap 4. (#2380)Andrew Walbran
2023-01-08fix: test runner for fuzzy tests and update documentationAmanjeev Sethi
2023-01-06codegen: Look through typedefs to detect void return type. (#2379)Emilio Cobos Álvarez
2022-12-07codegen: Do generate field offset checks for classes with multiple bases.Emilio Cobos Álvarez
2022-11-28Extend `generated_name_override` callback to variables (#2351)Justin W Smith
2022-11-28Fix name collision between C enum and typedef (#2326)David Tolnay
2022-11-23Escape method fragments that happen to be rust keywords (#2359)Christian Poveda Ruiz
2022-11-22Add `--wrap-unsafe-ops` option (#2354)Christian Poveda Ruiz
2022-11-17Remove deprecated methods (#2346)Christian Poveda Ruiz
2022-11-11Document and test allowlisting and blocklisting methods (#2344)Christian Poveda Ruiz
2022-11-11Fix duplicated function names (#2341)Christian Poveda Ruiz
2022-11-10Handle the `const struct *` and `struct *` patterns (#2304)Christian Poveda Ruiz
2022-11-09Fix inline function identificationkohanis
2022-11-04Wrap `unsafe` function's bodies in `unsafe` blocks (#2266)Christian Poveda Ruiz
2022-11-04Add support for the `"C-unwind"` ABI (#2334)Christian Poveda Ruiz
2022-11-02Add the `--override-abi` option (#2329)Christian Poveda Ruiz
2022-10-24Sanitize RegexSet input so alternation is properly handled (#1756)Adam Gausmann
2022-10-18fix clippy lintsChristian Poveda
2022-10-16Remove no-longer-correct include entry in Cargo.toml.Emilio Cobos Álvarez
2022-10-16Handle incomplete external array constantsChristian Poveda
2022-10-10Merge pull request #2299 from ferrous-systems/more-robust-postprocessingChristian Poveda
2022-10-06Make postprocessing more robustChristian Poveda
2022-10-06Merge branch 'master' into generated_name_overrideJustin Smith
2022-10-05context: Fix tokenization of C++20 inline namespace. (#2294)Emilio Cobos Álvarez
2022-10-04split the repo into a workspaceChristian Poveda