aboutsummaryrefslogtreecommitdiff
path: root/bindgen/gen_d.py
Commit message (Collapse)AuthorAgeFilesLines
* add `gfx-imgui` support and remove timestampMatheus Catarino2025-08-231-5/+8
|
* gen_d: sokol_nuklear and sokol_args supportMatheus Catarino2025-06-301-1/+47
|
* fix prim_types arrayMatheus Catarino2025-06-031-2/+3
|
* gen_d: fixing d-doc formatMatheus Catarino2025-06-011-1/+5
|
* gen_d: fix d-doc commentMatheus Catarino2025-06-011-3/+5
| | | | replace '*' to '+'
* gen_d: fixing field_name membersMatheus Catarino2025-05-311-4/+3
|
* gen_d improvementsMatheus Catarino2025-05-311-367/+285
| | | | better doc-comments support
* gen_d.py: replace immutable with _immutable (reserved D keyword)Andre Weissflog2025-05-101-0/+1
|
* update gen_d.py for sokol-gfx compute shader updateAndre Weissflog2025-02-251-0/+3
|
* undo char default valueMatheus Catarino2025-01-121-1/+0
|
* some changesMatheus Catarino2025-01-121-0/+3
| | | | | * fix fetch update * add memtrack
* Add comments in D bindgenMatheus Catarino2025-01-121-1/+14
|
* cleanup bindings generation scriptsAndre Weissflog2024-10-251-3/+1
|
* add sokol_imgui and sokol_fetch supportMatheus C. França2024-06-011-0/+5
|
* gen_d.py: remove 'scope' on extern(C) function argsAndre Weissflog2024-05-121-5/+5
|
* gen_d.py: add a 'scope' to all ref and ptr argsAndre Weissflog2024-05-111-7/+7
|
* dlang_genMatheus Catarino França2024-04-021-0/+509
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