index
:
bcm5719-llvm
meklort-10.0.0
meklort-10.0.1
ortega-7.0.1
Project Ortega BCM5719 LLVM
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
libcxx
/
include
/
string
Commit message (
Expand
)
Author
Age
Files
Lines
*
NFC. Move definition of _LIBCPP_ASSERT into __debug header and remove externa...
Eric Fiselier
2014-08-10
1
-0
/
+2
*
Fix bug #20335 - memory leak when move-constructing a string with unequal all...
Marshall Clow
2014-07-17
1
-14
/
+16
*
Make the helper routines in string really be constexpr. This required a bit o...
Marshall Clow
2014-06-10
1
-43
/
+45
*
Preparation for <string_view>. More helper functions that can be shared betwe...
Marshall Clow
2014-06-02
1
-62
/
+109
*
Fix typos
Alp Toker
2014-05-15
1
-23
/
+23
*
Implement LWG #2268: Setting a default argument in the declaration of a membe...
Marshall Clow
2014-03-04
1
-10
/
+10
*
Remove tabs that crept in during an earlier refactoring. No functionality change
Marshall Clow
2014-02-16
1
-14
/
+14
*
Refactor some of the operations in <string> so that they can be reused; no fu...
Marshall Clow
2013-12-09
1
-80
/
+130
*
Fix an off-by-one error in basic_string::__grow_by, where it would incorrectl...
Marshall Clow
2013-11-06
1
-1
/
+1
*
Fixes PR17148
Marshall Clow
2013-10-31
1
-2
/
+2
*
Mark namespaces for user defined literals as 'inline'
Marshall Clow
2013-10-05
1
-4
/
+1
*
G M: Changes all references to "x inline" to "inline x" where x = _libcpp_alw...
Howard Hinnant
2013-10-04
1
-88
/
+88
*
Debug mode for string. This commit also marks the first time libc++ debug-mo...
Howard Hinnant
2013-08-23
1
-176
/
+227
*
Xing Xue: port to IBM XLC++/AIX.
Howard Hinnant
2013-08-14
1
-2
/
+2
*
Nico Rieck: this patch series fixes visibility issues on Windows as explaine...
Howard Hinnant
2013-08-12
1
-51
/
+51
*
War on tabs
Howard Hinnant
2013-08-07
1
-23
/
+23
*
Nico Rieck: Currently _MSC_VER and _WIN32 are used to guard code which is
Howard Hinnant
2013-08-01
1
-4
/
+4
*
Implement string suffixes from N3642
Marshall Clow
2013-07-23
1
-0
/
+41
*
Implement full support for non-pointer pointers in custom allocators for stri...
Howard Hinnant
2013-06-28
1
-161
/
+167
*
This patch introduces an alternative layout for basic_string which when the s...
Howard Hinnant
2013-04-30
1
-12
/
+107
*
Modest performance improvement for std::string's operator==.
Howard Hinnant
2013-04-22
1
-7
/
+28
*
No functionality change at this time. I've split _LIBCPP_VISIBLE up into two...
Howard Hinnant
2013-03-06
1
-8
/
+8
*
Revert accidental check-in. These changes are probably good, but premature a...
Howard Hinnant
2013-02-07
1
-6
/
+3
*
Michael van der Westhuizen: The attached patch add support for building again...
Howard Hinnant
2013-02-07
1
-3
/
+6
*
Klaas de Vries: Fix bug in libc++'s std::string::find_first_not_of.
Howard Hinnant
2012-12-31
1
-1
/
+1
*
Provide a way to disable use of extern templates in libc++. This is intended...
Howard Hinnant
2012-11-06
1
-3
/
+3
*
Rename uses of _ and __ because these are getting stepped on by macros from o...
Howard Hinnant
2012-10-30
1
-3
/
+3
*
Don't neglect to "return *this".
Argyrios Kyrtzidis
2012-10-13
1
-0
/
+1
*
constexpr applied to <string>.
Howard Hinnant
2012-07-20
1
-42
/
+44
*
Installation of CityHash by Craig Silverstein
Howard Hinnant
2011-12-10
1
-1
/
+1
*
Starting using murmur2 when combining multiple size_t's into a single hash, a...
Howard Hinnant
2011-12-05
1
-10
/
+2
*
Quash a whole bunch of warnings
Howard Hinnant
2011-12-01
1
-9
/
+13
*
Add protection from min/max macros
Howard Hinnant
2011-11-29
1
-0
/
+2
*
More windows port work by Ruben Van Boxem
Howard Hinnant
2011-10-22
1
-0
/
+7
*
Windows support by Ruben Van Boxem.
Howard Hinnant
2011-10-17
1
-0
/
+2
*
Fix const correctness bug in __move_assign. Found and fixed by Ion GaztanĚaga.
Howard Hinnant
2011-09-02
1
-3
/
+3
*
Don't move assign string::allocator_type when propagate_on_container_move_ass...
Howard Hinnant
2011-08-17
1
-1
/
+23
*
Fixed PR10574: http://llvm.org/bugs/show_bug.cgi?id=10574
Howard Hinnant
2011-08-12
1
-0
/
+18
*
Add a new hash class in __gnu_ext for the extension containers. There
Alexis Hunt
2011-07-29
1
-14
/
+16
*
Optimization of string::operator< by M.E. O'Neill. Discussion in http://llvm...
Howard Hinnant
2011-07-24
1
-1
/
+11
*
http://llvm.org/bugs/show_bug.cgi?id=10461
Howard Hinnant
2011-07-24
1
-92
/
+2
*
http://llvm.org/bugs/show_bug.cgi?id=10390
Howard Hinnant
2011-07-18
1
-0
/
+37
*
Fixing up some ABI issues
Howard Hinnant
2011-07-07
1
-48
/
+0
*
_STD -> _VSTD to avoid macro clash on windows
Howard Hinnant
2011-06-30
1
-38
/
+38
*
Provide names for template and function parameters in forward declarations. ...
Howard Hinnant
2011-06-14
1
-5
/
+6
*
Bring noexcept for <string> inline with other containers.
Howard Hinnant
2011-06-03
1
-18
/
+45
*
noexcept for Chapter 21 [strings].
Howard Hinnant
2011-05-29
1
-276
/
+491
*
Add always_inline to string move constructors
Howard Hinnant
2011-01-26
1
-0
/
+2
*
Reverting an old optimization that conflicts with the new allocator model, an...
Howard Hinnant
2011-01-04
1
-4
/
+0
*
Effort to reduce the number of exported symbols
Howard Hinnant
2010-12-17
1
-12
/
+58
[next]