Sign in
android
/
platform
/
external
/
libcxxrt
/
HEAD
d1ee2b2
Use different unwind library.
by Christopher Ferris
· 11 years ago
l-preview
main
master
c911161
Build host with multilib both enabled.
by Ian Rogers
· 11 years ago
fe6c0c3
am 328c6160: Fixes leftovers from when this was a .so
by Dan Albert
· 11 years ago
328c616
Fixes leftovers from when this was a .so
by Dan Albert
· 11 years ago
a9ccad7
am 3e6e1404: Symlinks src/cxxabi into include/
by Dan Albert
· 11 years ago
3e6e140
Symlinks src/cxxabi into include/
by Dan Albert
· 11 years ago
7fd0411
am df1f371d: Fixes include directory in makefile
by Dan Albert
· 11 years ago
df1f371
Fixes include directory in makefile
by Dan Albert
· 11 years ago
7caf3dc
am 86f59b9a: Removes libdl code for target builds
by Dan Albert
· 11 years ago
86f59b9
Removes libdl code for target builds
by Dan Albert
· 11 years ago
b9d834b
am 82b5fc4e: Make guard_t 32 bit for mips.
by Christopher Ferris
· 11 years ago
82b5fc4
Make guard_t 32 bit for mips.
by Christopher Ferris
· 11 years ago
68ac3d5
am 0ad2e9ca: Add LOCAL_ADDITIONAL_DEPENDENCIES on Android.mk
by Brian Carlstrom
· 11 years ago
0ad2e9c
Add LOCAL_ADDITIONAL_DEPENDENCIES on Android.mk
by Brian Carlstrom
· 11 years ago
1728ff2
am edacbbc6: Adds an Android makefile
by Dan Albert
· 11 years ago
edacbbc
Adds an Android makefile
by Dan Albert
· 11 years ago
5b0e3f9
am 37b27dcb: Add NOTICE and MODULE_LICENSE
by Bill Yi
· 11 years ago
1a692c2
am 460ec6a0: Merge pull request #20 from jsonn/master
by cbergstrom
· 11 years ago
6ec9b35
am 535027e4: Uncaught exception could not be rethrown. Fix of CCVS/Sec15/1/P15144.C
by vsukharev
· 11 years ago
1a363fb
am 2f150a6c: pass to dladdr void *, not const void *
by Alexander Esilevich
· 11 years ago
616b03e
am 3e7988bf: Better change for portable 64bit type
by C
· 11 years ago
a2c0269
am b76c25a4: Revert this change until find better solution - breaks linux
by C
· 11 years ago
8dda673
am b040dd8b: Merge pull request #15 from jsonn/master
by cbergstrom
· 11 years ago
d41bc09
am 80061015: Author: bugmen0t - unlike AC_CHECK_HEADERS it doesn\'t stop with CPP but actually tries to compile. And so the check fails on freebsd
by C
· 11 years ago
f44a20d
am dafd555f: Fix (anonymous namespace) demangling. Avoid a redundant malloc() / memcpy.
by David Chisnall
· 11 years ago
91803f2
am af6a0de8: Import r2179 of the libelftc demangler.
by David Chisnall
· 11 years ago
fd73d28
am 242e8e7f: _Unwind_Exception should be 8-byte aligned, not 16-byte.
by David Chisnall
· 11 years ago
16f40b0
am c61efa04: Refactor the guards so that we use the same code on ARM as everywhere else, just with different types.
by David Chisnall
· 11 years ago
964952e
am d338c532: Merge pull request #12 from mdempsky/master
by davidchisnall
· 11 years ago
8ca9258
am 67917c05: Make exception specifications conditional on language dialect for new / delete operators (fixes warnings when compiling as C++11)
by David Chisnall
· 11 years ago
ef94dfe
am 4d040a24: Don\'t use __builtin_unreachable() for now.
by David Chisnall
· 11 years ago
0d50adf
am 992fe3a8: Fixes for ARM guard initialisation.
by David Chisnall
· 11 years ago
869078d
am fef0612f: Fix warnings about comparisons always evalutating to true when not using weak symbols for pthread functions.
by David Chisnall
· 11 years ago
f66374f
am 3a3bee97: Add explicit store barriers when releasing locks.
by David Chisnall
· 11 years ago
57ab7f5
am 80ea9781: Fix some compiler warnings by moving the definition of DW_EH_PE_absptr to the enumeration where it is used.
by David Chisnall
· 11 years ago
b0db0c7
am 564f47f1: Merge pull request #8 from mdempsky/master
by cbergstrom
· 11 years ago
364082c
am 5d697c8a: Ensure that the no-throw variants of new and new[] have the same behaviour as the throw variants in case of overrides.
by David Chisnall
· 11 years ago
101709a
am b2396b59: Expose __cxa_current_exception_type in cxxabi.h. Required for Monotone.
by David Chisnall
· 11 years ago
50a4036
am c812a07c: Merge in fixes from FreeBSD trunk to make atomics work with recent clang.
by David Chisnall
· 11 years ago
7b2f8b5
am 95a7dd69: Don\'t call the _fast version of the TLS accessor in terminate() or unexpected().
by David Chisnall
· 11 years ago
2e54c35
am 3cce3d06: Fix some warnings.
by David Chisnall
· 11 years ago
aa67cf3
am dab8a001: Fix a copy-and-paste error when setting the unexpected exception handler (actually set the terminate handler by mistake).
by David Chisnall
· 11 years ago
35e16ce
am c4b68a5c: Merge branch \'master\' of github.com:pathscale/libcxxrt
by David Chisnall
· 11 years ago
3f2e6c5
am 0a3f5337: Fix the case where we rethrow an exception when none was caught.
by David Chisnall
· 11 years ago
e3d7ee9
am b9db3a01: Fixed the case where there is a catchall in C++ and a foreign exception is thrown into it.
by David Chisnall
· 11 years ago
1c1fc44
am 9a7ad5f7: Removed non-copyright related text and added spacing after license notice
by C
· 11 years ago
0075026
am 7e7ec2f5: Add missing copyright in the other file.
by David Chisnall
· 11 years ago
6730eb2
am a6c0a856: Add missing copyright and acknowledgement from Solaris implementation of __cxa_finalize / __cxa_atexit.
by David Chisnall
· 11 years ago
251e3a1
am 41f0fe4c: fixed bug in type info: don\'t treat pointer-to-member as pointer
by Alexander
· 11 years ago
e0ade24
am 90db773b: Small doc tweak.
by David Chisnall
· 11 years ago
177fca2
am 02a01135: Correctly handle the case where 0 is passed to operator new.
by David Chisnall
· 11 years ago
a3bbd46
am fb8cc3b0: Ensure the correct happens-before relationship between set / get functions.
by David Chisnall
· 11 years ago
8488ee4
am d48277e2: Rearrange the virtual functions in type_info to match the gcc layout, rather than the FreeBSD layout.
by David Chisnall
· 11 years ago
8c7fa34
am cddcf873: Rework exception matching.
by David Chisnall
· 11 years ago
275faa8
am a35d8de8: Add per-file copyright notices / licenses (makes life easier for downstream people)
by David Chisnall
· 11 years ago
fe3c4cd
am 414b9890: Check for null pointer arguments in demangler.
by David Chisnall
· 11 years ago
4b7314e
am 3b2a9a00: Fix bugs caused by writing code while half asleep.
by David Chisnall
· 11 years ago
0e92e7a
am b9c89de0: Add some stuff that\'s missing on Solaris (required for correctly running static destructors).
by David Chisnall
· 11 years ago
b6bd358
am 69c4c6f1: Fix a potential race in guard logic.
by David Chisnall
· 11 years ago
03f1a5e
am 937302fd: Include some installation instructions in the README.
by davidchisnall
· 11 years ago
18c04be
am 0430729b: Merge pull request #5 from pathscale/arm_eh
by davidchisnall
· 11 years ago
9b0e329
am 9802a7e4: added __cxxabiv1 namespace alias
by Alexander Esilevich
· 11 years ago
e6e44f5
am a378760f: Merge pull request #4 from rpavlik/master
by cbergstrom
· 11 years ago
4dafea8
am 8518868b: Fix use of __dynamic_cast().
by David Chisnall
· 11 years ago
4663976
am 534b85dd: Fix exception.cc to not include its own (incompatible) prototype of a function that\'s now in the header.
by David Chisnall
· 11 years ago
717ac92
am f203ee80: Added demangler interface to the header.
by David Chisnall
· 11 years ago
2c3e4b5
am 48280552: Fix bugs that the libc++ test suite found in the handling of dependent exceptions.
by David Chisnall
· 11 years ago
b02c15f
am a24acdd2: Tweak some definitions to make clang happy.
by David Chisnall
· 11 years ago
5e86203
am 74473571: Removed debugging line accidentally left in last commit.
by Charlie Root
· 11 years ago
8d7c850
am d05b021c: Add get_terminate() / get_unexpected() functions required by libc++.
by Charlie Root
· 11 years ago
0c3673d
am 93a59224: Added full support for libc++.
by Charlie Root
· 11 years ago
e2c26b5
am a7560aca: added valgrind tests
by Alexander Esilevich
· 11 years ago
150ad75
am d5425943: Revert "Replaced libelftc\'s demangler with the one from libc++abi."
by C
· 11 years ago
5485806
am 7b63760e: Revert "Fix name of cxa_demangle"
by C
· 11 years ago
484738a
am 34419786: Revert "Fix name of cxa_demangle 2nd try"
by C
· 11 years ago
dc978a4
am 79b44577: Revert "Make it build and fix the missing include"
by C
· 11 years ago
2740730
am f83e8135: Make it build and fix the missing include
by C
· 11 years ago
319be68
am b20a54eb: Fix name of cxa_demangle 2nd try
by C
· 11 years ago
8473369
am e570abd1: Fix name of cxa_demangle
by C
· 11 years ago
743fa56
am 958237cf: Replaced libelftc\'s demangler with the one from libc++abi.
by David Chisnall
· 11 years ago
edd7ed2
am a9294e6b: Eliminate global variable by pushing it into state.
by Joerg Sonnenberger
· 11 years ago
2898f2b
am 0026ef5b: Rename cpp_demangle_gnu3 to __cxa_demangle_gnu3 to fit into the implementation namespace of the library.
by Joerg Sonnenberger
· 11 years ago
dceed88
am 798f9da2: Merge libelftc_vstr.c into libelftc_dem_gnu3.c to reduce namespace pollution. Retire unused libelftc headers.
by Joerg Sonnenberger
· 11 years ago
e7d8346
am d7369397: Updated doxygen config.
by David Chisnall
· 11 years ago
b99100d
am 6fd114f6: Remove unnecessary and confusing Makefiles
by C
· 11 years ago
07cd68e
am cac0291e: Update license
by C
· 11 years ago
c19d643
am b9ff6aa7: Updating copyright and may not be complete
by C
· 11 years ago
2f72908
am 3ba9e008: fixed condition for new handler in nothrow operator new
by anonymous
· 11 years ago
6cd0197
am 6f903285: Tidy up of the libcxxrt sources. Added missing comments, fixed some inconsistent indenting.
by anonymous
· 11 years ago
bea3810
am b12153bb: <malloc.h> was replaced with <stdlib.h>
by anonymous
· 11 years ago
d1d0508
am 168b9dc6: fix for COMPILER-8945: nothrow operator new should return NULL if new handler throws std::bad_alloc
by anonymous
· 11 years ago
9c9e7cf
am e30d71b5: fix for COMPILER-8941
by anonymous
· 11 years ago
1b4cf1a
am cbb9a469: fix for crash in report_failure function
by anonymous
· 11 years ago
5d14135
am 602a98f3: fix for COMPILER-8918: don\'t add exception into list of caught exceptions if it\'s already in the list
by anonymous
· 11 years ago
57c6614
am 4b5cca48: Fix for COMPILER-8916 (rethrowing/catching exception several times)
by anonymous
· 11 years ago
599a238
am c286ec85: Make std::set_unexpected and std::set_terminate set global (process) unexpected and terminate handlers, respectively. Added pathscale:: versions of both (not exposed in the headers, so not - yet - part of the public API), which retain the old behaviour a
by anonymous
· 11 years ago
fedb968
am d473efff: nothrow operator new was implemented (fix for COMPILER-8913)
by anonymous
· 11 years ago
5465c1e
am dfec1c21: fix for COMPILER-8912
by anonymous
· 11 years ago
4223961
am a41c5557: Fix for COMPILER-8909
by anonymous
· 11 years ago
4315c42
am aca9afa6: fix for COMPILER-8891: std::exception::what() should not return NULL
by anonymous
· 11 years ago
Next »