summaryrefslogtreecommitdiffstats
path: root/libcxx
Commit message (Expand)AuthorAgeFilesLines
* More tolerance for flaky tests in libc++ on NetBSDKamil Rytarowski2018-12-301-0/+7
* [libcxx] Remove unused macro _LIBCPP_HAS_UNIQUE_TYPEINFOLouis Dionne2018-12-211-6/+2
* [NFC] Fix typo in commentLouis Dionne2018-12-211-1/+1
* Fix test case breakages caused by lexically_relative changeEric Fiselier2018-12-211-3/+3
* Don't forward declare _FilesystemClock in C++03Eric Fiselier2018-12-211-0/+2
* Fix copy paste error in file_clock testsEric Fiselier2018-12-211-3/+3
* Implement LWG 3096: path::lexically_relative is confused by trailing slashesEric Fiselier2018-12-213-6/+9
* Implement LWG 3065: Make path operators friends.Eric Fiselier2018-12-215-39/+89
* Implement LWG 3145: file_clock breaks ABI for C++17 implementations.Eric Fiselier2018-12-217-32/+171
* Implement LWG 2936: Path comparison is defined in terms of the generic formatEric Fiselier2018-12-213-15/+139
* Mark two filesystem LWG issues as complete - nothing to doEric Fiselier2018-12-211-2/+2
* [libcxx] Fix order checking in unordered_multimap tests.Louis Dionne2018-12-206-152/+379
* [libcxx] Use custom allocator's `construct` in C++03 when available.Volodymyr Sapsai2018-12-195-22/+193
* Work around GCC 9.0 regressionEric Fiselier2018-12-191-1/+2
* Add missing include to test. NFCMarshall Clow2018-12-191-0/+1
* Portability fix: add missing includes and static_casts. Reviewed as https://r...Marshall Clow2018-12-1823-4/+34
* Rework the C strings tests to use ASSERT_SAME_TYPE. NFC there. Also change cw...Marshall Clow2018-12-185-135/+148
* [libcxx] Remove XFAILs for older macOS versionsLouis Dionne2018-12-181-3/+0
* [libcxx] Handle AppleClang 9 and 10 in XFAILs for aligned allocation testsLouis Dionne2018-12-181-7/+8
* [libcxx] Properly mark aligned allocation macro test as XFAIL on OS XLouis Dionne2018-12-181-6/+6
* [libcxx][NFC] Properly indent nested #ifdefs and #definesLouis Dionne2018-12-171-7/+7
* Fix FP comparisons when SSE isn't availableEric Fiselier2018-12-175-30/+66
* [test] Add target_info for NetBSD, and XFAIL some of locale testsMichal Gorny2018-12-1731-0/+103
* [test] [re.traits] Remove asserts failing due to invalid UTF-8Michal Gorny2018-12-171-5/+0
* Unbreak green dragon bots w/o __builtin_launderEric Fiselier2018-12-171-2/+2
* Expect Clang diagnostics in std::launder testEric Fiselier2018-12-171-0/+2
* [libcxx] Speeding up partition_point/lower_bound/upper_boundLouis Dionne2018-12-173-4/+210
* [test] [support] Use socket()+bind() to create unix sockets portablyMichal Gorny2018-12-161-2/+8
* [test] [ctime] Ignore -Wformat-zero-length warningsMichal Gorny2018-12-161-0/+4
* [regex] Use distinct __regex_word on NetBSDMichal Gorny2018-12-161-0/+4
* Fix static assert diagnostic checks in i386Eric Fiselier2018-12-155-5/+5
* Try 2: Fix bug in buildbot start scriptEric Fiselier2018-12-151-1/+1
* Fix bug in buildbot start scriptEric Fiselier2018-12-151-1/+1
* Rework docker setup to make it easier to work around bugs on buildbotsEric Fiselier2018-12-153-2/+19
* Tolerate Clangs new static_assert messagesEric Fiselier2018-12-146-6/+6
* [libcxx] Mark some tests as still failing on macosx10.14Louis Dionne2018-12-143-0/+3
* When resolving a merge conflict, I put something inside an #ifdef. Fixed.Marshall Clow2018-12-141-1/+1
* Implement P1209 - Adopt Consistent Container Erasure from Library Fundamental...Marshall Clow2018-12-1439-1/+1717
* [libcxx] Make sure use_system_cxx_lib does not override cxx_runtime_root for ...Louis Dionne2018-12-142-6/+5
* Update google benchmark againEric Fiselier2018-12-143-12/+31
* Update google benchmark versionEric Fiselier2018-12-1417-100/+194
* [libc++] Fix _LIBCPP_EXPORTED_FROM_ABI when visibility annotations are disabledThomas Anderson2018-12-131-1/+5
* [libcxx] Fix pop_back() tests to make sure they don't always just passLouis Dionne2018-12-132-0/+2
* [libcxx] Add assertion in deque::pop_back when popping from an empty dequeLouis Dionne2018-12-123-4/+55
* [test] [depr.c.headers] XFAIL uchar.h on NetBSDMichal Gorny2018-12-121-0/+1
* [test] [filesystems] NetBSD can do symlink permissions tooMichal Gorny2018-12-121-1/+1
* [test] [filesystems] Extend FreeBSD tv_sec==-1 workaround to NetBSDMichal Gorny2018-12-121-1/+1
* [test] Permit NetBSD in filesystem_dynamic_test_helper.pyMichal Gorny2018-12-111-1/+2
* [libcxx] Only enable the availability LIT feature when we're testing libc++Louis Dionne2018-12-111-2/+4
* [libcxx] Remove the no_default_flags LIT configurationLouis Dionne2018-12-112-44/+32
OpenPOWER on IntegriCloud