summaryrefslogtreecommitdiff
path: root/sal
AgeCommit message (Expand)Author
2014-05-13Related fdo#60338: Restrictive open mode flags for tempfile w/o calling umaskStephan Bergmann
2014-05-13Convert sal/osl/unx/tempfile.c to C++Stephan Bergmann
2014-05-13include sal/log.hxx hereMatúš Kukan
2014-05-13osl_openFilePath is internal sal/osl/unx functionalityStephan Bergmann
2014-05-13All three uses of osl_getFileOSHandle have been removed againStephan Bergmann
2014-05-13osl_openMemoryAsFile is internal, Android-only functionalityStephan Bergmann
2014-05-12fdo#43157 Remove OSL_POSTCOND, prefer SAL_WARN_IFMichaël Lefèvre
2014-05-11coverity#1213310 Dereference before null checkCaolán McNamara
2014-05-10coverity#984128 Uninitialized scalar fieldCaolán McNamara
2014-05-10remove globally disabled warnings from source filesThomas Arnhold
2014-05-09coverity#1209362 coverity gold, wrong maskCaolán McNamara
2014-05-09coverity#1209760 Parse warningCaolán McNamara
2014-05-08New --disable-runtime-optimizationsStephan Bergmann
2014-05-08fix MACOS buildNoel Grandin
2014-05-08various: sal_Bool->boolNoel Grandin
2014-05-06Avoid the annoying line wrappingTor Lillqvist
2014-05-06sal logging: Flush after having written the output.Jan Holesovsky
2014-05-05Asan: fix invalid memory accessMarkus Mohrhard
2014-05-05simplify ternary conditions "xxx ? yyy : false"Noel Grandin
2014-05-01coverity#1209781 Resource leakChris Sherlock
2014-05-01Many spelling fixes: directories r* - z*.Pedro Giffuni
2014-04-29show the failure message again at the end of the testMarkus Mohrhard
2014-04-28prefer makefile-gmake-modeTakeshi Abe
2014-04-26this fails to link with mingwDavid Tardon
2014-04-24More hacking on --with-localesTor Lillqvist
2014-04-24Get rid of the "failure #23" style messages in CppunitTest_sal_rtl_textencTor Lillqvist
2014-04-24Add a test listener that outputs failures to stderr as they happenTor Lillqvist
2014-04-24Add missing right paren in assertion log messagesTor Lillqvist
2014-04-24Add informative comment about cross-compiling to iOS in particularTor Lillqvist
2014-04-23Make assertion failures in CppunitTest_sal_rtl_textenc more informativeTor Lillqvist
2014-04-23Typo fix: s/temporaer/temporary/Tor Lillqvist
2014-04-24Avoid possible memory leaks in case of exceptionsTakeshi Abe
2014-04-22Bypass EUC and ISO-2022 encoding tables for iOSTor Lillqvist
2014-04-21remove comments why a file gets includedThomas Arnhold
2014-04-20cpplint: [readability/utf8] Line contains invalid UTF-8Julien Nabet
2014-04-18Typo: s/shure/sureTor Lillqvist
2014-04-14update_pchThomas Arnhold
2014-04-14typo: independend -> independentThomas Arnhold
2014-04-11Fix boundsStephan Bergmann
2014-04-10It's "its", not "it's"Tor Lillqvist
2014-04-04Clean up unreferenced functionsStephan Bergmann
2014-04-04Remove dead test codeStephan Bergmann
2014-04-04Fix ASCII-only checkStephan Bergmann
2014-04-04Remove dead interlock code:Stephan Bergmann
2014-04-03C++11-only stdint.h SIZE_MAX -> std::numeric_limitsStephan Bergmann
2014-04-03Properly cover in #ifdef TIMETESTSStephan Bergmann
2014-04-03Kill "Portal Demo HACK", whatever it isTor Lillqvist
2014-04-03Kill superfluous vertical whitespaceTor Lillqvist
2014-04-03Use boost::noncopyableStephan Bergmann
2014-04-02Handle missing SIZE_MAXTor Lillqvist