summaryrefslogtreecommitdiff
path: root/sal/rtl
AgeCommit message (Expand)Author
2017-07-23rtl: remove comments, cleanup equality conditions in random.cxxChris Sherlock
2017-07-23rtl: cleanup equality conditions in math.cxxChris Sherlock
2017-07-23rtl: cleanup equality conditions in locale.cxxChris Sherlock
2017-07-23rtl: remove comment cruft from locale.cxxChris Sherlock
2017-07-23rtl: cleanup equality conditions in hash.cxxChris Sherlock
2017-07-23rtl: fix equality conditions in crc.cxx and digest.cxxChris Sherlock
2017-07-23rtl: cleanup cipher.cxx equality conditionsChris Sherlock
2017-07-23rtl: remove comment cruft from cipher.cxxChris Sherlock
2017-07-23followup b714ba73c - remove excessive bracesChris Sherlock
2017-07-22rtl: fix bootstrap formatting, comparison to nullptrChris Sherlock
2017-07-22rtl: remove comparisons against nullptr from RTL mem filesChris Sherlock
2017-07-22rtl: remove comment cruft from alloc filesChris Sherlock
2017-07-21migrate to boost::gettextCaolán McNamara
2017-07-17RTL_UNICODETOTEXT_INFO_{DEST|SCR}BUFFERTOSMALL should use TOO, not TOChris Sherlock
2017-07-13use more OUString::operator== in forms..salNoel Grandin
2017-07-10teach unnecessaryparen loplugin about identifiersNoel Grandin
2017-07-07loplugin:unnecessaryparen handle parens inside call exprNoel Grandin
2017-07-06loplugin unnecessaryparan improvementsNoel Grandin
2017-07-05new loplugin unnecessaryparenNoel Grandin
2017-07-02loplugin:casttovoid: salStephan Bergmann
2017-06-23loplugin:unusedfields in registry..saxNoel Grandin
2017-06-16Remove a bunch of comment cruft - esp. "the end." bitsChris Sherlock
2017-06-09clang-tidy readability-non-const-parameterNoel Grandin
2017-06-08Avoid -fsanitize=signed-integer-overflowStephan Bergmann
2017-06-07tdf#108039: check for nullptr in rtl_uString and OUStringMike Kaganski
2017-06-07sal: use thread safe local static in getInternMutexJochen Nitschke
2017-06-06add COVERITY_NOEXCEPT_FALSECaolán McNamara
2017-05-31clang-tidy readability-redundant-control-flowNoel Grandin
2017-05-09cleanup osl/diagnose.h includesJochen Nitschke
2017-05-03Work around GCC 7 mis-featureStephan Bergmann
2017-04-26loplugin:redundantcast (clang-cl)Stephan Bergmann
2017-04-13Removed duplicated includesAndrea Gelmini
2017-04-12clang-tidy: readability-else-after-returnNoel Grandin
2017-03-22Prevent calls to rtl/character.hxx functions with (signed) char argumentsStephan Bergmann
2017-03-03Remove redundant 'inline' keywordStephan Bergmann
2017-02-20silence coverity#1202740 Bad bit shift operationCaolán McNamara
2017-02-08Solaris C++ 5.2 compiler is no longer relevantStephan Bergmann
2017-01-22coverity#1399029 silence Out-of-bounds readCaolán McNamara
2017-01-20tweak high/low bit so we're always shifting with an unsigned numberCaolán McNamara
2017-01-17replace #ifdef SOLARIS with #ifdef __sunMichael Stahl
2016-12-15teach sallogareas plugin to catch inconsistenciesNoel Grandin
2016-12-06new loplugin/rewriter comparisonwithconstantNoel Grandin
2016-10-13approxEqual: check isFinite()Eike Rathke
2016-10-10Handle loplugin:fpcomparison false positives by whitelistStephan Bergmann
2016-10-07New rtl::splitSurrogates, remove code duplicationStephan Bergmann
2016-10-04isRepresentableInteger: assert(fAbsValue >= 0.0)Eike Rathke
2016-10-04clang-cl loplugin: salStephan Bergmann
2016-10-03-Werror,-Wdeprecated-declarationTor Lillqvist
2016-10-01let approxEqual() not scale too early for large representable integer valuesEike Rathke
2016-09-29tdf#83306: sal: fix compare of rtl::OUString/OString containing '\0'Michael Stahl