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
*
More tolerance for flaky tests in libc++ on NetBSD
Kamil Rytarowski
2018-12-30
1
-0
/
+7
*
[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
*
Fix test case breakages caused by lexically_relative change
Eric Fiselier
2018-12-21
1
-3
/
+3
*
Don't forward declare _FilesystemClock in C++03
Eric Fiselier
2018-12-21
1
-0
/
+2
*
Fix copy paste error in file_clock tests
Eric Fiselier
2018-12-21
1
-3
/
+3
*
Implement LWG 3096: path::lexically_relative is confused by trailing slashes
Eric Fiselier
2018-12-21
3
-6
/
+9
*
Implement LWG 3065: Make path operators friends.
Eric Fiselier
2018-12-21
5
-39
/
+89
*
Implement LWG 3145: file_clock breaks ABI for C++17 implementations.
Eric Fiselier
2018-12-21
7
-32
/
+171
*
Implement LWG 2936: Path comparison is defined in terms of the generic format
Eric Fiselier
2018-12-21
3
-15
/
+139
*
Mark two filesystem LWG issues as complete - nothing to do
Eric Fiselier
2018-12-21
1
-2
/
+2
*
[libcxx] Fix order checking in unordered_multimap tests.
Louis Dionne
2018-12-20
6
-152
/
+379
*
[libcxx] Use custom allocator's `construct` in C++03 when available.
Volodymyr Sapsai
2018-12-19
5
-22
/
+193
*
Work around GCC 9.0 regression
Eric Fiselier
2018-12-19
1
-1
/
+2
*
Add missing include to test. NFC
Marshall Clow
2018-12-19
1
-0
/
+1
*
Portability fix: add missing includes and static_casts. Reviewed as https://r...
Marshall Clow
2018-12-18
23
-4
/
+34
*
Rework the C strings tests to use ASSERT_SAME_TYPE. NFC there. Also change cw...
Marshall Clow
2018-12-18
5
-135
/
+148
*
[libcxx] Remove XFAILs for older macOS versions
Louis Dionne
2018-12-18
1
-3
/
+0
*
[libcxx] Handle AppleClang 9 and 10 in XFAILs for aligned allocation tests
Louis Dionne
2018-12-18
1
-7
/
+8
*
[libcxx] Properly mark aligned allocation macro test as XFAIL on OS X
Louis Dionne
2018-12-18
1
-6
/
+6
*
[libcxx][NFC] Properly indent nested #ifdefs and #defines
Louis Dionne
2018-12-17
1
-7
/
+7
*
Fix FP comparisons when SSE isn't available
Eric Fiselier
2018-12-17
5
-30
/
+66
*
[test] Add target_info for NetBSD, and XFAIL some of locale tests
Michal Gorny
2018-12-17
31
-0
/
+103
*
[test] [re.traits] Remove asserts failing due to invalid UTF-8
Michal Gorny
2018-12-17
1
-5
/
+0
*
Unbreak green dragon bots w/o __builtin_launder
Eric Fiselier
2018-12-17
1
-2
/
+2
*
Expect Clang diagnostics in std::launder test
Eric Fiselier
2018-12-17
1
-0
/
+2
*
[libcxx] Speeding up partition_point/lower_bound/upper_bound
Louis Dionne
2018-12-17
3
-4
/
+210
*
[test] [support] Use socket()+bind() to create unix sockets portably
Michal Gorny
2018-12-16
1
-2
/
+8
*
[test] [ctime] Ignore -Wformat-zero-length warnings
Michal Gorny
2018-12-16
1
-0
/
+4
*
[regex] Use distinct __regex_word on NetBSD
Michal Gorny
2018-12-16
1
-0
/
+4
*
Fix static assert diagnostic checks in i386
Eric Fiselier
2018-12-15
5
-5
/
+5
*
Try 2: Fix bug in buildbot start script
Eric Fiselier
2018-12-15
1
-1
/
+1
*
Fix bug in buildbot start script
Eric Fiselier
2018-12-15
1
-1
/
+1
*
Rework docker setup to make it easier to work around bugs on buildbots
Eric Fiselier
2018-12-15
3
-2
/
+19
*
Tolerate Clangs new static_assert messages
Eric Fiselier
2018-12-14
6
-6
/
+6
*
[libcxx] Mark some tests as still failing on macosx10.14
Louis Dionne
2018-12-14
3
-0
/
+3
*
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
39
-1
/
+1717
*
[libcxx] Make sure use_system_cxx_lib does not override cxx_runtime_root for ...
Louis Dionne
2018-12-14
2
-6
/
+5
*
Update google benchmark again
Eric Fiselier
2018-12-14
3
-12
/
+31
*
Update google benchmark version
Eric Fiselier
2018-12-14
17
-100
/
+194
*
[libc++] Fix _LIBCPP_EXPORTED_FROM_ABI when visibility annotations are disabled
Thomas Anderson
2018-12-13
1
-1
/
+5
*
[libcxx] Fix pop_back() tests to make sure they don't always just pass
Louis Dionne
2018-12-13
2
-0
/
+2
*
[libcxx] Add assertion in deque::pop_back when popping from an empty deque
Louis Dionne
2018-12-12
3
-4
/
+55
*
[test] [depr.c.headers] XFAIL uchar.h on NetBSD
Michal Gorny
2018-12-12
1
-0
/
+1
*
[test] [filesystems] NetBSD can do symlink permissions too
Michal Gorny
2018-12-12
1
-1
/
+1
*
[test] [filesystems] Extend FreeBSD tv_sec==-1 workaround to NetBSD
Michal Gorny
2018-12-12
1
-1
/
+1
*
[test] Permit NetBSD in filesystem_dynamic_test_helper.py
Michal Gorny
2018-12-11
1
-1
/
+2
*
[libcxx] Only enable the availability LIT feature when we're testing libc++
Louis Dionne
2018-12-11
1
-2
/
+4
*
[libcxx] Remove the no_default_flags LIT configuration
Louis Dionne
2018-12-11
2
-44
/
+32
[next]