| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Add ExactRefCountedCast and TRef::Contains | babenko | 2026-06-24 | 1 | -0/+6 |
| | | | | | | | | | | Some handy helpers. `ExactRefCountedCast<T>(p)`: exact-type downcast for `New<T>()`-allocated objects. `New<T>(`) builds a final `TRefCountedWrapper<T>`, so this casts to the wrapper and upcasts back to `T*`; being final, the `dynamic_cast` lowers to a single `type_info` compare (~2ns vs ~20ns for the is-a path). `TRef::Contains(other)`: true iff other's range lies within this range. commit_hash:138e8719b8ecbd953437b81380e54f736db029ef | ||||
| * | Add TSharedMutableRef::AllocateViaMmap | babenko | 2026-06-12 | 1 | -0/+2 |
| | | | | | commit_hash:1666d5c27b2dfe54460efdc686d98ad955b0c4f1 | ||||
| * | babenko cosmetic | nadya02 | 2025-08-15 | 1 | -1/+1 |
| | | | | | commit_hash:691cdf0de0f155c0c9076507a291a0c4f32a6065 | ||||
| * | YT-23989: Move memory tracker to library/cpp/yt | nadya02 | 2025-03-14 | 1 | -0/+1 |
| | | | | | commit_hash:5dad6ada81567dcb5da6ef1efe47e1738196d219 | ||||
| * | Add poisoning helpers | babenko | 2025-03-04 | 1 | -0/+1 |
| | | | | | commit_hash:af266bdf36204a4190b491ea5c45455457030edf | ||||
| * | Better diagnostics in AbortProcess(Silently|Dramatically) | babenko | 2024-11-06 | 1 | -0/+1 |
| | | | | | commit_hash:7bbc13afbd569ca9bb064aed656c12644fd2de96 | ||||
| * | Fix disabling ref counted tracking | nastprol | 2024-10-17 | 1 | -0/+4 |
| | | | | | commit_hash:8552424a0dfce80a71c406632beba95646bf5b3e | ||||
| * | YT-22593: Switch (some) trace context tags to std::string and refactor code ↵ | babenko | 2024-09-09 | 1 | -0/+1 |
| | | | | | | | around [TRIVIAL] 643d86a500b7db9df11009f54364b468b29a409a | ||||
| * | Refactor and unify exit codes | babenko | 2024-08-02 | 1 | -0/+1 |
| | | | | | ec1d0c473e709e8aad76b4e190a75ad4125a9ce2 | ||||
| * | Add explicit sanitizer dependencies up to market | reshilkin | 2023-07-26 | 1 | -0/+1 |
| | | |||||
| * | add ymake export to ydb | alexv-smirnov | 2023-06-13 | 1 | -0/+40 |
| | | |||||
| * | Revert ymake build from ydb oss export | alexv-smirnov | 2023-03-28 | 1 | -38/+0 |
| | | |||||
| * | add library/cpp/actors, ymake build to ydb oss export | alexv-smirnov | 2023-03-15 | 1 | -0/+38 |
| | | |||||
| * | intermediate changes | arcadia-devtools | 2022-03-15 | 1 | -31/+0 |
| | | | | | ref:ca7a95e8c9a9d780f96497136a152091d54e61b5 | ||||
| * | Restoring authorship annotation for <[email protected]>. Commit 2 of 2. | babenko | 2022-02-10 | 1 | -6/+6 |
| | | |||||
| * | Restoring authorship annotation for <[email protected]>. Commit 1 of 2. | babenko | 2022-02-10 | 1 | -6/+6 |
| | | |||||
| * | Restoring authorship annotation for <[email protected]>. Commit 2 of 2. | lukyan | 2022-02-10 | 1 | -25/+25 |
| | | |||||
| * | Restoring authorship annotation for <[email protected]>. Commit 1 of 2. | lukyan | 2022-02-10 | 1 | -25/+25 |
| | | |||||
| * | intermediate changes | Devtools Arcadia | 2022-02-07 | 1 | -0/+31 |
| ref:cde9a383711a11544ce7e107a78147fb96cc4029 | |||||
