| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Fix and enhance documentation comments in util | akhropov | 4 days | 2 | -36/+88 |
| | | | | | commit_hash:e121f7c48f58baff0e3690d60194525c2bfca083 | ||||
| * | Add utf8 shrink functions | nemal300 | 2025-05-21 | 3 | -0/+101 |
| | | | | | commit_hash:eebf8de05f89401d692625c13336aad120b149fc | ||||
| * | Use ::npos from corret type | mikhnenko | 2025-03-24 | 1 | -6/+6 |
| | | | | | commit_hash:08f65c81be02eb75781b150a4e6f683dc9be31a3 | ||||
| * | Part of PR. Style | nae202 | 2024-11-20 | 6 | -37/+64 |
| | | | | | | Часть большого ПР REVIEW:7264088 commit_hash:0f5b03fbbed0ac30f734943309e3ef5cd4d7a30e | ||||
| * | FixNamespaceComments in /util | dmasloff | 2024-09-05 | 7 | -11/+11 |
| | | | | | | FixNamespaceComments in /util bb9152570d7c258798644ead5a59f604de05ef3b | ||||
| * | Set SpacesInLineCommentPrefix to 1 in /util | dmasloff | 2024-08-17 | 5 | -57/+57 |
| | | | | | | Set SpacesInLineCommentPrefix to 1 in /util 3853f9ec5143722c1bebd8dc0ffc9b61a6c17657 | ||||
| * | Extract convertion WideToUTF8 to common header. | sath | 2024-08-12 | 1 | -0/+10 |
| | | | | | cd41123eb7362c215988a76cd95a015fcfffbd64 | ||||
| * | check the lifetime of various algorithms that return a substring of the ↵ | swarmer | 2024-08-07 | 2 | -2/+2 |
| | | | | | | | input TStringBuf view e778480cb05d20fe1a3fbf5ff69858c8912ed2d6 | ||||
| * | Intermediate changes | robot-piglet | 2024-04-02 | 2 | -4/+0 |
| | | |||||
| * | Support wide strings (and string_views) in Out<> / IOutputStream | thegeorg | 2024-01-27 | 1 | -5/+42 |
| | | |||||
| * | feat contrib: aiogram 3 | armenqa | 2024-01-19 | 6 | -174/+0 |
| | | | | | Relates: https://st.yandex-team.ru/, https://st.yandex-team.ru/ | ||||
| * | External build system generator release 65 | robot-ya-builder | 2023-12-05 | 1 | -3/+3 |
| | | | | | Update tools: yexport, os-yexport | ||||
| * | add darwin-arm64 CMakeLists | dcherednik | 2023-11-20 | 2 | -0/+35 |
| | | |||||
| * | Default to clang-cl when targeting Windows | thegeorg | 2023-11-03 | 1 | -1/+1 |
| | | | | | As announced [in Atushka](https://clubs.at.yandex-team.ru/arcadia/29556). | ||||
| * | remove NO_SANITIZE_HEADERS macros | reshilkin | 2023-07-28 | 1 | -2/+0 |
| | | |||||
| * | add ymake export to ydb | alexv-smirnov | 2023-06-13 | 2 | -0/+52 |
| | | |||||
| * | External build system generator release 29 | robot-ya-builder | 2023-04-19 | 1 | -1/+1 |
| | | | | Update tools: yexport | ||||
| * | Revert ymake build from ydb oss export | alexv-smirnov | 2023-03-28 | 2 | -50/+0 |
| | | |||||
| * | (no commit message) | pg | 2023-03-28 | 1 | -13/+13 |
| | | |||||
| * | External build system generator release 21 | robot-ya-builder | 2023-03-17 | 1 | -3/+3 |
| | | | | Update tools: yexport | ||||
| * | add library/cpp/actors, ymake build to ydb oss export | alexv-smirnov | 2023-03-15 | 2 | -0/+50 |
| | | |||||
| * | Intermediate changes | robot-piglet | 2023-03-09 | 2 | -0/+31 |
| | | |||||
| * | Intermediate changes | robot-piglet | 2023-03-07 | 3 | -2/+2 |
| | | |||||
| * | External build system generator release 17 | robot-ya-builder | 2023-03-06 | 1 | -1/+1 |
| | | | | Update tools: yexport | ||||
| * | Intermediate changes | robot-piglet | 2023-02-07 | 3 | -22/+22 |
| | | |||||
| * | Intermediate changes | robot-piglet | 2023-02-07 | 3 | -22/+22 |
| | | |||||
| * | External build system generator release 12 | robot-ya-builder | 2023-01-31 | 1 | -1/+1 |
| | | | | Update tools: yexport | ||||
| * | External build system generator release 8 | robot-ya-builder | 2023-01-17 | 4 | -4/+4 |
| | | | | Update tools: yexport | ||||
| * | charset: do not allow surrogate pairs in UTF-8 | dpotapov | 2023-01-16 | 2 | -14/+114 |
| | | | | | | | | | | | | | | | | | | | | By [RFC3629 section 3](https://datatracker.ietf.org/doc/html/rfc3629#section-3): ``` The definition of UTF-8 prohibits encoding character numbers between U+D800 and U+DFFF, which are reserved for use with the UTF-16 encoding form (as surrogate pairs) and do not directly represent characters. ``` Current implementation of `ReadUTF8CharAndAdvance` allows `UTF-8` encoded surrogate characters like 0xED 0xA0 0xBD or 0xED 0xB3 0x9A leaving them in the strings that cannot be processed afterwards by external programs like `iconv`. This patch provides `strict` template flag that disables this leniency. This flag is not enabled by default, because Arcadia already has hundreds of tests with inputs containing such surrogate pairs and these tests breaks in strict mode and there is a chance that prod might affected too. SSE4 implementation doesn't perform any validation at all, so it is left unchanged. | ||||
| * | Sync linux-headers instead of using system ones | thegeorg | 2022-12-15 | 2 | -0/+2 |
| | | |||||
| * | Enable linux-arm platform. | dcherednik | 2022-10-26 | 4 | -21/+98 |
| | | |||||
| * | Update external build system generation utility | robot-ya-builder | 2022-09-01 | 1 | -0/+7 |
| | | | | | * [cmake] Hierarchical add_subdirectroy structure * [cmake] Support for same file compilation multiple times with different flags | ||||
| * | New cmake semantics for compiling with AVX and other specific flags | ignat | 2022-08-31 | 1 | -11/+0 |
| | | |||||
| * | fix ya.make | monster | 2022-07-07 | 4 | -232/+0 |
| | | |||||
| * | intermediate changes | arcadia-devtools | 2022-03-15 | 7 | -126/+0 |
| | | | | | ref:ca7a95e8c9a9d780f96497136a152091d54e61b5 | ||||
| * | Improve SystemCommand check in YDB CLI, KIKIMR-14321 | pnv1 | 2022-03-01 | 1 | -0/+9 |
| | | | | | ref:fe5ed49138dce046a93c364cc8879fad3abf3eef | ||||
| * | intermediate changes | arcadia-devtools | 2022-02-18 | 1 | -0/+24 |
| | | | | | ref:1a0585d83f27cb6fb5b9c4f68a08177e10faf3b3 | ||||
| * | Restoring authorship annotation for <[email protected]>. Commit 2 of 2. | krivokon | 2022-02-10 | 1 | -8/+8 |
| | | |||||
| * | Restoring authorship annotation for <[email protected]>. Commit 1 of 2. | krivokon | 2022-02-10 | 1 | -8/+8 |
| | | |||||
| * | Restoring authorship annotation for <[email protected]>. Commit 2 of 2. | chris-benua | 2022-02-10 | 1 | -1/+1 |
| | | |||||
| * | Restoring authorship annotation for <[email protected]>. Commit 1 of 2. | chris-benua | 2022-02-10 | 1 | -1/+1 |
| | | |||||
| * | Restoring authorship annotation for <[email protected]>. Commit 2 of 2. | vitamin-ca | 2022-02-10 | 1 | -2/+2 |
| | | |||||
| * | Restoring authorship annotation for <[email protected]>. Commit 1 of 2. | vitamin-ca | 2022-02-10 | 1 | -2/+2 |
| | | |||||
| * | Restoring authorship annotation for <[email protected]>. Commit 2 of 2. | art-snake | 2022-02-10 | 3 | -139/+139 |
| | | |||||
| * | Restoring authorship annotation for <[email protected]>. Commit 1 of 2. | art-snake | 2022-02-10 | 3 | -139/+139 |
| | | |||||
| * | Restoring authorship annotation for <[email protected]>. Commit 2 of 2. | smurylev | 2022-02-10 | 1 | -25/+25 |
| | | |||||
| * | Restoring authorship annotation for <[email protected]>. Commit 1 of 2. | smurylev | 2022-02-10 | 1 | -25/+25 |
| | | |||||
| * | Restoring authorship annotation for <[email protected]>. Commit 2 of 2. | grig | 2022-02-10 | 2 | -11/+11 |
| | | |||||
| * | Restoring authorship annotation for <[email protected]>. Commit 1 of 2. | grig | 2022-02-10 | 2 | -11/+11 |
| | | |||||
| * | Restoring authorship annotation for <[email protected]>. Commit 2 of 2. | pavelgur | 2022-02-10 | 1 | -5/+5 |
| | | |||||
