Age | Commit message (Expand) | Author |
2023-10-11 | The other OStringLiteral ctor should be non-explicit too | Stephan Bergmann |
2023-10-11 | Delete OUString UTF-16 string literal ctor/assignment op | Stephan Bergmann |
2023-10-07 | loplugin:ostr: automatic rewrite | Stephan Bergmann |
2023-10-01 | Fix iOS build breakages when building on macOS Sonoma | Patrick Luby |
2023-09-29 | Drop some newly obsolete __cplusplus version checks | Stephan Bergmann |
2023-09-28 | cid#1546363 Unused value | Caolán McNamara |
2023-09-26 | tdf#157448: ignore FILE_ATTRIBUTE_READONLY when FILE_ATTRIBUTE_DIRECTORY is set | Mike Kaganski |
2023-09-24 | Drop some newly obsolete __clang_major__ version checks | Stephan Bergmann |
2023-09-24 | Drop some newly obsolete __GNUC__ version checks | Stephan Bergmann |
2023-09-19 | tdf#146619 Remove unused includes from sal/ [cpp files] | Gabor Kelemen |
2023-08-30 | tdf#146619 Remove unused includes from sal/osl/unx | Gabor Kelemen |
2023-08-22 | tdf#146619 Remove unused includes from sal/qa | Gabor Kelemen |
2023-08-14 | tdf#146619 Remove unused includes from sal/ [headers] | Gabor Kelemen |
2023-08-12 | Use less boost_headers in sal | Gabor Kelemen |
2023-08-09 | tdf#146619 Remove unused includes from sal/ [system.hxx] | Gabor Kelemen |
2023-08-09 | Use _beginthreadex instead of CreateThread | Mike Kaganski |
2023-08-07 | Remove unused header file | Gabor Kelemen |
2023-08-07 | Drop unnecessary header osl_Mutex_Const.h | Gabor Kelemen |
2023-08-04 | Avoid a Clang template instantiation bug with libstdc++ and C++20 | Stephan Bergmann |
2023-08-01 | tdf#146619 Remove unused #includes from C/C++ files | Venetia Furtado |
2023-07-31 | loplugin:stringconstant: Catch some O[U]String::getStr anti-patterns | Stephan Bergmann |
2023-07-31 | Fix C++20-only "..."_tstr test code | Stephan Bergmann |
2023-07-31 | Introduce "..."_tstr as a companion to "..."_ostr/u"..."_ustr in template code | Stephan Bergmann |
2023-07-21 | tdf#139306 Incorrect nDecPlaces value after clamping | Vladislav Tarakanov |
2023-07-19 | Work around MSVC bug with "..."_ostr vs. u"..."_ostr | Stephan Bergmann |
2023-07-14 | O[U]String literals (unusable for now, C++20 only) | Stephan Bergmann |
2023-07-12 | Simplify a bit | Mike Kaganski |
2023-07-10 | Fix typo | Andrea Gelmini |
2023-07-09 | No need to clean up the desktop, when the process is finishing | Mike Kaganski |
2023-07-09 | cppunittester: use a dedicated desktop on Windows | Mike Kaganski |
2023-06-26 | new loplugin:constexprliteral | Noel Grandin |
2023-06-16 | tdf#143148: Use pragma once instead of include guards | Venetia Furtado |
2023-06-02 | tdf#145538,tdf#147021: qa: range based loops | Dr. David Alan Gilbert |
2023-05-07 | Revert a thinko from commit 876010cbc4584249e919c694b8b977fd4e83084e | Mike Kaganski |
2023-05-06 | update loplugin:stringview* for o3tl::iterateCodePoints | Noel Grandin |
2023-05-06 | Simplify rtl_(u)string_newReplace implementation | Mike Kaganski |
2023-05-06 | Simplify a bit | Mike Kaganski |
2023-05-05 | loplugin:unnecessarygetstr | Stephan Bergmann |
2023-05-04 | Provide std::u16string_view based o3tl::iterateCodePoints | Stephan Bergmann |
2023-05-02 | tdf#155122: implement CtrlHandler on Windows | Mike Kaganski |
2023-05-02 | improve windows backtrace_to_string | Noel Grandin |
2023-04-29 | Simplify strtmpl.hxx | Mike Kaganski |
2023-04-22 | Introduce sal::systools::CoTaskMemAllocated to use RAII for CoTaskMemFree | Mike Kaganski |
2023-04-17 | loplugin:stringadd | Stephan Bergmann |
2023-04-12 | Use o3tl::trim in strtmpl.hxx | Mike Kaganski |
2023-04-11 | fix dbgutil build on win/aarch64 (print stack from cppunittester) | Christian Lohmaier |
2023-04-10 | Use of O(U)StringNumber for float/double is actually a pessimisation | Mike Kaganski |
2023-04-09 | use more OStringToOUString | Noel Grandin |
2023-04-05 | Simplify O(U)String::number implementation | Mike Kaganski |
2023-04-04 | Make O(U)String::boolean also return an O(U)StringNumber | Mike Kaganski |