Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/llvm/llvm-project.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2013-11-06Fix an off-by-one error in basic_string::__grow_by, where it would incorrectl...Marshall Clow
2013-10-31Fixes PR17148Marshall Clow
2013-10-06Mark namespaces for user defined literals as 'inline'Marshall Clow
2013-10-05G M: Changes all references to "x inline" to "inline x" where x = _libcpp_alw...Howard Hinnant
2013-08-23Debug mode for string. This commit also marks the first time libc++ debug-mo...Howard Hinnant
2013-08-14Xing Xue: port to IBM XLC++/AIX.Howard Hinnant
2013-08-12Nico Rieck: this patch series fixes visibility issues on Windows as explaine...Howard Hinnant
2013-08-07War on tabsHoward Hinnant
2013-08-01Nico Rieck: Currently _MSC_VER and _WIN32 are used to guard code which isHoward Hinnant
2013-07-23Implement string suffixes from N3642Marshall Clow
2013-06-28Implement full support for non-pointer pointers in custom allocators for stri...Howard Hinnant
2013-05-01This patch introduces an alternative layout for basic_string which when the s...Howard Hinnant
2013-04-23Modest performance improvement for std::string's operator==.Howard Hinnant
2013-03-07No functionality change at this time. I've split _LIBCPP_VISIBLE up into two...Howard Hinnant
2013-02-07Revert accidental check-in. These changes are probably good, but premature a...Howard Hinnant
2013-02-07Michael van der Westhuizen: The attached patch add support for building again...Howard Hinnant
2013-01-01Klaas de Vries: Fix bug in libc++'s std::string::find_first_not_of.Howard Hinnant
2012-11-07Provide a way to disable use of extern templates in libc++. This is intended...Howard Hinnant
2012-10-30Rename uses of _ and __ because these are getting stepped on by macros from o...Howard Hinnant
2012-10-13Don't neglect to "return *this".Argyrios Kyrtzidis
2012-07-20constexpr applied to <string>.Howard Hinnant
2011-12-11Installation of CityHash by Craig SilversteinHoward Hinnant
2011-12-05Starting using murmur2 when combining multiple size_t's into a single hash, a...Howard Hinnant
2011-12-02Quash a whole bunch of warningsHoward Hinnant
2011-11-29Add protection from min/max macrosHoward Hinnant
2011-10-23More windows port work by Ruben Van BoxemHoward Hinnant
2011-10-18Windows support by Ruben Van Boxem.Howard Hinnant
2011-09-03Fix const correctness bug in __move_assign. Found and fixed by Ion Gaztañaga.Howard Hinnant
2011-08-18Don't move assign string::allocator_type when propagate_on_container_move_ass...Howard Hinnant
2011-08-13Fixed PR10574: http://llvm.org/bugs/show_bug.cgi?id=10574Howard Hinnant
2011-07-30Add a new hash class in __gnu_ext for the extension containers. ThereAlexis Hunt
2011-07-25Optimization of string::operator< by M.E. O'Neill. Discussion in http://llvm...Howard Hinnant
2011-07-24http://llvm.org/bugs/show_bug.cgi?id=10461Howard Hinnant
2011-07-18http://llvm.org/bugs/show_bug.cgi?id=10390Howard Hinnant
2011-07-08Fixing up some ABI issuesHoward Hinnant
2011-07-01_STD -> _VSTD to avoid macro clash on windowsHoward Hinnant
2011-06-14Provide names for template and function parameters in forward declarations. ...Howard Hinnant
2011-06-03Bring noexcept for <string> inline with other containers.Howard Hinnant
2011-05-29noexcept for Chapter 21 [strings].Howard Hinnant
2011-01-26Add always_inline to string move constructorsHoward Hinnant
2011-01-04Reverting an old optimization that conflicts with the new allocator model, an...Howard Hinnant
2010-12-17Effort to reduce the number of exported symbolsHoward Hinnant
2010-11-18LWG 1323Howard Hinnant
2010-11-17Update <string> to use allocator_traits.Howard Hinnant
2010-09-23visibility-decoration.Howard Hinnant
2010-09-10I am experimenting with putting visibility-default attributes on all struct/c...Howard Hinnant
2010-09-05Changed __config to react to all of clang's currently documented has_feature ...Howard Hinnant
2010-08-22Fixing whitespace problemsHoward Hinnant
2010-08-11patch by Jesse Towner, and bug fix by Sebastian RedlHoward Hinnant
2010-06-02[string.conversions]Howard Hinnant