summaryrefslogtreecommitdiffstats
path: root/libcxx/src/string.cpp
Commit message (Expand)AuthorAgeFilesLines
* Nico Rieck: Currently _MSC_VER and _WIN32 are used to guard code which isHoward Hinnant2013-08-011-3/+3
* Add some friendly messages to libcxx calls to abort().Howard Hinnant2013-07-231-0/+2
* Glen: This patch gets the string conversion functions working on Windows. I...Howard Hinnant2013-05-161-489/+328
* Removed raw references to _WIN32; now just check to see if it is defined.Marshall Clow2013-03-181-1/+1
* Saleem Abdulrasool: If errno is defined as volatile int, the qualifier differ...Howard Hinnant2013-01-221-16/+16
* Fix string conversions functions to throw out_of_range properly. Fixes http:...Howard Hinnant2013-01-141-58/+66
* Quash a whole bunch of warningsHoward Hinnant2011-12-011-18/+18
* Work on Windows port by Ruben Van BoxemHoward Hinnant2011-09-231-0/+3
* Fixing up some ABI issuesHoward Hinnant2011-07-071-46/+0
* LWG 1323Howard Hinnant2010-11-171-2/+2
* license changeHoward Hinnant2010-11-161-2/+2
* Fixing whitespace problemsHoward Hinnant2010-08-221-16/+16
* now works with -fno-exceptions and -fno-rttiHoward Hinnant2010-08-111-0/+32
* [string.conversions]Howard Hinnant2010-06-021-0/+690
OpenPOWER on IntegriCloud