summaryrefslogtreecommitdiff
path: root/include/comphelper/interaction.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'include/comphelper/interaction.hxx')
0 files changed, 0 insertions, 0 deletions
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 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