summaryrefslogtreecommitdiff
path: root/sal
AgeCommit message (Expand)Author
2022-01-06Add configure test for the backtrace implementationIsmael Luceno
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
2021-10-01Always use buffer on stackMike Kaganski
2021-10-01loplugin:nullptr (clang-cl)Stephan Bergmann
2021-09-30-Werror,-Wformat (clang-cl)Stephan Bergmann
2021-09-30loplugin:sallogareas (clang-cl)Stephan Bergmann
2021-09-30loplugin:external (clang-cl)Stephan Bergmann
2021-09-30loplugin:cstylecast (clang-cl)Stephan Bergmann
2021-09-30loplugin:unusedcapturedefault (clang-cl)Stephan Bergmann
2021-09-30loplugin:includeform (clang-cl)Stephan Bergmann
2021-09-30loplugin:fakebool (clang-cl)Stephan Bergmann
2021-09-30Simplify comparisons in the loopMike Kaganski
2021-09-30Add a test for a negative integerMike Kaganski
2021-09-30Avoid reversing the bufferMike Kaganski
2021-09-29Use std::reverse instead of swapping in a loopMike Kaganski
2021-09-29Simplify integer roundingMike Kaganski
2021-09-20use clang-cl's -Zc:dllexportInlines- for clang-cl buildsLuboš Luňák
2021-09-17Drop this unneeded indirectionMike Kaganski
2021-09-13loplugin:simplifypointertoboolStephan Bergmann
2021-09-10clang:optin.performance.Padding in salNoel Grandin
2021-09-07prepend #<num> to frames in unx backtracesLuboš Luňák
2021-09-06also cache addr2line resultsLuboš Luňák
2021-09-06group addr2line calls per binary for better performanceLuboš Luňák
2021-09-06improve sal::backtrace_get() by using addr2line in debug buildsLuboš Luňák
2021-09-03log PATH length and content when complaining about itCaolán McNamara
2021-09-01use a dummy clipboard when running unit testsNoel Grandin