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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Allow copy elision in path concatenation
David Bolvansky
2018-05-09
1
-1
/
+3
*
Revert "Emit an error when mixing <stdatomic.h> and <atomic>"
Volodymyr Sapsai
2018-05-08
1
-3
/
+0
*
Emit an error when mixing <stdatomic.h> and <atomic>
Volodymyr Sapsai
2018-05-02
1
-0
/
+3
*
Fix return type of isinf(double) and isnan(double) where possible.
Richard Smith
2018-05-01
1
-0
/
+28
*
[libcxx] func.wrap.func.con: Unset function before destroying anything
Volodymyr Sapsai
2018-04-25
2
-29
/
+42
*
Fix static initialization of std::atomic_flag; Fixes PR#37226. Thanks to Rick...
Marshall Clow
2018-04-25
1
-1
/
+1
*
Re-commit r330627 "[libcxx] implement <experimental/simd> declarations based ...
Tim Shen
2018-04-23
3
-0
/
+1301
*
Revert "[libcxx] implement <experimental/simd> declarations based on P0214R7."
Tim Shen
2018-04-23
3
-1301
/
+0
*
[libcxx] implement <experimental/simd> declarations based on P0214R7.
Tim Shen
2018-04-23
3
-0
/
+1301
*
Don't do aligned allocations on MSVCRT before 19.12 (update 15.3)
Reid Kleckner
2018-04-19
1
-0
/
+6
*
Remove impossible _MSC_VER check
Reid Kleckner
2018-04-19
1
-3
/
+0
*
support: add missing locale stubs for android L, M
Saleem Abdulrasool
2018-04-13
2
-5
/
+38
*
[libcxx] Set ABI version 2 as default for Fuchsia
Petr Hosek
2018-04-11
1
-1
/
+5
*
Revert "[CMake] Use custom command and target to install libc++ headers"
Petr Hosek
2018-04-09
1
-219
/
+32
*
[CMake] Use custom command and target to install libc++ headers
Petr Hosek
2018-04-09
1
-32
/
+219
*
Use void() to create a void expression type
Eric Fiselier
2018-04-07
1
-1
/
+1
*
Work around missing braces in init warning
Eric Fiselier
2018-04-07
1
-1
/
+1
*
Implement P0768r1: Library support for the Spaceship Operator.
Eric Fiselier
2018-04-06
4
-1
/
+688
*
[coroutines] libcxx, noop_coroutine, make bots even more happy
Gor Nishanov
2018-04-05
1
-3
/
+3
*
[coroutines] Allow compilation under c++03
Gor Nishanov
2018-04-04
1
-1
/
+1
*
[coroutines] Add noop_coroutine to <experimental/coroutine>
Gor Nishanov
2018-04-04
1
-29
/
+68
*
Touch up tests for new <version> header; fix module.modulemap.
Eric Fiselier
2018-04-04
1
-0
/
+4
*
Implement P0754R2: The <version> header.
Marshall Clow
2018-04-03
1
-0
/
+25
*
Implement P0430R2 - File system library on non-POSIX systems.
Eric Fiselier
2018-04-02
1
-5
/
+14
*
Implement filesystem NB comments, relative paths, and related issues.
Eric Fiselier
2018-04-02
1
-46
/
+122
*
Fix PR36914 - num_get::get(unsigned) incorrectly handles negative numbers.
Eric Fiselier
2018-03-29
1
-7
/
+8
*
Implement filesystem::perm_options specified in NB comments.
Eric Fiselier
2018-03-26
1
-11
/
+53
*
Partially Revert "Workaround GCC bug PR78489 - SFINAE order is not respected."
Eric Fiselier
2018-03-23
1
-12
/
+17
*
Workaround GCC bug PR78489 - SFINAE order is not respected.
Eric Fiselier
2018-03-22
1
-17
/
+12
*
Fix improperly failing test - and the code it was testing. Thanks to Stephan ...
Marshall Clow
2018-03-22
1
-3
/
+1
*
Fix dynarray test failures after changing __libcpp_allocate/deallocate
Eric Fiselier
2018-03-22
1
-7
/
+8
*
Fix PR22634 - std::allocator doesn't respect over-aligned types.
Eric Fiselier
2018-03-22
5
-56
/
+93
*
Implement LWG3034: P0767R1 breaks previously-standard-layout types
Marshall Clow
2018-03-21
2
-4
/
+8
*
Implement LWG3035: std::allocator's constructors should be constexpr.
Marshall Clow
2018-03-20
1
-7
/
+18
*
Implement LWG 3039 and 3041 - 'Treating Unnecessary decay'.
Marshall Clow
2018-03-20
2
-5
/
+5
*
[CMake] Copy the generated __config header into build directory
Petr Hosek
2018-03-10
1
-14
/
+26
*
Low-hanging fruit optimization in string::__move_assign().
Vedant Kumar
2018-03-08
1
-6
/
+21
*
Implement LWG#2518 - Non-member swap for propagate_const should call member swap
Marshall Clow
2018-03-08
1
-2
/
+1
*
Cleanup __config indention NFC
Logan Chien
2018-02-24
1
-420
/
+432
*
[libcxx] Do not include the C math.h header before __config
Mikhail Maltsev
2018-02-22
1
-10
/
+16
*
libcxx: Unbreak external thread library configuration.
Peter Collingbourne
2018-02-21
1
-12
/
+9
*
[libcxx] Improve accuracy of complex asinh and acosh
Mikhail Maltsev
2018-02-19
1
-3
/
+14
*
Fix incorrect indentation.
Bruce Mitchener
2018-02-14
1
-1
/
+1
*
Put type attributes after class keyword
Dimitry Andric
2018-02-13
1
-2
/
+1
*
Implement LWG 2835 - fix <tgmath.h>
Marshall Clow
2018-02-12
1
-4
/
+12
*
Implement LWG#2908 - The less-than operator for shared pointers could do more...
Marshall Clow
2018-02-12
1
-0
/
+5
*
While implementing P0777 - preventing unnecessary decay, I found some non-pub...
Marshall Clow
2018-02-12
2
-11
/
+11
*
Fix libcxx MSVC C++17 redefinition of 'align_val_t'
Eric Fiselier
2018-02-11
1
-0
/
+2
*
Fix a typo in the synopsis comment. NFC. Thanks to K-ballo for the catch
Marshall Clow
2018-02-11
1
-1
/
+1
*
Use multi-key tree search for {map, set}::{count, equal_range}
Eric Fiselier
2018-02-10
2
-6
/
+6
[next]