summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Snap for 5495412 from b0178936b6e5ee38923849fd461b0f0499d84575 to qt-releaseandroid-vts-10.0_r1android-cts-10.0_r2android-cts-10.0_r1android-10.0.0_r6android-10.0.0_r5android-10.0.0_r4android-10.0.0_r3android-10.0.0_r2android-10.0.0_r17android-10.0.0_r1android-build-team Robot2019-04-231-0/+1
|\
| * Adding libc++fs to recovery availableandroid-10.0.0_r9android-10.0.0_r8android-10.0.0_r7Bowgo Tsai2019-04-201-0/+1
* | Snap for 5348557 from 5ed7dee3265ed1dae9a9bc14ba13047763739a6d to qt-releaseandroid-build-team Robot2019-03-032-0/+2
|\|
| * Enable testing C++ coroutines TS. am: fd86c1f3ed am: 8f93e21050Dan Albert2019-02-282-0/+2
| |\
| | * Enable testing C++ coroutines TS. am: fd86c1f3edDan Albert2019-02-282-0/+2
| | |\
| | | * Enable testing C++ coroutines TS.Dan Albert2019-02-282-0/+2
| | | |\
| | | | * Enable testing C++ coroutines TS.android-q-preview-6android-q-preview-5android-q-preview-4android-q-preview-2.5android-q-preview-1android-o-mr1-iot-release-1.0.10Dan Albert2019-02-282-0/+2
* | | | | Snap for 5335706 from cec21a6005a11c479afe89931861b51d1d71f84d to qt-releaseandroid-build-team Robot2019-02-260-0/+0
|\| | | |
| * | | | Merge stage-aosp-master into pi-dev-plus-aospXin Li2019-02-250-0/+0
| |\| | |
| | * | | Merge stage-aosp-master into pi-dev-plus-aospXin Li2019-02-250-0/+0
| | |\| |
| | | * | DO NOT MERGE - Merge pi-dev@5234907 into stage-aosp-masterXin Li2019-02-200-0/+0
| | | |\ \
* | | | | | Snap for 5316819 from 0162a2440d395e3ae3bb6456a2bdca1dd9af229c to qt-releaseandroid-build-team Robot2019-02-171-6/+1
|\| | | | |
| * | | | | Functionally revert "config: disable thread safety analysis on COFF". am: 068...Josh Gao2019-02-141-6/+1
| |\| | | |
| | * | | | Functionally revert "config: disable thread safety analysis on COFF". am: 068...Josh Gao2019-02-141-6/+1
| | |\| | |
| | | * | | Functionally revert "config: disable thread safety analysis on COFF".Josh Gao2019-02-141-6/+1
| | | |\ \ \ | | | | | |/ | | | | |/|
| | | | * | Functionally revert "config: disable thread safety analysis on COFF".Josh Gao2019-02-131-6/+1
* | | | | | Snap for 5240105 from 3930c1250d6e2289eb77bb3debca056302b4866e to qt-releaseandroid-build-team Robot2019-01-17404-1735/+8700
|\| | | | |
| * | | | | Merge to upstream r350972. am: e4b6d367d4 am: 44312eb8e9Dan Albert2019-01-16404-1735/+8700
| |\| | | |
| | * | | | Merge to upstream r350972. am: e4b6d367d4Dan Albert2019-01-16404-1735/+8700
| | |\| | | | | | |_|/ | | |/| |
| | | * | Merge to upstream r350972.Dan Albert2019-01-16404-1735/+8700
| | | |\|
| | | | * Merge to upstream r350972.Dan Albert2019-01-11404-1735/+8700
| | | | |\
| | | | | * 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