Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | YDB Import 566 | robot-ydb-importer | 2024-02-14 | 5 | -0/+694 |
| | | | | 96265cd0cc64e1b9bb31fe97b915ed2a09caf1cb | ||||
* | New version of the tld SKIP_CHECK SKIP_REVIEW | robot-ratatosk | 2024-02-13 | 1 | -1/+1 |
| | |||||
* | Replace complex hack in monlib macro | innokentii | 2024-02-12 | 2 | -10/+2 |
| | | | | replace complex hack in monlib macro | ||||
* | discourage inlining of the NResource::TRegHelper's constructor | swarmer | 2024-02-12 | 2 | -4/+6 |
| | | | | Микрооптимизация, уменьшающая в два раза число вызовов функций на каждый helper: компилятор пытается встраивать тело конструктора, хотя не имеет никаких шансов что-то в нём соптимизировать без LTO или без знания о том, что `CommonStore()` всегда возвращает одно и то же значнеие, . | ||||
* | fix use-after-free in the IModelsArchiveReader class | swarmer | 2024-02-11 | 3 | -11/+17 |
| | | | | The implementation has also been moved into a cpp file. | ||||
* | New version of the tld SKIP_CHECK SKIP_REVIEW | robot-ratatosk | 2024-02-10 | 1 | -1/+1 |
| | |||||
* | New version of the tld SKIP_CHECK SKIP_REVIEW | robot-ratatosk | 2024-02-07 | 1 | -3/+1 |
| | |||||
* | Intermediate changes | robot-piglet | 2024-02-06 | 1 | -0/+17 |
| | |||||
* | fix prometheus_decoder ConsumeCounter | aleksei-le | 2024-02-06 | 1 | -4/+6 |
| | |||||
* | New version of the tld SKIP_CHECK SKIP_REVIEW | robot-ratatosk | 2024-02-04 | 1 | -1/+1 |
| | |||||
* | Intermediate changes | robot-piglet | 2024-02-02 | 1 | -2/+63 |
| | |||||
* | New version of the tld SKIP_CHECK SKIP_REVIEW | robot-ratatosk | 2024-02-01 | 1 | -1/+1 |
| | |||||
* | Mark methods as const | hiddenpath | 2024-02-01 | 1 | -3/+3 |
| | |||||
* | sprintf -> snprintf as it is deprecated on macOS.. | akhropov | 2024-01-31 | 1 | -2/+2 |
| | |||||
* | Intermediate changes | robot-piglet | 2024-01-31 | 3 | -12/+12 |
| | |||||
* | New version of the tld SKIP_CHECK SKIP_REVIEW | robot-ratatosk | 2024-01-31 | 1 | -1/+1 |
| | |||||
* | [library/cpp/yt] fix peerdir | tldr | 2024-01-30 | 1 | -0/+1 |
| | |||||
* | Move enum_indexed_array from misc to containers | babenko | 2024-01-29 | 8 | -6/+11 |
| | |||||
* | Intermediate changes | robot-piglet | 2024-01-29 | 1 | -3/+3 |
| | |||||
* | New version of the tld SKIP_CHECK SKIP_REVIEW | robot-ratatosk | 2024-01-28 | 1 | -1/+1 |
| | |||||
* | Drop TEnumIndexedVector | babenko | 2024-01-27 | 4 | -129/+0 |
| | |||||
* | Intermediate changes | robot-piglet | 2024-01-26 | 1 | -1/+1 |
| | |||||
* | Introduce TEnumIndexedArray as a refurbished version of TEnumIndexedVector | babenko | 2024-01-25 | 10 | -54/+262 |
| | |||||
* | New version of the tld SKIP_CHECK SKIP_REVIEW | robot-ratatosk | 2024-01-25 | 1 | -1/+1 |
| | |||||
* | New version of the tld SKIP_CHECK SKIP_REVIEW | robot-ratatosk | 2024-01-23 | 1 | -3/+1 |
| | |||||
* | Specialize iterator_traits for TIpAddressRange iterator | hiddenpath | 2024-01-22 | 1 | -0/+5 |
| | | | | | | | | | | | ``` In file included from $(SOURCE_ROOT)/contrib/libs/cxxsupp/libcxx/include/__algorithm/copy_move_common.h:12: $(SOURCE_ROOT)/contrib/libs/cxxsupp/libcxx/include/__algorithm/iterator_operations.h:72:3: error: no type named 'value_type' in 'std::iterator_traits<TIpAddressRange::TIterator>' using __value_type = typename iterator_traits<_Iter>::value_type; ^~~~~ $(SOURCE_ROOT)/contrib/libs/cxxsupp/libcxx/include/__algorithm/copy_move_common.h:149:62: note: in instantiation of template type alias '__value_type' requested here using _InValue = typename _IterOps<_AlgPolicy>::template __value_type<_InIter>; ``` | ||||
* | Revert | zenoyan | 2024-01-19 | 1 | -1/+1 |
| | | | | Note: mandatory check (NEED_CHECK) was skipped | ||||
* | Up tld list | zenoyan | 2024-01-19 | 1 | -1/+1 |
| | | | | Note: mandatory check (NEED_CHECK) was skipped | ||||
* | feat contrib: aiogram 3 | armenqa | 2024-01-19 | 1646 | -38635/+14 |
| | | | | Relates: https://st.yandex-team.ru/, https://st.yandex-team.ru/ | ||||
* | Library import 8 (#1074) | AlexSm | 2024-01-18 | 16 | -52/+98 |
| | | | | | * Library import 8 * Add contrib/libs/cxxsupp/libcxx/include/__verbose_abort | ||||
* | Library import 7 (#937) | AlexSm | 2024-01-11 | 6 | -5/+75 |
| | |||||
* | Library import 6 (#888) | AlexSm | 2024-01-09 | 5 | -4/+117 |
| | |||||
* | Library import 5, delete go dependencies (#832) | AlexSm | 2024-01-04 | 19 | -474/+37 |
| | | | | | * Library import 5, delete go dependencies * Fix yt client | ||||
* | Import libs 4 (#758) | AlexSm | 2023-12-27 | 11 | -55/+104 |
| | |||||
* | Import libs 3 (#679) | AlexSm | 2023-12-22 | 5 | -10/+53 |
| | |||||
* | Import libs 1 (#590) | AlexSm | 2023-12-21 | 5 | -32/+33 |
| | | | | | | | * Import libs 1 * Add new file without extension * Add file missed in export config | ||||
* | Fix modernize-use-emplace reported by clang-tidy16 | thegeorg | 2023-12-14 | 1 | -1/+1 |
| | |||||
* | Better relational operators for TStrongTypedef | babenko | 2023-12-13 | 2 | -31/+32 |
| | |||||
* | Add Drain method for TBlockingQueue | tytskiy | 2023-12-11 | 2 | -0/+109 |
| | |||||
* | Make support_retries() and get_type() methods of object instead of class ↵ | say | 2023-12-08 | 21 | -3871/+0 |
| | | | | ones. Reduce get_type_name() usage. | ||||
* | Try enable TSAN on report unit-tests | nechda | 2023-12-08 | 2 | -2/+4 |
| | | | | Включаем TSAN над юнит-тестами репорта + для реализации TLightGuard-ов делаем фолбэк на обычные гарды в режиме сборки с санитайзерами. | ||||
* | Support for single-threaded backtrace_state | igorbalduev | 2023-12-07 | 2 | -23/+50 |
| | | | | | | Обнаружилось, что при использовании *libbacktrace* в многопоточном режиме приложение течёт по памяти. Пофиксили утечки мьютексом, но т.к. теперь *libbacktrace* в нашем коде фактически используется в один поток, имеет смысл использовать его с соответствующими опциями в `backtrace_state`. Добавил сбоку к существующему коду `unsafe`-версию `ResolveBacktrace`. | ||||
* | YT-20547: TIncarnationId is strongly typed | arkady-e1ppa | 2023-12-06 | 2 | -1/+41 |
| | | | | First commit | ||||
* | Fix ut | innokentii | 2023-12-06 | 5 | -4462/+0 |
| | | | | fix ut | ||||
* | library/yson: Add NodeFromJsonStringIterative | ionagamed | 2023-12-06 | 6 | -2/+92 |
| | | | | AI для | ||||
* | parsing promos | moroznastya | 2023-12-05 | 3 | -4/+38 |
| | |||||
* | Use volatile TLS in library/cpp/yt | lukyan | 2023-12-05 | 8 | -18/+32 |
| | |||||
* | Require EMasterReign to be monotonic | kvk1920 | 2023-12-05 | 2 | -4/+6 |
| | |||||
* | YT-20547: OperationId is strongly typed | arkady-e1ppa | 2023-12-05 | 4 | -5/+221 |
| | |||||
* | External build system generator release 65 | robot-ya-builder | 2023-12-05 | 274 | -822/+822 |
| | | | | Update tools: yexport, os-yexport |