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
*
Merge pull request #474 from spaceface777/remove-tcc-pragma-ext
pre-feb2021-api-changes
Andre Weissflog
2021-02-09
3
-19
/
+19
|
\
|
*
Fix #pragma compilation with tcc on windows
spaceface
2021-02-08
3
-19
/
+19
|
/
*
update changelog and readme
Andre Weissflog
2021-02-07
2
-1
/
+3
*
Merge pull request #470 from code-disaster/fix-C4191
Andre Weissflog
2021-01-29
2
-14
/
+14
|
\
|
*
fix MSVC warnings
Daniel Ludwig
2021-01-22
2
-14
/
+14
*
|
Merge pull request #468 from cedric-h/patch-1
Andre Weissflog
2021-01-27
1
-1
/
+1
|
\
\
|
*
|
Fix typo in sokol_app docs
Cedric Hutchings
2021-01-26
1
-1
/
+1
|
/
/
*
|
Merge branch 'jfaust-fy-fix/sokol-fetch-range-requests'
Andre Weissflog
2021-01-23
1
-1
/
+1
|
\
\
|
|
/
|
/
|
|
*
Merge branch 'fix/sokol-fetch-range-requests' of https://github.com/jfaust-fy...
Andre Weissflog
2021-01-23
1
-1
/
+1
|
/
|
|
*
Fix range request to not overlap reads
Josh Faust
2021-01-20
1
-1
/
+1
*
|
enable Android CI builds again
Andre Weissflog
2021-01-21
1
-19
/
+19
*
|
Merge pull request #463 from darltrash/patch-1
Andre Weissflog
2021-01-21
1
-1
/
+1
|
\
\
|
|
/
|
/
|
|
*
Update README.md
Neil Wolfkid
2021-01-21
1
-1
/
+1
|
/
*
sokol_app.h linux: fix -pthread guard code (use pthread_attr_init/destroy)
Andre Weissflog
2021-01-13
1
-5
/
+8
*
Merge pull request #456 from iboB/pthread_linker_error
Andre Weissflog
2021-01-13
1
-0
/
+6
|
\
|
*
sokol_app.h: trigger a linker error if users forget -pthread. Closes #455
Borislav Stanimirov
2021-01-09
1
-0
/
+6
|
/
*
readme: fix Command Line Tools link
Andre Weissflog
2021-01-09
1
-1
/
+1
*
readme: add links to Minigolf and Dealer's Dungeon, cleanup Examples & Projec...
Andre Weissflog
2021-01-09
1
-8
/
+9
*
sokol_gfx.h macOS: change high_dpi init, fixes #453
Andre Weissflog
2021-01-06
1
-9
/
+9
*
bindgen: build zig-bindings with SOKOL_ZIG_BINDINGS define
Andre Weissflog
2021-01-03
2
-5
/
+8
*
sokol_gfx.h: add a SOKOL_ZIG_BINDINGS config define with Zig bindings workaro...
Andre Weissflog
2021-01-03
1
-10
/
+6
*
add a link to pacman.zig to the readme
Andre Weissflog
2020-12-30
1
-0
/
+2
*
bindgen: add sokol_audio.h
Andre Weissflog
2020-12-30
2
-3
/
+8
*
bindgen: add sokol_time.h
Andre Weissflog
2020-12-23
2
-3
/
+14
*
sokol_app.h: use 'raw' function pointer in sapp_html5_fetch_request
Andre Weissflog
2020-12-23
1
-5
/
+5
*
bindgen updates
Andre Weissflog
2020-12-23
5
-17
/
+46
*
add a WIP readme to bindgen directory
Andre Weissflog
2020-12-22
1
-0
/
+1
*
more language bindings impl
Andre Weissflog
2020-12-22
4
-71
/
+24
*
start with language bindings generation
Andre Weissflog
2020-12-22
4
-0
/
+579
*
add Pacman.c to readme file
Andre Weissflog
2020-12-21
1
-0
/
+2
*
move changelog into its own file
Andre Weissflog
2020-12-20
2
-992
/
+993
*
update changes in readme
Andre Weissflog
2020-12-20
1
-1
/
+16
*
bindgen preparations (#443)
Andre Weissflog
2020-12-20
4
-73
/
+56
*
remove Android build step in github actions, seems like the Android SDK/NDK v...
Andre Weissflog
2020-12-20
1
-19
/
+19
*
sokol_gfx.h GL: add an assert after glGenTexturs (this may fail on current ma...
Andre Weissflog
2020-12-20
1
-0
/
+1
*
sokol_app.h: mention Foundation framework dependency (fixed #441)
Andre Weissflog
2020-12-11
1
-2
/
+2
*
Mention new sokol-gfx uninit+dealloc funcs in readme
Andre Weissflog
2020-12-02
1
-4
/
+17
*
sokol_gfx_imgui.h: add the new uninit/dealloc functions (untested)
Andre Weissflog
2020-12-02
1
-0
/
+295
*
Merge branch 'oviano-sokol-gfx-async-dealloc'
Andre Weissflog
2020-12-02
1
-55
/
+239
|
\
|
*
sokol_gfx.h: fix resource state during uninit+dealloc
Andre Weissflog
2020-12-02
1
-0
/
+49
|
*
Merge branch 'sokol-gfx-async-dealloc' of https://github.com/oviano/sokol int...
Andre Weissflog
2020-12-02
1
-55
/
+190
|
/
|
|
*
Added sg_dealloc_xxx() and sg_uninit_xxx() suite of functions
Oliver Collyer
2020-11-25
1
-55
/
+190
*
|
some more minor readme fixes
Andre Weissflog
2020-11-28
1
-3
/
+3
*
|
fix readme typo
Andre Weissflog
2020-11-28
1
-1
/
+1
*
|
tidy up the top of the README a bit
Andre Weissflog
2020-11-28
1
-3
/
+5
*
|
mention the config-define changes in the README
Andre Weissflog
2020-11-28
1
-1
/
+12
*
|
move SOKOL_IMPL vs SOKOL_xxx_IMPL outside the include guard
Andre Weissflog
2020-11-28
14
-42
/
+42
*
|
make SOKOL_IMPL vs SOKOL_xxx_IMPL consistent across all headers (both are sup...
Andre Weissflog
2020-11-28
14
-68
/
+106
*
|
Merge branch 'iboB-distinct_export_macros'
Andre Weissflog
2020-11-28
14
-420
/
+490
|
\
\
|
|
/
|
/
|
|
*
document SOKOL_API_DECL (these macros are still valid)
Andre Weissflog
2020-11-28
14
-4
/
+18
[next]