summaryrefslogtreecommitdiffstats
path: root/sal
Commit message (Expand)AuthorAgeFilesLines
* Coverity 1308555, 1308562, 1308600: Drop some SAL_THROW_EXTERN_CStephan Bergmann2015-06-301-7/+6
* Fix typosAndrea Gelmini2015-06-281-1/+1
* loplugin:stringconstant: handle OUString+=OUString(literal)Stephan Bergmann2015-06-264-20/+14
* Add optimized OUString += literal overloadStephan Bergmann2015-06-263-0/+33
* Revert "Revert "Generalize OUStringLiteral1""Stephan Bergmann2015-06-251-0/+14
* Do not forget to actually set newStr to an empty stringStephan Bergmann2015-06-252-3/+22
* Revert "Generalize OUStringLiteral1"Stephan Bergmann2015-06-241-14/+0
* Generalize OUStringLiteral1Stephan Bergmann2015-06-241-0/+14
* Revert "Typo: iff->if"Julien Nabet2015-06-231-1/+1
* Typo: iff->ifJulien Nabet2015-06-231-1/+1
* Implement full set of OUString::replaceFirst/All literal overloadsStephan Bergmann2015-06-233-0/+118
* typoStephan Bergmann2015-06-231-1/+1
* Make test code unaffected by upcoming loplugin:stringconstant improvementsStephan Bergmann2015-06-231-51/+23
* Replace boost::scoped_array<T> with std::unique_ptr<T[]>Takeshi Abe2015-06-174-14/+14
* Fix typosAndrea Gelmini2015-06-161-1/+1
* cppcheck:unreadVariableNoel Grandin2015-06-151-1/+0
* cppcheck:redundantAssignmentNoel Grandin2015-06-154-25/+17
* TyposJulien Nabet2015-06-132-2/+2
* loplugin:cstylecast: deal with remaining pointer castsStephan Bergmann2015-06-0815-60/+60
* -fsanitize=nonnull-attribute in memcpy callStephan Bergmann2015-06-021-1/+1
* -fsanitize=nonnull-attribute in memcpy callStephan Bergmann2015-06-021-1/+1
* loplugin:cstylecast: deal with those that are (technically) const_castStephan Bergmann2015-06-0211-36/+36
* loplugin:redundantcast: Work around OS X memchr bugStephan Bergmann2015-05-291-2/+2
* loplugin:staticmethodsStephan Bergmann2015-05-181-0/+1
* sal: don't build cppunittester if cross-compilingMichael Stahl2015-05-111-2/+1
* loplugin:cstylecast: nop between pointer types of exactly same spellingStephan Bergmann2015-05-113-6/+6
* cppcheck: help out unusedScopedObject false positiveCaolán McNamara2015-05-101-4/+4
* coverity#1297235 Uncaught exceptionCaolán McNamara2015-05-091-65/+74
* Use bool instead of intStephan Bergmann2015-05-081-38/+38
* Actually, let's just delete the now commented-out SAL_INFO linesTor Lillqvist2015-05-011-10/+0
* Let's disable these too then for consistencyTor Lillqvist2015-05-011-2/+2
* sal: disable some over-eager SAL_INFOMichael Stahl2015-05-011-3/+3
* provide a way to execute single test case from test suiteMarkus Mohrhard2015-04-301-2/+31
* Bin some pointless comments and reduce some vertical whitespaceTor Lillqvist2015-04-301-6/+0
* More loplugin:simplifyboolStephan Bergmann2015-04-275-61/+61
* cppcheck: uselessAssignmentArgCaolán McNamara2015-04-231-1/+0
* cppcheck: redundantAssignmentCaolán McNamara2015-04-231-4/+1
* Various #include <sal/log.hxx> fixupsStephan Bergmann2015-04-223-0/+3
* cppcheck: redundantCopyCaolán McNamara2015-04-211-3/+3
* Clean up new rtl/surrogates.hStephan Bergmann2015-04-203-24/+23
* duplicate surrogate codeCaolán McNamara2015-04-204-53/+3
* remove unnecessary use of void in function declarationsNoel Grandin2015-04-1528-65/+65
* Update @since tags LO 4.5 -> 5.0Stephan Bergmann2015-04-101-1/+1
* WaE: VarDecl, use "bool" instead of "sal_Bool"Tor Lillqvist2015-04-091-2/+2
* Change from <osl/diagnose.h> to <sal/log.hxx> and add more loggingTor Lillqvist2015-04-091-23/+25
* tdf#43157: remove osl/diagnose.h dependency from sal/osl/unx/socket.cxxJorge Cunha Mendes2015-04-081-93/+100
* -Werror=maybe-uninitializedStephan Bergmann2015-04-081-0/+1
* tdf#88169: Do not return ..._INFO_SRCBUFFERTOSMALL when ..._FLAGS_FLUSHStephan Bergmann2015-04-081-79/+84
* Typo: creat->createJulien Nabet2015-04-043-11/+11
* Move osl::LibreOfficeKit stuff to comphelper for nowTor Lillqvist2015-04-022-22/+0