summaryrefslogtreecommitdiff
path: root/sal
AgeCommit message (Expand)AuthorFilesLines
2024-01-28cool#8016 open files using O_CLOEXECNoel Grandin1-0/+3
2024-01-19Make osl_execProc_test_batch run the new process hiddenMike Kaganski1-1/+1
2024-01-18-Werror,-Wunused-variable (Emscripten)Stephan Bergmann1-2/+2
2023-12-24Silence new GCC 14 trunk -Werror=alloc-sizeStephan Bergmann1-0/+7
2023-12-24-Werror=calloc-transposed-argsStephan Bergmann2-2/+2
2023-12-24Remove unused headers found by bin/find-unusedheaders.shGabor Kelemen1-45/+0
2023-12-19Fix typoAndrea Gelmini1-3/+3
2023-12-11Step 3 of removing cargo-cult pragma pack around rtl_[u]StringStephan Bergmann2-14/+0
2023-12-06loplugin:ostr (macOS)Stephan Bergmann1-1/+1
2023-11-29Extended loplugin:ostr: salStephan Bergmann3-20/+20
2023-11-19Extended loplugin:ostr: salStephan Bergmann15-1017/+1017
2023-11-18c++20: use std::erase(_if) instead of std::remove(_if)+erase (part 7)Julien Nabet1-8/+4
2023-11-09loplugin:unnecessarygetstr (clang-cl)Stephan Bergmann1-1/+1
2023-11-08loplugin:stringstatic, lopluign:ostr (clang-cl)Stephan Bergmann3-7/+6
2023-11-08-Werror,-Wmissing-field-initializers (clang-cl)Stephan Bergmann1-1/+2
2023-11-03Make ExternalReferenceUriTranslator more robust against broken UTF-8Stephan Bergmann2-1/+43
2023-10-24Use requires-clausesStephan Bergmann1-2/+2
2023-10-21clang-format sal/rtl/math.cxxMike Kaganski1-151/+108
2023-10-20Extended loplugin:ostr: Automatic rewrite O[U]StringLiteral: salStephan Bergmann6-18/+18
2023-10-15Repurpose loplugin:stringstatic for O[U]String vars that can be constexprStephan Bergmann5-11/+8
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