summaryrefslogtreecommitdiff
path: root/include/o3tl
AgeCommit message (Expand)Author
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
2022-04-15Add some clarifying comments for o3tl::getToken overloadsStephan Bergmann
2022-04-14Add some clarifying comments for o3lt::getTokenStephan Bergmann
2022-04-14address review commentsNoel Grandin
2022-04-14Fix comment againStephan Bergmann
2022-04-12loplugin:stringview more o3tl conversionNoel Grandin
2022-04-11Cleanup commentMike Kaganski
2022-04-11Replace references to rtl_ImplIsWhitespace with implIsWhitespaceMike Kaganski
2022-04-10loplugin:stringview check for getToken and trimNoel Grandin
2022-04-09add a more complete o3tl::getTokenNoel Grandin
2022-04-08move comphelper::string::toInt32 to o3tlNoel Grandin
2022-04-08loplugin:stringviewparam convert methods using trimNoel Grandin
2022-03-16tdf#147021 Use std::size() instead of SAL_N_ELEMENTS() macropsidiumcode
2022-03-07faster bulk insert into o3tl::sorted_vector (tdf#117366)Luboš Luňák
2022-03-02cid#1500437 silence Resource leakCaolán McNamara
2022-03-01use OUStringBuffer for a string that's modified often (tdf#145862)Luboš Luňák
2022-03-01fix o3tl::equalsIgnoreAsciiCase()Luboš Luňák
2022-02-28Brown paper bag fixStephan Bergmann
2022-02-28Use std::unreachable if availableStephan Bergmann
2022-02-04cid#1497934 silence Division or modulo by zeroCaolán McNamara
2022-02-03cid#1497935 silence Division or modulo by zeroCaolán McNamara
2021-12-20Recheck include/[e-r]* with IWYUGabor Kelemen
2021-12-06cid#1494595,1494597: Silence UNCAUGHT_EXCEPTStephan Bergmann
2021-11-24Rename o3tl::underlyingEnumValue to o3tl::to_underlying to match C++23Mike Kaganski
2021-11-03Drop TWIPS_PER_PIXEL and use o3tl::convertMike Kaganski
2021-10-31add o3tl::span ctor from std::vectorLuboš Luňák
2021-10-29pass DX array around using o3tl::span instead of pointerNoel Grandin
2021-09-21Some more o3tl::starts/ends_with overloadsStephan Bergmann