summaryrefslogtreecommitdiff
path: root/sal/rtl
AgeCommit message (Expand)AuthorFilesLines
2018-03-02Disable -fsanitize=float-divide-by-zero in rtl_math_atanhStephan Bergmann1-0/+3
2018-02-02sal: MSVC: pragma warning: make more specific, remove obsoleteMike Kaganski3-14/+0
2018-01-30Typ-o negativIlmari Lauhakangas1-3/+3
2018-01-29Translate German variable nameJohnny_M1-3/+3
2018-01-25Remove stdlib.h from sal/config.hStephan Bergmann1-0/+4
2018-01-23More loplugin:cstylecast on WindowsStephan Bergmann2-4/+4
2018-01-19Remove include of config_global.h from sal/config.hStephan Bergmann1-0/+1
2018-01-19SAL_W32 is just an alias for _WIN32Stephan Bergmann3-17/+17
2018-01-18Include android/compatibility.hxx from ubiquitous sal/config.hStephan Bergmann1-1/+0
2018-01-17tdf#114939 sal: document the bug in endSHA()Michael Stahl1-0/+2
2018-01-17Missing includes (Windows --disable-pch)Stephan Bergmann1-0/+1
2018-01-16sal: try to fix Android build, no std::roundMichael Stahl1-0/+1
2018-01-16tdf#114939 sal: fix endMD5() off-by-oneMichael Stahl1-1/+1
2018-01-16tdf#96821 fix corner cases for Calc function ROUND.Winfried Donkers1-0/+3
2018-01-15convert a<b?a:b to std::min(a,b)Noel Grandin5-5/+7
2018-01-12More loplugin:cstylecast: salStephan Bergmann14-153/+153
2018-01-11convert (a>b?a:b) to std::max(a,b)Noel Grandin1-1/+1
2018-01-09loplugin:convertlong in ucb,sotNoel Grandin1-1/+1
2018-01-04ofz#4886 Integer-overflowCaolán McNamara1-3/+5
2018-01-02Unused return value of rtl_cache_constructorStephan Bergmann1-8/+6
2017-12-29PRIu64 is unusedStephan Bergmann1-11/+0
2017-12-28rtl: support start/stop threads around pre-initAshod Nakashian2-16/+47
2017-12-15Fix typosAndrea Gelmini1-1/+1
2017-12-15sal: add pre-initialization scheme for allocations.Michael Meeks8-9/+135
2017-12-11loplugin:salcall fix functionsNoel Grandin5-18/+18
2017-12-03Replace lists by vectors in bootstrap (sal)Julien Nabet1-24/+22
2017-11-29loplugin:unnecessaryparen (clang-cl)Stephan Bergmann1-1/+1
2017-11-23loplugin:simplifybool can't invert conditions involving float typesNoel Grandin1-1/+1
2017-11-23loplugin:simplifybool for negation of comparison operatorNoel Grandin2-10/+10
2017-11-22ofz#4366 Divide-by-zeroStephan Bergmann1-2/+10
2017-11-21Disable custom allocatorDennis Francis1-1/+1
2017-11-20look for =() in loplugin:unnecessaryparenNoel Grandin1-1/+1
2017-11-10rtl: change nullptr comparisonChris Sherlock1-2/+2
2017-10-25ofz#3789 Integer-overflowCaolán McNamara1-1/+4
2017-10-23loplugin:includeform: salStephan Bergmann18-56/+56
2017-10-23overload std::hash for OUString and OStringNoel Grandin1-2/+1
2017-10-20Comment some values that 16 doesn't workEike Rathke1-2/+2
2017-10-19tdf#113211: fix calculations with big integersMike Kaganski1-1/+52
2017-09-27SAL: use more Unicode on WindowsMike Kaganski1-1/+1
2017-09-13New rtl::isUnicodeScalarValue, rtl::isSurrogateStephan Bergmann2-4/+3
2017-09-04loplugin:unnecessaryparen include c++ castsNoel Grandin1-2/+2
2017-08-17remove UL/L suffixes from integer constants on the RHS of expressionsNoel Grandin3-15/+15
2017-08-17remove UL/L suffixes from shift-by-constant expressionsNoel Grandin2-20/+20
2017-08-11convert std::map::insert to std::map::emplace IINoel Grandin1-2/+1
2017-07-23rtl: cleanup equality conditions in uuid.cxxChris Sherlock1-35/+38
2017-07-23rtl: cleanup uri.cxxChris Sherlock1-28/+112
2017-07-23rtl: cleanup rtl_process.cxxChris Sherlock1-5/+8
2017-07-23rtl: remove comments, cleanup equality conditions in random.cxxChris Sherlock1-105/+58
2017-07-23rtl: cleanup equality conditions in math.cxxChris Sherlock1-153/+248
2017-07-23rtl: cleanup equality conditions in locale.cxxChris Sherlock1-2/+2