index
:
replicant/external_libcxx
replicant-6.0
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
include
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix bug in random.
Dan Albert
2019-09-13
1
-21
/
+24
*
[libc++] Move __clamp_to_integral to <cmath>, and harden against min()/max() ...
Louis Dionne
2019-09-13
2
-34
/
+36
*
[libc++] Add `__truncating_cast` for safely casting float types to integers
Louis Dionne
2019-09-13
1
-0
/
+34
*
Functionally revert "config: disable thread safety analysis on COFF".
Josh Gao
2019-02-13
1
-6
/
+1
*
Merge to upstream r350972.
Dan Albert
2019-01-11
45
-471
/
+1472
|
\
|
*
Change from a to a . Fixes PR#39871.
Marshall Clow
2019-01-11
4
-15
/
+15
|
*
[libcxx] Call __count_bool_true for bitset count
Adhemerval Zanella
2019-01-11
1
-1
/
+1
|
*
Implement the 'sys_time' portions of the C++20 calendaring stuff. Reviewed as...
Marshall Clow
2019-01-11
1
-29
/
+157
|
*
[libcxx] Reorganize tests since the application of P0602R4
Louis Dionne
2019-01-10
2
-6
/
+6
|
*
Set the buffer of an fstream to empty when the underlying file is closed. Thi...
Marshall Clow
2019-01-08
1
-0
/
+1
|
*
[libcxx] Optimize vectors construction of trivial types from an iterator rang...
Volodymyr Sapsai
2019-01-08
1
-9
/
+17
|
*
Fix PR39749 - Headers containing just #error harm __has_include.
Eric Fiselier
2019-01-06
8
-19
/
+99
|
*
[libcxx] Remove unused macro _LIBCPP_HAS_UNIQUE_TYPEINFO
Louis Dionne
2018-12-21
1
-6
/
+2
|
*
[NFC] Fix typo in comment
Louis Dionne
2018-12-21
1
-1
/
+1
|
*
Don't forward declare _FilesystemClock in C++03
Eric Fiselier
2018-12-21
1
-0
/
+2
|
*
Implement LWG 3065: Make path operators friends.
Eric Fiselier
2018-12-21
1
-37
/
+25
|
*
Implement LWG 3145: file_clock breaks ABI for C++17 implementations.
Eric Fiselier
2018-12-21
2
-31
/
+42
|
*
[libcxx] Use custom allocator's `construct` in C++03 when available.
Volodymyr Sapsai
2018-12-19
1
-21
/
+27
|
*
[libcxx][NFC] Properly indent nested #ifdefs and #defines
Louis Dionne
2018-12-17
1
-7
/
+7
|
*
[libcxx] Speeding up partition_point/lower_bound/upper_bound
Louis Dionne
2018-12-17
1
-4
/
+30
|
*
[regex] Use distinct __regex_word on NetBSD
Michal Gorny
2018-12-16
1
-0
/
+4
|
*
When resolving a merge conflict, I put something inside an #ifdef. Fixed.
Marshall Clow
2018-12-14
1
-1
/
+1
|
*
Implement P1209 - Adopt Consistent Container Erasure from Library Fundamental...
Marshall Clow
2018-12-14
11
-0
/
+185
|
*
[libc++] Fix _LIBCPP_EXPORTED_FROM_ABI when visibility annotations are disabled
Thomas Anderson
2018-12-13
1
-1
/
+5
|
*
[libcxx] Add assertion in deque::pop_back when popping from an empty deque
Louis Dionne
2018-12-12
1
-4
/
+5
|
*
[pair] Mark constructors as conditionally noexcept
Louis Dionne
2018-12-11
1
-1
/
+21
|
*
Second part of P0482 - char8_t. Reviewed as https://reviews.llvm.org/D55308
Marshall Clow
2018-12-11
11
-3
/
+151
|
*
Revert "[pair] Mark constructors as conditionally noexcept"
Louis Dionne
2018-12-11
1
-21
/
+1
|
*
[pair] Mark constructors as conditionally noexcept
Louis Dionne
2018-12-11
1
-1
/
+21
|
*
Add a version of std::function that includes a few optimizations in ABI V2.
Eric Fiselier
2018-12-11
2
-0
/
+305
|
*
Refactor std::function to more easily support alternative implementations.
Eric Fiselier
2018-12-10
1
-200
/
+310
|
*
[libcxx] Add paranoid cast-to-void in comma operator
Louis Dionne
2018-12-07
1
-1
/
+1
|
*
[libc++] Improve diagnostics for non-const comparators and hashers in associa...
Louis Dionne
2018-12-06
6
-66
/
+41
|
*
[libcxx] Don't depend on availability markup to provide the streams in the dylib
Louis Dionne
2018-12-06
4
-9
/
+12
*
|
Merge to upstream r348296.
Dan Albert
2019-01-08
92
-4469
/
+9827
|
\
|
|
*
[libcxx] Implement P0318: unwrap_ref_decay and unwrap_reference
Louis Dionne
2018-12-03
3
-35
/
+35
|
*
First part of P0482 - Establish that char8_t is an integral type, and that nu...
Marshall Clow
2018-11-29
2
-0
/
+4
|
*
Revert commit r347904 because it broke older compilers
Marshall Clow
2018-11-29
2
-4
/
+0
|
*
First part of P0482 - Establish that char8_t is an integral type, and that nu...
Marshall Clow
2018-11-29
2
-0
/
+4
|
*
[libcxx] Remove bad_array_length
Louis Dionne
2018-11-29
2
-37
/
+0
|
*
Revert "Move internal usages of `alignof`/`__alignof` to use `_LIBCPP_ALIGNOF...
Eric Fiselier
2018-11-28
6
-45
/
+35
|
*
Implement P0966 - string::reserve should not shrink
Marshall Clow
2018-11-28
1
-1
/
+3
|
*
Move internal usages of `alignof`/`__alignof` to use `_LIBCPP_ALIGNOF`.
Eric Fiselier
2018-11-28
6
-35
/
+45
|
*
[libcxx] Remove dynarray
Louis Dionne
2018-11-28
4
-312
/
+0
|
*
[libcxx] Apply _LIBCPP_INLINE_VISIBILITY for std::hash for string_view
Louis Dionne
2018-11-28
1
-9
/
+4
|
*
Implement P1085R2 - Should Span be Regular?. This consists entirely of deletions
Marshall Clow
2018-11-27
1
-44
/
+0
|
*
Remove duplicate _LIBCPP_INLINE_VISIBILITY attributes.
Eric Fiselier
2018-11-26
1
-60
/
+60
|
*
Add basic_string::__resize_default_init (from P1072)
Eric Fiselier
2018-11-26
1
-0
/
+34
|
*
[libcxx] Remove unused definition of aligned allocation macro on old OS X
Louis Dionne
2018-11-21
1
-5
/
+0
|
*
[libcxx] Make sure operator+ is declared with the right visibility attribute
Louis Dionne
2018-11-21
1
-0
/
+1
[next]