summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2021-04-06v0.58.1v0.58.1Emilio Cobos Álvarez
2021-04-06Re-introduce whitelist_recursively (with deprecation notice)Emilio Cobos Álvarez
2021-04-06Document clang installation method on FedoraRyan Zoeller
2021-04-05Fix 0.58.0 release dateCorey Farwell
2021-04-03Reference aarch64 issue in the changelog.Corey Farwell
2021-04-03v0.58.0v0.58.0Emilio Cobos Álvarez
2021-04-03codegen: Deal with overloads in method code generation.Emilio Cobos Álvarez
2021-04-03codegen: Don't use a `sym` temporary in dynamic library code.Emilio Cobos Álvarez
2021-04-03remove old commentDr. Chat
2021-04-03Deduplicate dyngen codeDr. Chat
2021-04-03Remove `DynamicItems::has_required`Dr. Chat
2021-04-03Add a flag to ensure all symbols are resolved when a library is loadedDr. Chat
2021-03-29From Nullablibility to NullabilityMehmet Oguz Derin
2021-03-29docs: Remove IRC reference.Emilio Cobos Álvarez
2021-03-22Merge pull request #2007 from jethrogb/jb/issue-1454-altEmilio Cobos Álvarez
2021-03-22Add from_library for generated dynamic library structs (#2011)Wang, Chi
2021-03-22Add callback to check derives for blocklisted typesJethro Beekman
2021-03-22Use original name when checking allowlist for anonymous enum variantsJethro Beekman
2021-03-22Add test infrastructure for ParseCallbacksJethro Beekman
2021-03-14Add option to translate enum integer types to native Rust integer typesJethro Beekman
2021-03-11Revert "Add flag to ignore type blocklist when computing derive information"Emilio Cobos Álvarez
2021-03-11Add flag to ignore type blocklist when computing derive informationJethro Beekman
2021-03-11Fix typo in roundtrip test error messageJethro Beekman
2021-03-09Remove outdated commentsldm0
2021-02-21Upgrade to shlex 1Fenhl
2021-02-18Rename whitelist -> allowlist and blacklist -> blocklistMarcel Hlopko
2021-02-15tests: Guess modern libclang version when we fail to parse a version.Emilio Cobos Álvarez
2021-02-15Make clang version parsing logic more robustMarcel Hlopko
2021-02-08Run tests on AArch64 using Debian multiarch and QEMUSaleem Rashid
2021-02-08Revert "Run tests on AArch64"Saleem Rashid
2021-02-08Fix heading levelCorey Farwell
2021-02-07codegen: Track union layout more accurately.Emilio Cobos Álvarez
2021-02-07OpenBSD requirementsAaron Miller
2021-02-04Run tests on AArch64Corey Farwell
2021-02-01Fix changelog (run doctoc, plus we're in 2021 already)Emilio Cobos Álvarez
2021-02-01v0.57.0v0.57.0Emilio Cobos Álvarez
2021-01-30Add failing regression test for #1973.Corey Farwell
2021-01-29Generate fields as non-pub if they would be access restricted in C++.Weston Carvalho
2021-01-10Use absolute paths for unsaved files passed to clang and prepend -include dir...Andrey Pushkar
2021-01-04Update mdbookEric Huss
2020-12-26ci: update mdbook.Emilio Cobos Álvarez
2020-12-26book: Touch the book to ensure that GH actions deploy works.Emilio Cobos Álvarez
2020-12-26ci: Move the remaining CI tasks (updating the book) to GitHub actions.Emilio Cobos Álvarez
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-26Allow log stubs to be unused.Emilio Cobos Álvarez
2020-12-20comp: Fix bitfields to allow underaligned fields after them to take padding s...Emilio Cobos Álvarez
2020-12-20context: Escape the dyn keyword properly.Emilio Cobos Álvarez
2020-12-19tests: Add another fit-macro-constant-types test.Emilio Cobos Álvarez