summaryrefslogtreecommitdiffstats
path: root/sal
Commit message (Expand)AuthorAgeFilesLines
* loplugin:staticcallStephan Bergmann2014-06-131-1/+1
* coverity#982462 Dereference after null checkCaolán McNamara2014-06-121-7/+11
* sal/rtl: remove SAL_THROW macroNoel Grandin2014-06-052-14/+11
* Keep TestFixture alive until outputter is done with itStephan Bergmann2014-06-041-15/+19
* Cover ctors/dtors of our TestFixtures under the protectors, tooStephan Bergmann2014-06-041-3/+8
* fdo#68849: Add header guards to all include filesJens Carl2014-06-012-0/+10
* update_pchThomas Arnhold2014-05-281-0/+1
* dlclose confuses LeakSanitizerStephan Bergmann2014-05-281-4/+3
* Remove unnecessary semicolonsPeter Senna Tschudin2014-05-272-2/+2
* fix encoding: iso-8859-1 -> utf8Thomas Arnhold2014-05-252-10/+10
* cppunit: always compile with debugging symbols on windows.Michael Meeks2014-05-241-0/+1
* coverity#982175 Unchecked return value from libraryCaolán McNamara2014-05-241-1/+2
* coverity#1079283 Uninitialized scalar fieldCaolán McNamara2014-05-231-1/+6
* coverity#1079282 Uninitialized scalar fieldCaolán McNamara2014-05-231-1/+6
* coverity#1079281 Uninitialized scalar fieldCaolán McNamara2014-05-231-1/+6
* coverity#1079280 Uninitialized scalar fieldCaolán McNamara2014-05-231-1/+6
* coverity#1079279 Uninitialized scalar fieldCaolán McNamara2014-05-231-1/+7
* coverity#1079278 Uninitialized scalar fieldCaolán McNamara2014-05-231-1/+6
* coverity#1079277 Uninitialized scalar fieldCaolán McNamara2014-05-231-1/+7
* coverity#1079284 Uninitialized scalar fieldCaolán McNamara2014-05-231-1/+7
* coverity#1079285 Uninitialized scalar fieldCaolán McNamara2014-05-231-1/+6
* WoE: while (..) {} instead of while(..);Douglas Mencken2014-05-221-1/+1
* Work around undef conversion of large double to floatStephan Bergmann2014-05-222-4/+35
* Avoid undef conversion from log10(INF) = INF to sal_Int32Stephan Bergmann2014-05-221-0/+8
* Fix order of function pointersStephan Bergmann2014-05-221-2/+2
* fdo#43157 - Clean up OSL_ASSERT, DBG_ASSERTMukhiddin Yusupov2014-05-222-350/+46
* Default OS X thread stack size too small for -fsanitize=addressStephan Bergmann2014-05-211-5/+12
* fdo#60338: Introduce osl_createDirectoryWithFlagsStephan Bergmann2014-05-203-4/+29
* Revert "fdo#43157 - Clean up OSL_ASSERT, DBG_ASSERT"Stephan Bergmann2014-05-202-9/+9
* fdo#43157 - Clean up OSL_ASSERT, DBG_ASSERTMukhiddin Yusupov2014-05-202-9/+9
* Win32 - warn of extraordinary behaviour with LoadLibrary and long PATHsMichael Meeks2014-05-201-0/+8
* Remove unnecessary castsStephan Bergmann2014-05-202-7/+7
* C string usage improvmentArnaud Versini2014-05-203-19/+8
* fdo#60338: Add osl_File_OpenFlag_Private to avoid umaskStephan Bergmann2014-05-191-3/+6
* error C3861: 'rtl_allocateMemory': identifier not foundMiklos Vajna2014-05-181-0/+1
* remove some external header guardsThomas Arnhold2014-05-185-12/+0
* Related: #i124896# Remove Allocator from sal, tooThomas Arnhold2014-05-151-1/+1
* Resolves: #i124896# [API CHANGE] remove obsoleted rtl/allocator.hxxHerbert Dürr2014-05-156-15/+4
* Resolves fdo#70681: fixincludeguards.pl: all that's leftThomas Arnhold2014-05-1532-84/+84
* Related fdo#60338: Restrictive open mode flags for tempfile w/o calling umaskStephan Bergmann2014-05-134-14/+27
* Convert sal/osl/unx/tempfile.c to C++Stephan Bergmann2014-05-132-2/+2
* include sal/log.hxx hereMatúš Kukan2014-05-131-0/+1
* osl_openFilePath is internal sal/osl/unx functionalityStephan Bergmann2014-05-135-6/+10
* All three uses of osl_getFileOSHandle have been removed againStephan Bergmann2014-05-133-35/+0
* osl_openMemoryAsFile is internal, Android-only functionalityStephan Bergmann2014-05-133-37/+5
* fdo#43157 Remove OSL_POSTCOND, prefer SAL_WARN_IFMichaël Lefèvre2014-05-125-10/+16
* coverity#1213310 Dereference before null checkCaolán McNamara2014-05-111-7/+1
* coverity#984128 Uninitialized scalar fieldCaolán McNamara2014-05-101-1/+5
* remove globally disabled warnings from source filesThomas Arnhold2014-05-101-4/+0
* coverity#1209362 coverity gold, wrong maskCaolán McNamara2014-05-091-1/+1