| Commit message (Expand) | Author | Age | Files | Lines |
| * | Revert "[libc++] Explicitly enumerate std::string external instantiations." | Oliver Stannard | 2020-01-13 | 1 | -2/+2 |
| * | [libc++] Explicitly enumerate std::string external instantiations. | Eric Fiselier | 2020-01-09 | 1 | -2/+2 |
| * | Recommit r362649, which was reverted in r262680 because of bugs in std::to_ch... | Marshall Clow | 2019-06-10 | 1 | -103/+37 |
| * | Revert "Speedup to_string and to_wstring for integers using stack buffer and ... | Vlad Tsyrklevich | 2019-06-06 | 1 | -37/+103 |
| * | Speedup to_string and to_wstring for integers using stack buffer and SSO. Rev... | Marshall Clow | 2019-06-05 | 1 | -103/+37 |
| * | Update more file headers across all of the LLVM projects in the monorepo | Chandler Carruth | 2019-01-19 | 1 | -4/+3 |
| * | [libc++] Refactor Windows support headers. | Eric Fiselier | 2017-05-10 | 1 | -4/+1 |
| * | Revert r284193 - it is not correct on OS X | Eric Fiselier | 2016-10-14 | 1 | -3/+0 |
| * | Re-export two previously exported std::string functions. | Eric Fiselier | 2016-10-14 | 1 | -0/+3 |
| * | Revert r282345 - Use __attribute__((internal_linkage)) when available. | Eric Fiselier | 2016-10-13 | 1 | -23/+0 |
| * | Use __attribute__((internal_linkage)) when available. | Eric Fiselier | 2016-09-25 | 1 | -0/+23 |
| * | [libc++] Fix extern template visibility for Windows | Shoaib Meenai | 2016-09-19 | 1 | -3/+3 |
| * | Add an _LIBCPP_NORETURN inline function named __throw_XXX for each exception ... | Marshall Clow | 2016-08-25 | 1 | -1/+1 |
| * | Print log/error messages on stderr, not stdout | Ed Schouten | 2015-03-10 | 1 | -1/+1 |
| * | Initialize pointer in string conversion helpers to prevent MSAN diagnostic. | Eric Fiselier | 2014-11-14 | 1 | -2/+2 |
| * | Revert "Turn off extern templates for most uses." | Justin Bogner | 2014-08-15 | 1 | -2/+0 |
| * | Fix typo. | Joerg Sonnenberger | 2013-09-17 | 1 | -1/+1 |
| * | Turn off extern templates for most uses. It is causing more problems than it... | Howard Hinnant | 2013-08-29 | 1 | -0/+2 |
| * | Nico Rieck: Currently _MSC_VER and _WIN32 are used to guard code which is | Howard Hinnant | 2013-08-01 | 1 | -3/+3 |
| * | Add some friendly messages to libcxx calls to abort(). | Howard Hinnant | 2013-07-23 | 1 | -0/+2 |
| * | Glen: This patch gets the string conversion functions working on Windows. I... | Howard Hinnant | 2013-05-16 | 1 | -489/+328 |
| * | Removed raw references to _WIN32; now just check to see if it is defined. | Marshall Clow | 2013-03-18 | 1 | -1/+1 |
| * | Saleem Abdulrasool: If errno is defined as volatile int, the qualifier differ... | Howard Hinnant | 2013-01-22 | 1 | -16/+16 |
| * | Fix string conversions functions to throw out_of_range properly. Fixes http:... | Howard Hinnant | 2013-01-14 | 1 | -58/+66 |
| * | Quash a whole bunch of warnings | Howard Hinnant | 2011-12-01 | 1 | -18/+18 |
| * | Work on Windows port by Ruben Van Boxem | Howard Hinnant | 2011-09-23 | 1 | -0/+3 |
| * | Fixing up some ABI issues | Howard Hinnant | 2011-07-07 | 1 | -46/+0 |
| * | LWG 1323 | Howard Hinnant | 2010-11-17 | 1 | -2/+2 |
| * | license change | Howard Hinnant | 2010-11-16 | 1 | -2/+2 |
| * | Fixing whitespace problems | Howard Hinnant | 2010-08-22 | 1 | -16/+16 |
| * | now works with -fno-exceptions and -fno-rtti | Howard Hinnant | 2010-08-11 | 1 | -0/+32 |
| * | [string.conversions] | Howard Hinnant | 2010-06-02 | 1 | -0/+690 |