index
:
floooh/sokol.git
drop-mtkview
master
nyalloc-spritebatch
sapp-multiwindow
vk-swapchain-maintenance1
Sokol single-header libraries
Andre Weissflog
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
*
add a tests/analyze_linux.sh script
Andre Weissflog
2022-08-10
1
-0
/
+6
*
add a static analyzer helper script for Windows (clang --analyze based)
Andre Weissflog
2022-08-09
1
-0
/
+16
*
remove obsolete git operations in test_uwp.cmd and test_win.cmd
Andre Weissflog
2022-08-09
2
-6
/
+0
*
sokol_app.h win32: fix a minor clang analyzer warning (freopen unused result)
Andre Weissflog
2022-08-09
1
-0
/
+1
*
add GL backends to tests/analyze_macos.sh
Andre Weissflog
2022-08-08
2
-1
/
+8
*
Fix clang analyzer ObjC lifetime warnings in non-ARC case
Andre Weissflog
2022-08-08
1
-14
/
+41
*
start tinkering with static analysis test scripts
Andre Weissflog
2022-08-07
9
-98
/
+150
*
sokol_fontstash.h: remove clang analyzer workaround
Andre Weissflog
2022-08-07
1
-13
/
+1
*
Merge branch 'ilidemi-master'
Andre Weissflog
2022-08-06
1
-34
/
+37
|
\
|
*
sokol_app.h emsc: use roundf() for window/framebuffer size computations
Andre Weissflog
2022-08-06
1
-8
/
+8
|
*
sokol_app.h ios: use roundf for framebuffer and window size computations.
Andre Weissflog
2022-08-06
1
-12
/
+12
|
*
sokol_app.h macos: use roundf for default window size computation
Andre Weissflog
2022-08-06
1
-2
/
+2
|
*
sokol_app.h macos: use roundf() for window and framebuffer size
Andre Weissflog
2022-08-06
1
-9
/
+9
|
*
Merge branch 'master' of github.com:ilidemi/sokol into ilidemi-master
Andre Weissflog
2022-08-06
1
-4
/
+7
|
/
|
|
*
Add include
Ilia Demianenko
2022-07-28
1
-0
/
+1
|
*
Calculate framebuffer size more precisely on win32 hidpi
Ilia Demianenko
2022-07-20
1
-4
/
+6
*
|
add a language bindings section to the readme
Andre Weissflog
2022-08-05
1
-0
/
+8
*
|
add odin bindings status badge to readme, update changelog
Andre Weissflog
2022-08-05
2
-1
/
+4
*
|
Merge pull request #699 from floooh/odin-bindings
Andre Weissflog
2022-08-05
7
-20
/
+704
|
\
\
|
*
|
gh actions: complete odin support
Andre Weissflog
2022-08-04
1
-0
/
+82
|
*
|
gh actions: start adding odin bindings support
Andre Weissflog
2022-08-04
1
-1
/
+11
|
*
|
gen_odin.py: add pthread to linux system libraries
Andre Weissflog
2022-08-02
1
-3
/
+3
|
*
|
gen_odin.py: add dl to linux system libraries
Andre Weissflog
2022-08-02
1
-1
/
+1
|
*
|
gen_odin.py: fix linux system library linking
Andre Weissflog
2022-08-02
1
-3
/
+3
|
*
|
gen_odin.py: fix linux library names
Andre Weissflog
2022-08-02
1
-2
/
+2
|
*
|
gen_odin.py: add GL vs Metal/D3D11 backend selection via define
Andre Weissflog
2022-07-28
1
-16
/
+31
|
*
|
gen_odin.py: inject sdtx.printf() wrapper function
Andre Weissflog
2022-07-26
1
-2
/
+12
|
*
|
gen_odin.py: don't remap sgl_rad() and sgl_deg()
Andre Weissflog
2022-07-25
1
-2
/
+0
|
*
|
gen_odin.py: fix output directory structure
Andre Weissflog
2022-07-23
1
-5
/
+9
|
*
|
gen_odin.py: rename 'private' struct field to '_'
Andre Weissflog
2022-07-20
1
-1
/
+5
|
*
|
gen_odin.py: map C bool to Odin bool (not b8), get rid of semicolons
Andre Weissflog
2022-07-20
1
-8
/
+8
|
*
|
map SGL_NO_ERROR to SGL_ERROR_NO_ERROR
Andre Weissflog
2022-07-20
3
-0
/
+3
|
*
|
gen_odin.py: put system library dependencies into foreign imports
Andre Weissflog
2022-07-19
1
-10
/
+65
|
*
|
gen_odin.py: fix .a vs .lib c-library imports
Andre Weissflog
2022-07-19
1
-4
/
+4
|
*
|
gen_odin.py: more general fixes
Andre Weissflog
2022-07-19
1
-12
/
+19
|
*
|
gen_zig.py: minor code cleanup
Andre Weissflog
2022-07-19
1
-1
/
+1
|
*
|
gen_nim.py: fix type mapping for sg_context_desc.pixel/depth_format
Andre Weissflog
2022-07-19
1
-1
/
+3
|
*
|
gen_odin.py: fix C library imports
Andre Weissflog
2022-07-19
1
-2
/
+20
|
*
|
gen_odin.py: replace reserved keyword 'context' with 'ctx'
Andre Weissflog
2022-07-17
1
-1
/
+3
|
*
|
gen_odin.py: generate structs
Andre Weissflog
2022-07-17
1
-68
/
+87
|
*
|
gen_zig.py: minor code cleanup
Andre Weissflog
2022-07-17
1
-1
/
+1
|
*
|
gen_odin.py: initial function and enum bindings
Andre Weissflog
2022-07-16
1
-22
/
+64
|
*
|
gen_zig.py: some minor code cleanup
Andre Weissflog
2022-07-16
1
-5
/
+5
|
*
|
start with Odin bindings functions
Andre Weissflog
2022-07-15
1
-7
/
+88
|
*
|
gen_odin.py: write C function imports
Andre Weissflog
2022-07-14
1
-2
/
+246
|
*
|
bindings generation minor code cleanup
Andre Weissflog
2022-07-14
3
-11
/
+11
|
*
|
start with odin bindings
Andre Weissflog
2022-07-12
3
-1
/
+89
|
|
/
*
/
sokol_app.h: fix a VS2015 compilation error
Andre Weissflog
2022-07-24
1
-1
/
+1
|
/
*
Oops, I added a redundant entry to the changelog, fixed.
Andre Weissflog
2022-07-10
1
-5
/
+2
*
update changelog and readme
Andre Weissflog
2022-07-10
2
-2
/
+25
[next]