| Commit message (Expand) | Author | Age | Files | Lines |
| * | [libcxx{,abi}] Emit deplibs only when detected by CMake | Michał Górny | 2019-12-02 | 1 | -1/+1 |
| * | [runtimes] Don't depend on libpthread on Android | Yi Kong | 2019-07-22 | 1 | -1/+1 |
| * | [runtimes] Check if pragma comment(lib, ...) is supported first | Petr Hosek | 2019-05-30 | 1 | -1/+1 |
| * | [runtimes] Support ELF dependent libraries feature | Petr Hosek | 2019-05-30 | 1 | -0/+5 |
| * | [libc++] Use the no_destroy attribute to avoid destroying debug DB statics | Louis Dionne | 2019-04-17 | 1 | -2/+2 |
| * | [libc++][NFC] Make size of allocation more self-documenting | Louis Dionne | 2019-04-17 | 1 | -2/+2 |
| * | Remove exception throwing debug mode handler support. | Eric Fiselier | 2019-03-18 | 1 | -50/+9 |
| * | Fix -fsanitize=vptr badness in <__debug> | Eric Fiselier | 2019-03-05 | 1 | -9/+6 |
| * | Update more file headers across all of the LLVM projects in the monorepo | Chandler Carruth | 2019-01-19 | 1 | -4/+3 |
| * | Fix debug mode build w/o exceptions | Eric Fiselier | 2016-12-28 | 1 | -0/+4 |
| * | Implement a throwing version of _LIBCPP_ASSERT. | Eric Fiselier | 2016-12-28 | 1 | -1/+60 |
| * | Add an _LIBCPP_NORETURN inline function named __throw_XXX for each exception ... | Marshall Clow | 2016-08-25 | 1 | -25/+10 |
| * | Fix use after free and calls to operator comma in debug mode | Eric Fiselier | 2015-03-19 | 1 | -1/+1 |
| * | Allow libc++ to be built on systems without POSIX threads | Jonathan Roelofs | 2014-09-05 | 1 | -0/+40 |
| * | Rename _LIBCPP_DEBUG2 to _LIBCPP_DEBUG. | Howard Hinnant | 2013-08-23 | 1 | -1/+1 |
| * | Debug mode for string. This commit also marks the first time libc++ debug-mo... | Howard Hinnant | 2013-08-23 | 1 | -41/+65 |
| * | Ok, 3 major changes for debug mode in one commit: | Howard Hinnant | 2013-08-02 | 1 | -1/+1 |
| * | Use static_cast. | Joerg Sonnenberger | 2013-04-27 | 1 | -5/+8 |
| * | Fix bug in __libcpp_db::__iterator_copy. Add debug test for swaping lists. | Howard Hinnant | 2013-04-05 | 1 | -3/+2 |
| * | No functionality change at this time. I've split _LIBCPP_VISIBLE up into two... | Howard Hinnant | 2013-03-06 | 1 | -2/+2 |
| * | Saleem Abdulrasool: This just rounds up a few compile warnings emitted by GC... | Howard Hinnant | 2012-12-27 | 1 | -1/+1 |
| * | Wrap throw in _LIBCPP_NO_EXCEPTIONS in debug.cpp. Calls abort if can't throw... | Howard Hinnant | 2012-08-24 | 1 | -0/+20 |
| * | Quash a whole bunch of warnings | Howard Hinnant | 2011-12-01 | 1 | -17/+17 |
| * | Another installment on debug mode. This addresses list. However this should... | Howard Hinnant | 2011-09-27 | 1 | -31/+42 |
| * | Doug Gregor pointed out some problems with debug mode enabled in one TU and n... | Howard Hinnant | 2011-09-16 | 1 | -4/+19 |
| * | Create multilevel debug mode | Howard Hinnant | 2011-09-16 | 1 | -6/+2 |
| * | Initial checkin for debug mode (version 2) | Howard Hinnant | 2011-09-14 | 1 | -0/+462 |