summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2023-02-07Release 0.64.0 Request (#2399)v0.64.0Justin W Smith
2023-02-07Generate extern wrappers for inlined functions (#2335)Christian Poveda Ruiz
2023-02-06Fix wrong entry in changelog (#2404)Christian Poveda Ruiz
2023-01-25Add *-espidf target triple mappings (#2397)Josh Guilfoyle
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-18Remove any references to `master` (#2391)Christian Poveda Ruiz
2023-01-16Add trigger for push to `main` branch for sync'ing with `master` (#2387)Amanjeev Sethi
2023-01-12Update to clap 4. (#2380)Andrew Walbran
2023-01-10Document semantic difference between constructors and wrappers (#2385)Christian Poveda Ruiz
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-16Run doctoc (#2376)Christian Poveda Ruiz
2022-12-15Document how to format code (#2375)Christian Poveda Ruiz
2022-12-15Extend documentation about deprecation of wildcard patterns (#2374)Christian Poveda Ruiz
2022-12-09Fix clippy warnings (#2371)Christian Poveda Ruiz
2022-12-07Bump `clang-sys` version (#2368)Christian Poveda Ruiz
2022-12-07codegen: Do generate field offset checks for classes with multiple bases.Emilio Cobos Álvarez
2022-11-28Document callback changes and avoid static lifetime (#2366)Christian Poveda Ruiz
2022-11-28Extend `generated_name_override` callback to variables (#2351)Justin W Smith
2022-11-28Update CHANGELOG.md (#2365)Christian Poveda Ruiz
2022-11-28Fix name collision between C enum and typedef (#2326)David Tolnay
2022-11-24Remove traits that have a single implementation (#2363)Christian Poveda Ruiz
2022-11-24Fix clippy warnings (#2362)Christian Poveda Ruiz
2022-11-23Escape method fragments that happen to be rust keywords (#2359)Christian Poveda Ruiz
2022-11-22CONTRIBUTING: Add docs for doing a release. (#2358)v0.63.0Emilio Cobos Álvarez
2022-11-22Release v0.63.0 (#2357)Christian Poveda Ruiz
2022-11-22Deprecate Rust targets lower or equal than `1.30` (#2356)Christian Poveda Ruiz
2022-11-22Add `--wrap-unsafe-ops` option (#2354)Christian Poveda Ruiz
2022-11-22Add `ParseCallbacks::process_comment` (#2347)Christian Poveda Ruiz
2022-11-21Introduce `DeriveInfo` (#2355)Christian Poveda Ruiz
2022-11-17Remove deprecated methods (#2346)Christian Poveda Ruiz
2022-11-17add LICENSE symlinks to all individually published cratesFabio Valentini
2022-11-17v0.62.0v0.62.0Emilio Cobos Álvarez
2022-11-14document regex arguments handling (#2345)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-09ir: Don't crash with built-in unexposed types from libclang.Emilio Cobos Álvarez
2022-11-04Fix clippy warnings (#2336)Christian Poveda Ruiz
2022-11-04Wrap `unsafe` function's bodies in `unsafe` blocks (#2266)Christian Poveda Ruiz
2022-11-04Clean the implementation of `Default` for `BindgenOptions` (#2332)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-11-02Allow callback composition (#2330)Christian Poveda Ruiz
2022-11-02Fix clippy warnings (#2331)Christian Poveda Ruiz
2022-11-01Add a mechanism to rerun bindgen with the same user options (#2292)Christian Poveda Ruiz
2022-11-01Add tutorial about non-system libraries (#2318)Christian Poveda Ruiz
2022-10-31Replace confusing note in cpp.md on "RVO"Charlie Barto