summaryrefslogtreecommitdiff
path: root/sal
AgeCommit message (Expand)Author
2023-11-19fixme static testsJan-Marek Glogowski
2023-11-19gbuild: build static unit testsJan-Marek Glogowski
2023-11-18c++20: use std::erase(_if) instead of std::remove(_if)+erase (part 7)Julien Nabet
2023-11-09loplugin:unnecessarygetstr (clang-cl)Stephan Bergmann
2023-11-08loplugin:stringstatic, lopluign:ostr (clang-cl)Stephan Bergmann
2023-11-08-Werror,-Wmissing-field-initializers (clang-cl)Stephan Bergmann
2023-11-03Make ExternalReferenceUriTranslator more robust against broken UTF-8Stephan Bergmann
2023-10-24Use requires-clausesStephan Bergmann
2023-10-21clang-format sal/rtl/math.cxxMike Kaganski
2023-10-20Extended loplugin:ostr: Automatic rewrite O[U]StringLiteral: salStephan Bergmann
2023-10-15Repurpose loplugin:stringstatic for O[U]String vars that can be constexprStephan Bergmann
2023-10-12split up the backtrace implementations into separate filesNoel Grandin
2023-10-11The other OStringLiteral ctor should be non-explicit tooStephan Bergmann
2023-10-11Delete OUString UTF-16 string literal ctor/assignment opStephan Bergmann
2023-10-07loplugin:ostr: automatic rewriteStephan Bergmann
2023-10-01Fix iOS build breakages when building on macOS SonomaPatrick Luby
2023-09-29Drop some newly obsolete __cplusplus version checksStephan Bergmann
2023-09-28cid#1546363 Unused valueCaolán McNamara
2023-09-26tdf#157448: ignore FILE_ATTRIBUTE_READONLY when FILE_ATTRIBUTE_DIRECTORY is setMike Kaganski
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