summaryrefslogtreecommitdiff
path: root/include/o3tl
AgeCommit message (Expand)Author
2024-04-28Extended loplugin:ostr manual changesStephan Bergmann
2024-03-25tdf#157665 Use <=> operator for errcode and strong_intRMZeroFour
2024-03-09Support o3tl::iterateCodePoints with both sal_Int32 and std::size_tStephan Bergmann
2024-02-17Generalize search algorithms in sorted_vectorMike Kaganski
2024-02-08A better approximation of std::strong_orderStephan Bergmann
2024-02-07double operator < is not a strict weak ordering due to NaNStephan Bergmann
2023-12-21std::list::size() can still be implemented as std::distance()Caolán McNamara
2023-12-01tdf#158442: fix opening hybrid PDFs on WindowsMike Kaganski
2023-10-27Clarify that o3tl::cmp_* is still needed for LLVM 12 libc++ for nowStephan Bergmann
2023-10-25Use std::signed_integral conceptStephan Bergmann
2023-10-12Fix typos in C++ feature test macrosStephan Bergmann
2023-10-11Drop o3tl::span, can use C++20 std::span directly nowStephan Bergmann
2023-09-26tdf#146619 Recheck include/o3tl with IWYUGabor Kelemen
2023-05-06update loplugin:stringview* for o3tl::iterateCodePointsNoel Grandin
2023-05-05Break comphelper::adjustIndexToStartOfSurrogate out of o3tl::iterateCodePointsStephan Bergmann
2023-05-05Fix typo in assertStephan Bergmann
2023-05-05Fix typoAndrea Gelmini
2023-05-04Provide std::u16string_view based o3tl::iterateCodePointsStephan Bergmann
2023-04-22Introduce o3tl::toU converting wstring_view to u16string_viewMike Kaganski
2023-04-22clang-format char16_t2wchar_t.hxxMike Kaganski
2023-04-14Another micro-optimizationMike Kaganski
2023-04-14loplugin:stringviewparam improvementsNoel Grandin
2023-04-13deduplicate o3tl::trimMike Kaganski
2023-04-12Use o3tl::trim in strtmpl.hxxMike Kaganski
2023-04-12fix o3tl::equalsAsciiLNoel Grandin
2023-04-11use more string_view in o3tl::equalsAsciiNoel Grandin
2023-04-11fix for o3tl::equalsAsciiNoel Grandin
2022-11-08Combine o3tl::RestoreGuard into comphelper::ValueRestorationGuardStephan Bergmann
2022-11-08Introduce o3tl::RestoreGuardStephan Bergmann
2022-11-07Fix typosAndrea Gelmini
2022-11-05Introduce o3tl::sprintfStephan Bergmann
2022-10-24Fix MulDivSaturate to avoid overflowMike Kaganski
2022-09-01cid#1500502,cid#1500623,cid#1500659 Resource leakNoel Grandin
2022-07-27o3tl: use std::array as the container for enumarrayTomaž Vajngerl
2022-06-20Suppress unhelpful cid#1506515Stephan Bergmann
2022-06-18o3tl: ensure that the initializer of enumarray contains enough elementsMichael Stahl
2022-06-05cid#1504664 silence Operands don't affect resultCaolán McNamara
2022-06-02Use more appropriate return type for ThreadPool::getPreferredConcurrencyStephan Bergmann
2022-06-02Suppress false positive cid#1504594Stephan Bergmann
2022-06-01Fix commentStephan Bergmann
2022-05-29New o3tl::intcmp.hxxStephan Bergmann
2022-05-19fix location of #includeNoel Grandin
2022-05-18clang-tidy modernize-pass-by-value in o3tlNoel Grandin
2022-05-05use more string_viewNoel Grandin
2022-05-03add o3tl::matchIgnoreAsciiCaseNoel Grandin
2022-05-03add o3tl::equalsAsciiNoel Grandin
2022-05-03remove the o3tl::lru_map "unlimited" hackLuboš Luňák
2022-05-02Fix typoAndrea Gelmini
2022-05-02support custom item size (cost) for o3tl::lru_mapLuboš Luňák
2022-04-26add o3tl::toUInt32Noel Grandin