aboutsummaryrefslogtreecommitdiff
path: root/sokol_args.h
Commit message (Expand)AuthorAgeFilesLines
* Add SOKOL_DLL support to all headers. (#163)Andre Weissflog2019-06-041-1/+15
* added a project URL to the docs-comment block of all headersAndre Weissflog2019-05-151-0/+2
* add 'included' defines to all sokol headers for better error messages when in...Andre Weissflog2019-03-091-0/+2
* sokol_args.h: fix emscripten warning when compiling in debug modeAndre Weissflog2019-02-221-1/+1
* Emscripten platform updates (#116)Andre Weissflog2019-02-161-1/+1
* sokol_args.h: fix typenamesAndre Weissflog2019-01-281-2/+2
* sokol_args.h: minor style fixesAndre Weissflog2019-01-281-4/+4
* detect debug mode via NDEBUG, not _DEBUG, raise Android log level to INFOAndre Weissflog2019-01-271-1/+1
* sokol_app.h, sokol_args.h: surround EMSCRIPTEN_KEEPALIVE funcs with extern 'C'Andre Weissflog2019-01-231-0/+6
* added names to public structs and enums so they can be forward declaredBorislav Stanimirov2018-11-301-1/+1
* removed trailing spacesBorislav Stanimirov2018-11-301-9/+9
* minor comment typosAndre Weissflog2018-11-071-1/+1
* sokol_args.h: SOKOL_API_DECL and SOKOL_API_IMPL macrosAndre Weissflog2018-10-181-24/+33
* sokol_audio.h: minor docs fixAndre Weissflog2018-10-171-1/+1
* sokol_args.h: doc typoAndre Weissflog2018-10-171-1/+1
* sokol_args.h: some header-doc fixesAndre Weissflog2018-10-171-8/+10
* sokol_args.h: add note about Windows __argc, __argvAndre Weissflog2018-10-171-0/+15
* sokol_args.h: header documentationAndre Weissflog2018-10-171-28/+132
* sokol_args.h: emscripten supportAndre Weissflog2018-10-171-6/+90
* sokol-args: escape sequencesAndre Weissflog2018-10-171-12/+43
* sokol_args.h: start with quote supportAndre Weissflog2018-10-151-5/+39
* minor fix in sokol_args.hAndre Weissflog2018-10-131-1/+1
* more sokol_args.h implAndre Weissflog2018-10-131-4/+93
* sokol_args.h: start with implementationAndre Weissflog2018-10-121-1/+270
* started with sokol_args.hAndre Weissflog2018-10-081-0/+106