aboutsummaryrefslogtreecommitdiff
path: root/bindgen
Commit message (Collapse)AuthorAgeFilesLines
...
* Changed Odin bindgen to use core:c aliases.Barinzaya2024-11-191-3/+3
| | | | | This affects intptr_t, uintptr_t, and size_t, which are variable-sized. The previous mappings were mapped directly to 64-bit values.
* Merge pull request #1111 from floooh/issue1037_bindings_cleanupbindings-cleanupAndre Weissflog2024-11-073-12/+3
|\ | | | | sokol_gfx.h resource bindings cleanup (issue #1037)
| * Merge branch 'master' into issue1037_bindings_cleanupAndre Weissflog2024-10-251-0/+3
| |\
| * | cleanup bindings generation scriptsAndre Weissflog2024-10-253-11/+2
| | |
| * | gen_rust.py: update sg_apply_uniforms parameter type mappingAndre Weissflog2024-10-201-1/+1
| | |
* | | Add back sg_trace_hooks & sg_install_trace_hooks, not sure why those were ↵Colin Bellino2024-10-271-2/+0
| |/ |/| | | | | ignored
* | Rename *_wasm_wgpu_* to *_wasm_gl_*Colin Bellino2024-10-161-2/+2
| |
* | Add .WASM support for Jai bindgenColin Bellino2024-10-161-0/+3
|/
* sokol-d bindings: sokol_imgui.h wasn't actually included in the bindings ↵Andre Weissflog2024-09-021-1/+5
| | | | generation
* Fix typos.Bruce Mitchener2024-09-011-1/+1
|
* sokol-zig: work around a breaking naming convention change in the Zig stdlibAndre Weissflog2024-08-311-14/+33
|
* Add missing `,link_always` for libclang_rt.osxColin Bellino2024-08-161-1/+1
|
* Merge branch 'jai-bindgen' of https://github.com/colinbellino/sokol into ↵Andre Weissflog2024-08-144-1/+509
|\ | | | | | | colinbellino-jai-bindgen
| * Add line to README so gen_all.py works with JaiColin Bellino2024-08-101-0/+1
| |
| * Add Jai bindgenColin Bellino2024-08-103-1/+508
| |
* | update emscripten webgl link flagsEd Preston2024-08-141-1/+1
|/ | | | | USE_WEBGL2 deprecated. WebGL1 was removed from sokol 30-Apr-2023
* gen_nim.py: fix minor code gen bug related to ↵Andre Weissflog2024-07-301-1/+1
| | | | https://github.com/floooh/sokol/pull/1086
* Added support for emscripten on the nim's gen scriptNazari Gonzalez2024-07-281-3/+17
|
* fix bindgen readmeAndre Weissflog2024-07-101-2/+3
|
* add sokol_imgui and sokol_fetch supportMatheus C. França2024-06-011-0/+5
|
* sokol_imgui.h zig bindings wipAndre Weissflog2024-05-302-1/+4
|
* add asRange helper to fetch binding generationTrace Andreason2024-05-161-1/+1
|
* gen_zig.py: sfetch.zig => fetch.zigAndre Weissflog2024-05-151-1/+1
|
* fetch only zigTrace Andreason2024-05-142-4/+7
|
* remove callback typedefTrace Andreason2024-05-141-2/+0
|
* sokol fetchTrace Andreason2024-05-132-0/+7
|
* 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
|
* Merge branch 'dlang_bindgen' of https://github.com/kassane/sokol into ↵Andre Weissflog2024-05-113-1/+517
|\ | | | | | | kassane-dlang_bindgen
| * dlang_genMatheus Catarino França2024-04-023-1/+517
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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
* | Merge branch 'master' into storage-buffersAndre Weissflog2024-05-091-13/+24
|\ \
| * | Fixed an indentation.Barna Mumtyan2024-05-041-1/+1
| | |
| * | Added support for generating dynamic libraries for macos in sokol-odin port.Barna Mumtyan2024-05-041-13/+24
| | |
* | | Merge branch 'master' into storage-buffersAndre Weissflog2024-04-212-29/+53
|\| |
| * | Merge branch 'odin-unitybuild-and-dll-support' of ↵Andre Weissflog2024-04-131-22/+46
| |\ \ | | | | | | | | | | | | https://github.com/jakubtomsu/sokol into jakubtomsu-odin-unitybuild-and-dll-support
| | * | per-module debug mode, update constantsjakubtomsu2024-04-111-25/+32
| | | |
| | * | correct dll lib link pathjakubtomsu2024-04-111-4/+4
| | | |
| | * | use unitybuild only in DLLjakubtomsu2024-04-111-18/+19
| | | |
| | * | fix lib prefixesjakubtomsu2024-04-111-20/+19
| | | |
| | * | Update the odin foreign imports and configsjakubtomsu2024-04-101-18/+35
| | |/
| * / Exclude 'NUM' enum values from bindingsjakubtomsu2024-04-121-1/+1
| |/
| * Capitalize Rust and GitHub correctly.Bruce Mitchener2024-03-291-6/+6
| |
* | replace SOKOL_GLCORE33 with SOKOL_GLCOREAndre Weissflog2024-03-101-3/+3
|/
* 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-202-7/+9
|
* bindgen minor code cleanupAndre Weissflog2024-02-203-6/+3
|
* gen_odin.py: add sokol_glue.h as regular module, remove cruftAndre Weissflog2024-02-191-4/+2
|
* gen_zig.py: remove some cruftAndre Weissflog2024-02-191-2/+0
|
* fix sokol-zig bindingsAndre Weissflog2024-02-192-1/+3
|
* Typo fixes.Bruce Mitchener2024-02-081-1/+1
|