| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Optional description argument for YT_VERIFY, YT_ASSERT and others | pechatnov | 2025-08-06 | 1 | -13/+32 |
| | | | | | commit_hash:80b47f95a2ee356b086f5955f2529f1b0e636db1 | ||||
| * | YT-23346: Introduce YT_ASSUME and YT_UNREACHABLE macros. | thenewone | 2024-11-12 | 1 | -0/+14 |
| | | | | | | | | | | | | | | Y_ASSUME and Y_UNREACHABLE macros are platform-independent ways to give a hint for a compiler about some value or state. Compilier may use that hint for optimization. On the other hand if the hint is wrong it may lead to undefined behavior. YT_ASSUME and YT_UNREACHABLE are wrappers around Y_ASSUME and Y_UNREACHABLE that actually check that the hint is correct in debug build. That introduces some code safety and at the same time allows certain optimization in optimized build. commit_hash:2d0969361910a10a870bae226d838d494e656edb | ||||
| * | Restoring authorship annotation for <[email protected]>. Commit 2 of 2. | babenko | 2022-02-10 | 1 | -76/+76 |
| | | |||||
| * | Restoring authorship annotation for <[email protected]>. Commit 1 of 2. | babenko | 2022-02-10 | 1 | -76/+76 |
| | | |||||
| * | intermediate changes | Devtools Arcadia | 2022-02-07 | 1 | -0/+76 |
| ref:cde9a383711a11544ce7e107a78147fb96cc4029 | |||||
