aboutsummaryrefslogtreecommitdiffstats
path: root/library/cpp
Commit message (Collapse)AuthorAgeFilesLines
* New version of the tld SKIP_CHECK SKIP_REVIEWrobot-ratatosk2024-02-011-1/+1
|
* Mark methods as consthiddenpath2024-02-011-3/+3
|
* sprintf -> snprintf as it is deprecated on macOS..akhropov2024-01-311-2/+2
|
* Intermediate changesrobot-piglet2024-01-313-12/+12
|
* New version of the tld SKIP_CHECK SKIP_REVIEWrobot-ratatosk2024-01-311-1/+1
|
* [library/cpp/yt] fix peerdirtldr2024-01-301-0/+1
|
* Move enum_indexed_array from misc to containersbabenko2024-01-298-6/+11
|
* Intermediate changesrobot-piglet2024-01-291-3/+3
|
* New version of the tld SKIP_CHECK SKIP_REVIEWrobot-ratatosk2024-01-281-1/+1
|
* Drop TEnumIndexedVectorbabenko2024-01-274-129/+0
|
* Intermediate changesrobot-piglet2024-01-261-1/+1
|
* Introduce TEnumIndexedArray as a refurbished version of TEnumIndexedVectorbabenko2024-01-2510-54/+262
|
* New version of the tld SKIP_CHECK SKIP_REVIEWrobot-ratatosk2024-01-251-1/+1
|
* New version of the tld SKIP_CHECK SKIP_REVIEWrobot-ratatosk2024-01-231-3/+1
|
* Specialize iterator_traits for TIpAddressRange iteratorhiddenpath2024-01-221-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>; ```
* Revertzenoyan2024-01-191-1/+1
| | | | Note: mandatory check (NEED_CHECK) was skipped
* Up tld listzenoyan2024-01-191-1/+1
| | | | Note: mandatory check (NEED_CHECK) was skipped
* feat contrib: aiogram 3armenqa2024-01-191646-38635/+14
| | | | Relates: https://st.yandex-team.ru/, https://st.yandex-team.ru/
* Library import 8 (#1074)AlexSm2024-01-1816-52/+98
| | | | | * Library import 8 * Add contrib/libs/cxxsupp/libcxx/include/__verbose_abort
* Library import 7 (#937)AlexSm2024-01-116-5/+75
|
* Library import 6 (#888)AlexSm2024-01-095-4/+117
|
* Library import 5, delete go dependencies (#832)AlexSm2024-01-0419-474/+37
| | | | | * Library import 5, delete go dependencies * Fix yt client
* Import libs 4 (#758)AlexSm2023-12-2711-55/+104
|
* Import libs 3 (#679)AlexSm2023-12-225-10/+53
|
* Import libs 1 (#590)AlexSm2023-12-215-32/+33
| | | | | | | * Import libs 1 * Add new file without extension * Add file missed in export config
* Fix modernize-use-emplace reported by clang-tidy16thegeorg2023-12-141-1/+1
|
* Better relational operators for TStrongTypedefbabenko2023-12-132-31/+32
|
* Add Drain method for TBlockingQueuetytskiy2023-12-112-0/+109
|
* Make support_retries() and get_type() methods of object instead of class ↵say2023-12-0821-3871/+0
| | | | ones. Reduce get_type_name() usage.
* Try enable TSAN on report unit-testsnechda2023-12-082-2/+4
| | | | Включаем TSAN над юнит-тестами репорта + для реализации TLightGuard-ов делаем фолбэк на обычные гарды в режиме сборки с санитайзерами.
* Support for single-threaded backtrace_stateigorbalduev2023-12-072-23/+50
| | | | | | Обнаружилось, что при использовании *libbacktrace* в многопоточном режиме приложение течёт по памяти. Пофиксили утечки мьютексом, но т.к. теперь *libbacktrace* в нашем коде фактически используется в один поток, имеет смысл использовать его с соответствующими опциями в `backtrace_state`. Добавил сбоку к существующему коду `unsafe`-версию `ResolveBacktrace`.
* YT-20547: TIncarnationId is strongly typedarkady-e1ppa2023-12-062-1/+41
| | | | First commit
* Fix utinnokentii2023-12-065-4462/+0
| | | | fix ut
* library/yson: Add NodeFromJsonStringIterativeionagamed2023-12-066-2/+92
| | | | AI для
* parsing promosmoroznastya2023-12-053-4/+38
|
* Use volatile TLS in library/cpp/ytlukyan2023-12-058-18/+32
|
* Require EMasterReign to be monotonickvk19202023-12-052-4/+6
|
* YT-20547: OperationId is strongly typedarkady-e1ppa2023-12-054-5/+221
|
* External build system generator release 65robot-ya-builder2023-12-05274-822/+822
| | | | Update tools: yexport, os-yexport
* YT-18655 Support prerequisite transactions in dynamic tables writeGrigory Reznikov2023-12-054-0/+223
| | | | | | | | | | We are building a service that uses dynamic tables as a metadata storage. Cypress is used for a leader election and prerequisite transactions are used to prevent races, however prerequisite transactions are not supported for dynamic table operations. This PR fixes that. I hereby agree to the terms of the CLA available at: https://yandex.ru/legal/cla/?lang=en --- Pull Request resolved: https://github.com/ytsaurus/ytsaurus/pull/162
* Copy fyamlcpp to ydb/libraryinnokentii2023-12-058-121/+0
| | | | copy fyamlcpp to ydb/library
* Revert commit rXXXXXX,Fix clashing macrohiddenpath2023-12-0514-22/+22
|
* Intermediate changesrobot-piglet2023-12-05651-84412/+0
|
* Fix clashing macrohiddenpath2023-12-0414-22/+22
|
* Change "config.yaml"alexv-smirnov2023-12-031-1/+0
|
* Intermediate changesrobot-piglet2023-12-0277-0/+9546
|
* (no commit message)pg2023-12-0114-90/+24
|
* Intermediate changesrobot-piglet2023-12-0177-9546/+0
|
* Use own copy of actorlib. KIKIMR-20294dcherednik2023-11-301-432/+0
|
* YQ Connector:Use docker-compose in integrational testsvitalyisaev2023-11-3098-0/+13417
|