summaryrefslogtreecommitdiff
path: root/sal/rtl
AgeCommit message (Expand)AuthorFilesLines
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
2017-07-23rtl: remove comment cruft from locale.cxxChris Sherlock1-54/+32
2017-07-23rtl: cleanup equality conditions in hash.cxxChris Sherlock1-54/+63
2017-07-23rtl: fix equality conditions in crc.cxx and digest.cxxChris Sherlock2-341/+366
2017-07-23rtl: cleanup cipher.cxx equality conditionsChris Sherlock1-27/+32
2017-07-23rtl: remove comment cruft from cipher.cxxChris Sherlock1-199/+82
2017-07-23followup b714ba73c - remove excessive bracesChris Sherlock2-14/+14
2017-07-22rtl: fix bootstrap formatting, comparison to nullptrChris Sherlock1-167/+241
2017-07-22rtl: remove comparisons against nullptr from RTL mem filesChris Sherlock3-122/+127
2017-07-22rtl: remove comment cruft from alloc filesChris Sherlock5-631/+250
2017-07-21migrate to boost::gettextCaolán McNamara1-1/+1
2017-07-17RTL_UNICODETOTEXT_INFO_{DEST|SCR}BUFFERTOSMALL should use TOO, not TOChris Sherlock2-8/+8
2017-07-13use more OUString::operator== in forms..salNoel Grandin1-3/+3
2017-07-10teach unnecessaryparen loplugin about identifiersNoel Grandin3-7/+7
2017-07-07loplugin:unnecessaryparen handle parens inside call exprNoel Grandin1-1/+1
2017-07-06loplugin unnecessaryparan improvementsNoel Grandin1-1/+1
2017-07-05new loplugin unnecessaryparenNoel Grandin2-9/+9
2017-07-02loplugin:casttovoid: salStephan Bergmann1-1/+0
2017-06-23loplugin:unusedfields in registry..saxNoel Grandin2-8/+1
2017-06-16Remove a bunch of comment cruft - esp. "the end." bitsChris Sherlock1-290/+2
2017-06-09clang-tidy readability-non-const-parameterNoel Grandin1-2/+2
2017-06-08Avoid -fsanitize=signed-integer-overflowStephan Bergmann1-0/+5
2017-06-07tdf#108039: check for nullptr in rtl_uString and OUStringMike Kaganski1-3/+5
2017-06-07sal: use thread safe local static in getInternMutexJochen Nitschke1-19/+1
2017-06-06add COVERITY_NOEXCEPT_FALSECaolán McNamara1-0/+12
2017-05-31clang-tidy readability-redundant-control-flowNoel Grandin2-2/+0
2017-05-09cleanup osl/diagnose.h includesJochen Nitschke3-3/+0
2017-05-03Work around GCC 7 mis-featureStephan Bergmann1-0/+7
2017-04-26loplugin:redundantcast (clang-cl)Stephan Bergmann2-5/+5
2017-04-13Removed duplicated includesAndrea Gelmini1-8/+0
2017-04-12clang-tidy: readability-else-after-returnNoel Grandin5-55/+40
2017-03-22Prevent calls to rtl/character.hxx functions with (signed) char argumentsStephan Bergmann1-2/+6
2017-03-03Remove redundant 'inline' keywordStephan Bergmann3-12/+12
2017-02-20silence coverity#1202740 Bad bit shift operationCaolán McNamara1-1/+3
2017-02-08Solaris C++ 5.2 compiler is no longer relevantStephan Bergmann1-6/+4
2017-01-22coverity#1399029 silence Out-of-bounds readCaolán McNamara2-5/+6
2017-01-20tweak high/low bit so we're always shifting with an unsigned numberCaolán McNamara3-11/+9
2017-01-17replace #ifdef SOLARIS with #ifdef __sunMichael Stahl1-1/+1
2016-12-15teach sallogareas plugin to catch inconsistenciesNoel Grandin1-4/+4