summaryrefslogtreecommitdiff
path: root/sal
AgeCommit message (Expand)Author
2022-01-19WASM setup as non-multiuser, desktop buildJan-Marek Glogowski
2022-01-19WASM more initial bits and piecesJan-Marek Glogowski
2022-01-18Add HAVE_(UNIX_)DLAPI config header defineJan-Marek Glogowski
2022-01-11Fix ISO C++11 -Wwritable-stringsJan-Marek Glogowski
2022-01-10Use one define for the common NLS archsJan-Marek Glogowski
2022-01-08Unify condition names and fix "else" pathsJan-Marek Glogowski
2022-01-07Use CreateThread instead of _beginthreadexMike Kaganski
2022-01-07loplugin:redundantcastStephan Bergmann
2022-01-07Drop unused forward declarationMike Kaganski
2022-01-06Simplify osl_getModuleURLFromAddress a bitMike Kaganski
2022-01-05Simplify osl_getModuleURLFromAddress using GetModuleHandleExWMike Kaganski
2021-12-31gbuild: introduce gb_%_linktarget_targetJan-Marek Glogowski
2021-12-30Add configure test for the backtrace implementationIsmael Luceno
2021-12-24Use rtl functions instead of own surrogate checking/combiningMike Kaganski
2021-12-21Use sal::systools::CoInitializeGuard and sal::systools::ThrowIfFailedMike Kaganski
2021-12-16Fix typosAndrea Gelmini
2021-12-16Refactor Library_sal_textenc build conditionJan-Marek Glogowski
2021-12-14Drop brittle testStephan Bergmann
2021-12-14osl_replaceFile: fallback to osl_moveFile in more cases on WindowsMike Kaganski
2021-12-14A more expressive CPPUNIT_ASSERT_MESSAGEStephan Bergmann
2021-12-13Refactor some buildsytem stuff (mostly whitespace)Jan-Marek Glogowski
2021-12-02Fix clang-cl -Zc:dllexportInlines- buildStephan Bergmann
2021-12-01gbuild: introduce plugin + loader conceptsJan-Marek Glogowski
2021-11-30loplugin:stringliteraldefine in variousNoel Grandin
2021-11-26-FIIntrin.h in CC/CXX is no longer needed for my clang-cl buildStephan Bergmann
2021-11-23O[U]String::replaceAt overloads that take string_viewNoel Grandin
2021-11-17Use C++17 hex-exponent floating point literalsMike Kaganski
2021-11-14rtl::Static->thread-safe static in salNoel Grandin
2021-11-11Drop the OUString vs. OUStringLiteral comparison operator overloadsStephan Bergmann
2021-10-23move access inside mutex guardLuboš Luňák
2021-10-22fix std::unique_lock unlockingLuboš Luňák
2021-10-22prefer llvm-addr2line to addr2line for backtraces if possibleLuboš Luňák
2021-10-22revert part of "Simplify vector initialization in sal"Luboš Luňák
2021-10-22cache negative addr2line hitsLuboš Luňák
2021-10-22Optimize assignment from OUStringLiteral to OUStringStephan Bergmann
2021-10-18Noop unify style for branchesEmanuel Schorsch
2021-10-16Simplify vector initialization in salJulien Nabet
2021-10-15NoOp refactor to make elif clearerEmanuel Schorsch
2021-10-10OSL : remove useless rtl::Static in debugbaseArnaud Versini
2021-10-10OSL : use std::mutex in backtraceapiArnaud Versini
2021-10-05Optimize the whole range of getN10Exp over IEEE 754 doublesMike Kaganski
2021-10-04Use isRepresentableInteger hereMike Kaganski
2021-10-03A more lightweight O[U]StringConcatenationStephan Bergmann
2021-10-02Some corner case unit testsMike Kaganski
2021-10-01Simplify the code a bit to clarify the logicMike Kaganski
2021-10-01Add unit test to catch eae24a9488814e77254d175c11fc4a138c1dbd30Mike Kaganski
2021-10-01Calculate buffer size correctlyMike Kaganski
2021-10-01Consider leading minusMike Kaganski
2021-10-01Use std::memmove instead of loopMike Kaganski
2021-10-01Drop static_cast syntactic noiseMike Kaganski