aboutsummaryrefslogtreecommitdiff
path: root/bindgen/gen_all.py
Commit message (Collapse)AuthorAgeFilesLines
* bindgen: add sokol_gfx_imgui.h to sokol-zig bindingsAndre Weissflog2025-12-061-1/+2
|
* add `gfx-imgui` support and remove timestampMatheus Catarino2025-08-231-0/+1
|
* testing in CI/CDMatheus Catarino2025-07-051-1/+0
|
* nuklear checker addedMatheus Catarino2025-07-051-3/+11
|
* gen_d: sokol_nuklear and sokol_args supportMatheus Catarino2025-06-301-0/+2
|
* bindgen: add option to use tiger style for zigAdam Patterson2025-03-051-2/+6
| | | | | | | | | Tiger Style comes from TigerBeetle's Zig style guide that they used for their popular database (same name). "Use snake_case for function, variable, and file names. The underscore is the closest thing we have as programmers to a space, and helps to separate words and encourage descriptive names." https://github.com/tigerbeetle/tigerbeetle/blob/main/docs/TIGER_STYLE.md
* Add support for C3 to bindgenRadek Micek2025-02-011-1/+7
|
* some changesMatheus Catarino2025-01-121-0/+2
| | | | | * fix fetch update * add memtrack
* sokol-d bindings: sokol_imgui.h wasn't actually included in the bindings ↵Andre Weissflog2024-09-021-1/+5
| | | | generation
* Add Jai bindgenColin Bellino2024-08-101-1/+7
|
* sokol_imgui.h zig bindings wipAndre Weissflog2024-05-301-0/+1
|
* fetch only zigTrace Andreason2024-05-141-2/+5
|
* sokol fetchTrace Andreason2024-05-131-0/+1
|
* dlang_genMatheus Catarino França2024-04-021-1/+7
| | | | | | | | | | | | | | | | | | | Some improvements and fixes * gen-d: remove semicolon (enum/struct) * remove Range_struct duplicate * add module name * fix: replace C in all file to C functions only * scope c_str return to D * fix format * exter(C) in funcptr * Drt/betterC compat * remove helper functions (auto-generated) by @ryuukk * C functions: `@system` to `@trusted` nothrow @nogc * D strings conversion * fix Cstr * C void_ptr * D ref added on func_arg_type * CI/CD sokol-d added
* remove sokol_imgui.h from the rust bindings (trouble with GH Actions)Andre Weissflog2024-02-291-5/+1
|
* rust bindgen fixes, add sokol_imgui.h to rust generationAndre Weissflog2024-02-201-2/+6
|
* bindgen minor code cleanupAndre Weissflog2024-02-201-1/+1
|
* fix sokol-zig bindingsAndre Weissflog2024-02-191-1/+1
|
* Integrate automatic sokol-rust bindings generation. (#811)Andre Weissflog2023-03-291-10/+10
|
* add sokol_log.h to zig bindingsAndre Weissflog2023-02-111-0/+1
|
* start with odin bindingsAndre Weissflog2022-07-121-1/+9
|
* update nim bindgenGustav Olsson2022-05-181-0/+1
| | | | | | | | * follow nim code style * avoid keyword clashes * remove redundant functions * use nim bitfields for some consts * generate bindings for sokol_glue.h
* added nim support to bindgenGarett Bass2021-02-251-1/+9
|
* Language-binding-friendly API changes. (#458)Andre Weissflog2021-02-101-11/+11
| | | See: https://floooh.github.io/2021/02/07/sokol-api-overhaul.html
* bindgen: build zig-bindings with SOKOL_ZIG_BINDINGS defineAndre Weissflog2021-01-031-1/+1
|
* bindgen: add sokol_audio.hAndre Weissflog2020-12-301-1/+2
|
* bindgen: add sokol_time.hAndre Weissflog2020-12-231-1/+2
|
* bindgen updatesAndre Weissflog2020-12-231-6/+14
|
* more language bindings implAndre Weissflog2020-12-221-0/+9