summaryrefslogtreecommitdiffstats
path: root/util/folder
Commit message (Collapse)AuthorAgeFilesLines
* Enable clang-format FixNamespaceComments optiondmasloff2024-09-051-2/+2
| | | | | Enable clang-format FixNamespaceComments option 8ffd1b7f4787cdf4e80a92b08f07634abe416854
* FixNamespaceComments in /utildmasloff2024-09-053-4/+4
| | | | | FixNamespaceComments in /util bb9152570d7c258798644ead5a59f604de05ef3b
* Remove Y_UNIT_TEST from config.clang-formatdmasloff2024-08-301-1/+1
| | | | | Remove Y_UNIT_TEST from config.clang-format 853b6da2c4464342d4cfe7756c18ed599004fdd8
* Set SpacesInLineCommentPrefix to 1 in /utildmasloff2024-08-176-7/+7
| | | | | Set SpacesInLineCommentPrefix to 1 in /util 3853f9ec5143722c1bebd8dc0ffc9b61a6c17657
* check the lifetime of various algorithms that return a substring of the ↵swarmer2024-08-072-2/+2
| | | | | | input TStringBuf view e778480cb05d20fe1a3fbf5ff69858c8912ed2d6
* minor fix in util pathskrivohatskiy2024-05-191-4/+4
| | | | | | | | | | | | Мелкий фикс неверных исключений. Как будто у меня локально повторялось как минидамп на колонке (не отловленное исключение) Зависит от реализации libc. Но кажется что исходный вариант все же не верный: [ The value in errno is significant only when the return value of the call indicated an error (i.e., -1 from most system calls; -1 or NULL from most library functions); a function that succeeds is allowed to change errno. The value of errno is never set to zero by any system call or library function.](https://man7.org/linux/man-pages/man3/errno.3.html) 1d2088da57c98f9d9abfd6da865219fcf74db212
* Intermediate changesrobot-piglet2024-04-023-6/+0
|
* WebAssembly in utildtorilov2024-03-282-3/+3
| | | | b46c1e446c9d0f9393bf688b26db810f60add0f6
* Fix TDirIteratormrlolthe1st2024-03-061-5/+2
| | | | | В силу того, что аллокации могут приводить к syscalls, которые портят errno, а lstat не чистит errno после успешного выполнения, между errno=0/ClearLastSystemError() и LastSystemError() что-то может попортить errno, следует учитывать errno только в случае неуспешного завершения lstat. ee85894d4fb742827b7ea77e06b9b2c990537d86
* Intermediate changesrobot-piglet2023-12-171-134/+134
|
* Y_VERIFY->Y_ABORT_UNLESS at ^uilnurkh2023-10-102-5/+5
| | | | https://clubs.at.yandex-team.ru/arcadia/29404
* (no commit message)pg2023-08-311-4/+0
|
* Fix return invalid pointer in FTS_NOSTAT modedimdim112023-08-071-0/+2
| | | | Fix return invalid pointer in FTS_NOSTAT mode
* Remove extra semicolonbulatman2023-08-021-1/+1
|
* Require semicolon after Y_DECLARE*_FLAGSbulatman2023-06-241-2/+2
|
* Intermediate changesrobot-piglet2023-06-151-3/+3
|
* Intermediate changesrobot-piglet2023-06-131-71/+59
|
* add ymake export to ydbalexv-smirnov2023-06-133-0/+47
|
* Remove extra semicolon (util)bulatman2023-06-121-1/+1
|
* Refactor and fix constructors TString as std::stringdimdim112023-06-083-22/+115
| | | Fix move constructors when used std::string instead of TString
* Revert ymake build from ydb oss exportalexv-smirnov2023-03-283-47/+0
|
* add library/cpp/actors, ymake build to ydb oss exportalexv-smirnov2023-03-153-0/+47
|
* add windows platform to ydb github exportalexv-smirnov2022-12-202-0/+160
|
* Fix GC in kv tablet,kruall2022-09-061-3/+4
|
* fix UB in case of empty stringbufasorotsky2022-08-121-1/+5
|
* TString -> std::string fix TFsPath copyxinull2022-08-013-1/+58
| | | | | Add copy operator and constructor Create copy with initialized split test
* Print escaped path if it contains invalid characterscezarnik2022-07-281-1/+2
|
* fix ya.makemonster2022-07-072-160/+0
|
* util: Flatten cython tests layoutthegeorg2022-06-031-0/+12
| | | | ref:7427208d08ebeb9e88247fb7dac6445bc814d756
* remove unused includestobo2022-04-071-1/+0
| | | | ref:f8c119cf3a796a59ab5be4424e5364ba6a201d40
* intermediate changesarcadia-devtools2022-03-152-23/+0
| | | | ref:ca7a95e8c9a9d780f96497136a152091d54e61b5
* rm unused includetobo2022-03-101-2/+0
| | | | ref:7effc120450f64adfbd00fa1a0427152ef1cf6a9
* util unittests: replace try-catch-UNIT_ASSERT via UNIT_ASSERT_EXCEPTIONgleb-kov2022-02-161-10/+1
| | | | ref:f59ddae7dbb42f5fa999e6071769f709e8b80b85
* Restoring authorship annotation for <[email protected]>. Commit 2 of 2.mkalinin2022-02-101-4/+4
|
* Restoring authorship annotation for <[email protected]>. Commit 1 of 2.mkalinin2022-02-101-4/+4
|
* Restoring authorship annotation for <[email protected]>. Commit 2 of 2.vayerx2022-02-102-5/+5
|
* Restoring authorship annotation for <[email protected]>. Commit 1 of 2.vayerx2022-02-102-5/+5
|
* Restoring authorship annotation for <[email protected]>. Commit 2 of 2.hotdox2022-02-101-1/+1
|
* Restoring authorship annotation for <[email protected]>. Commit 1 of 2.hotdox2022-02-101-1/+1
|
* Restoring authorship annotation for <[email protected]>. Commit 2 of 2.dasha2022-02-102-3/+3
|
* Restoring authorship annotation for <[email protected]>. Commit 1 of 2.dasha2022-02-102-3/+3
|
* Restoring authorship annotation for <[email protected]>. Commit 2 of 2.quick2022-02-101-1/+1
|
* Restoring authorship annotation for <[email protected]>. Commit 1 of 2.quick2022-02-101-1/+1
|
* Restoring authorship annotation for <[email protected]>. Commit 2 of 2.tldr2022-02-103-80/+80
|
* Restoring authorship annotation for <[email protected]>. Commit 1 of 2.tldr2022-02-103-80/+80
|
* Restoring authorship annotation for <[email protected]>. Commit 2 of 2.vartyukh2022-02-101-15/+15
|
* Restoring authorship annotation for <[email protected]>. Commit 1 of 2.vartyukh2022-02-101-15/+15
|
* Restoring authorship annotation for <[email protected]>. Commit 2 of 2.vvp2022-02-101-1/+1
|
* Restoring authorship annotation for <[email protected]>. Commit 1 of 2.vvp2022-02-101-1/+1
|
* Restoring authorship annotation for <[email protected]>. Commit 2 of 2.ddoarn2022-02-101-1/+1
|