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
/
test
/
std
/
utilities
/
time
/
time.cal
Commit message (
Expand
)
Author
Age
Files
Lines
*
[libc++] [chrono] Fix year_month_weekday::ok() implementation.
Marek Kurdej
2019-11-15
1
-3
/
+23
*
[NFC] Strip trailing whitespace from libc++
Louis Dionne
2019-10-23
8
-12
/
+12
*
[libcxx][test][NFC] Fix comment typos.
Stephan T. Lavavej
2019-10-22
1
-1
/
+1
*
[libc++] Disable <chrono> ""d and ""y literal tests on AppleClang 10.0.0
Louis Dionne
2019-08-20
2
-0
/
+2
*
[libc++] Enable <chrono> ""d and ""y literals for AppleClang 10 and up
Louis Dionne
2019-08-14
2
-2
/
+2
*
[libc++] Mark two <chrono> tests as unsupported on AppleClang 11
Louis Dionne
2019-08-13
2
-2
/
+2
*
Implement change #4 of P1466: Change weekday to accept both 0 and 7 as Sunday...
Marshall Clow
2019-07-25
19
-60
/
+155
*
Add tests for LWG 3206. NFC
Marshall Clow
2019-06-17
1
-0
/
+23
*
[libc++] Remove unnecessary <iostream> #includes in tests
Louis Dionne
2019-03-28
6
-15
/
+4
*
Support tests in freestanding
JF Bastien
2019-02-04
176
-176
/
+524
*
Update more file headers across all of the LLVM projects in the monorepo
Chandler Carruth
2019-01-19
177
-708
/
+531
*
Don't use the form '2017y' in tests, since some gcc versions don't allow it
Marshall Clow
2019-01-11
2
-6
/
+6
*
Implement the 'sys_time' portions of the C++20 calendaring stuff. Reviewed as...
Marshall Clow
2019-01-11
18
-113
/
+923
*
Mark two UDL tests as being unsupported with Clang 7
Eric Fiselier
2019-01-09
2
-2
/
+2
*
Get tests compiling with -Wunused-local-typedef
Eric Fiselier
2018-11-15
27
-34
/
+0
*
[libcxx] [test] Strip trailing whitespace. NFC.
Stephan T. Lavavej
2018-11-14
115
-373
/
+372
*
Adjust unsupported C++ versions in some tests
Mikhail Maltsev
2018-10-24
170
-170
/
+170
*
[libcxx] Mark chrono literal unit tests as being unsupported on AppleClang 10
Louis Dionne
2018-10-17
4
-4
/
+4
*
Recommit <chrono> changes with a couple xtra tests marked to fail on apple's ...
Marshall Clow
2018-10-16
172
-0
/
+9724
*
Revert r344529 "Implement the first part of the calendar support for C++20"
Artem Dergachev
2018-10-16
172
-9720
/
+0
*
Wrap up the new chrono literals in an #ifdef so that old versions of clang do...
Marshall Clow
2018-10-15
2
-0
/
+4
*
Implement the first part of the calendar support for C++20. This is still inc...
Marshall Clow
2018-10-15
172
-0
/
+9716