aboutsummaryrefslogtreecommitdiff
path: root/sokol_log.h
Commit message (Collapse)AuthorAgeFilesLines
* fix outdated comments (sapp_desc.win32_* etc...)Andre Weissflog2025-12-101-1/+1
|
* fix misleading _DEBUG vs NDEBUG doc commentsAndre Weissflog2025-09-151-1/+1
|
* sokol_log.h: on Linux and macOS don't log to syslog (only stderr)Andre Weissflog2025-03-141-9/+0
|
* add -Wextra-semi to CI tests and fix resulting warningsAndre Weissflog2025-01-301-1/+1
|
* Fix doc typo.Sean Kahler2025-01-251-1/+1
|
* Fix typos.Bruce Mitchener2023-12-091-1/+1
|
* sokol_log.h emsc: include emscripten.h instead of em_js.h, should fix #791Andre Weissflog2023-02-161-1/+1
|
* update changelog, readme and some sokol_log.h doc tweaksAndre Weissflog2023-02-131-0/+6
|
* sokol_log.h: add some Windows specific documentationAndre Weissflog2023-02-131-1/+8
|
* sokol_log.h: log formatting tweaks if no filename is providedAndre Weissflog2023-02-131-18/+23
|
* sokol_log.h: minor comment tweaksAndre Weissflog2023-02-131-2/+2
|
* sokol_log.h: minor code cleanup, fix an analyzer warningAndre Weissflog2023-02-131-9/+12
|
* sokol_log.h: tweak log output formattingAndre Weissflog2023-02-091-34/+25
|
* sokol_log.h: fix windows buildAndre Weissflog2023-02-061-1/+1
|
* sokol_log.h: fix gcc warning, fix linux platform detectionAndre Weissflog2023-02-061-3/+3
|
* sokol_log.h: fix emscripten buildAndre Weissflog2023-02-061-1/+3
|
* add sokol_log.h to compile testsAndre Weissflog2023-02-061-0/+1
|
* new header: sokol_log.h with default logging callback for other sokol headersAndre Weissflog2023-01-301-8/+176
|
* start with sokol_log.h headerAndre Weissflog2023-01-291-0/+160