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
...
*
|
|
sokol_app.h: configure Win32 console output features, restore codepage on exit
Andre Weissflog
2021-02-19
1
-12
/
+35
*
|
|
enable console output for SOKOL_WIN32_FORCE_MAIN
Garett Bass
2021-02-19
1
-0
/
+6
*
|
|
enable console output in WinMain
Garett Bass
2021-02-19
1
-0
/
+6
|
/
/
*
|
sokol_shape.h: fix some doc typos
Andre Weissflog
2021-02-19
1
-3
/
+3
*
|
Merge pull request #481 from toyboot4e/fix-doc-typos
Andre Weissflog
2021-02-19
1
-3
/
+3
|
\
\
|
*
|
fix doc typos of sg_pass_action* params
toyboot4e
2021-02-19
1
-3
/
+3
|
/
/
*
|
also mention AVFoundation framework in changelog (re sokol_audio.h + iOS)
Andre Weissflog
2021-02-17
1
-1
/
+2
*
|
mention ObjC requirement for sokol_audio.h on iOS in changelog
Andre Weissflog
2021-02-17
1
-1
/
+2
*
|
mention sokol_audio.h iPhone fix in changelog and readme
Andre Weissflog
2021-02-17
2
-1
/
+8
*
|
github CI: temporarily remove Android build, SDK setup seems broken on Ubuntu...
Andre Weissflog
2021-02-17
1
-19
/
+19
*
|
Merge branch 'oviano-sokol-audio-avaudiosession'
Andre Weissflog
2021-02-17
1
-2
/
+90
|
\
\
|
*
|
sokol_audio.h: fix comment typo, AVFramework -> AVFoundation
Andre Weissflog
2021-02-16
1
-1
/
+1
|
*
|
sokol_audio.h iOS: mention ARC vs non-ARC in documentation
Andre Weissflog
2021-02-16
1
-1
/
+2
|
*
|
sokol_audio.h: fix ARC vs non-ARC on iOS
Andre Weissflog
2021-02-16
1
-28
/
+36
|
*
|
sokol_audio.h: don't assert on AudioQueuePause/Start
Andre Weissflog
2021-02-15
1
-13
/
+10
|
*
|
Merge branch 'sokol-audio-avaudiosession' of https://github.com/oviano/sokol ...
Andre Weissflog
2021-02-15
1
-1
/
+83
|
|
\
\
|
|
*
\
Merge branch 'master' into sokol-audio-avaudiosession
Oliver Collyer
2020-12-04
15
-518
/
+1131
|
|
|
\
\
|
|
*
\
\
Merge branch 'master' into sokol-audio-avaudiosession
Oliver Collyer
2020-11-25
1
-5
/
+5
|
|
|
\
\
\
|
|
*
|
|
|
Updated comment to reflect Objective-C requirement on iOS
Oliver Collyer
2020-11-23
1
-1
/
+5
|
|
*
|
|
|
Fixed incorrect use of TARGET_OS_IOS definition
Oliver Collyer
2020-11-23
1
-3
/
+3
|
|
*
|
|
|
Activate AVAudioSession on iOS and handle interruptions
Oliver Collyer
2020-11-22
1
-0
/
+78
|
|
*
|
|
|
Merge remote-tracking branch 'floooh/master'
Oliver Collyer
2020-11-22
6
-37
/
+1439
|
|
|
\
\
\
\
*
|
|
|
|
|
|
sokol_app.h: fix sign-conversion warning in iOS code path
Andre Weissflog
2021-02-15
1
-1
/
+1
|
/
/
/
/
/
/
*
|
|
|
|
|
sokol_imgui.h: fix MSVC warnings and do some code cleanup
Andre Weissflog
2021-02-14
1
-9
/
+7
*
|
|
|
|
|
sokol_imgui.h: rewrite rendering code to only do one buffer update per frame ...
Andre Weissflog
2021-02-14
3
-36
/
+94
|
|
|
|
|
*
enable console output for SOKOL_WIN32_FORCE_MAIN
Garett Bass
2021-02-13
1
-0
/
+6
|
|
|
|
|
*
enable console output in WinMain
Garett Bass
2021-02-13
1
-0
/
+6
|
|
_
|
_
|
_
|
/
|
/
|
|
|
|
*
|
|
|
|
mention sokol_nuklear.h in readme and changelog
Andre Weissflog
2021-02-13
2
-1
/
+7
*
|
|
|
|
Merge branch 'wmerrifield-sokol_nuklear'
Andre Weissflog
2021-02-13
1
-0
/
+2166
|
\
\
\
\
\
|
*
|
|
|
|
sokol_nuklear.h: coding style
Andre Weissflog
2021-02-13
1
-4
/
+4
|
*
|
|
|
|
sokol_nuklear.h: use C99 designated init for sg_shader_desc init
Andre Weissflog
2021-02-13
1
-56
/
+70
|
*
|
|
|
|
sokol_nuklear.h: fix a clang analyzer warning (non-critical)
Andre Weissflog
2021-02-13
1
-1
/
+2
|
*
|
|
|
|
sokol_nuklear.h: add a note about the implementation not supporting to be com...
Andre Weissflog
2021-02-13
1
-0
/
+4
|
*
|
|
|
|
sokol_nuklear.h: oops, don't memleak on vertex/index-buffer-overflow
Andre Weissflog
2021-02-13
1
-35
/
+34
|
*
|
|
|
|
sokol_nuklear.h: add an overflow check for vertex- and index-buffer
Andre Weissflog
2021-02-13
1
-3
/
+21
|
*
|
|
|
|
fix gcc warnings
Andre Weissflog
2021-02-12
1
-1
/
+1
|
*
|
|
|
|
sokol_nuklear.h: fix D3D11 shader init and MSVC warnings
Andre Weissflog
2021-02-12
1
-25
/
+21
|
*
|
|
|
|
sokol_nuklear.h fixes
Andre Weissflog
2021-02-12
1
-8
/
+5
|
*
|
|
|
|
sokol_nuklear.h: update for sokol-gfx API changes, fix sign-conversion warnings
Andre Weissflog
2021-02-11
1
-29
/
+30
|
*
|
|
|
|
Merge branch 'sokol_nuklear' of https://github.com/wmerrifield/sokol into wme...
Andre Weissflog
2021-02-11
1
-0
/
+2136
|
/
|
|
|
|
|
|
*
|
|
|
|
sokol_nuklear.h: initial commit
Warren Merrifield
2021-02-01
1
-0
/
+2136
*
|
|
|
|
|
sokol_gfx.h VS2015: disable both warning C4054 and C4055
Andre Weissflog
2021-02-10
1
-1
/
+2
*
|
|
|
|
|
sokol_gfx.h: fix VS2015 warning supression
Andre Weissflog
2021-02-10
1
-1
/
+1
*
|
|
|
|
|
sokol_gfx.h: suppress a VS2015 type cast warning
Andre Weissflog
2021-02-10
1
-0
/
+1
*
|
|
|
|
|
update changelog and readme
Andre Weissflog
2021-02-10
2
-1
/
+7
*
|
|
|
|
|
suppress some VS2015 warnings
Andre Weissflog
2021-02-10
2
-1
/
+3
*
|
|
|
|
|
Language-binding-friendly API changes. (#458)
Andre Weissflog
2021-02-10
17
-1598
/
+1976
*
|
|
|
|
|
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
|
/
/
/
/
/
[prev]
[next]