summaryrefslogtreecommitdiff
path: root/libcxx
AgeCommit message (Expand)Author
2018-12-21Fix test case breakages caused by lexically_relative changeEric Fiselier
2018-12-21Don't forward declare _FilesystemClock in C++03Eric Fiselier
2018-12-21Fix copy paste error in file_clock testsEric Fiselier
2018-12-21Implement LWG 3096: path::lexically_relative is confused by trailing slashesEric Fiselier
2018-12-21Implement LWG 3065: Make path operators friends.Eric Fiselier
2018-12-21Implement LWG 3145: file_clock breaks ABI for C++17 implementations.Eric Fiselier
2018-12-21Implement LWG 2936: Path comparison is defined in terms of the generic formatEric Fiselier
2018-12-21Mark two filesystem LWG issues as complete - nothing to doEric Fiselier
2018-12-20[libcxx] Fix order checking in unordered_multimap tests.Louis Dionne
2018-12-19[libcxx] Use custom allocator's `construct` in C++03 when available.Volodymyr Sapsai
2018-12-19Work around GCC 9.0 regressionEric Fiselier
2018-12-19Add missing include to test. NFCMarshall Clow
2018-12-18Portability fix: add missing includes and static_casts. Reviewed as https://r...Marshall Clow
2018-12-18Rework the C strings tests to use ASSERT_SAME_TYPE. NFC there. Also change cw...Marshall Clow
2018-12-18[libcxx] Remove XFAILs for older macOS versionsLouis Dionne
2018-12-18[libcxx] Handle AppleClang 9 and 10 in XFAILs for aligned allocation testsLouis Dionne
2018-12-18[libcxx] Properly mark aligned allocation macro test as XFAIL on OS XLouis Dionne
2018-12-17[libcxx][NFC] Properly indent nested #ifdefs and #definesLouis Dionne
2018-12-17Fix FP comparisons when SSE isn't availableEric Fiselier
2018-12-17[test] Add target_info for NetBSD, and XFAIL some of locale testsMichal Gorny
2018-12-17[test] [re.traits] Remove asserts failing due to invalid UTF-8Michal Gorny
2018-12-17Unbreak green dragon bots w/o __builtin_launderEric Fiselier
2018-12-17Expect Clang diagnostics in std::launder testEric Fiselier
2018-12-17[libcxx] Speeding up partition_point/lower_bound/upper_boundLouis Dionne
2018-12-16[test] [support] Use socket()+bind() to create unix sockets portablyMichal Gorny
2018-12-16[test] [ctime] Ignore -Wformat-zero-length warningsMichal Gorny
2018-12-16[regex] Use distinct __regex_word on NetBSDMichal Gorny
2018-12-15Fix static assert diagnostic checks in i386Eric Fiselier
2018-12-15Try 2: Fix bug in buildbot start scriptEric Fiselier
2018-12-15Fix bug in buildbot start scriptEric Fiselier
2018-12-15Rework docker setup to make it easier to work around bugs on buildbotsEric Fiselier
2018-12-14Tolerate Clangs new static_assert messagesEric Fiselier
2018-12-14[libcxx] Mark some tests as still failing on macosx10.14Louis Dionne
2018-12-14When resolving a merge conflict, I put something inside an #ifdef. Fixed.Marshall Clow
2018-12-14Implement P1209 - Adopt Consistent Container Erasure from Library Fundamental...Marshall Clow
2018-12-14[libcxx] Make sure use_system_cxx_lib does not override cxx_runtime_root for ...Louis Dionne
2018-12-14Update google benchmark againEric Fiselier
2018-12-14Update google benchmark versionEric Fiselier
2018-12-13[libc++] Fix _LIBCPP_EXPORTED_FROM_ABI when visibility annotations are disabledThomas Anderson
2018-12-13[libcxx] Fix pop_back() tests to make sure they don't always just passLouis Dionne
2018-12-12[libcxx] Add assertion in deque::pop_back when popping from an empty dequeLouis Dionne
2018-12-12[test] [depr.c.headers] XFAIL uchar.h on NetBSDMichal Gorny
2018-12-12[test] [filesystems] NetBSD can do symlink permissions tooMichal Gorny
2018-12-12[test] [filesystems] Extend FreeBSD tv_sec==-1 workaround to NetBSDMichal Gorny
2018-12-11[test] Permit NetBSD in filesystem_dynamic_test_helper.pyMichal Gorny
2018-12-11[libcxx] Only enable the availability LIT feature when we're testing libc++Louis Dionne
2018-12-11[libcxx] Remove the no_default_flags LIT configurationLouis Dionne
2018-12-11[NFC] Fix incorrect (but unreachable) LIT error messageLouis Dionne
2018-12-11[libcxx] Fix test failure on GCC 4.9Louis Dionne
2018-12-11[pair] Mark constructors as conditionally noexceptLouis Dionne