summaryrefslogtreecommitdiff
path: root/sal
AgeCommit message (Expand)AuthorFilesLines
2023-10-12split up the backtrace implementations into separate filesNoel Grandin4-207/+281
2023-10-11The other OStringLiteral ctor should be non-explicit tooStephan Bergmann1-0/+1
2023-10-11Delete OUString UTF-16 string literal ctor/assignment opStephan Bergmann3-39/+35
2023-10-07loplugin:ostr: automatic rewriteStephan Bergmann3-16/+16
2023-10-01Fix iOS build breakages when building on macOS SonomaPatrick Luby1-0/+4
2023-09-29Drop some newly obsolete __cplusplus version checksStephan Bergmann2-14/+4
2023-09-28cid#1546363 Unused valueCaolán McNamara1-3/+0
2023-09-26tdf#157448: ignore FILE_ATTRIBUTE_READONLY when FILE_ATTRIBUTE_DIRECTORY is setMike Kaganski1-0/+4
2023-09-24Drop some newly obsolete __clang_major__ version checksStephan Bergmann2-30/+0
2023-09-24Drop some newly obsolete __GNUC__ version checksStephan Bergmann2-21/+0
2023-09-19tdf#146619 Remove unused includes from sal/ [cpp files]Gabor Kelemen25-64/+36
2023-08-30tdf#146619 Remove unused includes from sal/osl/unxGabor Kelemen29-97/+63
2023-08-22tdf#146619 Remove unused includes from sal/qaGabor Kelemen44-154/+34
2023-08-14tdf#146619 Remove unused includes from sal/ [headers]Gabor Kelemen27-24/+30
2023-08-12Use less boost_headers in salGabor Kelemen3-5/+0
2023-08-09tdf#146619 Remove unused includes from sal/ [system.hxx]Gabor Kelemen18-33/+48
2023-08-09Use _beginthreadex instead of CreateThreadMike Kaganski2-9/+8
2023-08-07Remove unused header fileGabor Kelemen1-8/+0
2023-08-07Drop unnecessary header osl_Mutex_Const.hGabor Kelemen2-38/+5
2023-08-04Avoid a Clang template instantiation bug with libstdc++ and C++20Stephan Bergmann1-0/+8
2023-08-01tdf#146619 Remove unused #includes from C/C++ filesVenetia Furtado5-7/+6
2023-07-31loplugin:stringconstant: Catch some O[U]String::getStr anti-patternsStephan Bergmann1-6/+6
2023-07-31Fix C++20-only "..."_tstr test codeStephan Bergmann1-1/+3
2023-07-31Introduce "..."_tstr as a companion to "..."_ostr/u"..."_ustr in template codeStephan Bergmann2-0/+6
2023-07-21tdf#139306 Incorrect nDecPlaces value after clampingVladislav Tarakanov1-4/+4
2023-07-19Work around MSVC bug with "..."_ostr vs. u"..."_ostrStephan Bergmann1-3/+3
2023-07-14O[U]String literals (unusable for now, C++20 only)Stephan Bergmann2-0/+20
2023-07-12Simplify a bitMike Kaganski1-21/+11
2023-07-10Fix typoAndrea Gelmini1-1/+1
2023-07-09No need to clean up the desktop, when the process is finishingMike Kaganski1-13/+2
2023-07-09cppunittester: use a dedicated desktop on WindowsMike Kaganski1-0/+19
2023-06-26new loplugin:constexprliteralNoel Grandin1-4/+4
2023-06-16tdf#143148: Use pragma once instead of include guardsVenetia Furtado5-20/+5
2023-06-02tdf#145538,tdf#147021: qa: range based loopsDr. David Alan Gilbert4-67/+61
2023-05-07Revert a thinko from commit 876010cbc4584249e919c694b8b977fd4e83084eMike Kaganski2-4/+12
2023-05-06update loplugin:stringview* for o3tl::iterateCodePointsNoel Grandin1-4/+1
2023-05-06Simplify rtl_(u)string_newReplace implementationMike Kaganski3-39/+17
2023-05-06Simplify a bitMike Kaganski1-11/+1
2023-05-05loplugin:unnecessarygetstrStephan Bergmann1-2/+1
2023-05-04Provide std::u16string_view based o3tl::iterateCodePointsStephan Bergmann1-36/+13
2023-05-02tdf#155122: implement CtrlHandler on WindowsMike Kaganski1-0/+32
2023-05-02improve windows backtrace_to_stringNoel Grandin1-2/+3
2023-04-29Simplify strtmpl.hxxMike Kaganski1-256/+179
2023-04-22Introduce sal::systools::CoTaskMemAllocated to use RAII for CoTaskMemFreeMike Kaganski1-5/+4
2023-04-17loplugin:stringaddStephan Bergmann2-7/+3
2023-04-12Use o3tl::trim in strtmpl.hxxMike Kaganski1-68/+23
2023-04-11fix dbgutil build on win/aarch64 (print stack from cppunittester)Christian Lohmaier1-0/+6
2023-04-10Use of O(U)StringNumber for float/double is actually a pessimisationMike Kaganski3-6/+6
2023-04-09use more OStringToOUStringNoel Grandin1-2/+4
2023-04-05Simplify O(U)String::number implementationMike Kaganski2-10/+10