libcxxabi mirror with random patches
You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
Go to file
Pawel Wodnicki 7e5a907138 3.2 release branch r167707
git-svn-id: https://llvm.org/svn/llvm-project/libcxxabi/branches/release_32@167867 91177308-0d34-0410-b5e6-96231b3b80d8
13 years ago
include I've moved __cxa_terminate_handler, __cxa_unexpected_handler and __cxa_new_handler from the public header cxxabi.h into the private header cxa_handlers.hpp. During this move I've also moved them from namespace __cxxabiapple into the global namespace. They are, and have always been extern C and so the namespace (or lack of it) does not affect their ABI. In general external clients should not reference these symbols. They are atomic variables and will be changing into C++11 atomic variables in the future. However for those few clients who really need access to them, their name, mangling, size, alignment and layout will remain stable. You just may need your own declaration of them. Include guards have been added to the private header cxa_exception.hpp. The private header cxa_default_handlers.hpp has been removed and the default handlers are now file-static. Include guards have been added to the private header cxa_handlers.hpp. 14 years ago
lib fix crash log magic 14 years ago
src Make the type_info for __shim_type_info visible. This should address some failing dynamic_casts that a few applications are doing on the type_info hierarchy. 13 years ago
test Move TargetData to DataLayout. 13 years ago
trunk 3.2 release branch r167707 13 years ago
www Update status. 13 years ago
CREDITS.TXT Updating email address 13 years ago
LICENSE.TXT initial import 15 years ago