summaryrefslogtreecommitdiffstats
path: root/sal
Commit message (Expand)AuthorAgeFilesLines
* 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
* Add API to check whether being used through LibreOfficeKitTor Lillqvist2015-04-012-1/+24
* Use OUString::unacquiredStephan Bergmann2015-03-311-1/+1
* loplugin:redundantcastStephan Bergmann2015-03-311-1/+1
* V597: introduce a rtl_secureZeroMemoryCaolán McNamara2015-03-314-3/+23
* Reduce to static_cast any reinterpret_cast from void pointersStephan Bergmann2015-03-312-2/+2
* Return value 0 from connect() is not an error, errno is not setTor Lillqvist2015-03-301-1/+0
* Bootstrap.initVCL is not used by our Android app any moreTor Lillqvist2015-03-301-15/+0
* Minor simplificationTor Lillqvist2015-03-291-5/+2
* loplugin:cstylecastStephan Bergmann2015-03-291-3/+3
* Clean up C-style casts from pointers to voidStephan Bergmann2015-03-2837-239/+239
* loplugin:staticfunctionNoel Grandin2015-03-273-5/+5
* const_cast: convert some C-style casts and remove some redundant onesStephan Bergmann2015-03-265-5/+5
* loplugin:constantfunction: variousNoel Grandin2015-03-241-9/+6
* Sanitize a few SAL_INFOsTor Lillqvist2015-03-231-4/+2
* CppCheck cleaning : scope reduction and printf formatMichaël Lefèvre2015-03-191-8/+8
* tdf#89361 Remove remnants of Gopher supportAdolfo Jayme Barrientos2015-03-161-1/+0
* CppCheck cleaning : avoid static string comparisonMichaël Lefèvre2015-03-131-5/+2
* sal: add comment re: V718 'CreateThread' should not be called from 'DllMain'Michael Stahl2015-03-121-0/+6
* better way to check for empty stringsMarkus Mohrhard2015-03-111-1/+1
* sal: replace usage of deprecated socket functionsMichael Stahl2015-03-051-3/+67
* sal,sd: use newer InetPtonW API when not building for WinXP targetMichael Stahl2015-03-051-2/+2
* TyposJulien Nabet2015-03-031-1/+1
* Work around missing InetPtonWStephan Bergmann2015-03-031-4/+0