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
/
deque
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
-38
/
+38
*
[libc++] Rename __to_raw_pointer to __to_address.
Eric Fiselier
2019-11-16
1
-5
/
+5
*
Improve codegen for deque.
Eric Fiselier
2019-08-12
1
-6
/
+91
*
Refactor deque to centralize handling of spare blocks.
Eric Fiselier
2019-08-01
1
-48
/
+50
*
Mark 'front()' and 'back()' as noexcept for array/deque/string/string_view. T...
Marshall Clow
2019-03-19
1
-8
/
+8
*
Add noexcept to operator[] for array and deque. This is an extension. We alre...
Marshall Clow
2019-03-14
1
-4
/
+4
*
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
/
+18
*
[libcxx] Add assertion in deque::pop_back when popping from an empty deque
Louis Dionne
2018-12-12
1
-4
/
+5
*
Implement the infrastructure for feature-test macros. Very few actual feature...
Marshall Clow
2018-09-12
1
-0
/
+1
*
Implement deduction guides for <deque>
Marshall Clow
2018-05-18
1
-3
/
+26
*
First part of P0600 - '[[nodiscard] in the standard library'. Mark the 'empty...
Marshall Clow
2017-11-15
1
-1
/
+1
*
[libc++] Fix PR34898 - vector iterator constructors and assign method perform...
Eric Fiselier
2017-10-17
1
-1
/
+4
*
[Libc++] Use #pragma push_macro/pop_macro to better handle min/max on Windows
Eric Fiselier
2017-05-31
1
-5
/
+9
*
Replace _LIBCPP_HAS_NO_<C++03 feature> with _LIBCPP_CXX03_LANG in deque
Eric Fiselier
2017-04-16
1
-102
/
+78
*
Change the return type of emplace_[front|back] back to void when building wit...
Marshall Clow
2017-01-24
1
-3
/
+20
*
[NFC] Rename _LIBCPP_TYPE_VIS_ONLY to _LIBCPP_TEMPLATE_VIS
Eric Fiselier
2017-01-04
1
-6
/
+6
*
fix sign comparison warnings
Eric Fiselier
2016-12-24
1
-2
/
+2
*
[libcxx] Fix max_size() across all containers
Eric Fiselier
2016-11-23
1
-1
/
+3
*
Add an _LIBCPP_NORETURN inline function named __throw_XXX for each exception ...
Marshall Clow
2016-08-25
1
-8
/
+4
*
Implement P0084r2. Changing emplace return types.
Eric Fiselier
2016-07-21
1
-7
/
+10
*
Always use the allocator to construct/destruct elements of a deque/vector. Fi...
Marshall Clow
2016-07-11
1
-4
/
+4
*
Add static_assert to set/multiset/map/multimap/forward_list/deque that the al...
Marshall Clow
2015-11-26
1
-0
/
+3
*
Cleanup: move visibility/linkage attributes to the first declaration.
Evgeniy Stepanov
2015-11-07
1
-16
/
+32
*
Allow deque to handle incomplete types.
Evgeniy Stepanov
2015-11-06
1
-12
/
+42
*
Fix warnings in deque tests
Eric Fiselier
2015-07-19
1
-5
/
+0
*
Implement the first part of N4258: 'Cleaning up noexcept in the Library'. Thi...
Marshall Clow
2015-07-13
1
-42
/
+37
*
Fix PR#23767. Add tests for iterator invalidation for deque::erase/pop_front/...
Marshall Clow
2015-06-05
1
-2
/
+2
*
In many places, there was an #ifdef/#else block that selected one of two impl...
Marshall Clow
2015-04-07
1
-14
/
+2
*
Fix an exception-safety bug in <deque>. Reference: PR#22650. Not closing the ...
Marshall Clow
2015-03-09
1
-26
/
+16
*
Move the default template arguments into the forward declarations for the con...
Marshall Clow
2015-02-18
1
-1
/
+2
*
Fix PR#22284. Add a new overload to deque::insert to handle forward iterators...
Marshall Clow
2015-01-22
1
-5
/
+23
*
[libcxx] Fix use of operator comma where the types can be user defined
Eric Fiselier
2014-10-27
1
-3
/
+3
*
Implement LWG 2193. Default constructors for standard library containers are ...
Marshall Clow
2014-03-05
1
-1
/
+1
*
G M: Changes all references to "x inline" to "inline x" where x = _libcpp_alw...
Howard Hinnant
2013-10-04
1
-7
/
+7
*
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 #1): deque
Marshall Clow
2013-09-07
1
-0
/
+14
*
Nico Rieck: this patch series fixes visibility issues on Windows as explaine...
Howard Hinnant
2013-08-12
1
-5
/
+5
*
Implement NULL iterators for <forward_list> and <deque> re: N3644
Marshall Clow
2013-08-06
1
-1
/
+5
*
Implement full support for non-pointer pointers in custom allocators for deque.
Howard Hinnant
2013-06-23
1
-13
/
+22
*
No functionality change at this time. I've split _LIBCPP_VISIBLE up into two...
Howard Hinnant
2013-03-06
1
-5
/
+5
*
Change emplace for vector and deque to create the temporary (when necessary) ...
Howard Hinnant
2012-07-08
1
-2
/
+4
*
Quash a whole bunch of warnings
Howard Hinnant
2011-12-01
1
-3
/
+3
*
Further macro protection by replacing _[A-Z] with _[A-Z]p
Howard Hinnant
2011-11-29
1
-10
/
+10
*
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
*
Fix const correctness bug in __move_assign. Found and fixed by Ion GaztanĚaga.
Howard Hinnant
2011-09-02
1
-2
/
+2
*
Fixed PR10574: http://llvm.org/bugs/show_bug.cgi?id=10574
Howard Hinnant
2011-08-12
1
-0
/
+12
*
_STD -> _VSTD to avoid macro clash on windows
Howard Hinnant
2011-06-30
1
-123
/
+123
[next]