summaryrefslogtreecommitdiff
path: root/sal
AgeCommit message (Expand)Author
2023-09-24Drop some newly obsolete __clang_major__ version checksStephan Bergmann
2023-09-24Drop some newly obsolete __GNUC__ version checksStephan Bergmann
2023-09-19tdf#146619 Remove unused includes from sal/ [cpp files]Gabor Kelemen
2023-08-30tdf#146619 Remove unused includes from sal/osl/unxGabor Kelemen
2023-08-22tdf#146619 Remove unused includes from sal/qaGabor Kelemen
2023-08-14tdf#146619 Remove unused includes from sal/ [headers]Gabor Kelemen
2023-08-12Use less boost_headers in salGabor Kelemen
2023-08-09tdf#146619 Remove unused includes from sal/ [system.hxx]Gabor Kelemen
2023-08-09Use _beginthreadex instead of CreateThreadMike Kaganski
2023-08-07Remove unused header fileGabor Kelemen
2023-08-07Drop unnecessary header osl_Mutex_Const.hGabor Kelemen
2023-08-04Avoid a Clang template instantiation bug with libstdc++ and C++20Stephan Bergmann
2023-08-01tdf#146619 Remove unused #includes from C/C++ filesVenetia Furtado
2023-07-31loplugin:stringconstant: Catch some O[U]String::getStr anti-patternsStephan Bergmann
2023-07-31Fix C++20-only "..."_tstr test codeStephan Bergmann
2023-07-31Introduce "..."_tstr as a companion to "..."_ostr/u"..."_ustr in template codeStephan Bergmann
2023-07-21tdf#139306 Incorrect nDecPlaces value after clampingVladislav Tarakanov
2023-07-19Work around MSVC bug with "..."_ostr vs. u"..."_ostrStephan Bergmann
2023-07-14O[U]String literals (unusable for now, C++20 only)Stephan Bergmann
2023-07-12Simplify a bitMike Kaganski
2023-07-10Fix typoAndrea Gelmini
2023-07-09No need to clean up the desktop, when the process is finishingMike Kaganski
2023-07-09cppunittester: use a dedicated desktop on WindowsMike Kaganski
2023-06-26new loplugin:constexprliteralNoel Grandin
2023-06-16tdf#143148: Use pragma once instead of include guardsVenetia Furtado
2023-06-02tdf#145538,tdf#147021: qa: range based loopsDr. David Alan Gilbert
2023-05-07Revert a thinko from commit 876010cbc4584249e919c694b8b977fd4e83084eMike Kaganski
2023-05-06update loplugin:stringview* for o3tl::iterateCodePointsNoel Grandin
2023-05-06Simplify rtl_(u)string_newReplace implementationMike Kaganski
2023-05-06Simplify a bitMike Kaganski
2023-05-05loplugin:unnecessarygetstrStephan Bergmann
2023-05-04Provide std::u16string_view based o3tl::iterateCodePointsStephan Bergmann
2023-05-02tdf#155122: implement CtrlHandler on WindowsMike Kaganski
2023-05-02improve windows backtrace_to_stringNoel Grandin
2023-04-29Simplify strtmpl.hxxMike Kaganski
2023-04-22Introduce sal::systools::CoTaskMemAllocated to use RAII for CoTaskMemFreeMike Kaganski
2023-04-17loplugin:stringaddStephan Bergmann
2023-04-12Use o3tl::trim in strtmpl.hxxMike Kaganski
2023-04-11fix dbgutil build on win/aarch64 (print stack from cppunittester)Christian Lohmaier
2023-04-10Use of O(U)StringNumber for float/double is actually a pessimisationMike Kaganski
2023-04-09use more OStringToOUStringNoel Grandin
2023-04-05Simplify O(U)String::number implementationMike Kaganski
2023-04-04Make O(U)String::boolean also return an O(U)StringNumberMike Kaganski
2023-04-02Simplify a bitMike Kaganski
2023-03-25loplugin:stringadd in registry..salNoel Grandin
2023-03-23rtl::Static to thread-safe-staticNoel Grandin
2023-03-20rtl_allocateString takes a size_t parameterStephan Bergmann
2023-03-20Shrink rtl_[u]String allocation size to what's actually neededStephan Bergmann
2023-03-15Related: tdf#152943 Test that a quiet NaN payload is propagatedEike Rathke
2023-03-09tdf#143148 Use pragma once instead of include guardsYousef_Rabia