0
I Use This!
Activity Not Available

Commits : Listings

Analyzed about 1 year ago. based on code collected about 1 year ago.
Jan 16, 2023 — Jan 16, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
0.30
mohawk
as Ed J
More... about 3 years ago
support "typedef enum X {...} typename"
mohawk
as Ed J
More... about 3 years ago
support "enum X fieldname"
mohawk
as Ed J
More... about 3 years ago
split out enum_list
mohawk
as Ed J
More... about 3 years ago
0.29
mohawk
as Ed J
More... about 3 years ago
Merge pull request #7 from ppisar/parallel
mohawk
as mohawk2
More... about 3 years ago
tests: Build Inline code in a temporary directory More... about 3 years ago
better manifest test
mohawk
as Ed J
More... about 3 years ago
0.28
mohawk
as Ed J
More... about 3 years ago
allow inline enum fields, also typedef-ed enum
mohawk
as Ed J
More... about 3 years ago
add inline function-pointer fields not just typedef
mohawk
as Ed J
More... about 3 years ago
extract function_pointer definition
mohawk
as Ed J
More... about 3 years ago
extract _register_type
mohawk
as Ed J
More... about 3 years ago
0.27
mohawk
as Ed J
More... about 6 years ago
handle function-pointers
mohawk
as Ed J
More... about 6 years ago
die if unknown type
mohawk
as Ed J
More... about 6 years ago
Merge pull request #5 from manwar/add-license-meta-name
mohawk
as mohawk2
More... about 6 years ago
Added LICENSE meta name. More... about 6 years ago
0.26
mohawk
as Ed J
More... about 6 years ago
deal with "short" as bare type by loosening parsing
mohawk
as Ed J
More... about 6 years ago
0.25
mohawk
as Ed J
More... about 6 years ago
simplify type alias
mohawk
as Ed J
More... about 6 years ago
separate out struct_identifier_fields
mohawk
as Ed J
More... about 6 years ago
support "volatile"
mohawk
as Ed J
More... about 6 years ago
invert input typemap logic, extra check
mohawk
as Ed J
More... about 6 years ago
spell out tests more
mohawk
as Ed J
More... about 6 years ago
only check if SV in one place
mohawk
as Ed J
More... about 6 years ago
not sprintf, just string
mohawk
as Ed J
More... about 6 years ago
parameterise XS func name in typeconv
mohawk
as Ed J
More... about 6 years ago
test self-ref in struct eg for linked list
mohawk
as Ed J
More... about 6 years ago