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
*
Fix most GCC attribute ignored warnings
Eric Fiselier
2016-04-21
1
-10
/
+10
*
Recommit r263036 with additional inlining, so that it will continue to work w...
Marshall Clow
2016-04-07
1
-2
/
+22
*
Revert r263036, it's ABI-breaking.
Nico Weber
2016-03-11
1
-20
/
+2
*
Implement LWG#2579: Inconsistency wrt Allocators in basic_string assignment v...
Marshall Clow
2016-03-09
1
-10
/
+2
*
Implement LWG#2583: There is no way to supply an allocator for basic_string(s...
Marshall Clow
2016-03-09
1
-2
/
+20
*
Implement P0272R1: Give 'std::string' a non-const '.data()' member function
Marshall Clow
2016-03-08
1
-0
/
+5
*
Implement P0253R1: Fixing a design mistake in the searchers interface.
Marshall Clow
2016-03-08
1
-1
/
+1
*
Fix PR#25973 : 'basic_string::assign(InputIt, InputIt) doesn't provide the st...
Marshall Clow
2016-01-13
1
-55
/
+59
*
Cleanup: move visibility/linkage attributes to the first declaration.
Evgeniy Stepanov
2015-11-07
1
-16
/
+32
*
ABI versioning macros for libc++.
Evgeniy Stepanov
2015-10-13
1
-7
/
+7
*
Implement LWG#2063, and update the issues links to point to the github genera...
Marshall Clow
2015-10-05
1
-0
/
+1
*
Fix most GCC warnings during build. Only -Wattribute left.
Eric Fiselier
2015-08-28
1
-3
/
+4
*
[libcxx] Optimize away unneeded length calculation in basic_string::compare(c...
Eric Fiselier
2015-08-28
1
-2
/
+10
*
implement more of N4258 - Cleaning up noexcept in the standard library. Speci...
Marshall Clow
2015-08-18
1
-7
/
+15
*
Change char_traits<char16_t>::eof() to return 0xFFFF instead of 0xDFFF. Fixes...
Marshall Clow
2015-08-04
1
-1
/
+1
*
Enable and fix warnings during the build.
Eric Fiselier
2015-07-18
1
-1
/
+6
*
Implement the first part of N4258: 'Cleaning up noexcept in the Library'. Thi...
Marshall Clow
2015-07-13
1
-25
/
+15
*
While applying N4258, I forgot about LWG#2455, which modified the modificatio...
Marshall Clow
2015-06-04
1
-9
/
+1
*
More of N4258 implementation. Mark all of our test_allocators as noexcept con...
Marshall Clow
2015-06-03
1
-2
/
+27
*
Rooting out more undefined behavior in char_traits.
Marshall Clow
2015-02-13
1
-8
/
+8
*
Move the test for zero-length into the char_traits (from string_view). Add te...
Marshall Clow
2015-02-12
1
-2
/
+2
*
[libcxx] Fix use of operator comma where the types can be user defined
Eric Fiselier
2014-10-27
1
-1
/
+1
*
Fix char_traits functions for GCC compatibility.
Dan Albert
2014-09-17
1
-104
/
+52
*
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
[next]