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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix _LIBCPP_HAS_ definitions for Android.
Dan Albert
2019-11-18
1
-2
/
+2
*
[libc++] [chrono] Fix year_month_weekday::ok() implementation.
Marek Kurdej
2019-11-15
1
-3
/
+23
*
[libcxx][NFC] Strip trailing whitespace, fix typo.
Stephan T. Lavavej
2019-10-23
4
-5
/
+5
*
[NFC] Strip trailing whitespace from libc++
Louis Dionne
2019-10-23
23
-53
/
+53
*
[libc++][NFC] Remove excess trailing newlines from most files
Casey Carter
2019-10-23
1
-1
/
+0
*
[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++] Mark <chrono> test as unsupported on AppleClang 9
Louis Dionne
2019-08-14
1
-0
/
+1
*
[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 hh_mm_ss from P1466R3. Reviewed as https://reviews.llvm.org/D65365.
Marshall Clow
2019-08-08
15
-0
/
+782
*
Fix a bug in std::chrono::abs where it would fail when the duration's period ...
Marshall Clow
2019-07-26
1
-0
/
+6
*
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
*
Add include for 'test_macros.h' to all the tests that were missing them. Than...
Marshall Clow
2019-05-31
36
-0
/
+72
*
Fix PR41130 - 'operator/ of std::chrono::duration and custom type'. Thanks to...
Marshall Clow
2019-04-01
8
-2
/
+127
*
[libc++] Remove unnecessary <iostream> #includes in tests
Louis Dionne
2019-03-28
6
-15
/
+4
*
[libc++] Remove too-stringent XFAILs for file_clock tests
Louis Dionne
2019-03-21
3
-4
/
+0
*
[libc++] Mark <filesystem> as unavailable on Apple platforms using pragmas
Louis Dionne
2019-03-20
3
-0
/
+4
*
[libc++] Mark <filesystem> tests as failing when the dylib doesn't support fi...
Louis Dionne
2019-03-20
1
-0
/
+1
*
[libc++] Flag file_clock test as expected to fail with ASAN
Louis Dionne
2019-03-19
1
-0
/
+4
*
[libc++] Build <filesystem> support as part of the dylib
Louis Dionne
2019-03-19
3
-9
/
+0
*
Revert "[libc++] Build <filesystem> support as part of the dylib"
Louis Dionne
2019-03-19
3
-0
/
+9
*
[libc++] Build <filesystem> support as part of the dylib
Louis Dionne
2019-03-19
3
-9
/
+0
*
Support tests in freestanding
JF Bastien
2019-02-04
299
-299
/
+893
*
Update more file headers across all of the LLVM projects in the monorepo
Chandler Carruth
2019-01-19
302
-1208
/
+906
*
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
20
-113
/
+1052
*
Mark two UDL tests as being unsupported with Clang 7
Eric Fiselier
2019-01-09
2
-2
/
+2
*
De-tab a couple tests. NFC
Marshall Clow
2019-01-03
3
-6
/
+6
*
Fix copy paste error in file_clock tests
Eric Fiselier
2018-12-21
1
-3
/
+3
*
Implement LWG 3145: file_clock breaks ABI for C++17 implementations.
Eric Fiselier
2018-12-21
4
-0
/
+128
*
Fix FP comparisons when SSE isn't available
Eric Fiselier
2018-12-17
1
-1
/
+2
*
[test] [ctime] Ignore -Wformat-zero-length warnings
Michal Gorny
2018-12-16
1
-0
/
+4
*
[libcxx] Fix incorrect XFAILs for chrono tests on old macos deployment targets
Louis Dionne
2018-12-06
3
-9
/
+12
*
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
117
-375
/
+374
*
Implement P0972R0: <chrono> zero(), min(), and max() should be noexcept. Revi...
Marshall Clow
2018-11-13
8
-8
/
+57
*
Adjust unsupported C++ versions in some tests
Mikhail Maltsev
2018-10-24
174
-174
/
+174
*
[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
178
-1
/
+9864
*
Revert r344529 "Implement the first part of the calendar support for C++20"
Artem Dergachev
2018-10-16
179
-9921
/
+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
179
-0
/
+9917
*
Last week, someone noted that a couple of the time_point member functions wer...
Marshall Clow
2018-08-29
2
-0
/
+40
*
Selectively import timespec_get into namespace std, since some C libraries do...
Marshall Clow
2018-08-15
1
-1
/
+1
*
import timespec and timespec_get into namespace std if we're under c++17 or l...
Marshall Clow
2018-07-31
1
-0
/
+16
*
[libcxx] [test] Rename _Tp to T. NFCI.
Stephan T. Lavavej
2017-08-11
3
-6
/
+6
*
[libcxx] [test] Change comments to say C++ instead of c++. NFC.
Stephan T. Lavavej
2017-07-29
3
-3
/
+3
*
Add markup for libc++ dylib availability
Mehdi Amini
2017-05-04
3
-14
/
+15
[next]