summaryrefslogtreecommitdiff
path: root/sal
AgeCommit message (Expand)Author
2014-06-17-Wstrict-prototypesStephan Bergmann
2014-06-13loplugin:staticcallStephan Bergmann
2014-06-12coverity#982462 Dereference after null checkCaolán McNamara
2014-06-05sal/rtl: remove SAL_THROW macroNoel Grandin
2014-06-04Keep TestFixture alive until outputter is done with itStephan Bergmann
2014-06-04Cover ctors/dtors of our TestFixtures under the protectors, tooStephan Bergmann
2014-06-01fdo#68849: Add header guards to all include filesJens Carl
2014-05-28update_pchThomas Arnhold
2014-05-28dlclose confuses LeakSanitizerStephan Bergmann
2014-05-27Remove unnecessary semicolonsPeter Senna Tschudin
2014-05-25fix encoding: iso-8859-1 -> utf8Thomas Arnhold
2014-05-24cppunit: always compile with debugging symbols on windows.Michael Meeks
2014-05-24coverity#982175 Unchecked return value from libraryCaolán McNamara
2014-05-23coverity#1079283 Uninitialized scalar fieldCaolán McNamara
2014-05-23coverity#1079282 Uninitialized scalar fieldCaolán McNamara
2014-05-23coverity#1079281 Uninitialized scalar fieldCaolán McNamara
2014-05-23coverity#1079280 Uninitialized scalar fieldCaolán McNamara
2014-05-23coverity#1079279 Uninitialized scalar fieldCaolán McNamara
2014-05-23coverity#1079278 Uninitialized scalar fieldCaolán McNamara
2014-05-23coverity#1079277 Uninitialized scalar fieldCaolán McNamara
2014-05-23coverity#1079284 Uninitialized scalar fieldCaolán McNamara
2014-05-23coverity#1079285 Uninitialized scalar fieldCaolán McNamara
2014-05-22WoE: while (..) {} instead of while(..);Douglas Mencken
2014-05-22Work around undef conversion of large double to floatStephan Bergmann
2014-05-22Avoid undef conversion from log10(INF) = INF to sal_Int32Stephan Bergmann
2014-05-22Fix order of function pointersStephan Bergmann
2014-05-22fdo#43157 - Clean up OSL_ASSERT, DBG_ASSERTMukhiddin Yusupov
2014-05-21Default OS X thread stack size too small for -fsanitize=addressStephan Bergmann
2014-05-20fdo#60338: Introduce osl_createDirectoryWithFlagsStephan Bergmann
2014-05-20Revert "fdo#43157 - Clean up OSL_ASSERT, DBG_ASSERT"Stephan Bergmann
2014-05-20fdo#43157 - Clean up OSL_ASSERT, DBG_ASSERTMukhiddin Yusupov
2014-05-20Win32 - warn of extraordinary behaviour with LoadLibrary and long PATHsMichael Meeks
2014-05-20Remove unnecessary castsStephan Bergmann
2014-05-20C string usage improvmentArnaud Versini
2014-05-19fdo#60338: Add osl_File_OpenFlag_Private to avoid umaskStephan Bergmann
2014-05-18error C3861: 'rtl_allocateMemory': identifier not foundMiklos Vajna
2014-05-18remove some external header guardsThomas Arnhold
2014-05-15Related: #i124896# Remove Allocator from sal, tooThomas Arnhold
2014-05-15Resolves: #i124896# [API CHANGE] remove obsoleted rtl/allocator.hxxHerbert Dürr
2014-05-15Resolves fdo#70681: fixincludeguards.pl: all that's leftThomas Arnhold
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