summaryrefslogtreecommitdiff
path: root/sal
AgeCommit message (Expand)AuthorFilesLines
2014-04-24More hacking on --with-localesTor Lillqvist5-125/+269
2014-04-24Get rid of the "failure #23" style messages in CppunitTest_sal_rtl_textencTor Lillqvist1-53/+60
2014-04-24Add a test listener that outputs failures to stderr as they happenTor Lillqvist1-1/+40
2014-04-24Add missing right paren in assertion log messagesTor Lillqvist1-7/+7
2014-04-24Add informative comment about cross-compiling to iOS in particularTor Lillqvist1-0/+8
2014-04-23Make assertion failures in CppunitTest_sal_rtl_textenc more informativeTor Lillqvist1-47/+85
2014-04-23Typo fix: s/temporaer/temporary/Tor Lillqvist1-2/+2
2014-04-24Avoid possible memory leaks in case of exceptionsTakeshi Abe2-19/+14
2014-04-22Bypass EUC and ISO-2022 encoding tables for iOSTor Lillqvist1-0/+8
2014-04-21remove comments why a file gets includedThomas Arnhold1-2/+0
2014-04-20cpplint: [readability/utf8] Line contains invalid UTF-8Julien Nabet2-7/+7
2014-04-18Typo: s/shure/sureTor Lillqvist1-1/+1
2014-04-14update_pchThomas Arnhold1-0/+1
2014-04-14typo: independend -> independentThomas Arnhold1-1/+1
2014-04-11Fix boundsStephan Bergmann1-1/+1
2014-04-10It's "its", not "it's"Tor Lillqvist3-3/+3
2014-04-04Clean up unreferenced functionsStephan Bergmann13-54/+143
2014-04-04Remove dead test codeStephan Bergmann15-2409/+3
2014-04-04Fix ASCII-only checkStephan Bergmann1-14/+20
2014-04-04Remove dead interlock code:Stephan Bergmann4-166/+20
2014-04-03C++11-only stdint.h SIZE_MAX -> std::numeric_limitsStephan Bergmann1-18/+21
2014-04-03Properly cover in #ifdef TIMETESTSStephan Bergmann1-0/+2
2014-04-03Kill "Portal Demo HACK", whatever it isTor Lillqvist1-29/+1
2014-04-03Kill superfluous vertical whitespaceTor Lillqvist138-1787/+0
2014-04-03Use boost::noncopyableStephan Bergmann1-5/+1
2014-04-02Handle missing SIZE_MAXTor Lillqvist1-0/+3
2014-04-02coverity#1194930 Avoid TOCTOU between access and mkdirStephan Bergmann1-8/+18
2014-04-02sal/osl/unx/security.c -> .cxxStephan Bergmann2-6/+6
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