Age | Commit message (Collapse) | Author |
|
instead of heap allocated.
This reduces memory allocations and heap fragmentation.
|
|
|
|
|
|
|
|
|
|
We assume a conforming C++11 compiler environment that has a valid <thread>-header.
Failure to run a real thread is handled gracefully.
|
|
|
|
|
|
Auto[Free|Delete]SmallVector
|
|
|
|
|
|
|
|
|
|
This is a C++11 feature that allows the compiler to check that a virtual
member declaration overrides a base-class member with the same signature.
Also src/blitter/32bpp_anim_sse4.hpp +38 is no longer erroneously marked
as virtual despite being a template.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
text layout.
|
|
|
|
style
|
|
This removes the need for the ICU lib on Windows.
|
|
Uniscribe is sometimes producing different results compared to ICU, especially
when RTL and LTR content is mixed. Comparing the results to other programs
(like editors or web browsers) leads me to believe that the result are at least
not worse than ICU and possibly better.
|
|
|
|
|
|
'<commitdate>-<branch>-g<shorthash><modified>'.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
file list.
|
|
|
|
|
|
if the runtime lib of MSVC2015 is used.
|
|
library before including the system library
|
|
|
|
complex with them
|
|
|
|
|
|
|
|
|
|
|
|
|
|
the return is not NULL)
|
|
|
|
and strecat.
|