aboutsummaryrefslogtreecommitdiff
path: root/bindgen/gen_zig.py
Commit message (Expand)AuthorAgeFilesLines
* add sokol_log.h to zig bindingsAndre Weissflog2023-02-111-23/+34
* gen_zig.py: remove obsolete stage1 checkkcbanner2023-01-031-4/+1
* gen_zig.py: remove obsolete std.meta importAndre Weissflog2023-01-031-1/+0
* gen_zig.py: change to stage2 fnptr syntaxkcbanner2023-01-011-1/+1
* Merge branch 'zig-0.10.0'Andre Weissflog2022-11-031-2/+7
|\
| * gen_zig.py: use meta.FnPtr instead of a switchkcbanner2022-08-281-2/+2
| * gen_zig.py: add compile time branches for stage2 supportkcbanner2022-08-271-2/+7
* | Fix language bindings:Andre Weissflog2022-11-031-81/+32
|/
* map SGL_NO_ERROR to SGL_ERROR_NO_ERRORAndre Weissflog2022-07-201-0/+1
* gen_zig.py: minor code cleanupAndre Weissflog2022-07-191-1/+1
* gen_zig.py: minor code cleanupAndre Weissflog2022-07-171-1/+1
* gen_zig.py: some minor code cleanupAndre Weissflog2022-07-161-5/+5
* bindings generation minor code cleanupAndre Weissflog2022-07-141-5/+5
* Update Nim bindings generation. (#675)Andre Weissflog2022-06-121-13/+12
* Language bindings generation cleanup round 1 (#674)Andre Weissflog2022-06-051-51/+41
* gen_zig.py: convert C-string results to Zig string slicesAndre Weissflog2022-05-311-1/+13
* Language bindings: fix new allocator callbacks (#671)Andre Weissflog2022-05-301-10/+10
* update nim bindgenGustav Olsson2022-05-181-0/+3
* bindgen/gen_zig.py: zig 0.9.0 fixes (c_void => anyopaque)Andre Weissflog2021-12-211-8/+8
* Update gen_zig to support 0.8.0 and masterLee Cannon2021-07-201-1/+3
* updated gen_x.py to use sokol_app.c, sokol_gfx.c, instead of sokol_app_gfx.cGarett Bass2021-03-271-2/+2
* gen_zig.py: allow function arg-type overrides, allow ignored structsAndre Weissflog2021-02-261-42/+57
* Language-binding-friendly API changes. (#458)Andre Weissflog2021-02-101-82/+210
* bindgen: add sokol_audio.hAndre Weissflog2020-12-301-2/+6
* bindgen: add sokol_time.hAndre Weissflog2020-12-231-2/+12
* bindgen updatesAndre Weissflog2020-12-231-7/+8
* more language bindings implAndre Weissflog2020-12-221-18/+6
* start with language bindings generationAndre Weissflog2020-12-221-0/+428