summaryrefslogtreecommitdiffstats
path: root/library/cpp/yt
Commit message (Collapse)AuthorAgeFilesLines
...
* Cosmetics in ref countedlukyan2022-12-263-7/+7
|
* Sync linux-headers instead of using system onesthegeorg2022-12-1540-113/+669
|
* Node maintenance requestskvk19202022-12-082-4/+10
|
* Fix nallocx redefinition when using lf allocator on windowsaleexfi2022-12-063-13/+18
|
* Add TSharedRefArray::ToStringbabenko2022-12-042-0/+22
|
* remove kikimr/driver DEPENDSqrort2022-12-0224-2216/+0
|
* validate canons without yatest_commonqrort2022-11-3024-0/+2216
|
* Fix ya-bin crashes on win when yt-store is enabledsvidyuk2022-11-211-0/+8
| | | | | | | | | | | | | | | | | | yt-store is enabled by default on all platforms including windows PR:2997752 https://a.yandex-team.ru/review/2997752 adds ifdedfs for windows to enforce MSDN requirement that memory allocated with _alligned_allocate must be deallocated with _aligned_free. PR:3110888 https://a.yandex-team.ru/review/3110888 removes 2 of 3 ifdefs added and introduces inconsistency between allc/free functions on windows. Types with alignment requiremens less then std::max_allign_t are allocated with malloc and freed with _alligned_free. ya-bin release with this commit crashes on windows unless user explicitelly disable yt-store. Restore ifdefs which were removed in PR:3110888 in order to fix the problem.
* Switch to modern std::memory_order enumbabenko2022-11-168-42/+42
|
* Some more tests for SS consistency over topic movekomels2022-11-151-0/+2
|
* Move TChunkedOutputStream to library and make it zero-copy awarebabenko2022-11-134-43/+189
|
* Properly use std::max_align_tbabenko2022-11-031-2/+2
|
* Introduce aligned_malloc; drop more YTAlloc dependenciesbabenko2022-11-038-38/+37
|
* Remove unlocalized mode from NLG libraryalexanderplat2022-10-311-1/+2
|
* [pg] initialize tx timestampsvvvv2022-10-303-21/+44
| | | | влияет на функции now, statement_timestamp - они будут брать кешированное значение с момента инициализации comp graph. clock_timestamp сейчас всегда возвращает некешированное системное время - это потом надо будет увести в TimeProvider
* Remove a workaround for ancient CUDA versionsdfyz2022-10-292-0/+94
| | | `#define noexcept throw()` is a questionable idea, since replacing `noexcept` with `throw()` in expressions such as `noexcept(true)` results in spectacular compiler errors. We stopped supporting CUDA 8 (and even CUDA 9) long ago, which means we can just get rid of the problematic define.
* Introduce PP_DEPARENbabenko2022-10-272-0/+17
|
* YT: Support multiple literals in YPathJoindgolear2022-10-182-7/+14
|
* 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-88/+289
|
* 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