summaryrefslogtreecommitdiffstats
path: root/sal/rtl
Commit message (Expand)AuthorAgeFilesLines
* SAL: use more Unicode on WindowsMike Kaganski2017-09-271-1/+1
* New rtl::isUnicodeScalarValue, rtl::isSurrogateStephan Bergmann2017-09-132-4/+3
* loplugin:unnecessaryparen include c++ castsNoel Grandin2017-09-041-2/+2
* remove UL/L suffixes from integer constants on the RHS of expressionsNoel Grandin2017-08-173-15/+15
* remove UL/L suffixes from shift-by-constant expressionsNoel Grandin2017-08-172-20/+20
* convert std::map::insert to std::map::emplace IINoel Grandin2017-08-111-2/+1
* rtl: cleanup equality conditions in uuid.cxxChris Sherlock2017-07-231-35/+38
* rtl: cleanup uri.cxxChris Sherlock2017-07-231-28/+112
* rtl: cleanup rtl_process.cxxChris Sherlock2017-07-231-5/+8
* rtl: remove comments, cleanup equality conditions in random.cxxChris Sherlock2017-07-231-105/+58
* rtl: cleanup equality conditions in math.cxxChris Sherlock2017-07-231-153/+248
* rtl: cleanup equality conditions in locale.cxxChris Sherlock2017-07-231-2/+2
* rtl: remove comment cruft from locale.cxxChris Sherlock2017-07-231-54/+32
* rtl: cleanup equality conditions in hash.cxxChris Sherlock2017-07-231-54/+63
* rtl: fix equality conditions in crc.cxx and digest.cxxChris Sherlock2017-07-232-341/+366
* rtl: cleanup cipher.cxx equality conditionsChris Sherlock2017-07-231-27/+32
* rtl: remove comment cruft from cipher.cxxChris Sherlock2017-07-231-199/+82
* followup b714ba73c - remove excessive bracesChris Sherlock2017-07-232-14/+14
* rtl: fix bootstrap formatting, comparison to nullptrChris Sherlock2017-07-221-167/+241
* rtl: remove comparisons against nullptr from RTL mem filesChris Sherlock2017-07-223-122/+127
* rtl: remove comment cruft from alloc filesChris Sherlock2017-07-225-631/+250
* migrate to boost::gettextCaolán McNamara2017-07-211-1/+1
* RTL_UNICODETOTEXT_INFO_{DEST|SCR}BUFFERTOSMALL should use TOO, not TOChris Sherlock2017-07-172-8/+8
* use more OUString::operator== in forms..salNoel Grandin2017-07-131-3/+3
* teach unnecessaryparen loplugin about identifiersNoel Grandin2017-07-103-7/+7
* loplugin:unnecessaryparen handle parens inside call exprNoel Grandin2017-07-071-1/+1
* loplugin unnecessaryparan improvementsNoel Grandin2017-07-061-1/+1
* new loplugin unnecessaryparenNoel Grandin2017-07-052-9/+9
* loplugin:casttovoid: salStephan Bergmann2017-07-021-1/+0
* loplugin:unusedfields in registry..saxNoel Grandin2017-06-232-8/+1
* Remove a bunch of comment cruft - esp. "the end." bitsChris Sherlock2017-06-161-290/+2
* clang-tidy readability-non-const-parameterNoel Grandin2017-06-091-2/+2
* Avoid -fsanitize=signed-integer-overflowStephan Bergmann2017-06-081-0/+5
* tdf#108039: check for nullptr in rtl_uString and OUStringMike Kaganski2017-06-071-3/+5
* sal: use thread safe local static in getInternMutexJochen Nitschke2017-06-071-19/+1
* add COVERITY_NOEXCEPT_FALSECaolán McNamara2017-06-061-0/+12
* clang-tidy readability-redundant-control-flowNoel Grandin2017-05-312-2/+0
* cleanup osl/diagnose.h includesJochen Nitschke2017-05-093-3/+0
* Work around GCC 7 mis-featureStephan Bergmann2017-05-031-0/+7
* loplugin:redundantcast (clang-cl)Stephan Bergmann2017-04-262-5/+5
* Removed duplicated includesAndrea Gelmini2017-04-131-8/+0
* clang-tidy: readability-else-after-returnNoel Grandin2017-04-125-55/+40
* Prevent calls to rtl/character.hxx functions with (signed) char argumentsStephan Bergmann2017-03-221-2/+6
* Remove redundant 'inline' keywordStephan Bergmann2017-03-033-12/+12
* silence coverity#1202740 Bad bit shift operationCaolán McNamara2017-02-201-1/+3
* Solaris C++ 5.2 compiler is no longer relevantStephan Bergmann2017-02-081-6/+4
* coverity#1399029 silence Out-of-bounds readCaolán McNamara2017-01-222-5/+6
* tweak high/low bit so we're always shifting with an unsigned numberCaolán McNamara2017-01-203-11/+9
* replace #ifdef SOLARIS with #ifdef __sunMichael Stahl2017-01-171-1/+1
* teach sallogareas plugin to catch inconsistenciesNoel Grandin2016-12-151-4/+4