index
:
bcm5719-llvm
meklort-10.0.0
meklort-10.0.1
ortega-7.0.1
Project Ortega BCM5719 LLVM
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
libcxx
/
src
/
exception.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Removed raw references to __APPLE__; now just check to see if it is defined.
Marshall Clow
2013-03-18
1
-2
/
+2
*
Saleem Abdulrasool: __terminate_handler and __unexpected_handler are defined ...
Howard Hinnant
2013-01-22
1
-1
/
+1
*
[CMake] Add support for selecting which c++ abi library to use.
Michael J. Spencer
2012-11-30
1
-3
/
+3
*
libc++: switch from using _ATTRIBUTE(noreturn) (which conflicts with a
Richard Smith
2012-07-26
1
-4
/
+4
*
Teach libc++ to check for libc++abi and use its features if they're available.
Richard Smith
2012-07-11
1
-8
/
+11
*
Undo some overzealous #ifdefs for LIBCXXRT.
David Chisnall
2012-03-14
1
-5
/
+9
*
I'm reverting one of the changes made to exception.cpp in r151717. I'm unsur...
Howard Hinnant
2012-02-29
1
-0
/
+4
*
Some libcxxrt-compatibility cleanups (avoid defining things twice).
David Chisnall
2012-02-29
1
-27
/
+25
*
Make attributes on definition consistent with those on declaration.
Howard Hinnant
2012-02-03
1
-0
/
+1
*
Prepare for running on top of new libc++abi.
Howard Hinnant
2012-02-02
1
-9
/
+17
*
Correct change to exception.cpp from r140245
Howard Hinnant
2011-09-21
1
-1
/
+1
*
Fixes for FreeBSD, including some fairly obvious copy-and-paste errors.
David Chisnall
2011-09-21
1
-14
/
+23
*
Configure to get along with 2.9 clang
Howard Hinnant
2011-07-29
1
-0
/
+1
*
Applied noexcept to everything in [language.support] (Chapter 18)
Howard Hinnant
2011-05-26
1
-15
/
+15
*
Added [[noreturn]] attribute everywhere it should be
Howard Hinnant
2011-05-26
1
-2
/
+4
*
Add a couple more std-qualifers.
Howard Hinnant
2010-12-06
1
-2
/
+2
*
Fix up uses of new/terminate/unexpected handlers to use the new getters.
Howard Hinnant
2010-12-04
1
-2
/
+2
*
N3189 Observers for the three handler functions
Howard Hinnant
2010-12-02
1
-6
/
+14
*
license change
Howard Hinnant
2010-11-16
1
-2
/
+2
*
Remove tabs
Howard Hinnant
2010-08-22
1
-21
/
+21
*
Fixing whitespace problems
Howard Hinnant
2010-08-22
1
-35
/
+25
*
now works with -fno-exceptions and -fno-rtti
Howard Hinnant
2010-08-11
1
-2
/
+8
*
[except.nested]
Howard Hinnant
2010-05-27
1
-0
/
+17
*
patch by Jeffrey Yasskin for porting to Ubuntu Hardy. Everything was accepte...
Howard Hinnant
2010-05-24
1
-3
/
+5
*
add headers and implementation for <new>, <exception>, and <typeinfo>
Nick Kledzik
2010-05-14
1
-0
/
+171