summaryrefslogtreecommitdiff
path: root/sal
AgeCommit message (Expand)Author
2015-06-17Replace boost::scoped_array<T> with std::unique_ptr<T[]>Takeshi Abe
2015-06-16Fix typosAndrea Gelmini
2015-06-15cppcheck:unreadVariableNoel Grandin
2015-06-15cppcheck:redundantAssignmentNoel Grandin
2015-06-13TyposJulien Nabet
2015-06-08loplugin:cstylecast: deal with remaining pointer castsStephan Bergmann
2015-06-02-fsanitize=nonnull-attribute in memcpy callStephan Bergmann
2015-06-02-fsanitize=nonnull-attribute in memcpy callStephan Bergmann
2015-06-02loplugin:cstylecast: deal with those that are (technically) const_castStephan Bergmann
2015-05-29loplugin:redundantcast: Work around OS X memchr bugStephan Bergmann
2015-05-18loplugin:staticmethodsStephan Bergmann
2015-05-11sal: don't build cppunittester if cross-compilingMichael Stahl
2015-05-11loplugin:cstylecast: nop between pointer types of exactly same spellingStephan Bergmann
2015-05-10cppcheck: help out unusedScopedObject false positiveCaolán McNamara
2015-05-09coverity#1297235 Uncaught exceptionCaolán McNamara
2015-05-08Use bool instead of intStephan Bergmann
2015-05-01Actually, let's just delete the now commented-out SAL_INFO linesTor Lillqvist
2015-05-01Let's disable these too then for consistencyTor Lillqvist
2015-05-01sal: disable some over-eager SAL_INFOMichael Stahl
2015-04-30provide a way to execute single test case from test suiteMarkus Mohrhard
2015-04-30Bin some pointless comments and reduce some vertical whitespaceTor Lillqvist
2015-04-27More loplugin:simplifyboolStephan Bergmann
2015-04-23cppcheck: uselessAssignmentArgCaolán McNamara
2015-04-23cppcheck: redundantAssignmentCaolán McNamara
2015-04-22Various #include <sal/log.hxx> fixupsStephan Bergmann
2015-04-21cppcheck: redundantCopyCaolán McNamara
2015-04-20Clean up new rtl/surrogates.hStephan Bergmann
2015-04-20duplicate surrogate codeCaolán McNamara
2015-04-15remove unnecessary use of void in function declarationsNoel Grandin
2015-04-10Update @since tags LO 4.5 -> 5.0Stephan Bergmann
2015-04-09WaE: VarDecl, use "bool" instead of "sal_Bool"Tor Lillqvist
2015-04-09Change from <osl/diagnose.h> to <sal/log.hxx> and add more loggingTor Lillqvist
2015-04-08tdf#43157: remove osl/diagnose.h dependency from sal/osl/unx/socket.cxxJorge Cunha Mendes
2015-04-08-Werror=maybe-uninitializedStephan Bergmann
2015-04-08tdf#88169: Do not return ..._INFO_SRCBUFFERTOSMALL when ..._FLAGS_FLUSHStephan Bergmann
2015-04-04Typo: creat->createJulien Nabet
2015-04-02Move osl::LibreOfficeKit stuff to comphelper for nowTor Lillqvist
2015-04-01Add API to check whether being used through LibreOfficeKitTor Lillqvist
2015-03-31Use OUString::unacquiredStephan Bergmann
2015-03-31loplugin:redundantcastStephan Bergmann
2015-03-31V597: introduce a rtl_secureZeroMemoryCaolán McNamara
2015-03-31Reduce to static_cast any reinterpret_cast from void pointersStephan Bergmann
2015-03-30Return value 0 from connect() is not an error, errno is not setTor Lillqvist
2015-03-30Bootstrap.initVCL is not used by our Android app any moreTor Lillqvist
2015-03-29Minor simplificationTor Lillqvist
2015-03-29loplugin:cstylecastStephan Bergmann
2015-03-28Clean up C-style casts from pointers to voidStephan Bergmann
2015-03-27loplugin:staticfunctionNoel Grandin
2015-03-26const_cast: convert some C-style casts and remove some redundant onesStephan Bergmann
2015-03-24loplugin:constantfunction: variousNoel Grandin