summaryrefslogtreecommitdiffstats
path: root/util
Commit message (Expand)AuthorAgeFilesLines
* fixed MakeTempName() for paths > MAX_PATHstar-dm2024-04-033-17/+58
* Intermediate changesrobot-piglet2024-04-0239-78/+0
* YT-19191: No custom char ptr comparators under the flagnadya732024-04-011-0/+4
* WebAssembly in utildtorilov2024-03-2817-28/+58
* Update libcxxabi to 16.0.6dtorilov2024-03-272-7/+12
* Intermediate changesrobot-piglet2024-03-225-7/+102
* [util] Handle the negative zero value in the NumericHashswarmer2024-03-222-0/+30
* movable TStringStreamswarmer2024-03-212-2/+68
* update CPP_STYLE_TEST_14 to CPP_STYLE_TEST_16: ^utilionagamed2024-03-123-7/+8
* Fix TDirIteratormrlolthe1st2024-03-061-5/+2
* Update libcxx to llvmorg-17.0.6hiddenpath2024-02-211-2/+2
* Fix case when 'arc export' not set executable bitilikepugs2024-02-212-2/+28
* Use global ns for TFlagspetrk2024-02-201-4/+4
* YT-21001: FiberContext::BeforeSwitch is now properly inlinedarkady-e1ppa2024-02-194-95/+70
* YDB Import 566robot-ydb-importer2024-02-141-0/+126
* Do not allow multiplication of TString and pointerkshalnev2024-02-141-0/+13
* Intermediate changesrobot-piglet2024-02-141-10/+10
* Annotate CombineHashes with nodiscardbabenko2024-02-101-1/+1
* TThread::SetName sets thread name on androidsolovyev2024-02-051-2/+2
* TMaybe Monadic operationsnedaiborschd2024-02-022-0/+229
* check lifetime bounds of values returned from String's c_str(), data() methodsswarmer2024-02-011-16/+16
* Fix sprintf deprecation warnings on newer macOS SDKsomov2024-01-311-2/+2
* Add missed #include <type_traits>mikhnenko2024-01-301-0/+4
* Support wide strings (and string_views) in Out<> / IOutputStreamthegeorg2024-01-273-20/+104
* [util] TSystemError: print raw error code along with the messagetldr2024-01-261-3/+5
* Fix error in TArrayRef constructor for a container: Elements with a different...akhropov2024-01-221-0/+3
* feat contrib: aiogram 3armenqa2024-01-1921-1862/+20
* Library import 8 (#1074)AlexSm2024-01-183-74/+0
* Library import 7 (#937)AlexSm2024-01-111-6/+2
* Library import 6 (#888)AlexSm2024-01-093-1/+75
* Library import 5, delete go dependencies (#832)AlexSm2024-01-041-3/+53
* Import libs 4 (#758)AlexSm2023-12-271-0/+1
* Library import 2 (#639)AlexSm2023-12-223-6/+47
* Import libs 1 (#590)AlexSm2023-12-212-3/+3
* re-enable clang::reinitialized attribute for non-CUDA target platformsswarmer2023-12-171-1/+1
* Intermediate changesrobot-piglet2023-12-176-273/+273
* detect dangling references in TMaybe objectswarmer2023-12-161-18/+18
* detect dangling references to temporary TStringBuilder objectswarmer2023-12-151-2/+2
* detect dangling references in MapFindPtr and utility helpersswarmer2023-12-152-11/+15
* Allow using std::filesystem::path when constructing TFileInput / TFileOutputthegeorg2023-12-142-9/+31
* Replace rep.erase with rep.erase_one in THashSet::erasenocomer2023-12-141-1/+1
* finer check of lifetimebound attribute supportswarmer2023-12-141-2/+8
* fix codestyle: remove semicolonswarmer2023-12-141-1/+1
* Support std::filesystem::path in TFile and TFileHandlethegeorg2023-12-132-9/+94
* Introduce convenient _B literal for bytesthegeorg2023-12-131-0/+4
* add attribute to detect lifetime bound errorsswarmer2023-12-113-7/+32
* [util] Store policy should preserve constructor's is_constructible traitswarmer2023-12-072-7/+34
* External build system generator release 65robot-ya-builder2023-12-053-9/+9
* Add string_utils libvadim-xd2023-12-051-6/+6
* Unconditionally provide `FromString<std::fs::path>()`thegeorg2023-11-291-3/+0