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
/
new.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Remove a long-standing __has_include hack.
Benjamin Kramer
2015-10-16
1
-6
/
+2
*
Fix a typo: overidden -> overridden - Patch from Kai Zhao
Eric Fiselier
2015-08-20
1
-1
/
+1
*
Fix for LWG Issue 2458: N3778 and new library deallocation signatures.
Marshall Clow
2015-05-18
1
-14
/
+0
*
More on adding sized deallocation functions in libc++: Continuing from r22928...
Larisse Voufo
2015-02-20
1
-8
/
+8
*
Implement C++14's sized deallocation functions, since there are no longer imp...
Larisse Voufo
2015-02-15
1
-1
/
+29
*
Partial fix for building w/ libcxxrt on OSX. Patch from C Bergstrom.
Eric Fiselier
2014-11-01
1
-1
/
+1
*
libcxxrt defines bad_array_new_length::what() so move that into a conditional...
Eric Fiselier
2014-11-01
1
-6
/
+6
*
libcxxrt now implements bad_array_new_length and need to gaurd against multip...
Eric Fiselier
2014-10-29
1
-2
/
+2
*
Switch to using C++ style casts.
Joerg Sonnenberger
2014-01-04
1
-1
/
+1
*
Patch from Bruce Mitchener; fixes two typos in comments. No functionality cha...
Marshall Clow
2013-11-11
1
-1
/
+1
*
Make it possible to link against libstdc++ as well as libsupc++ with CMake.
Peter Collingbourne
2013-10-06
1
-0
/
+4
*
Eliminate more symbols multiply defined between libsupc++ and libc++.
Peter Collingbourne
2013-10-06
1
-1
/
+15
*
Use _LIBCPP_NEW_DELETE_VIS instead of LIBCPP_FUNC_VIS in src/new.cpp.
Howard Hinnant
2013-10-06
1
-8
/
+8
*
G M: The attached patch is for libcxx's new.cpp and __config files. The patch...
Howard Hinnant
2013-10-04
1
-8
/
+8
*
Adding bad_array_length to libc++
Marshall Clow
2013-09-11
1
-1
/
+17
*
Removed raw references to __APPLE__; now just check to see if it is defined.
Marshall Clow
2013-03-18
1
-1
/
+1
*
Patch by Andrew C. Morrow: Conditionally include cxxabi.h in new.cpp and typ...
Howard Hinnant
2012-07-26
1
-1
/
+10
*
Undo some overzealous #ifdefs for LIBCXXRT.
David Chisnall
2012-03-14
1
-5
/
+2
*
Some libcxxrt-compatibility cleanups (avoid defining things twice).
David Chisnall
2012-02-29
1
-2
/
+5
*
At least temporarily move operator new/delete from the abi back to here. I'm...
Howard Hinnant
2012-02-25
1
-2
/
+2
*
Prepare for running on top of new libc++abi.
Howard Hinnant
2012-02-02
1
-4
/
+15
*
Quash a whole bunch of warnings
Howard Hinnant
2011-12-01
1
-1
/
+1
*
http://llvm.org/bugs/show_bug.cgi?id=10353
Howard Hinnant
2011-07-14
1
-0
/
+6
*
Applied noexcept to everything in [language.support] (Chapter 18)
Howard Hinnant
2011-05-26
1
-16
/
+16
*
oops, forgot std::
Howard Hinnant
2010-12-04
1
-1
/
+1
*
Fix up uses of new/terminate/unexpected handlers to use the new getters.
Howard Hinnant
2010-12-04
1
-2
/
+3
*
N3189 Observers for the three handler functions
Howard Hinnant
2010-12-02
1
-3
/
+7
*
license change
Howard Hinnant
2010-11-16
1
-2
/
+2
*
Remove tabs
Howard Hinnant
2010-08-22
1
-4
/
+4
*
Fixing whitespace problems
Howard Hinnant
2010-08-22
1
-20
/
+12
*
now works with -fno-exceptions and -fno-rtti
Howard Hinnant
2010-08-11
1
-0
/
+14
*
patch by Jeffrey Yasskin for porting to Ubuntu Hardy. Everything was accepte...
Howard Hinnant
2010-05-24
1
-2
/
+2
*
Add set_new_handler and nothrow implementations
Nick Kledzik
2010-05-18
1
-0
/
+10
*
add headers and implementation for <new>, <exception>, and <typeinfo>
Nick Kledzik
2010-05-14
1
-0
/
+127
*
Wiped out some non-ascii characters that snuck into the copyright.
Howard Hinnant
2010-05-11
1
-1
/
+1
*
libcxx initial import
Howard Hinnant
2010-05-11
1
-0
/
+31