summaryrefslogtreecommitdiffstats
path: root/sal
Commit message (Expand)AuthorAgeFilesLines
* fix buildCaolán McNamara2014-10-031-2/+2
* fix clang 3.5 buildNoel Grandin2014-10-031-2/+2
* coverity#1241327 Dereference after null checkCaolán McNamara2014-10-031-17/+15
* coverity#1241080 Dereference after null checkCaolán McNamara2014-10-031-3/+2
* Fix unbalanced new/free() -> new/deleteMatthew J. Francis2014-10-031-1/+1
* remove checks of __GCC_MINOR__ that are always true in GCC 4.6 or laterMichael Stahl2014-10-022-3/+3
* We require OS X SDK 10.8 or newer nowTor Lillqvist2014-10-011-1/+1
* Blind fix for AndroidStephan Bergmann2014-10-011-2/+2
* sal: work around spurious Apple clang warning about pointer cast to intMichael Stahl2014-10-011-1/+1
* Use sal/log.hxxStephan Bergmann2014-10-011-41/+75
* sal/osl/unx/thread.c -> .cxxStephan Bergmann2014-10-012-14/+13
* fdo#82577: Handle TimeNoel Grandin2014-10-011-1/+1
* Get rid of some auto_ptrStephan Bergmann2014-09-301-6/+4
* Pretend the app-specific "Documents" directory is the home directory on iOSTor Lillqvist2014-09-291-0/+19
* fdo#39625 Delete unused cppunittestsTobias Madl2014-09-243-1035/+0
* The URE unorc is now set up in instsetoo_native/CustomTarget_setup.mkTor Lillqvist2014-09-171-1/+0
* sal: create threads on Linux with a larger stack for ASANMichael Stahl2014-09-111-4/+6
* Typo: (N|n)ormaly->(N|n)ormallyJulien Nabet2014-09-101-1/+1
* Make the "Mac-like" or "canonical" app bundle structure always used on OS XTor Lillqvist2014-09-091-1/+1
* coverity#706611 Uncaught exceptionCaolán McNamara2014-09-041-6/+3
* Missing include guardStephan Bergmann2014-09-031-0/+5
* Start of support for Android on AArch64Tor Lillqvist2014-08-301-6/+8
* fix this C file for Microsoft Pascal compilerMichael Stahl2014-08-251-2/+3
* set names on some UNIX-only threadsMichael Stahl2014-08-251-0/+2
* set names on the Win32-only threadsMichael Stahl2014-08-251-0/+3
* Don't do the security scope bookmark dance if not in a sandboxed processTor Lillqvist2014-08-152-4/+36
* WaE: Unreferenced function definitionTor Lillqvist2014-08-131-10/+10
* textenc: disable failing tests on Windows for nowThomas Arnhold2014-08-131-0/+10
* warning C4706: assignment within conditional expressionThomas Arnhold2014-08-131-1/+1
* update_pchThomas Arnhold2014-08-131-0/+1
* "fixes" needed because ure/source/unorc is now expanded at configure timeTor Lillqvist2014-08-111-0/+1
* drop extra (David Tardon2014-08-081-1/+1
* osl: kill check for ancient freebsd < 7 versionsRiccardo Magliocchetti2014-08-082-12/+3
* move null termination outside ifdefs for both branchesCaolán McNamara2014-08-071-3/+1
* coverity#706155 Copy into fixed size bufferCaolán McNamara2014-08-071-1/+2
* osl_areCommandArgsSet: ensure mutexes locked when accessing data.Andrzej Hunt2014-07-312-2/+8
* sal_osl_process: fix "Parent and child environment not equal" for OSX <10.6Douglas Mencken2014-07-311-2/+2
* Include <algorithm> for std::minTor Lillqvist2014-07-281-0/+1
* sal: avoid STL asserts in create_merged_environmentMichael Stahl2014-07-241-0/+5
* coverity#704665 Explicit null dereferencedCaolán McNamara2014-07-191-1/+1
* sal: unx/mutex.c: try to avoid system declarations with _GNU_SOURCEMichael Stahl2014-07-151-10/+6
* workaround hack that trips up externandnotdefined clang pluginNoel Grandin2014-07-141-1/+6
* sal: restore pthread to its original non-ideal state.Michael Meeks2014-07-121-1/+1
* complete shot-in-the-dark to fix tinderbox buildNoel Grandin2014-07-111-1/+1
* attempt to fix linux buildNoel Grandin2014-07-111-1/+1
* new loplugin: externalandnotdefinedNoel Grandin2014-07-116-9/+6
* 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