Bruce Mitchener
|
7fb41a7e3b
Typo fixes.
|
1 year ago |
Andre Weissflog
|
9b1b387c02
sokol_app.h, sokol_time.h: update header documentation
|
3 years ago |
Andre Weissflog
|
d8f1118ee9
sokol_time.h: add _stm prefix to int64_muldiv()
|
3 years ago |
Andre Weissflog
|
4162b001c8
sokol_time.h: replace performance.now() with emscripten_get_now() (fixes #592)
|
3 years ago |
Daniel Ludwig
|
b347c1201f
sokol_time.h: add 100 Hz to common refresh rates
|
4 years ago |
Andre Weissflog
|
d2826d75c0
Language-binding-friendly API changes. (#458)
|
4 years ago |
Andre Weissflog
|
d54c14c171
move SOKOL_IMPL vs SOKOL_xxx_IMPL outside the include guard
|
4 years ago |
Andre Weissflog
|
8135988629
make SOKOL_IMPL vs SOKOL_xxx_IMPL consistent across all headers (both are supported)
|
4 years ago |
Andre Weissflog
|
900df0ee04
document SOKOL_API_DECL (these macros are still valid)
|
4 years ago |
Borislav Stanimirov
|
426c460cc9
Auto-generated distinct macros per lib. Resolves #428
|
4 years ago |
Eduardo Bart
|
dd46cc1d65
fix warnings in D3D11 code path and clang-msvc
|
5 years ago |
Andre Weissflog
|
27168ba5f1
sokol_time.h: new function stm_round_to_common_refresh_rate()
|
5 years ago |
martincohen
|
3eff120cff
ifdef guards
|
6 years ago |
pixelherodev
|
5d8f65a021
Support the ESP8266 embedded hardware
|
6 years ago |
Andre Weissflog
|
de7241f95e
Add SOKOL_DLL support to all headers. (#163)
|
6 years ago |
Andre Weissflog
|
dba02a49fb
emscripten: remove leading underscore in EM_JS function names, causes problems with LLVM upstream
|
6 years ago |
Andre Weissflog
|
bf6beae7cb
added a project URL to the docs-comment block of all headers
|
6 years ago |
Andre Weissflog
|
7f4df6cd44
add 'included' defines to all sokol headers for better error messages when included are missing
|
6 years ago |
Andre Weissflog
|
29ce2f7eed
add emscripten.h include to sokol_time.h, fixes #127
|
6 years ago |
Andre Weissflog
|
75a16e2ace
Emscripten platform updates (#116)
|
6 years ago |
Andre Weissflog
|
abf31dd19a
sokol_time.h: merge state into struct and explicitely clear on start
|
6 years ago |
Andre Weissflog
|
b8ee3870ee
sokol_time.h: fix doc typo
|
6 years ago |
Borislav Stanimirov
|
a6a63322a8
removed trailing spaces
|
6 years ago |
Andre Weissflog
|
6f76ff0389
sokol_time.h: SOKOL_API_DECL and SOKOL_API_IMPL macros
|
6 years ago |
Andre Weissflog
|
f1efc6de17
extern C only around the declaration, not the implementation
|
7 years ago |
Andre Weissflog
|
0304475a08
sokol_tim.h: apply the same 64-bit overflow protection on OSX as for Windows
|
7 years ago |
Andre Weissflog
|
d043a65aee
sokol_time.h: fix potential 64-bit overflow on Win32 with QPF/QPC
|
7 years ago |
Andre Weissflog
|
1ef75166f3
fixed (void) function signatures
|
7 years ago |
Andre Weissflog
|
0ed7572d5b
change license to zlib/libpng
|
7 years ago |
Andre Weissflog
|
2696964d52
sokol_time OSX: use the timebase info to convert mach ticks to nanosecs
|
7 years ago |