summaryrefslogtreecommitdiffstats
path: root/libcxx/src/new.cpp
Commit message (Expand)AuthorAgeFilesLines
* Remove a long-standing __has_include hack.Benjamin Kramer2015-10-161-6/+2
* Fix a typo: overidden -> overridden - Patch from Kai ZhaoEric Fiselier2015-08-201-1/+1
* Fix for LWG Issue 2458: N3778 and new library deallocation signatures.Marshall Clow2015-05-181-14/+0
* More on adding sized deallocation functions in libc++: Continuing from r22928...Larisse Voufo2015-02-201-8/+8
* Implement C++14's sized deallocation functions, since there are no longer imp...Larisse Voufo2015-02-151-1/+29
* Partial fix for building w/ libcxxrt on OSX. Patch from C Bergstrom.Eric Fiselier2014-11-011-1/+1
* libcxxrt defines bad_array_new_length::what() so move that into a conditional...Eric Fiselier2014-11-011-6/+6
* libcxxrt now implements bad_array_new_length and need to gaurd against multip...Eric Fiselier2014-10-291-2/+2
* Switch to using C++ style casts.Joerg Sonnenberger2014-01-041-1/+1
* Patch from Bruce Mitchener; fixes two typos in comments. No functionality cha...Marshall Clow2013-11-111-1/+1
* Make it possible to link against libstdc++ as well as libsupc++ with CMake.Peter Collingbourne2013-10-061-0/+4
* Eliminate more symbols multiply defined between libsupc++ and libc++.Peter Collingbourne2013-10-061-1/+15
* Use _LIBCPP_NEW_DELETE_VIS instead of LIBCPP_FUNC_VIS in src/new.cpp.Howard Hinnant2013-10-061-8/+8
* G M: The attached patch is for libcxx's new.cpp and __config files. The patch...Howard Hinnant2013-10-041-8/+8
* Adding bad_array_length to libc++Marshall Clow2013-09-111-1/+17
* Removed raw references to __APPLE__; now just check to see if it is defined.Marshall Clow2013-03-181-1/+1
* Patch by Andrew C. Morrow: Conditionally include cxxabi.h in new.cpp and typ...Howard Hinnant2012-07-261-1/+10
* Undo some overzealous #ifdefs for LIBCXXRT.David Chisnall2012-03-141-5/+2
* Some libcxxrt-compatibility cleanups (avoid defining things twice).David Chisnall2012-02-291-2/+5
* At least temporarily move operator new/delete from the abi back to here. I'm...Howard Hinnant2012-02-251-2/+2
* Prepare for running on top of new libc++abi.Howard Hinnant2012-02-021-4/+15
* Quash a whole bunch of warningsHoward Hinnant2011-12-011-1/+1
* http://llvm.org/bugs/show_bug.cgi?id=10353Howard Hinnant2011-07-141-0/+6
* Applied noexcept to everything in [language.support] (Chapter 18)Howard Hinnant2011-05-261-16/+16
* oops, forgot std::Howard Hinnant2010-12-041-1/+1
* Fix up uses of new/terminate/unexpected handlers to use the new getters.Howard Hinnant2010-12-041-2/+3
* N3189 Observers for the three handler functionsHoward Hinnant2010-12-021-3/+7
* license changeHoward Hinnant2010-11-161-2/+2
* Remove tabsHoward Hinnant2010-08-221-4/+4
* Fixing whitespace problemsHoward Hinnant2010-08-221-20/+12
* now works with -fno-exceptions and -fno-rttiHoward Hinnant2010-08-111-0/+14
* patch by Jeffrey Yasskin for porting to Ubuntu Hardy. Everything was accepte...Howard Hinnant2010-05-241-2/+2
* Add set_new_handler and nothrow implementationsNick Kledzik2010-05-181-0/+10
* add headers and implementation for <new>, <exception>, and <typeinfo>Nick Kledzik2010-05-141-0/+127
* Wiped out some non-ascii characters that snuck into the copyright.Howard Hinnant2010-05-111-1/+1
* libcxx initial importHoward Hinnant2010-05-111-0/+31
OpenPOWER on IntegriCloud