summaryrefslogtreecommitdiffstats
path: root/util/generic
Commit message (Expand)AuthorAgeFilesLines
* Fix and enhance documentation comments in utilakhropov4 days2-2/+2
* Documentation comments: fix for 'subspan', add for 'Slice'akhropov7 days1-2/+17
* Add missed parameter direction marksakhropov8 days1-3/+3
* Add Concat for arbitrary string typesvadim-xd2026-05-191-36/+40
* Fix description: function -> body blockakhropov2026-04-211-2/+2
* allow NTL::TConcat to concatenate more than two listsswarmer2026-03-022-1/+24
* YQL-20095: Ignore modernize-avoid-c-arraysvitya-smirnov2026-02-171-1/+1
* YQL-20095: Use explicit at Y_HAS_MEMBERvitya-smirnov2026-01-231-1/+1
* TString::contains + tests, TStringBuf::contains tests, macro to enable EBOpechatnov2026-01-134-1/+44
* std::string transparency for TEqualTo, TLess, TGreaterpechatnov2025-12-301-0/+17
* Add TBuffer::AsString(std::string&)pechatnov2025-12-263-0/+24
* TMaybe: propagate constuctible traitswarmer2025-12-193-1/+36
* Fix grammarakhropov2025-12-041-10/+10
* EraseNodesIf should use an iterator to the next node if the erase method retu...swarmer2025-11-201-1/+5
* removing dangerous cast operatorermolovd2025-11-131-4/+6
* Simplify: Y_ASSERT already contains Y_UNUSED for NDEBUG caseakhropov2025-11-111-3/+0
* STLPort is no longer supported.akhropov2025-11-062-4/+0
* is_constructible_v for Make-ptrs functions (MakeHolder)ilnurkh2025-10-291-1/+1
* Use a more conventional return value check compatible with MSVC tools 14.4*.akhropov2025-10-291-2/+2
* is_constructible_v for Make-ptrs functions (without MakeHolder)ilnurkh2025-10-261-3/+3
* is_constructible_v check for TMaybe::emplace methodsilnurkh2025-10-221-4/+4
* Y_LIFETIME_BOUND for TMaybe-emplace methodsilnurkh2025-10-222-4/+10
* Add GetOrEmplace for TMaybeilnurkh2025-10-211-0/+22
* Check element size for other TArrayRef constructors, not only from Containerakhropov2025-10-172-5/+57
* Annotate 'ysize' as deprecated.akhropov2025-10-145-0/+5
* Use CameCase for static constantsmikhnenko2025-10-101-2/+2
* Correct grammarakhropov2025-10-061-2/+2
* Intermediate changesrobot-piglet2025-10-031-1/+5
* Visit -> std::visit in documentation as well.akhropov2025-10-021-3/+3
* Fix naming reported by clang-tidymikhnenko2025-10-012-9/+9
* Fix `-Wignored-qualifiers` improved in clang20 in utilmikhnenko2025-09-131-1/+1
* no COW mode for TStringpg2025-09-091-0/+20
* Add forward-declaration of TBlob to util/generic/fwd.hthegeorg2025-08-221-0/+2
* Don't use deprecated literal operatornamorniradnug2025-08-201-13/+13
* Intermediate changesrobot-piglet2025-06-231-7/+13
* Add TUniqueTypeList and NTL::TUniqueyurial2025-06-222-0/+41
* Add TMultiHashMap::node_allocator_typesergey-tiunov2025-06-111-0/+1
* [util] the THashSet::operator== must compare elements using their comparison ...swarmer2025-06-083-9/+111
* adding the required includes, which were previously only available transitive...swarmer2025-05-302-0/+3
* remove unused includestobo2025-05-212-7/+2
* GetRef in TPointerCommonilnurkh2025-04-253-0/+50
* Intermediate changesrobot-piglet2025-04-241-1/+3
* Fix grammarakhropov2025-03-281-2/+2
* Merge yexception.h and bt_exception.h to prevent include cyclethegeorg2025-03-285-32/+20
* Move TCowString to librarymikhnenko2025-03-272-8/+3
* Added SafeCastToEnumkshalnev2025-03-275-0/+138
* [util] SafeIntegerCast: make fast path slightly faster & reduce code sizeswarmer2025-03-261-10/+13
* Fix Y_LIFETIMEBOUND placement in TArrayRef ctorvadim-xd2025-03-201-1/+1
* remove Y_STRING_LIFETIME_BOUNDtazjin2025-03-121-18/+0
* check lifetimes of TStringBuf constructed from TString without taking into ac...swarmer2025-03-111-1/+1