This website requires JavaScript.
Explore
Help
Sign In
code.ivysaur.me
/
miqt
Watch
1
Star
0
Fork
0
You've already forked miqt
mirror of
https://github.com/mappu/miqt.git
synced
2025-01-22 06:30:38 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
miqt
/
cmd
/
genbindings
History
mappu
3dcdfbd594
genbindings: add explicit int casts when calling, to select overload
2024-08-14 18:33:47 +12:00
..
cachedir
genbindings: generate multiple files in one run, cache clang ast files
2024-08-14 17:43:54 +12:00
clang2il.go
genbindings: parse typedefs (don't do anything with them yet)
2024-08-14 18:26:42 +12:00
clangexec.go
genbindings: more aggressive skip for #include in header
2024-08-10 13:21:30 +12:00
emitcabi.go
genbindings: add explicit int casts when calling, to select overload
2024-08-14 18:33:47 +12:00
emitgo.go
genbindings: remove Pvoid types, replace with incomplete C pointers
2024-08-14 17:31:10 +12:00
intermediate.go
genbindings: add explicit int casts when calling, to select overload
2024-08-14 18:33:47 +12:00
main.go
genbindings: generate multiple files in one run, cache clang ast files
2024-08-14 17:43:54 +12:00
transformoptional.go
…
transformoverload.go
genbindings/transform: fix overloads-of-optionals
2024-08-14 18:27:27 +12:00
util.go
…