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
/
list
Commit message (
Expand
)
Author
Age
Files
Lines
*
[libc++] Rework compressed pair constructors.
Eric Fiselier
2019-12-16
1
-1
/
+1
*
Rename __is_foo_iterator traits to reflect their Cpp17 nature.
Eric Fiselier
2019-11-18
1
-8
/
+8
*
[NFC] Strip trailing whitespace from libc++
Louis Dionne
2019-10-23
1
-1
/
+1
*
Make forward_list::remove/remove_if/unique all return void before C++20; undo...
Marshall Clow
2019-07-08
1
-6
/
+7
*
Make list::remove/remove_if/unique all return void before C++20; undoes that ...
Marshall Clow
2019-07-06
1
-14
/
+19
*
Implement P0646R1: Erase-Like Algorithms Should Return size_type. Reviewed as...
Marshall Clow
2019-07-01
1
-18
/
+16
*
Fix list/forward_list implementations of remove_if and unique to deal with pr...
Marshall Clow
2019-04-16
1
-3
/
+8
*
Remove exception throwing debug mode handler support.
Eric Fiselier
2019-03-18
1
-6
/
+6
*
[libc++] Fix use-after-free when building with _LIBCPP_DEBUG=1
Thomas Anderson
2019-03-06
1
-41
/
+47
*
Update more file headers across all of the LLVM projects in the monorepo
Chandler Carruth
2019-01-19
1
-4
/
+3
*
Implement P1209 - Adopt Consistent Container Erasure from Library Fundamental...
Marshall Clow
2018-12-14
1
-0
/
+17
*
[NFC] Fix incorrect comment in std::list
Louis Dionne
2018-11-03
1
-1
/
+1
*
Implement the infrastructure for feature-test macros. Very few actual feature...
Marshall Clow
2018-09-12
1
-0
/
+1
*
Implement LWG #3017. list splice functions should use addressof
Marshall Clow
2018-09-12
1
-1
/
+1
*
Fix PR37694 - std::vector doesn't correctly move construct allocators.
Eric Fiselier
2018-06-05
1
-11
/
+24
*
Deduction guides for list
Marshall Clow
2018-05-20
1
-2
/
+24
*
Fix PR35564 - std::list splice/erase incorrectly throw in debug mode.
Eric Fiselier
2018-01-25
1
-4
/
+4
*
First part of P0600 - '[[nodiscard] in the standard library'. Mark the 'empty...
Marshall Clow
2017-11-15
1
-1
/
+1
*
Fix misguided error message in debug mode. No functional change. Fixes PR#34966
Marshall Clow
2017-10-23
1
-1
/
+1
*
Refactor std::list node allocation logic.
Eric Fiselier
2017-10-17
1
-33
/
+23
*
[libc++] Fix PR34898 - vector iterator constructors and assign method perform...
Eric Fiselier
2017-10-17
1
-2
/
+11
*
[Libc++] Use #pragma push_macro/pop_macro to better handle min/max on Windows
Eric Fiselier
2017-05-31
1
-2
/
+6
*
Replace _LIBCPP_HAS_NO_<C++03 feature> with _LIBCPP_CXX03_LANG in <list>
Eric Fiselier
2017-04-16
1
-64
/
+44
*
Change the return type of emplace_[front|back] back to void when building wit...
Marshall Clow
2017-01-24
1
-2
/
+26
*
[NFC] Rename _LIBCPP_TYPE_VIS_ONLY to _LIBCPP_TEMPLATE_VIS
Eric Fiselier
2017-01-04
1
-5
/
+5
*
Fix debug mode for vector/list and cleanup tests
Eric Fiselier
2016-12-28
1
-21
/
+23
*
Fix unused parameters and variables
Eric Fiselier
2016-12-23
1
-4
/
+4
*
Fix PR31378 - std::list::remove should not require a default constructible al...
Eric Fiselier
2016-12-14
1
-1
/
+1
*
[libcxx] Fix max_size() across all containers
Eric Fiselier
2016-11-23
1
-1
/
+9
*
Fix breakage introduced by adding -Wshadow.
Eric Fiselier
2016-10-23
1
-27
/
+27
*
Implement P0084r2. Changing emplace return types.
Eric Fiselier
2016-07-21
1
-8
/
+8
*
Cleanup: move visibility/linkage attributes to the first declaration.
Evgeniy Stepanov
2016-04-22
1
-16
/
+31
*
Remove unsafe "__as_link()" cast member function.
Eric Fiselier
2016-01-04
1
-27
/
+53
*
[libcxx] Fix for ALL undefined behavior in <list>.
Eric Fiselier
2015-12-30
1
-129
/
+163
*
Recommit rL245802: Cleanup fancy pointer rebinding in list using __rebind_poi...
Eric Fiselier
2015-08-23
1
-39
/
+10
*
Revert r245802. It violates the incomplete type requirements.
Eric Fiselier
2015-08-23
1
-8
/
+39
*
Cleanup fancy pointer rebinding in list using __rebind_pointer.
Eric Fiselier
2015-08-23
1
-39
/
+8
*
Implement the first part of N4258: 'Cleaning up noexcept in the Library'. Thi...
Marshall Clow
2015-07-13
1
-25
/
+18
*
In many places, there was an #ifdef/#else block that selected one of two impl...
Marshall Clow
2015-04-07
1
-14
/
+2
*
Fix use after free and calls to operator comma in debug mode
Eric Fiselier
2015-03-19
1
-1
/
+1
*
Move the default template arguments into the forward declarations for the con...
Marshall Clow
2015-02-18
1
-2
/
+2
*
NFC. Move definition of _LIBCPP_ASSERT into __debug header and remove externa...
Eric Fiselier
2014-08-10
1
-5
/
+1
*
While reading LWG#526, Ion GaztaƱaga noticed that libc++ didn't correctly ha...
Marshall Clow
2014-08-08
1
-12
/
+14
*
dit pointed out on IRC that '__i = _VSTD::next(__i)' was a very long-winded w...
Marshall Clow
2014-08-05
1
-29
/
+49
*
Fix PR#202520 - predicate called too many times in list::remove_if. Add tests...
Marshall Clow
2014-08-04
1
-0
/
+4
*
Update synopsis for list/forward_list/deque to match the allocator style of e...
Marshall Clow
2013-09-09
1
-1
/
+1
*
LWG Issue 2210 (Part #2 & #3): list and forward_list
Marshall Clow
2013-09-08
1
-2
/
+22
*
Rename _LIBCPP_DEBUG2 to _LIBCPP_DEBUG.
Howard Hinnant
2013-08-23
1
-1
/
+1
*
Nico Rieck: this patch series fixes visibility issues on Windows as explaine...
Howard Hinnant
2013-08-12
1
-5
/
+5
*
Implement NULL iterators for <list> re: N3644
Marshall Clow
2013-08-05
1
-2
/
+2
[next]