Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | YT-21001: FiberContext::BeforeSwitch is now properly inlined | arkady-e1ppa | 2024-02-19 | 1 | -10/+15 |
| | | | | | Improve annotations 5bd824bae00ce17bf4db9b1181455252e94f0b9f | ||||
* | Mute -Wdeprecated-declarations error when thread sanitizer enabled on darwin ↵ | hiddenpath | 2023-05-09 | 1 | -0/+10 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | platform При сборке проектов с ```--sanitize=thread``` под **darwin**, по умолчанию попадет ```util``` и его часть ```system/context.h```, где в случае ```thread_sanitizer_enabled``` выставляется ```USE_UCONTEXT_CONT```, что приводит к использованию [депрекейтнутного](https://opensource.apple.com/source/libplatform/libplatform-125/include/ucontext.h.auto.html) ```<ucontext.h>``` из [macos_sdk](https://a.yandex-team.ru/arcadia/build/platform/macos_sdk/ya.make?rev=rXXXXXX#L6). Без должных изменений, сборка падает с ошибкой. ```In file included from /Users/hiddenpath/.ya/build/build_root/fnjm/000128/util/all_system_1.cpp:13: In file included from /Users/hiddenpath/arcadia/util/system/context.cpp:31: In file included from /Users/hiddenpath/arcadia/util/system/context.h:46: /Users/hiddenpath/.ya/tools/v4/2088833948/usr/include/ucontext.h:51:2: error: The deprecated ucontext routines require _XOPEN_SOURCE to be defined #error The deprecated ucontext routines require _XOPEN_SOURCE to be defined ^ In file included from /Users/hiddenpath/.ya/build/build_root/fnjm/000128/util/all_system_1.cpp:13: In file included from /Users/hiddenpath/arcadia/util/system/context.cpp:31: /Users/hiddenpath/arcadia/util/system/context.h:68:9: error: use of undeclared identifier 'getcontext' getcontext(&Ctx_); ^ /Users/hiddenpath/arcadia/util/system/context.h:72:9: error: use of undeclared identifier 'getcontext' getcontext(&Ctx_); ^ /Users/hiddenpath/arcadia/util/system/context.h:80:9: error: use of undeclared identifier 'makecontext' makecontext(&Ctx_, (ucontext_func_t)ContextTrampoLine, 1, c.TrampoLine); ^ /Users/hiddenpath/arcadia/util/system/context.h:87:9: error: use of undeclared identifier 'swapcontext' swapcontext(&Ctx_, &next->Ctx_); ^ 5 errors generated. Failed | ||||
* | Clang14: Fix library/cpp/coroutine/engine under tsan | pg | 2022-09-29 | 1 | -1/+3 |
| | |||||
* | Restoring authorship annotation for <halin-george@yandex-team.ru>. Commit 2 ↵ | halin-george | 2022-02-10 | 1 | -1/+1 |
| | | | | of 2. | ||||
* | Restoring authorship annotation for <halin-george@yandex-team.ru>. Commit 1 ↵ | halin-george | 2022-02-10 | 1 | -1/+1 |
| | | | | of 2. | ||||
* | Restoring authorship annotation for <kimkim@yandex-team.ru>. Commit 2 of 2. | kimkim | 2022-02-10 | 1 | -1/+1 |
| | |||||
* | Restoring authorship annotation for <kimkim@yandex-team.ru>. Commit 1 of 2. | kimkim | 2022-02-10 | 1 | -1/+1 |
| | |||||
* | Restoring authorship annotation for Alexander Gololobov ↵ | Alexander Gololobov | 2022-02-10 | 1 | -1/+1 |
| | | | | <davenger@yandex-team.com>. Commit 2 of 2. | ||||
* | Restoring authorship annotation for Alexander Gololobov ↵ | Alexander Gololobov | 2022-02-10 | 1 | -1/+1 |
| | | | | <davenger@yandex-team.com>. Commit 1 of 2. | ||||
* | Restoring authorship annotation for <agorodilov@yandex-team.ru>. Commit 2 of 2. | agorodilov | 2022-02-10 | 1 | -3/+3 |
| | |||||
* | Restoring authorship annotation for <agorodilov@yandex-team.ru>. Commit 1 of 2. | agorodilov | 2022-02-10 | 1 | -3/+3 |
| | |||||
* | Restoring authorship annotation for Ivan Komarov <Ivan.Komarov@dfyz.info>. ↵ | Ivan Komarov | 2022-02-10 | 1 | -1/+1 |
| | | | | Commit 2 of 2. | ||||
* | Restoring authorship annotation for Ivan Komarov <Ivan.Komarov@dfyz.info>. ↵ | Ivan Komarov | 2022-02-10 | 1 | -1/+1 |
| | | | | Commit 1 of 2. | ||||
* | Restoring authorship annotation for Ruslan Kovalev ↵ | Ruslan Kovalev | 2022-02-10 | 1 | -1/+1 |
| | | | | <ruslan.a.kovalev@gmail.com>. Commit 2 of 2. | ||||
* | Restoring authorship annotation for Ruslan Kovalev ↵ | Ruslan Kovalev | 2022-02-10 | 1 | -1/+1 |
| | | | | <ruslan.a.kovalev@gmail.com>. Commit 1 of 2. | ||||
* | Restoring authorship annotation for <leo@yandex-team.ru>. Commit 2 of 2. | leo | 2022-02-10 | 1 | -1/+1 |
| | |||||
* | Restoring authorship annotation for <leo@yandex-team.ru>. Commit 1 of 2. | leo | 2022-02-10 | 1 | -1/+1 |
| | |||||
* | Restoring authorship annotation for Vlad Yaroslavlev <vladon@vladon.com>. ↵ | Vlad Yaroslavlev | 2022-02-10 | 1 | -8/+8 |
| | | | | Commit 2 of 2. | ||||
* | Restoring authorship annotation for Vlad Yaroslavlev <vladon@vladon.com>. ↵ | Vlad Yaroslavlev | 2022-02-10 | 1 | -8/+8 |
| | | | | Commit 1 of 2. | ||||
* | Restoring authorship annotation for <prime@yandex-team.ru>. Commit 2 of 2. | prime | 2022-02-10 | 1 | -1/+1 |
| | |||||
* | Restoring authorship annotation for <prime@yandex-team.ru>. Commit 1 of 2. | prime | 2022-02-10 | 1 | -1/+1 |
| | |||||
* | Restoring authorship annotation for <somov@yandex-team.ru>. Commit 2 of 2. | somov | 2022-02-10 | 1 | -2/+2 |
| | |||||
* | Restoring authorship annotation for <somov@yandex-team.ru>. Commit 1 of 2. | somov | 2022-02-10 | 1 | -2/+2 |
| | |||||
* | Restoring authorship annotation for Anton Samokhvalov <pg83@yandex.ru>. ↵ | Anton Samokhvalov | 2022-02-10 | 1 | -157/+157 |
| | | | | Commit 2 of 2. | ||||
* | Restoring authorship annotation for Anton Samokhvalov <pg83@yandex.ru>. ↵ | Anton Samokhvalov | 2022-02-10 | 1 | -157/+157 |
| | | | | Commit 1 of 2. | ||||
* | Restoring authorship annotation for <thegeorg@yandex-team.ru>. Commit 2 of 2. | thegeorg | 2022-02-10 | 1 | -4/+4 |
| | |||||
* | Restoring authorship annotation for <thegeorg@yandex-team.ru>. Commit 1 of 2. | thegeorg | 2022-02-10 | 1 | -4/+4 |
| | |||||
* | intermediate changes | Devtools Arcadia | 2022-02-07 | 1 | -0/+181 |
ref:cde9a383711a11544ce7e107a78147fb96cc4029 |