summaryrefslogtreecommitdiff
path: root/sal
AgeCommit message (Expand)AuthorFilesLines
2014-06-05sal/rtl: remove SAL_THROW macroNoel Grandin2-14/+11
2014-06-04Keep TestFixture alive until outputter is done with itStephan Bergmann1-15/+19
2014-06-04Cover ctors/dtors of our TestFixtures under the protectors, tooStephan Bergmann1-3/+8
2014-06-01fdo#68849: Add header guards to all include filesJens Carl2-0/+10
2014-05-28update_pchThomas Arnhold1-0/+1
2014-05-28dlclose confuses LeakSanitizerStephan Bergmann1-4/+3
2014-05-27Remove unnecessary semicolonsPeter Senna Tschudin2-2/+2
2014-05-25fix encoding: iso-8859-1 -> utf8Thomas Arnhold2-10/+10
2014-05-24cppunit: always compile with debugging symbols on windows.Michael Meeks1-0/+1
2014-05-24coverity#982175 Unchecked return value from libraryCaolán McNamara1-1/+2
2014-05-23coverity#1079283 Uninitialized scalar fieldCaolán McNamara1-1/+6
2014-05-23coverity#1079282 Uninitialized scalar fieldCaolán McNamara1-1/+6
2014-05-23coverity#1079281 Uninitialized scalar fieldCaolán McNamara1-1/+6
2014-05-23coverity#1079280 Uninitialized scalar fieldCaolán McNamara1-1/+6
2014-05-23coverity#1079279 Uninitialized scalar fieldCaolán McNamara1-1/+7
2014-05-23coverity#1079278 Uninitialized scalar fieldCaolán McNamara1-1/+6
2014-05-23coverity#1079277 Uninitialized scalar fieldCaolán McNamara1-1/+7
2014-05-23coverity#1079284 Uninitialized scalar fieldCaolán McNamara1-1/+7
2014-05-23coverity#1079285 Uninitialized scalar fieldCaolán McNamara1-1/+6
2014-05-22WoE: while (..) {} instead of while(..);Douglas Mencken1-1/+1
2014-05-22Work around undef conversion of large double to floatStephan Bergmann2-4/+35
2014-05-22Avoid undef conversion from log10(INF) = INF to sal_Int32Stephan Bergmann1-0/+8
2014-05-22Fix order of function pointersStephan Bergmann1-2/+2
2014-05-22fdo#43157 - Clean up OSL_ASSERT, DBG_ASSERTMukhiddin Yusupov2-350/+46
2014-05-21Default OS X thread stack size too small for -fsanitize=addressStephan Bergmann1-5/+12
2014-05-20fdo#60338: Introduce osl_createDirectoryWithFlagsStephan Bergmann3-4/+29
2014-05-20Revert "fdo#43157 - Clean up OSL_ASSERT, DBG_ASSERT"Stephan Bergmann2-9/+9
2014-05-20fdo#43157 - Clean up OSL_ASSERT, DBG_ASSERTMukhiddin Yusupov2-9/+9
2014-05-20Win32 - warn of extraordinary behaviour with LoadLibrary and long PATHsMichael Meeks1-0/+8
2014-05-20Remove unnecessary castsStephan Bergmann2-7/+7
2014-05-20C string usage improvmentArnaud Versini3-19/+8
2014-05-19fdo#60338: Add osl_File_OpenFlag_Private to avoid umaskStephan Bergmann1-3/+6
2014-05-18error C3861: 'rtl_allocateMemory': identifier not foundMiklos Vajna1-0/+1
2014-05-18remove some external header guardsThomas Arnhold5-12/+0
2014-05-15Related: #i124896# Remove Allocator from sal, tooThomas Arnhold1-1/+1
2014-05-15Resolves: #i124896# [API CHANGE] remove obsoleted rtl/allocator.hxxHerbert Dürr6-15/+4
2014-05-15Resolves fdo#70681: fixincludeguards.pl: all that's leftThomas Arnhold32-84/+84
2014-05-13Related fdo#60338: Restrictive open mode flags for tempfile w/o calling umaskStephan Bergmann4-14/+27
2014-05-13Convert sal/osl/unx/tempfile.c to C++Stephan Bergmann2-2/+2
2014-05-13include sal/log.hxx hereMatúš Kukan1-0/+1
2014-05-13osl_openFilePath is internal sal/osl/unx functionalityStephan Bergmann5-6/+10
2014-05-13All three uses of osl_getFileOSHandle have been removed againStephan Bergmann3-35/+0
2014-05-13osl_openMemoryAsFile is internal, Android-only functionalityStephan Bergmann3-37/+5
2014-05-12fdo#43157 Remove OSL_POSTCOND, prefer SAL_WARN_IFMichaël Lefèvre5-10/+16
2014-05-11coverity#1213310 Dereference before null checkCaolán McNamara1-7/+1
2014-05-10coverity#984128 Uninitialized scalar fieldCaolán McNamara1-1/+5
2014-05-10remove globally disabled warnings from source filesThomas Arnhold1-4/+0
2014-05-09coverity#1209362 coverity gold, wrong maskCaolán McNamara1-1/+1
2014-05-09coverity#1209760 Parse warningCaolán McNamara2-4/+4
2014-05-08New --disable-runtime-optimizationsStephan Bergmann1-1/+1