aboutsummaryrefslogtreecommitdiffstats
path: root/library/cpp/actors/cppcoro
Commit message (Collapse)AuthorAgeFilesLines
* Intermediate changesrobot-piglet2023-12-0534-2196/+0
|
* Revert commit rXXXXXX,Add env semanticsvidyuk2023-11-245-0/+76
|
* Add env semanticdimdim112023-11-245-76/+0
|
* add darwin-arm64 CMakeListsdcherednik2023-11-206-0/+128
|
* Y_FAIL->Y_ABORT at '^li'ilnurkh2023-10-174-7/+7
| | | | https://clubs.at.yandex-team.ru/arcadia/29404
* Y_VERIFY_DEBUG->Y_DEBUG_ABORT_UNLESS at '-v ydb'ilnurkh2023-10-163-11/+11
| | | | https://clubs.at.yandex-team.ru/arcadia/29404
* Y_VERIFY->Y_ABORT_UNLESS at ^lilnurkh2023-10-095-26/+26
| | | | https://clubs.at.yandex-team.ru/arcadia/29404
* Add the missed includemikhnenko2023-09-251-0/+1
| | | | Обновляю libcxx. При очередном шаге, видимо, поменялась внутренняя система инклудов. В этом коде [перестал](https://a.yandex-team.ru/review/4563541/details?checkId=74300000007107&dialogId=CiCard&filter=resultType%28RT_BUILD%29%3BsuiteCategory%28CATEGORY_CHANGED%29&iterationType=FULL&number=1&openedItems=15950540177304352237%3ART_BUILD%2C12388542047764760906%3ART_BUILD%2C11470847298982251895%3ART_BUILD%2C729955525926945460%3ART_BUILD%2C14835206484459518746%3ART_BUILD%2C4098813625350077376%3ART_BUILD%2C11952358044927700741%3ART_BUILD&snippetViewMode=word-wrap&status=STATUS_FAILED) находиться std::exchange. Добавил явную зависимость
* Fix input variable missprintsvidyuk2023-08-3015-0/+551
|
* All .ll files support in LLVM_BCsvidyuk2023-08-3015-551/+0
|
* Make OSS build happydcherednik2023-08-0812-32/+32
|
* Better C++ coroutine lifetime in actors KIKIMR-18962snaury2023-08-0820-438/+724
|
* Support running C++ coroutines as actors KIKIMR-18962snaury2023-08-0722-0/+1781