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
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
[libc++][test] <=> now has a feature-test macro
Casey Carter
2019-10-13
1
-3
/
+2
*
[libc++][test] Silence MSVC warning in std::optional test
Casey Carter
2019-10-12
1
-1
/
+1
*
[libc++] Fix linker script generation
Petr Hosek
2019-10-11
1
-1
/
+3
*
[libc++][test] Change IsSmallObject's calculation for std::any's small object...
Casey Carter
2019-10-10
1
-1
/
+1
*
[libc++][test] Miscellaneous MSVC cleanups
Casey Carter
2019-10-09
8
-71
/
+71
*
Optimize operator=(const basic_string&) for tail call.
Eric Fiselier
2019-10-09
1
-1
/
+1
*
[libc++] Workaround old versions of CMake that don't understand list(JOIN)
Louis Dionne
2019-10-08
1
-1
/
+1
*
[libc++] Move the linker script generation step to CMake
Louis Dionne
2019-10-08
4
-92
/
+54
*
[libc++] Make sure we link all system libraries into the benchmarks
Louis Dionne
2019-10-08
3
-72
/
+64
*
[libc++] TAKE 2: Make system libraries PRIVATE dependencies of libc++
Louis Dionne
2019-10-08
1
-14
/
+14
*
[libc++] Add missing link-time dependencies to the benchmarks
Louis Dionne
2019-10-08
1
-0
/
+9
*
[libc++] Use PRIVATE to link benchmark dependencies
Louis Dionne
2019-10-08
1
-9
/
+9
*
[libc++] Remove C++03 variadics in shared_ptr (v2)
Zoe Carver
2019-10-07
1
-70
/
+0
*
[libc++] Guard cxx_experimental settings behind LIBCXX_ENABLE_EXPERIMENTAL_LI...
Alex Langford
2019-10-04
1
-6
/
+6
*
[libc++] Localize common build flags into a single CMake function
Louis Dionne
2019-10-04
2
-20
/
+21
*
Add an off-by-default option to enable testing for gdb pretty printers.
Sterling Augustine
2019-10-04
2
-6
/
+11
*
[libc++] Make the modules-related flags PUBLIC instead of PRIVATE
Louis Dionne
2019-10-04
1
-2
/
+2
*
[libc++] Move more CMake flags to per-target definitions
Louis Dionne
2019-10-04
2
-19
/
+31
*
Make libc++ gdb pretty printer Python 3 compatible
Fangrui Song
2019-10-04
2
-10
/
+27
*
Attempt to remove linker workaround on the buildbots: Attempt 2
Eric Fiselier
2019-10-03
1
-7
/
+0
*
Attempt to remove linker workaround on the buildbots.
Eric Fiselier
2019-10-03
1
-7
/
+0
*
[libc++] Add a per-target flag to include the generated config_site
Louis Dionne
2019-10-03
3
-16
/
+14
*
[libc++] Add missing revision number in ABI changelog
Louis Dionne
2019-10-03
1
-1
/
+1
*
Fix libc++ pretty printer test for Python 3 after D67238 (take 2)
Fangrui Song
2019-10-03
1
-3
/
+1
*
[libc++] Use functions instead of global variables to set libc++ build flags
Louis Dionne
2019-10-02
2
-67
/
+77
*
[libc++] Use a function to set warning flags per target
Louis Dionne
2019-10-02
2
-32
/
+35
*
[libc++] Revert to using PUBLIC instead of PRIVATE when linking system libs
Louis Dionne
2019-10-02
1
-14
/
+14
*
[libc++] Use PRIVATE instead of PUBLIC when linking against system libs
Louis Dionne
2019-10-02
1
-14
/
+14
*
Fix libc++ pretty printer test for Python 3 after D67238
Fangrui Song
2019-10-02
1
-1
/
+1
*
Determine endianness at a time when it doesn't inadvertantly clear gdb's wrap...
Sterling Augustine
2019-10-01
1
-7
/
+11
*
[NFC] Fix typos in libc++ documentation
Louis Dionne
2019-10-01
1
-3
/
+3
*
[libc++] Re-apply workaround for D63883
Louis Dionne
2019-10-01
1
-0
/
+10
*
[libc++] Remove workaround for D63883
Louis Dionne
2019-10-01
1
-10
/
+0
*
[libc++] Harden usage of static_assert against C++03
Louis Dionne
2019-10-01
1
-2
/
+2
*
Refactor default constructor SFINAE in pair and tuple.
Eric Fiselier
2019-09-30
3
-44
/
+29
*
[libc++] Take 2: Implement LWG 3158
Louis Dionne
2019-09-27
5
-17
/
+65
*
[libc++] Take 2: Implement LWG 2510
Louis Dionne
2019-09-26
24
-39
/
+459
*
[libcxx] Do not implicitly #include assert.h
David Zarzycki
2019-09-26
8
-4
/
+178
*
[libc++] Purge mentions of GCC 4 from the test suite
Louis Dionne
2019-09-25
25
-59
/
+6
*
Add forward declaration of operator<< in <string_view> as required.
Eric Fiselier
2019-09-25
3
-1
/
+34
*
add tests that debug mode catches nullptr->string_view conversions in compari...
Eric Fiselier
2019-09-25
1
-0
/
+5
*
Add a missing default parameter to regex::assign. This is LWG3296; reviewed a...
Marshall Clow
2019-09-25
2
-6
/
+16
*
Revert r372777: [libc++] Implement LWG 2510 and its follow-ups
Ilya Biryukov
2019-09-25
52
-475
/
+105
*
[libc++] Purge mentions of GCC 4 from the test suite
Louis Dionne
2019-09-24
32
-66
/
+13
*
[libc++] Try fixing tests that fail on GCC 5 and older
Louis Dionne
2019-09-24
7
-1
/
+27
*
[libc++] Remove C++03 variadics in shared_ptr
Zoe Carver
2019-09-24
4
-323
/
+80
*
[libc++] Implement LWG 3158
Louis Dionne
2019-09-24
5
-17
/
+65
*
[libc++] Implement LWG 2510
Louis Dionne
2019-09-24
24
-38
/
+387
*
[libc++] Mark CTAD tests as not failing on AppleClang 10.0.1
Louis Dionne
2019-09-23
8
-8
/
+8
*
[libc++] Mark iostreams test as XFAIL on older macOSes
Louis Dionne
2019-09-23
1
-0
/
+12
[prev]
[next]