summaryrefslogtreecommitdiff
path: root/sal/rtl
AgeCommit message (Expand)Author
2018-07-31the custom SAL allocator is no longer usedNoel Grandin
2018-07-30avoid writing StringBuffer twiceNoel Grandin
2018-07-29bChanged can be boolNoel Grandin
2018-07-29Use memmove in trim_WithLengthNoel Grandin
2018-07-29optimise newFromStr functionsNoel Grandin
2018-07-27Related: rhbz#1602589 add comments to coverity annotationsCaolán McNamara
2018-06-28tdf#42949 Fix IWYU warnings in include/osl/*hGabor Kelemen
2018-06-18Resolves: tdf#118073 one leading 0 is significant for 0.Eike Rathke
2018-06-11new loplugin:shouldreturnboolNoel Grandin
2018-05-28loplugin:unusedfieldsNoel Grandin
2018-05-28loplugin:unusedmethodsNoel Grandin
2018-05-17New o3tl::temporary to simplify calls of std::modfStephan Bergmann
2018-05-17loplugin:redundantcast improvements for floating-integer conversionsStephan Bergmann
2018-05-17Remove leftover "#pragma GCC diagnostic ignored" halfStephan Bergmann
2018-05-16[API CHANGE] Remove no longer working rtl_arena -> rtl_cache featureStephan Bergmann
2018-04-27loplugin:constantparamNoel Grandin
2018-04-20loplugin:constantparamNoel Grandin
2018-04-19cppcheck - fix variableScope in some filesGökhan Gurbetoğlu
2018-04-16cppcheck: variableScope & unreadVariableMuhammet Kara
2018-03-02Disable -fsanitize=float-divide-by-zero in rtl_math_atanhStephan Bergmann
2018-02-02sal: MSVC: pragma warning: make more specific, remove obsoleteMike Kaganski
2018-01-30Typ-o negativIlmari Lauhakangas
2018-01-29Translate German variable nameJohnny_M
2018-01-25Remove stdlib.h from sal/config.hStephan Bergmann
2018-01-23More loplugin:cstylecast on WindowsStephan Bergmann
2018-01-19Remove include of config_global.h from sal/config.hStephan Bergmann
2018-01-19SAL_W32 is just an alias for _WIN32Stephan Bergmann
2018-01-18Include android/compatibility.hxx from ubiquitous sal/config.hStephan Bergmann
2018-01-17tdf#114939 sal: document the bug in endSHA()Michael Stahl
2018-01-17Missing includes (Windows --disable-pch)Stephan Bergmann
2018-01-16sal: try to fix Android build, no std::roundMichael Stahl
2018-01-16tdf#114939 sal: fix endMD5() off-by-oneMichael Stahl
2018-01-16tdf#96821 fix corner cases for Calc function ROUND.Winfried Donkers
2018-01-15convert a<b?a:b to std::min(a,b)Noel Grandin
2018-01-12More loplugin:cstylecast: salStephan Bergmann
2018-01-11convert (a>b?a:b) to std::max(a,b)Noel Grandin
2018-01-09loplugin:convertlong in ucb,sotNoel Grandin
2018-01-04ofz#4886 Integer-overflowCaolán McNamara
2018-01-02Unused return value of rtl_cache_constructorStephan Bergmann
2017-12-29PRIu64 is unusedStephan Bergmann
2017-12-28rtl: support start/stop threads around pre-initAshod Nakashian
2017-12-15Fix typosAndrea Gelmini
2017-12-15sal: add pre-initialization scheme for allocations.Michael Meeks
2017-12-11loplugin:salcall fix functionsNoel Grandin
2017-12-03Replace lists by vectors in bootstrap (sal)Julien Nabet
2017-11-29loplugin:unnecessaryparen (clang-cl)Stephan Bergmann
2017-11-23loplugin:simplifybool can't invert conditions involving float typesNoel Grandin
2017-11-23loplugin:simplifybool for negation of comparison operatorNoel Grandin
2017-11-22ofz#4366 Divide-by-zeroStephan Bergmann
2017-11-21Disable custom allocatorDennis Francis