summaryrefslogtreecommitdiffstats
path: root/sal/rtl
Commit message (Expand)AuthorAgeFilesLines
* rhbz#1618703: Allow to use OpenSSL as backend for rtl/cipher.hStephan Bergmann2018-08-281-3/+161
* Resolves: tdf#118073 one leading 0 is significant for 0.Eike Rathke2018-06-181-1/+1
* loplugin:unusedfieldsNoel Grandin2018-05-281-2/+0
* New o3tl::temporary to simplify calls of std::modfStephan Bergmann2018-05-171-1/+2
* loplugin:redundantcast improvements for floating-integer conversionsStephan Bergmann2018-05-171-2/+5
* Remove leftover "#pragma GCC diagnostic ignored" halfStephan Bergmann2018-05-171-4/+0
* [API CHANGE] Remove no longer working rtl_arena -> rtl_cache featureStephan Bergmann2018-05-164-100/+7
* loplugin:constantparamNoel Grandin2018-04-274-7/+7
* loplugin:constantparamNoel Grandin2018-04-203-5/+5
* cppcheck - fix variableScope in some filesGökhan Gurbetoğlu2018-04-191-4/+3
* cppcheck: variableScope & unreadVariableMuhammet Kara2018-04-161-1/+1
* Disable -fsanitize=float-divide-by-zero in rtl_math_atanhStephan Bergmann2018-03-021-0/+3
* sal: MSVC: pragma warning: make more specific, remove obsoleteMike Kaganski2018-02-023-14/+0
* Typ-o negativIlmari Lauhakangas2018-01-301-3/+3
* Translate German variable nameJohnny_M2018-01-291-3/+3
* Remove stdlib.h from sal/config.hStephan Bergmann2018-01-251-0/+4
* More loplugin:cstylecast on WindowsStephan Bergmann2018-01-232-4/+4
* Remove include of config_global.h from sal/config.hStephan Bergmann2018-01-191-0/+1
* SAL_W32 is just an alias for _WIN32Stephan Bergmann2018-01-193-17/+17
* Include android/compatibility.hxx from ubiquitous sal/config.hStephan Bergmann2018-01-181-1/+0
* tdf#114939 sal: document the bug in endSHA()Michael Stahl2018-01-171-0/+2
* Missing includes (Windows --disable-pch)Stephan Bergmann2018-01-171-0/+1
* sal: try to fix Android build, no std::roundMichael Stahl2018-01-161-0/+1
* tdf#114939 sal: fix endMD5() off-by-oneMichael Stahl2018-01-161-1/+1
* tdf#96821 fix corner cases for Calc function ROUND.Winfried Donkers2018-01-161-0/+3
* convert a<b?a:b to std::min(a,b)Noel Grandin2018-01-155-5/+7
* More loplugin:cstylecast: salStephan Bergmann2018-01-1214-153/+153
* convert (a>b?a:b) to std::max(a,b)Noel Grandin2018-01-111-1/+1
* loplugin:convertlong in ucb,sotNoel Grandin2018-01-091-1/+1
* ofz#4886 Integer-overflowCaolán McNamara2018-01-041-3/+5
* Unused return value of rtl_cache_constructorStephan Bergmann2018-01-021-8/+6
* PRIu64 is unusedStephan Bergmann2017-12-291-11/+0
* rtl: support start/stop threads around pre-initAshod Nakashian2017-12-282-16/+47
* Fix typosAndrea Gelmini2017-12-151-1/+1
* sal: add pre-initialization scheme for allocations.Michael Meeks2017-12-158-9/+135
* loplugin:salcall fix functionsNoel Grandin2017-12-115-18/+18
* Replace lists by vectors in bootstrap (sal)Julien Nabet2017-12-031-24/+22
* loplugin:unnecessaryparen (clang-cl)Stephan Bergmann2017-11-291-1/+1
* loplugin:simplifybool can't invert conditions involving float typesNoel Grandin2017-11-231-1/+1
* loplugin:simplifybool for negation of comparison operatorNoel Grandin2017-11-232-10/+10
* ofz#4366 Divide-by-zeroStephan Bergmann2017-11-221-2/+10
* Disable custom allocatorDennis Francis2017-11-211-1/+1
* look for =() in loplugin:unnecessaryparenNoel Grandin2017-11-201-1/+1
* rtl: change nullptr comparisonChris Sherlock2017-11-101-2/+2
* ofz#3789 Integer-overflowCaolán McNamara2017-10-251-1/+4
* loplugin:includeform: salStephan Bergmann2017-10-2318-56/+56
* overload std::hash for OUString and OStringNoel Grandin2017-10-231-2/+1
* Comment some values that 16 doesn't workEike Rathke2017-10-201-2/+2
* tdf#113211: fix calculations with big integersMike Kaganski2017-10-191-1/+52
* SAL: use more Unicode on WindowsMike Kaganski2017-09-271-1/+1