Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
allocation
|
|
|
|
|
|
Fix calling try_delete before importing it.
|
|
Make get_configuration() a global.
|
|
|
|
|
|
|
|
all ta2 allocations
|
|
Previously, the import of try_delete was after one of the blocks
of code that called it, so it could result in an error at runtime.
|
|
Work around problem with constexpr on Windows.
|
|
This is for libcxx compilation on Windows and is a result of
http://llvm.org/PR15651.
See issue #1019 for more detail.
|
|
|
|
|
|
|
|
Support rotozoomSurface
|
|
|
|
linking works
|
|
|
|
Another libcxx update
|
|
|
|
|
|
either just the return type, or the entire function type): ** and above are certainly just the return type
|
|
|
|
function, so redirects to Math.* work
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
pointers and
tests that the renderer can handle the changing strides and pointers.
The resulting image should be a fat diamond with colored vertices as seen
in the included image.
|
|
|
|
|
|
There's no configuration global now.
|
|
Reinstate tests
|
|
|
|
-nostdinc++ is needed to not pick up system C++ headers.
|
|
Remove unused llvm-extract stuff.
|
|
|