summaryrefslogtreecommitdiffstats
path: root/library/cpp/yt
Commit message (Collapse)AuthorAgeFilesLines
...
* feat: add dlc-ctl package to autocheckcody02022-10-131-12/+2
|
* add test to reproduce the buggvit2022-10-101-4/+10
|
* Memory reference tracking restylingsavrus2022-10-078-48/+105
|
* Fix of aligned_free on windowsaleexfi2022-10-044-14/+26
|
* Support logic time in ORMdgolear2022-09-233-0/+21
|
* Introduce shared range holderssavrus2022-09-196-52/+57
|
* Sane handling of %x and %X for pointers in Formatbabenko2022-09-193-5/+38
|
* Fix tsan warnings in yt intrusive ptrayles2022-09-191-0/+4
| | | | | | | | | | | | | | | | | | | | | For example, https://github.com/google/sanitizers/issues/1352 - tsan is not working well with std::atomic_thread_fence Minimal reproducible example (and one that bothers most in every fiber-aware service): ``` auto threadPool = NYT::New<NYT::NConcurrency::TThreadPool>(2, "thread"); TVector<NYT::TFuture<void>> futures; for (size_t i = 0; i < 100000; ++i) { futures.emplace_back(BIND([]() { }).AsyncVia(threadPool->GetInvoker()).Run()); } for (auto& future : futures) { future.Get().ThrowOnError(); } ```
* Rebalancing autocheck partitions and distbuild clusters.robot-dts-analyst2022-09-192-3/+4
| | | The process of preparing changes https://sandbox.yandex-team.ru/task/1452983473/view
* Support logging unstructured messages to structured logbabenko2022-09-154-1/+36
|
* Update external build system generation utilityrobot-ya-builder2022-09-011-0/+18
| | | | * [cmake] Hierarchical add_subdirectroy structure * [cmake] Support for same file compilation multiple times with different flags
* Natively support %x and %X in Formatbabenko2022-08-266-86/+287
|
* Add simple atomic ptrlukyan2022-08-156-17/+574
|
* Get rid of NYTAlloc::GetAllocationSize usagesbabenko2022-08-085-19/+29
|
* Update contrib/restricted/boost/format to 1.79.0robot-contrib2022-08-082-0/+13
|
* Get rid of NYTAlloc::FreeNonNull usagesbabenko2022-08-082-3/+3
|
* Introduce TSharedMutableRefAllocateOptionsbabenko2022-08-075-28/+34
|
* Reimport boost/typeof as a separate projectbugaevskiy2022-08-061-0/+4
|
* coalescevvvv2022-08-022-0/+85
|
* Reimport boost/align as a separate projectbugaevskiy2022-07-232-0/+10
|
* Drop some thunks from yt/yt/core/misc, part 1babenko2022-07-201-1/+2
|
* Better logginghor9112022-07-181-1/+9
|
* rebalancing in sandbox task 1379675374robot-dts-analyst2022-07-182-2/+2
| | | rebalancing
* Consistent logginghor9112022-07-166-122/+242
|
* Fix compiling jwt-cpp on Darwinthegeorg2022-07-151-3/+5
| | | Нашёл локальный для Маркета фикс и вынес в код самого контриба.
* fix ya.makemonster2022-07-0740-488/+1933
|
* intermediate changesarcadia-devtools2022-07-042-12/+10
| | | | ref:eb323ed6990ec25c44f6fff39b4c6e695146549d
* intermediate changesarcadia-devtools2022-06-112-4/+6
| | | | ref:9f55d2c3ce619b2f172c3d636d0caefc9dc33095
* intermediate changesarcadia-devtools2022-06-013-0/+34
| | | | ref:92c37846cff40718ed69273194a02776aa72f499
* intermediate changesarcadia-devtools2022-05-312-34/+0
| | | | ref:85306a27df0004d13faf777131d0b092370e6b90
* intermediate changesarcadia-devtools2022-05-191-3/+2
| | | | ref:f3ffb3a755c21a39bc6808f3e66c750045ea5b55
* intermediate changesarcadia-devtools2022-05-121-3/+3
| | | | ref:a6dd4541cd4224304d6eeff974067ff591bc40a7
* intermediate changesarcadia-devtools2022-05-011-2/+1
| | | | ref:aafcc5ea05b838722ba43f58219d93b62e33ed1a
* intermediate changesarcadia-devtools2022-04-201-2/+2
| | | | ref:f2243b78f0917d7ce3c70b9377e96b0489c800c5
* intermediate changesarcadia-devtools2022-04-171-6/+0
| | | | ref:d3515f56b52a66049f5804ad22ad29f3dd32edce
* Fix -Wdeprecated-copy errors detected by clang14thegeorg2022-04-141-0/+1
| | | | ref:7b522d0dad8f0d64dd508e61325124ea9d2ebf30
* intermediate changesarcadia-devtools2022-03-161-1/+0
| | | | ref:d483e9e2fc8bfef633904bd3103470d44e8d0eb4
* intermediate changesarcadia-devtools2022-03-162-93/+0
| | | | ref:38a8ea5b493bef3b2e624055e6a04d33164137a9
* intermediate changesarcadia-devtools2022-03-1517-299/+0
| | | | ref:ca7a95e8c9a9d780f96497136a152091d54e61b5
* Improve SystemCommand check in YDB CLI, KIKIMR-14321pnv12022-03-018-0/+72
| | | | ref:fe5ed49138dce046a93c364cc8879fad3abf3eef
* intermediate changesarcadia-devtools2022-02-255-0/+96
| | | | ref:e3f00ef4e6dea6578b7e9ead4e6c020e1e259495
* intermediate changesarcadia-devtools2022-02-212-6/+6
| | | | ref:ff022ac951849edb1ef2cc274bf6c1c6863144a1
* intermediate changesarcadia-devtools2022-02-188-0/+82
| | | | ref:1a0585d83f27cb6fb5b9c4f68a08177e10faf3b3
* Restoring authorship annotation for <[email protected]>. Commit 2 of 2.capone2122022-02-101-1/+1
|
* Restoring authorship annotation for <[email protected]>. Commit 1 of 2.capone2122022-02-101-1/+1
|
* Restoring authorship annotation for <[email protected]>. Commit 2 of 2.klyachin2022-02-107-120/+120
|
* Restoring authorship annotation for <[email protected]>. Commit 1 of 2.klyachin2022-02-107-120/+120
|
* Restoring authorship annotation for <[email protected]>. Commit 2 of 2.arivkin2022-02-103-15/+15
|
* Restoring authorship annotation for <[email protected]>. Commit 1 of 2.arivkin2022-02-103-15/+15
|
* Restoring authorship annotation for <[email protected]>. Commit 2 of 2.kiselyovp2022-02-102-2/+2
|