summaryrefslogtreecommitdiff
path: root/src/string.cpp
AgeCommit message (Expand)Author
2017-05-10[libc++] Refactor Windows support headers.Eric Fiselier
2016-10-14Revert r284193 - it is not correct on OS XEric Fiselier
2016-10-14Re-export two previously exported std::string functions.Eric Fiselier
2016-10-13Revert r282345 - Use __attribute__((internal_linkage)) when available.Eric Fiselier
2016-09-25Use __attribute__((internal_linkage)) when available.Eric Fiselier
2016-09-19[libc++] Fix extern template visibility for WindowsShoaib Meenai
2016-08-25Add an _LIBCPP_NORETURN inline function named __throw_XXX for each exception ...Marshall Clow
2015-03-10Print log/error messages on stderr, not stdoutEd Schouten
2014-11-14Initialize pointer in string conversion helpers to prevent MSAN diagnostic.Eric Fiselier
2014-08-15Revert "Turn off extern templates for most uses."Justin Bogner
2013-09-17Fix typo.Joerg Sonnenberger
2013-08-29Turn off extern templates for most uses. It is causing more problems than it...Howard Hinnant
2013-08-01Nico Rieck: Currently _MSC_VER and _WIN32 are used to guard code which isHoward Hinnant
2013-07-23Add some friendly messages to libcxx calls to abort().Howard Hinnant
2013-05-16Glen: This patch gets the string conversion functions working on Windows. I...Howard Hinnant
2013-03-18Removed raw references to _WIN32; now just check to see if it is defined.Marshall Clow
2013-01-22Saleem Abdulrasool: If errno is defined as volatile int, the qualifier differ...Howard Hinnant
2013-01-14Fix string conversions functions to throw out_of_range properly. Fixes http:...Howard Hinnant
2011-12-01Quash a whole bunch of warningsHoward Hinnant
2011-09-23Work on Windows port by Ruben Van BoxemHoward Hinnant
2011-07-07Fixing up some ABI issuesHoward Hinnant
2010-11-17LWG 1323Howard Hinnant
2010-11-16license changeHoward Hinnant
2010-08-22Fixing whitespace problemsHoward Hinnant
2010-08-11now works with -fno-exceptions and -fno-rttiHoward Hinnant
2010-06-02[string.conversions]Howard Hinnant