aboutsummaryrefslogtreecommitdiff
path: root/sokol_time.h
Commit message (Expand)AuthorAgeFilesLines
* Add SOKOL_DLL support to all headers. (#163)Andre Weissflog2019-06-041-1/+15
* emscripten: remove leading underscore in EM_JS function names, causes problem...Andre Weissflog2019-05-301-3/+3
* 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
* add emscripten.h include to sokol_time.h, fixes #127Andre Weissflog2019-03-061-0/+1
* Emscripten platform updates (#116)Andre Weissflog2019-02-161-1/+18
* sokol_time.h: merge state into struct and explicitely clear on startAndre Weissflog2019-01-281-20/+28
* sokol_time.h: fix doc typoAndre Weissflog2019-01-191-1/+1
* removed trailing spacesBorislav Stanimirov2018-11-301-3/+3
* sokol_time.h: SOKOL_API_DECL and SOKOL_API_IMPL macrosAndre Weissflog2018-10-181-19/+36
* extern C only around the declaration, not the implementationAndre Weissflog2018-07-231-3/+4
* sokol_tim.h: apply the same 64-bit overflow protection on OSX as for WindowsAndre Weissflog2018-07-071-13/+15
* sokol_time.h: fix potential 64-bit overflow on Win32 with QPF/QPCAndre Weissflog2018-07-071-1/+12
* fixed (void) function signaturesAndre Weissflog2018-06-021-4/+4
* change license to zlib/libpngAndre Weissflog2018-02-161-22/+22
* sokol_time OSX: use the timebase info to convert mach ticks to nanosecsAndre Weissflog2017-11-291-2/+2
* typo in readmeAndre Weissflog2017-11-281-1/+1
* sokol_time: make all globals staticAndre Weissflog2017-11-281-5/+5
* sokol_time: improved the header documentation a bitAndre Weissflog2017-11-281-7/+14
* sokol_time comment fixAndre Weissflog2017-11-281-1/+1
* Fix sokol_time.h windows compileAndre Weissflog2017-11-281-1/+0
* new header: sokol_time.hAndre Weissflog2017-11-281-0/+191