0
I Use This!
Moderate Activity

Commits : Listings

Analyzed about 2 hours ago. based on code collected about 2 hours ago.
Jun 11, 2023 — Jun 11, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Output condition for globals. More... 8 days ago
Add missing parens to log message More... 8 days ago
Update cython expectations from the previous patch.
emilio
as Emilio Cobos Álvarez
More... 14 days ago
Fix variadic arguments when used in function pointer More... 14 days ago
Parse function argument type first so it can be used to determine name More... 16 days ago
Used documented method of specifying variadic arguments `va_list` -> `...` * https://en.cppreference.com/w/c/language/variadic * https://en.cppreference.com/w/cpp/language/variadic_arguments More... 16 days ago
Improved test coverage of va_list More... 16 days ago
Point out issue with failing builds due to syntax errors More... 20 days ago
deps: Update syn to 2.0 More... 22 days ago
make it a dev dependency only More... 25 days ago
Generalize Item to expose documentation and generic params More... 25 days ago
Add support for NonZero<T> and simplify handling of int primitives More... 25 days ago
support generics with defaulted args More... 25 days ago
handle constants of nested transparent types More... 25 days ago
tests use pretty_assertions for readable diffs More... 25 days ago
chore: Update dependencies.
emilio
as Emilio Cobos Álvarez
More... 29 days ago
Exclude all test crates More... 29 days ago
revert accidentally committed debug code More... about 1 month ago
Exclude test depfile crates More... about 1 month ago
Rename duplicate crates in workspace More... about 1 month ago
chore: Fix clippy lints.
emilio
as Emilio Cobos Álvarez
More... about 1 month ago
bug fixed, update test and expectations More... about 1 month ago
add panic to check whether parser even sees it More... about 1 month ago
Expand ignored.rs test to cover associated items More... about 1 month ago
Fix cpplint warnings More... about 2 months ago
Add `cpp_compat` to template.toml More... about 2 months ago
parser: Treat omitted ABI in extern block as "C".
emilio
as Emilio Cobos Álvarez
More... about 2 months ago
Account for cfg items in foreign mods.
emilio
as Emilio Cobos Álvarez
More... about 2 months ago
bindgen: More language-backend clean-up.
emilio
as Emilio Cobos Álvarez
More... about 2 months ago
Remove code duplication for function writing, and other minor clean-ups.
emilio
as Emilio Cobos Álvarez
More... about 2 months ago