Age | Commit message (Expand) | Author |
2022-11-08 | Combine o3tl::RestoreGuard into comphelper::ValueRestorationGuard | Stephan Bergmann |
2022-11-08 | Introduce o3tl::RestoreGuard | Stephan Bergmann |
2022-11-07 | Fix typos | Andrea Gelmini |
2022-11-05 | Introduce o3tl::sprintf | Stephan Bergmann |
2022-10-24 | Fix MulDivSaturate to avoid overflow | Mike Kaganski |
2022-09-01 | cid#1500502,cid#1500623,cid#1500659 Resource leak | Noel Grandin |
2022-07-27 | o3tl: use std::array as the container for enumarray | Tomaž Vajngerl |
2022-06-20 | Suppress unhelpful cid#1506515 | Stephan Bergmann |
2022-06-18 | o3tl: ensure that the initializer of enumarray contains enough elements | Michael Stahl |
2022-06-05 | cid#1504664 silence Operands don't affect result | Caolán McNamara |
2022-06-02 | Use more appropriate return type for ThreadPool::getPreferredConcurrency | Stephan Bergmann |
2022-06-02 | Suppress false positive cid#1504594 | Stephan Bergmann |
2022-06-01 | Fix comment | Stephan Bergmann |
2022-05-29 | New o3tl::intcmp.hxx | Stephan Bergmann |
2022-05-19 | fix location of #include | Noel Grandin |
2022-05-18 | clang-tidy modernize-pass-by-value in o3tl | Noel Grandin |
2022-05-05 | use more string_view | Noel Grandin |
2022-05-03 | add o3tl::matchIgnoreAsciiCase | Noel Grandin |
2022-05-03 | add o3tl::equalsAscii | Noel Grandin |
2022-05-03 | remove the o3tl::lru_map "unlimited" hack | Luboš Luňák |
2022-05-02 | Fix typo | Andrea Gelmini |
2022-05-02 | support custom item size (cost) for o3tl::lru_map | Luboš Luňák |
2022-04-26 | add o3tl::toUInt32 | Noel Grandin |
2022-04-15 | Add some clarifying comments for o3tl::getToken overloads | Stephan Bergmann |
2022-04-14 | Add some clarifying comments for o3lt::getToken | Stephan Bergmann |
2022-04-14 | address review comments | Noel Grandin |
2022-04-14 | Fix comment again | Stephan Bergmann |
2022-04-12 | loplugin:stringview more o3tl conversion | Noel Grandin |
2022-04-11 | Cleanup comment | Mike Kaganski |
2022-04-11 | Replace references to rtl_ImplIsWhitespace with implIsWhitespace | Mike Kaganski |
2022-04-10 | loplugin:stringview check for getToken and trim | Noel Grandin |
2022-04-09 | add a more complete o3tl::getToken | Noel Grandin |
2022-04-08 | move comphelper::string::toInt32 to o3tl | Noel Grandin |
2022-04-08 | loplugin:stringviewparam convert methods using trim | Noel Grandin |
2022-03-16 | tdf#147021 Use std::size() instead of SAL_N_ELEMENTS() macro | psidiumcode |
2022-03-07 | faster bulk insert into o3tl::sorted_vector (tdf#117366) | Luboš Luňák |
2022-03-02 | cid#1500437 silence Resource leak | Caolán McNamara |
2022-03-01 | use OUStringBuffer for a string that's modified often (tdf#145862) | Luboš Luňák |
2022-03-01 | fix o3tl::equalsIgnoreAsciiCase() | Luboš Luňák |
2022-02-28 | Brown paper bag fix | Stephan Bergmann |
2022-02-28 | Use std::unreachable if available | Stephan Bergmann |
2022-02-04 | cid#1497934 silence Division or modulo by zero | Caolán McNamara |
2022-02-03 | cid#1497935 silence Division or modulo by zero | Caolán McNamara |
2021-12-20 | Recheck include/[e-r]* with IWYU | Gabor Kelemen |
2021-12-06 | cid#1494595,1494597: Silence UNCAUGHT_EXCEPT | Stephan Bergmann |
2021-11-24 | Rename o3tl::underlyingEnumValue to o3tl::to_underlying to match C++23 | Mike Kaganski |
2021-11-03 | Drop TWIPS_PER_PIXEL and use o3tl::convert | Mike Kaganski |
2021-10-31 | add o3tl::span ctor from std::vector | Luboš Luňák |
2021-10-29 | pass DX array around using o3tl::span instead of pointer | Noel Grandin |
2021-09-21 | Some more o3tl::starts/ends_with overloads | Stephan Bergmann |