aboutsummaryrefslogtreecommitdiffstats
path: root/library/cpp
Commit message (Collapse)AuthorAgeFilesLines
* disjoint_interval_tree has been fixed for the only one intervalhcpp2024-03-042-1/+13
| | | | 591efff179d61582961dbd66ad865cec1fbf9886
* New version of the tld SKIP_CHECK SKIP_REVIEWrobot-ratatosk2024-03-011-1/+1
| | | | 41cc54fde10b0b783aec4948c1dc8eae35cea047
* New version of the tld SKIP_CHECK SKIP_REVIEWrobot-ratatosk2024-02-281-1/+1
| | | | dac62cd9954d9192bc048002d928fc9e5c9cde1f
* Add correct log for ifax snapshots unzipping.ypodlesov2024-02-261-4/+2
| | | | | Add correct log for ifax snapshots unzipping. 7b2383c901420c90a431c34bb7f8695372b68edf
* New version of the tld SKIP_CHECK SKIP_REVIEWrobot-ratatosk2024-02-251-1/+1
| | | | 7f74579a194296c8b3e8c263bfd3d35de08cce9d
* Add logg for string that was not parsed.ypodlesov2024-02-231-2/+4
| | | | | Add logg for string that was not parsed. 25aa9e299c9b879525a92d38661fa5a66d5c25a1
* YDB Import 569robot-ydb-importer2024-02-231-28/+0
| | | | 32a3bf6b3ca0706c3644c01a7d0885db6cdb2fc3
* Weekday Generation From Civil Secondandreyshspb2024-02-222-0/+13
| | | | | Weekday Generation From Civil Second 70003fbf387f8f0157cff5f0fa3ab4354871d703
* New version of the tld SKIP_CHECK SKIP_REVIEWrobot-ratatosk2024-02-221-1/+1
| | | | 5383f45f0d7fadf7fe1f72830869c4caa770749b
* Remove dead codethegeorg2024-02-211-193/+0
| | | | 126c0cfa83378569f6fcef85a64a147009117de2
* New version of the tld SKIP_CHECK SKIP_REVIEWrobot-ratatosk2024-02-191-1/+1
| | | | 76faaa2be1a95a3ba117ecb4d48e22eac0360f99
* New version of the tld SKIP_CHECK SKIP_REVIEWrobot-ratatosk2024-02-161-1/+1
| | | | 155ab801b664cc38013eaea040033fd1eefae1b3
* ,Speedup scheduling failures commitrogday2024-02-162-0/+12
| | | | 62c4cf20966ac12ba500e1b7f7f048969a8aacca
* support Any in Proto2Jsonlavv172024-02-155-4/+79
| | | | 31e18f04efdf8642428d4ab8ec8c87b4101f5ff2
* Add .Data/.data methods to NYT::TRangepechatnov2024-02-151-0/+10
| | | | f637e6debdcb60f78ab07fb4be833a881a1452f7
* YDB Import 566robot-ydb-importer2024-02-145-0/+694
| | | | 96265cd0cc64e1b9bb31fe97b915ed2a09caf1cb
* New version of the tld SKIP_CHECK SKIP_REVIEWrobot-ratatosk2024-02-131-1/+1
|
* Replace complex hack in monlib macroinnokentii2024-02-122-10/+2
| | | | replace complex hack in monlib macro
* discourage inlining of the NResource::TRegHelper's constructorswarmer2024-02-122-4/+6
| | | | Микрооптимизация, уменьшающая в два раза число вызовов функций на каждый helper: компилятор пытается встраивать тело конструктора, хотя не имеет никаких шансов что-то в нём соптимизировать без LTO или без знания о том, что `CommonStore()` всегда возвращает одно и то же значнеие, .
* fix use-after-free in the IModelsArchiveReader classswarmer2024-02-113-11/+17
| | | | The implementation has also been moved into a cpp file.
* New version of the tld SKIP_CHECK SKIP_REVIEWrobot-ratatosk2024-02-101-1/+1
|
* New version of the tld SKIP_CHECK SKIP_REVIEWrobot-ratatosk2024-02-071-3/+1
|
* Intermediate changesrobot-piglet2024-02-061-0/+17
|
* fix prometheus_decoder ConsumeCounteraleksei-le2024-02-061-4/+6
|
* New version of the tld SKIP_CHECK SKIP_REVIEWrobot-ratatosk2024-02-041-1/+1
|
* Intermediate changesrobot-piglet2024-02-021-2/+63
|
* 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
|