summaryrefslogtreecommitdiffstats
path: root/sal
Commit message (Expand)AuthorAgeFilesLines
* Introduce osl_areCommandArgsSet.Andrzej Hunt2014-07-113-0/+12
* coverity#982762 Dereference NULLNorbert Thiebaud2014-07-101-4/+12
* Bypass CppunitTest_sal_osl_security with VS2013 for now, hangsTor Lillqvist2014-07-081-1/+1
* Include <algorithm> for std::min() and max()Tor Lillqvist2014-07-082-0/+2
* DBG_ASSERT->assert when followed by dereferenceCaolán McNamara2014-07-072-5/+3
* coverity#983493 String OverflowNorbert Thiebaud2014-07-051-11/+14
* Use standard library optimised routines for OUString/OStringNoel Grandin2014-07-041-60/+178
* coverity#1187696 Unintended sign extensionCaolán McNamara2014-07-031-1/+1
* Use gb_CppunitTest_use_executableStephan Bergmann2014-07-031-3/+1
* Clean up surrogates.hxxStephan Bergmann2014-07-014-35/+25
* New loplugin:stringconcatStephan Bergmann2014-07-011-10/+5
* android: LibreOfficeKit needs the path to program/ as the starting point.Jan Holesovsky2014-07-011-1/+14
* clang scan-build: various warningsCaolán McNamara2014-07-013-5/+6
* lok bootstrap: nicer function names, clean-upTomaž Vajngerl2014-07-011-21/+24
* Actually not necessary to log this, it is already logged a bit later.Jan Holesovsky2014-07-011-2/+0
* It is useful to know what macros are we expanding, and to what.Jan Holesovsky2014-06-301-1/+4
* android: Enable debugging messages as the first thing we do.Jan Holesovsky2014-06-301-0/+2
* android: Make the extract_files() part of setup / init.Jan Holesovsky2014-06-302-24/+9
* android: Make use of LibreOfficeKit.Jan Holesovsky2014-06-302-19/+40
* android: Introduce LibreOfficeKit.java to bootstrap using LibreOfficeKit.Jan Holesovsky2014-06-303-7/+135
* loplugin:unreffun: also warn about unused function templatesStephan Bergmann2014-06-271-71/+0
* Mac OS X does provide localtime_r and gmtime_rStephan Bergmann2014-06-261-0/+2
* -Wstrict-prototypesStephan Bergmann2014-06-175-7/+7
* 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