summaryrefslogtreecommitdiff
path: root/sal
AgeCommit message (Expand)AuthorFilesLines
2015-08-18no need for pre/postmac in osl/unx/system.hNorbert Thiebaud1-3/+0
2015-08-11new loplugin: defaultparamsNoel Grandin1-3/+3
2015-08-06sal: fix assert in osl_joinWithThread()Michael Stahl1-5/+7
2015-08-06sal: make osl_joinWithThread() a little more consistentMichael Stahl1-0/+1
2015-08-04sal,rsc,oox: inline some use-once typedefsNoel Grandin1-5/+3
2015-07-30tdf#60381: Accessing Sharepoint share using UNC path does not work.Giuseppe Castagno1-0/+2
2015-07-27inline a bunch of use-once macrosNoel Grandin1-4/+1
2015-07-23coverity#1312138 Resource leakCaolán McNamara1-0/+1
2015-07-21loplugin:cstylecastNoel Grandin1-1/+1
2015-07-20use osl_get_system_random data in rtlRamdomPoolNorbert Thiebaud1-9/+30
2015-07-20add an internal api to osl to collect 'native' random numbersNorbert Thiebaud4-0/+136
2015-07-16loplugin:simplifyboolStephan Bergmann1-1/+1
2015-07-15Log the actual string, not the rtl_uString pointer valueTor Lillqvist1-4/+5
2015-07-13Make content of OSL_ASSERT, DBG_ASSERT, etc. visiblie in non-debug buildsStephan Bergmann1-4/+2
2015-07-10cleanup some unnecessary direct usage of the OString/OUString C API.Noel Grandin3-8/+3
2015-07-09Do not call SAL_N_ELEMENTS on empty arrayStephan Bergmann1-0/+2
2015-07-08Fix typosAndrea Gelmini3-4/+4
2015-07-07performance tuning of rtl_ustr_indexOfAscii_WithLength()Norbert Thiebaud1-6/+18
2015-07-06Clarify treatment of double slashes in rtl::Uri::convertRelToAbsStephan Bergmann1-1/+5
2015-07-04Fix typosAndrea Gelmini2-2/+2
2015-06-30Coverity 1308555, 1308562, 1308600: Drop some SAL_THROW_EXTERN_CStephan Bergmann1-7/+6
2015-06-28Fix typosAndrea Gelmini1-1/+1
2015-06-26loplugin:stringconstant: handle OUString+=OUString(literal)Stephan Bergmann4-20/+14
2015-06-26Add optimized OUString += literal overloadStephan Bergmann3-0/+33
2015-06-25Revert "Revert "Generalize OUStringLiteral1""Stephan Bergmann1-0/+14
2015-06-25Do not forget to actually set newStr to an empty stringStephan Bergmann2-3/+22
2015-06-24Revert "Generalize OUStringLiteral1"Stephan Bergmann1-14/+0
2015-06-24Generalize OUStringLiteral1Stephan Bergmann1-0/+14
2015-06-23Revert "Typo: iff->if"Julien Nabet1-1/+1
2015-06-23Typo: iff->ifJulien Nabet1-1/+1
2015-06-23Implement full set of OUString::replaceFirst/All literal overloadsStephan Bergmann3-0/+118
2015-06-23typoStephan Bergmann1-1/+1
2015-06-23Make test code unaffected by upcoming loplugin:stringconstant improvementsStephan Bergmann1-51/+23
2015-06-17Replace boost::scoped_array<T> with std::unique_ptr<T[]>Takeshi Abe4-14/+14
2015-06-16Fix typosAndrea Gelmini1-1/+1
2015-06-15cppcheck:unreadVariableNoel Grandin1-1/+0
2015-06-15cppcheck:redundantAssignmentNoel Grandin4-25/+17
2015-06-13TyposJulien Nabet2-2/+2
2015-06-08loplugin:cstylecast: deal with remaining pointer castsStephan Bergmann15-60/+60
2015-06-02-fsanitize=nonnull-attribute in memcpy callStephan Bergmann1-1/+1
2015-06-02-fsanitize=nonnull-attribute in memcpy callStephan Bergmann1-1/+1
2015-06-02loplugin:cstylecast: deal with those that are (technically) const_castStephan Bergmann11-36/+36
2015-05-29loplugin:redundantcast: Work around OS X memchr bugStephan Bergmann1-2/+2
2015-05-18loplugin:staticmethodsStephan Bergmann1-0/+1
2015-05-11sal: don't build cppunittester if cross-compilingMichael Stahl1-2/+1
2015-05-11loplugin:cstylecast: nop between pointer types of exactly same spellingStephan Bergmann3-6/+6
2015-05-10cppcheck: help out unusedScopedObject false positiveCaolán McNamara1-4/+4
2015-05-09coverity#1297235 Uncaught exceptionCaolán McNamara1-65/+74
2015-05-08Use bool instead of intStephan Bergmann1-38/+38
2015-05-01Actually, let's just delete the now commented-out SAL_INFO linesTor Lillqvist1-10/+0