summaryrefslogtreecommitdiff
path: root/sal
AgeCommit message (Expand)AuthorFilesLines
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
2023-04-04Make O(U)String::boolean also return an O(U)StringNumberMike Kaganski1-2/+2
2023-04-02Simplify a bitMike Kaganski1-11/+3
2023-03-25loplugin:stringadd in registry..salNoel Grandin2-3/+2
2023-03-23rtl::Static to thread-safe-staticNoel Grandin1-5/+7
2023-03-20rtl_allocateString takes a size_t parameterStephan Bergmann1-2/+2
2023-03-20Shrink rtl_[u]String allocation size to what's actually neededStephan Bergmann1-2/+4
2023-03-15Related: tdf#152943 Test that a quiet NaN payload is propagatedEike Rathke1-0/+24
2023-03-09tdf#143148 Use pragma once instead of include guardsYousef_Rabia1-4/+1
2023-02-28cid#1521506 silence Thread deadlockCaolán McNamara1-0/+5
2023-02-24Unify osl_{g,s}etThreadTextEncoding implementation across platformsMike Kaganski5-85/+79
2023-02-24Simplify osl_getTextEncodingFromLocale on WindowsMike Kaganski1-129/+33
2023-02-16Only specialize CppUnit::assetion_traits<T>::toString member functionsStephan Bergmann3-33/+14
2023-02-16use std::condition_variable for oslConditionNoel Grandin1-144/+25
2023-02-14Let +TIMESTAMP and +RELATIVETIMER use the same osl_getSystemTimeStephan Bergmann1-17/+20