summaryrefslogtreecommitdiffstats
path: root/include/string
Commit message (Expand)AuthorAgeFilesLines
* Merge to upstream r231255.Dan Albert2015-03-041-10/+10
* Merge to upstream r222492.Dan Albert2014-11-201-148/+100
* Update to upstream r216384.Dan Albert2014-09-031-89/+138
* Implement LWG #2268: Setting a default argument in the declaration of a membe...Marshall Clow2014-03-041-10/+10
* Remove tabs that crept in during an earlier refactoring. No functionality changeMarshall Clow2014-02-161-14/+14
* Refactor some of the operations in <string> so that they can be reused; no fu...Marshall Clow2013-12-091-80/+130
* Fix an off-by-one error in basic_string::__grow_by, where it would incorrectl...Marshall Clow2013-11-061-1/+1
* Fixes PR17148Marshall Clow2013-10-311-2/+2
* Mark namespaces for user defined literals as 'inline'Marshall Clow2013-10-051-4/+1
* G M: Changes all references to "x inline" to "inline x" where x = _libcpp_alw...Howard Hinnant2013-10-041-88/+88
* Debug mode for string. This commit also marks the first time libc++ debug-mo...Howard Hinnant2013-08-231-176/+227
* Xing Xue: port to IBM XLC++/AIX.Howard Hinnant2013-08-141-2/+2
* Nico Rieck: this patch series fixes visibility issues on Windows as explaine...Howard Hinnant2013-08-121-51/+51
* War on tabsHoward Hinnant2013-08-071-23/+23
* Nico Rieck: Currently _MSC_VER and _WIN32 are used to guard code which isHoward Hinnant2013-08-011-4/+4
* Implement string suffixes from N3642Marshall Clow2013-07-231-0/+41
* Implement full support for non-pointer pointers in custom allocators for stri...Howard Hinnant2013-06-281-161/+167
* This patch introduces an alternative layout for basic_string which when the s...Howard Hinnant2013-04-301-12/+107
* Modest performance improvement for std::string's operator==.Howard Hinnant2013-04-221-7/+28
* No functionality change at this time. I've split _LIBCPP_VISIBLE up into two...Howard Hinnant2013-03-061-8/+8
* Revert accidental check-in. These changes are probably good, but premature a...Howard Hinnant2013-02-071-6/+3
* Michael van der Westhuizen: The attached patch add support for building again...Howard Hinnant2013-02-071-3/+6
* Klaas de Vries: Fix bug in libc++'s std::string::find_first_not_of.Howard Hinnant2012-12-311-1/+1
* Provide a way to disable use of extern templates in libc++. This is intended...Howard Hinnant2012-11-061-3/+3
* Rename uses of _ and __ because these are getting stepped on by macros from o...Howard Hinnant2012-10-301-3/+3
* Don't neglect to "return *this".Argyrios Kyrtzidis2012-10-131-0/+1
* constexpr applied to <string>.Howard Hinnant2012-07-201-42/+44
* Installation of CityHash by Craig SilversteinHoward Hinnant2011-12-101-1/+1
* Starting using murmur2 when combining multiple size_t's into a single hash, a...Howard Hinnant2011-12-051-10/+2
* Quash a whole bunch of warningsHoward Hinnant2011-12-011-9/+13
* Add protection from min/max macrosHoward Hinnant2011-11-291-0/+2
* More windows port work by Ruben Van BoxemHoward Hinnant2011-10-221-0/+7
* Windows support by Ruben Van Boxem.Howard Hinnant2011-10-171-0/+2
* Fix const correctness bug in __move_assign. Found and fixed by Ion Gaztañaga.Howard Hinnant2011-09-021-3/+3
* Don't move assign string::allocator_type when propagate_on_container_move_ass...Howard Hinnant2011-08-171-1/+23
* Fixed PR10574: http://llvm.org/bugs/show_bug.cgi?id=10574Howard Hinnant2011-08-121-0/+18
* Add a new hash class in __gnu_ext for the extension containers. ThereSean Hunt2011-07-291-14/+16
* Optimization of string::operator< by M.E. O'Neill. Discussion in http://llvm...Howard Hinnant2011-07-241-1/+11
* http://llvm.org/bugs/show_bug.cgi?id=10461Howard Hinnant2011-07-241-92/+2
* http://llvm.org/bugs/show_bug.cgi?id=10390Howard Hinnant2011-07-181-0/+37
* Fixing up some ABI issuesHoward Hinnant2011-07-071-48/+0
* _STD -> _VSTD to avoid macro clash on windowsHoward Hinnant2011-06-301-38/+38
* Provide names for template and function parameters in forward declarations. ...Howard Hinnant2011-06-141-5/+6
* Bring noexcept for <string> inline with other containers.Howard Hinnant2011-06-031-18/+45
* noexcept for Chapter 21 [strings].Howard Hinnant2011-05-291-276/+491
* Add always_inline to string move constructorsHoward Hinnant2011-01-261-0/+2
* Reverting an old optimization that conflicts with the new allocator model, an...Howard Hinnant2011-01-041-4/+0
* Effort to reduce the number of exported symbolsHoward Hinnant2010-12-171-12/+58
* LWG 1323Howard Hinnant2010-11-171-20/+20
* Update <string> to use allocator_traits.Howard Hinnant2010-11-171-23/+117