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
/
forward_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
-3
/
+3
*
Make forward_list::remove/remove_if/unique all return void before C++20; undo...
Marshall Clow
2019-07-08
1
-14
/
+21
*
Implement P0646R1: Erase-Like Algorithms Should Return size_type. Reviewed as...
Marshall Clow
2019-07-01
1
-16
/
+27
*
Make move and forward work in C++03.
Eric Fiselier
2019-06-21
1
-6
/
+0
*
[NFC][libcxx] Remove trailing whitespace
Louis Dionne
2019-05-29
1
-3
/
+3
*
Fix list/forward_list implementations of remove_if and unique to deal with pr...
Marshall Clow
2019-04-16
1
-3
/
+5
*
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
*
Implement the infrastructure for feature-test macros. Very few actual feature...
Marshall Clow
2018-09-12
1
-0
/
+1
*
Fix PR37694 - std::vector doesn't correctly move construct allocators.
Eric Fiselier
2018-06-05
1
-8
/
+11
*
Implement deduction guides for forward_list
Marshall Clow
2018-05-19
1
-0
/
+22
*
First part of P0600 - '[[nodiscard] in the standard library'. Mark the 'empty...
Marshall Clow
2017-11-15
1
-1
/
+1
*
[Libc++] Use #pragma push_macro/pop_macro to better handle min/max on Windows
Eric Fiselier
2017-05-31
1
-3
/
+6
*
Replace _LIBCPP_HAS_NO_<C++03 feature> with _LIBCPP_CXX03_LANG in <forward_list>
Eric Fiselier
2017-04-16
1
-79
/
+48
*
Change the return type of emplace_[front|back] back to void when building wit...
Marshall Clow
2017-01-24
1
-1
/
+11
*
[NFC] Rename _LIBCPP_TYPE_VIS_ONLY to _LIBCPP_TEMPLATE_VIS
Eric Fiselier
2017-01-04
1
-7
/
+7
*
Fix unused parameters and variables
Eric Fiselier
2016-12-23
1
-3
/
+3
*
Fix -Wshadow warnings and enable warnings by default for C++ >= 11
Eric Fiselier
2016-12-03
1
-2
/
+3
*
[libcxx] Fix max_size() across all containers
Eric Fiselier
2016-11-23
1
-2
/
+5
*
Implement P0084r2. Changing emplace return types.
Eric Fiselier
2016-07-21
1
-3
/
+4
*
Cleanup: move visibility/linkage attributes to the first declaration.
Evgeniy Stepanov
2016-04-22
1
-9
/
+16
*
Fix broken commit r258888. I missed adding two pointer conversions
Eric Fiselier
2016-01-27
1
-2
/
+2
*
[libcxx] Fix undefined behavior in forward_list
Eric Fiselier
2016-01-27
1
-73
/
+176
*
Use __rebind_pointer to avoid #ifdef block
Eric Fiselier
2015-12-30
1
-30
/
+6
*
Add static_assert to set/multiset/map/multimap/forward_list/deque that the al...
Marshall Clow
2015-11-26
1
-0
/
+3
*
Implement the first part of N4258: 'Cleaning up noexcept in the Library'. Thi...
Marshall Clow
2015-07-13
1
-27
/
+19
*
In many places, there was an #ifdef/#else block that selected one of two impl...
Marshall Clow
2015-04-07
1
-14
/
+2
*
Move the default template arguments into the forward declarations for the con...
Marshall Clow
2015-02-18
1
-2
/
+2
*
[libcxx] Fix use of operator comma where the types can be user defined
Eric Fiselier
2014-10-27
1
-2
/
+2
*
Whitespace maintenance. Remove a bunch of tabs that snuck in. No functionalit...
Marshall Clow
2014-10-18
1
-1
/
+1
*
Apply a similar fix to <forward_list> as I did for <list> in r215210. Again, ...
Marshall Clow
2014-08-08
1
-1
/
+2
*
Support forward_list<Incomplete Type>. Patch by Zhihao Yuan!
Peter Collingbourne
2014-02-05
1
-11
/
+16
*
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
-0
/
+26
*
Nico Rieck: this patch series fixes visibility issues on Windows as explaine...
Howard Hinnant
2013-08-12
1
-7
/
+7
*
Implement full support for non-pointer pointers in custom allocators for forw...
Howard Hinnant
2013-06-24
1
-35
/
+36
*
No functionality change at this time. I've split _LIBCPP_VISIBLE up into two...
Howard Hinnant
2013-03-06
1
-7
/
+7
*
Dimitry Andric: many visibility fixes. Howard: Much appreciated. Can you ...
Howard Hinnant
2012-09-14
1
-4
/
+4
*
Further macro protection by replacing _[A-Z] with _[A-Z]p
Howard Hinnant
2011-11-29
1
-32
/
+32
*
Add protection from min/max macros
Howard Hinnant
2011-11-29
1
-0
/
+2
*
Windows support by Ruben Van Boxem.
Howard Hinnant
2011-10-17
1
-0
/
+2
*
Fixed PR10574: http://llvm.org/bugs/show_bug.cgi?id=10574
Howard Hinnant
2011-08-12
1
-0
/
+20
*
_STD -> _VSTD to avoid macro clash on windows
Howard Hinnant
2011-06-30
1
-37
/
+37
*
Provide names for template and function parameters in forward declarations. ...
Howard Hinnant
2011-06-14
1
-3
/
+3
*
noexcept for <list>.
Howard Hinnant
2011-06-03
1
-1
/
+1
*
noexcept for <forward_list>.
Howard Hinnant
2011-06-03
1
-19
/
+65
*
noexcept for forward_list.
Howard Hinnant
2011-06-02
1
-39
/
+52
*
Chris Jefferson noted many places where function calls needed to be qualified...
Howard Hinnant
2011-02-14
1
-7
/
+7
[next]