summaryrefslogtreecommitdiff
path: root/sal
AgeCommit message (Expand)AuthorFilesLines
2014-09-10Typo: (N|n)ormaly->(N|n)ormallyJulien Nabet1-1/+1
2014-09-09Make the "Mac-like" or "canonical" app bundle structure always used on OS XTor Lillqvist1-1/+1
2014-09-04coverity#706611 Uncaught exceptionCaolán McNamara1-6/+3
2014-09-03Missing include guardStephan Bergmann1-0/+5
2014-08-30Start of support for Android on AArch64Tor Lillqvist1-6/+8
2014-08-25fix this C file for Microsoft Pascal compilerMichael Stahl1-2/+3
2014-08-25set names on some UNIX-only threadsMichael Stahl1-0/+2
2014-08-25set names on the Win32-only threadsMichael Stahl1-0/+3
2014-08-15Don't do the security scope bookmark dance if not in a sandboxed processTor Lillqvist2-4/+36
2014-08-13WaE: Unreferenced function definitionTor Lillqvist1-10/+10
2014-08-13textenc: disable failing tests on Windows for nowThomas Arnhold1-0/+10
2014-08-13warning C4706: assignment within conditional expressionThomas Arnhold1-1/+1
2014-08-13update_pchThomas Arnhold1-0/+1
2014-08-11"fixes" needed because ure/source/unorc is now expanded at configure timeTor Lillqvist1-0/+1
2014-08-08drop extra (David Tardon1-1/+1
2014-08-08osl: kill check for ancient freebsd < 7 versionsRiccardo Magliocchetti2-12/+3
2014-08-07move null termination outside ifdefs for both branchesCaolán McNamara1-3/+1
2014-08-07coverity#706155 Copy into fixed size bufferCaolán McNamara1-1/+2
2014-07-31osl_areCommandArgsSet: ensure mutexes locked when accessing data.Andrzej Hunt2-2/+8
2014-07-31sal_osl_process: fix "Parent and child environment not equal" for OSX <10.6Douglas Mencken1-2/+2
2014-07-28Include <algorithm> for std::minTor Lillqvist1-0/+1
2014-07-24sal: avoid STL asserts in create_merged_environmentMichael Stahl1-0/+5
2014-07-19coverity#704665 Explicit null dereferencedCaolán McNamara1-1/+1
2014-07-15sal: unx/mutex.c: try to avoid system declarations with _GNU_SOURCEMichael Stahl1-10/+6
2014-07-14workaround hack that trips up externandnotdefined clang pluginNoel Grandin1-1/+6
2014-07-12sal: restore pthread to its original non-ideal state.Michael Meeks1-1/+1
2014-07-11complete shot-in-the-dark to fix tinderbox buildNoel Grandin1-1/+1
2014-07-11attempt to fix linux buildNoel Grandin1-1/+1
2014-07-11new loplugin: externalandnotdefinedNoel Grandin6-9/+6
2014-07-11Introduce osl_areCommandArgsSet.Andrzej Hunt3-0/+12
2014-07-10coverity#982762 Dereference NULLNorbert Thiebaud1-4/+12
2014-07-08Bypass CppunitTest_sal_osl_security with VS2013 for now, hangsTor Lillqvist1-1/+1
2014-07-08Include <algorithm> for std::min() and max()Tor Lillqvist2-0/+2
2014-07-07DBG_ASSERT->assert when followed by dereferenceCaolán McNamara2-5/+3
2014-07-05coverity#983493 String OverflowNorbert Thiebaud1-11/+14
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