summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Fix bug in random.ndk-r20bDan Albert2019-10-143-21/+103
* [libc++] Move __clamp_to_integral to <cmath>, and harden against min()/max() ...Louis Dionne2019-10-143-34/+55
* [libc++] Add `__truncating_cast` for safely casting float types to integersLouis Dionne2019-10-142-0/+124
* Merge remote-tracking branch 'aosp/ndk' into update-from-masterndk-r20-beta3ndk-r20Dan Albert2019-04-15817-6529/+15282
|\
| * Merge remote-tracking branch 'aosp/ndk' into update-from-masterDan Albert2019-03-29817-6529/+15282
|/|
| * Merge to upstream r350972.Dan Albert2019-03-05817-6529/+15282
|/|
| * Change from a to a . Fixes PR#39871.Marshall Clow2019-01-117-23/+23
| * [libcxx] Call __count_bool_true for bitset countAdhemerval Zanella2019-01-111-1/+1
| * Don't use the form '2017y' in tests, since some gcc versions don't allow itMarshall Clow2019-01-112-6/+6
| * Implement the 'sys_time' portions of the C++20 calendaring stuff. Reviewed as...Marshall Clow2019-01-1121-142/+1209
| * [libcxx] Reorganize tests since the application of P0602R4Louis Dionne2019-01-1013-112/+294
| * Filesystem tests: fix fs.op.relativeJF Bastien2019-01-101-43/+83
| * [NFC] Always lock free test: add indirectionJF Bastien2019-01-091-1/+3
| * [NFC] Normalize some test 'main' signaturesJF Bastien2019-01-099-15/+9
| * [libcxx] Add a script to run CI on older MacOS versionsLouis Dionne2019-01-091-0/+180
| * [libcxx] Add a script to run CI on MacOSLouis Dionne2019-01-091-0/+153
| * Mark two UDL tests as being unsupported with Clang 7Eric Fiselier2019-01-092-2/+2
| * [libcxx] Remove outdated XFAILs for aligned deallocationLouis Dionne2019-01-091-10/+0
| * Mark two more tests as FLAKYEric Fiselier2019-01-092-0/+4
| * [Sema] Teach Clang that aligned allocation is not supported with macosx10.13Louis Dionne2019-01-082-9/+18
| * Set the buffer of an fstream to empty when the underlying file is closed. Thi...Marshall Clow2019-01-082-0/+36
| * [libcxx] Optimize vectors construction of trivial types from an iterator rang...Volodymyr Sapsai2019-01-082-9/+48
| * Mark more tests as flakyEric Fiselier2019-01-075-0/+10
| * Add the feature test macros that were defined in p1353r0 to the headers of th...Marshall Clow2019-01-073-1/+35
| * [libcxx] Support building hermetic static libraryPetr Hosek2019-01-063-33/+72
| * Fix PR39749 - Headers containing just #error harm __has_include.Eric Fiselier2019-01-0624-19/+411
| * Fix flaky symlink access time test.Eric Fiselier2019-01-051-5/+7
| * Revert "D56064: More tolerance for flaky tests in libc++ on NetBSD"Kamil Rytarowski2019-01-051-7/+0
| * De-tab a couple tests. NFCMarshall Clow2019-01-033-6/+6
| * 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