summaryrefslogtreecommitdiff
path: root/sal
AgeCommit message (Expand)AuthorFilesLines
2014-07-11Introduce osl_areCommandArgsSet.Andrzej Hunt3-0/+12
2014-05-26cppunit: always compile with debugging symbols on windows.Michael Meeks1-0/+1
2014-05-22Fix order of function pointersStephan Bergmann1-2/+2
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
2014-05-08fix MACOS buildNoel Grandin1-3/+3
2014-05-08various: sal_Bool->boolNoel Grandin2-111/+111
2014-05-06Avoid the annoying line wrappingTor Lillqvist1-1/+3
2014-05-06sal logging: Flush after having written the output.Jan Holesovsky1-0/+1
2014-05-05Asan: fix invalid memory accessMarkus Mohrhard1-1/+1
2014-05-05simplify ternary conditions "xxx ? yyy : false"Noel Grandin1-3/+3
2014-05-01coverity#1209781 Resource leakChris Sherlock1-1/+2
2014-05-01Many spelling fixes: directories r* - z*.Pedro Giffuni6-9/+9
2014-04-29show the failure message again at the end of the testMarkus Mohrhard1-4/+1
2014-04-28prefer makefile-gmake-modeTakeshi Abe31-31/+31
2014-04-26this fails to link with mingwDavid Tardon1-0/+2
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