summaryrefslogtreecommitdiff
path: root/sal
AgeCommit message (Expand)AuthorFilesLines
2014-10-29fix spellingNoel Grandin1-1/+1
2014-10-28coverity#982593 experiment with silencing Infinite loopCaolán McNamara1-0/+2
2014-10-24And $(ENABLE_CRASHDUMP) is "TRUE" or "", never "YES"Stephan Bergmann1-2/+1
2014-10-24The if(xmlout&&stackout&&checksumout) stack-walking can take obscenely longStephan Bergmann1-1/+1
2014-10-16MAC_OS_X_VERSION_MIN_REQUIRED is always >= 1080 nowTor Lillqvist1-2/+2
2014-10-16MAC_OS_X_VERSION_MAX_ALLOWED is always >= 1080 nowTor Lillqvist2-62/+0
2014-10-15More -Werror,-Wunused-private-fieldStephan Bergmann2-8/+0
2014-10-15cppunittester: make tracking down temp file leaks easierMichael Stahl1-0/+3
2014-10-14Remove spurious cpu_countStephan Bergmann1-17/+0
2014-10-14sal: cleanup unit tests whitespace.Michael Meeks1-79/+49
2014-10-10coverity#1240258 Operands don't affect resultCaolán McNamara1-12/+17
2014-10-10coverity#1240260 Operands don't affect resultCaolán McNamara1-4/+2
2014-10-09More specificStephan Bergmann1-50/+41
2014-10-09disable environment equality test under valgrindCaolán McNamara2-0/+20
2014-10-08Document how rtl::Uri::convertRelToAbs normalizes an absolute URL's pathStephan Bergmann1-1/+2
2014-10-03fix buildCaolán McNamara1-2/+2
2014-10-03fix clang 3.5 buildNoel Grandin1-2/+2
2014-10-03coverity#1241327 Dereference after null checkCaolán McNamara1-17/+15
2014-10-03coverity#1241080 Dereference after null checkCaolán McNamara1-3/+2
2014-10-03Fix unbalanced new/free() -> new/deleteMatthew J. Francis1-1/+1
2014-10-02remove checks of __GCC_MINOR__ that are always true in GCC 4.6 or laterMichael Stahl2-3/+3
2014-10-01We require OS X SDK 10.8 or newer nowTor Lillqvist1-1/+1
2014-10-01Blind fix for AndroidStephan Bergmann1-2/+2
2014-10-01sal: work around spurious Apple clang warning about pointer cast to intMichael Stahl1-1/+1
2014-10-01Use sal/log.hxxStephan Bergmann1-41/+75
2014-10-01sal/osl/unx/thread.c -> .cxxStephan Bergmann2-14/+13
2014-10-01fdo#82577: Handle TimeNoel Grandin1-1/+1
2014-09-30Get rid of some auto_ptrStephan Bergmann1-6/+4
2014-09-29Pretend the app-specific "Documents" directory is the home directory on iOSTor Lillqvist1-0/+19
2014-09-24fdo#39625 Delete unused cppunittestsTobias Madl3-1035/+0
2014-09-17The URE unorc is now set up in instsetoo_native/CustomTarget_setup.mkTor Lillqvist1-1/+0
2014-09-11sal: create threads on Linux with a larger stack for ASANMichael Stahl1-4/+6
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