summaryrefslogtreecommitdiff
path: root/sal
AgeCommit message (Expand)AuthorFilesLines
2014-04-01Explicitly mark overriding destructors as "virtual"Stephan Bergmann4-18/+18
2014-04-01WaE: 'MAC_OS_X_VERSION_MAX_ALLOWED' is not defined, evaluates to 0Tor Lillqvist1-1/+1
2014-04-01sal: add aligned memory allocation with malloc for OS X < 10.6Douglas Mencken1-4/+15
2014-03-31Remove unused inline functionsStephan Bergmann1-56/+0
2014-03-31coverity#983373 Dereference before null checkCaolán McNamara1-3/+1
2014-03-31Missing dependencyStephan Bergmann1-0/+4
2014-03-31Move invariant writes outside loopStephan Bergmann1-2/+2
2014-03-30decorate tempfile name's to help identify leaks' authorNorbert Thiebaud1-0/+37
2014-03-29typo: inteface -> interfaceThomas Arnhold1-1/+1
2014-03-28coverity#705205 Missing break in switchCaolán McNamara1-0/+1
2014-03-26First batch of adding SAL_OVERRRIDE to overriding function declarationsStephan Bergmann18-257/+257
2014-03-25Remove the obsolete functionality originally underlying osl/diagnose.hStephan Bergmann5-456/+37
2014-03-25Adapt to sal/log.hxxStephan Bergmann1-23/+7
2014-03-24fdo#56284 : soffice fails to start unless ~/.config exists and is writableMichaël Lefèvre1-3/+31
2014-03-23WaE: unused variablesTor Lillqvist1-6/+9
2014-03-23sal: add boost for rt_digest testsTomaž Vajngerl1-0/+2
2014-03-23sal: Add rtl_digest_SHA1 which shows wrong sha1 calculationTomaž Vajngerl1-0/+50
2014-03-23sal: Rewrite digest tests to be simpler, enable them in checkTomaž Vajngerl3-1268/+246
2014-03-19loplugin:passstringbyrefStephan Bergmann1-2/+2
2014-03-19coverity#984119 Uninitialized pointer fieldCaolán McNamara1-2/+7
2014-03-17sal,toolkit,unotools: prefer passing OUString by referenceNoel Grandin2-13/+13
2014-03-11"overflow" is one wordTor Lillqvist1-5/+5
2014-03-10coverity#1079286 Uninitialized pointer fieldCaolán McNamara1-2/+10
2014-03-07coverity#705404: Argument cannot be negativeNorbert Thiebaud1-5/+7
2014-03-07coverity#705824 Dereference before null checkCaolán McNamara1-2/+1
2014-03-07coverity#982463 Dereference after null checkCaolán McNamara1-0/+1
2014-03-06Bin unused macxp_OSXConvertCFEncodingToIANACharSetName()Tor Lillqvist1-20/+0
2014-03-06coverity#1190345 log failure to set CLOEXEC flagStephan Bergmann1-1/+5
2014-03-06coverity#1190347 check rename(3) return valueStephan Bergmann1-11/+5
2014-03-05Bin unused global variableTor Lillqvist1-3/+0
2014-03-05Use the AppleLanguages preference instead of AppleLocale on OS X and iOSTor Lillqvist1-2/+2
2014-03-04coverity#706154 is about call to strcpy, not osl_ProfileGenerateExtensionStephan Bergmann1-9/+4
2014-03-04Fix CppunitTest_sal_osl_profileStephan Bergmann1-31/+12
2014-03-04sal/osl/unx: profile.c -> profile.cxx (to facilitate further fixes)Stephan Bergmann2-7/+7
2014-03-04Add mode linesTakeshi Abe2-0/+4
2014-03-03coverity#706154: Dest buffer too smallNorbert Thiebaud1-3/+3
2014-03-03fdo#72468 Remove memory overflow on static memory.Arnaud Versini1-2/+2
2014-03-01Adapt rtl_uriConvertRelToAbs to RFC 3986Stephan Bergmann2-144/+135
2014-03-01Fix construction of non-ASCII test stringStephan Bergmann1-33/+17
2014-03-01fdo#71043 - Use STACK lint tool to clean codeJosé Guilherme Vanz1-2/+10
2014-03-01Remove visual noise from salAlexander Wilms39-391/+391
2014-02-28Simplify string constructionStephan Bergmann1-9/+12
2014-02-28Missing @since tags, and adapt to semantics of posix_memalignStephan Bergmann1-3/+10
2014-02-28Android does not have posix_memalign()Tor Lillqvist1-0/+7
2014-02-28Fix typo: s/Alined/AlignedTor Lillqvist2-2/+2
2014-02-27Ensure that numeric array storage is aligned to 256-byte boundary.Kohei Yoshida6-0/+99
2014-02-24Use "deprecated" API for OS X alias resolving on X 10.5Douglas Mencken1-4/+61
2014-02-23Remove unneccessary commentsAlexander Wilms46-764/+764
2014-02-21loplugin:literaltoboolconversionStephan Bergmann1-7/+7
2014-02-21Replace deprecated std::auto_ptr with boost::scoped_ptrTakeshi Abe1-1/+0