| Age | Commit message (Collapse) | Author | 
 | 
 | 
 | 
 | 
 | 
 | 
 | 
Given we utilize fmt, we don't need to provide our own functions for formatting anymore
 | 
 | 
 | 
 | 
 | 
 | 
 | 
 | 
 | 
 | 
 | 
 | 
 | 
 | 
 | 
 | 
 | 
 | 
 | 
 | 
 | 
 | 
The old system of just defining macros available in some other platform
was susceptible to silently using the wrong code if you forgot to
include a particular header. This fixes a crash on non-Windows platforms
introduced by e1fbac3ca13d37d2625c11d30cfdece4327b446b.
 | 
 | 
 | 
 | 
 | 
 | 
 | 
 | 
 | 
 | 
 | 
 | 
or generated
 | 
 | 
loader.cpp: improved file extension checking, made Upper/LowerStr useful, moved string_util into Common namespace
 | 
 | 
 | 
 | 
 | 
 | 
Common: Correctly set ptr to null if mmap fails in memory_util
 | 
 | 
On POSIX systems mmap will return MAP_FAILED ((void*)-1) instead of a null pointer.
 | 
 | 
 | 
 | 
 | 
 | 
 |