| Age | Commit message (Collapse) | Author |
|
passing null into a shared_ptr creates an empty shared_ptr.
|
|
|
|
definition.
|
|
return val from interface wrapper
|
|
wrapper
|
|
|
|
|
|
|
|
|
|
|
|
|
|
passing null into a shared_ptr creates an empty shared_ptr.
|
|
|
|
|
|
same raw pointer type
|
|
|
|
|
|
|
|
|
|
|
|
|
|
There was some global variable dependency. These bleed thru tests and affected test result. Adding a way to reset this state.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Error codes
|
|
|
|
|
|
|
|
|
|
|
|
Another libcxx update
|
|
|
|
|
|
|
|
|
|
|
|
Re-instate _ATTRIBUTE() usages.
|
|
Don't infinitely recurse in strtof().
|
|
a case where symbol removing made us not merge llvm constructors properly
|
|
This no longer uses headers from libcxxabi and
in fact uses libcxxabi a bit less than before.
This no longer lets some new C++11 stuff such as
exception_ptr work as the support for that relies
upon libcxxabi code.
|
|
|
|
|
|
|
|
This doesn't work yet as it needs to be customized for use with
emscripten still.
|
|
These were broken because the definition of _ATTRIBUTE() from
libcxx was different, so change the libc definition and usage
to match.
Fixes issue #992.
|
|
|