summaryrefslogtreecommitdiff
path: root/sal
AgeCommit message (Expand)AuthorFilesLines
2014-07-04Use standard library optimised routines for OUString/OStringNoel Grandin1-60/+178
2014-07-03coverity#1187696 Unintended sign extensionCaolán McNamara1-1/+1
2014-07-03Use gb_CppunitTest_use_executableStephan Bergmann1-3/+1
2014-07-01Clean up surrogates.hxxStephan Bergmann4-35/+25
2014-07-01New loplugin:stringconcatStephan Bergmann1-10/+5
2014-07-01android: LibreOfficeKit needs the path to program/ as the starting point.Jan Holesovsky1-1/+14
2014-07-01clang scan-build: various warningsCaolán McNamara3-5/+6
2014-07-01lok bootstrap: nicer function names, clean-upTomaž Vajngerl1-21/+24
2014-07-01Actually not necessary to log this, it is already logged a bit later.Jan Holesovsky1-2/+0
2014-06-30It is useful to know what macros are we expanding, and to what.Jan Holesovsky1-1/+4
2014-06-30android: Enable debugging messages as the first thing we do.Jan Holesovsky1-0/+2
2014-06-30android: Make the extract_files() part of setup / init.Jan Holesovsky2-24/+9
2014-06-30android: Make use of LibreOfficeKit.Jan Holesovsky2-19/+40
2014-06-30android: Introduce LibreOfficeKit.java to bootstrap using LibreOfficeKit.Jan Holesovsky3-7/+135
2014-06-27loplugin:unreffun: also warn about unused function templatesStephan Bergmann1-71/+0
2014-06-26Mac OS X does provide localtime_r and gmtime_rStephan Bergmann1-0/+2
2014-06-17-Wstrict-prototypesStephan Bergmann5-7/+7
2014-06-13loplugin:staticcallStephan Bergmann1-1/+1
2014-06-12coverity#982462 Dereference after null checkCaolán McNamara1-7/+11
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