summaryrefslogtreecommitdiffstats
path: root/sal
Commit message (Expand)AuthorAgeFilesLines
* sal: replace a list with vectorMichael Stahl2015-12-201-2/+1
* OString/OUString: move constructors and operator=Noel Grandin2015-12-171-1/+1
* Use %tx to print ptrdiff_t.Damjan Jovanovic2015-12-151-2/+2
* Use %p to print pointers in sal backtraces..Damjan Jovanovic2015-12-151-3/+3
* More loplugin:nullptr automatic rewrite (within templates)Stephan Bergmann2015-12-101-2/+2
* Fix includeStephan Bergmann2015-12-041-1/+1
* Missing includeStephan Bergmann2015-12-041-0/+2
* sal: add SAL_DEBUG_TRACE debugging API for Windows, with UNX stub.Michael Meeks2015-12-025-1/+107
* Adapt new/delete exception specs for MSVCStephan Bergmann2015-12-021-2/+8
* Fix quotingStephan Bergmann2015-12-021-2/+2
* Fix Mac buildStephan Bergmann2015-11-301-4/+2
* fix the value of FRAME_PTR_OFFSETDamjan Jovanovic2015-11-301-1/+1
* Use the ptrdiff_t printf format code for backtracing on FreeBSD.Damjan Jovanovic2015-11-301-10/+4
* i66807 - Fix GCC warning in backtrace.cPedro Giffuni2015-11-301-1/+9
* Fix the stack frame layout for backtraces on FreeBSD.Damjan Jovanovic2015-11-301-2/+0
* loplugin:unusedfields variousNoel Grandin2015-11-252-3/+0
* cppcheck: noExplicitConstructorCaolán McNamara2015-11-242-10/+10
* Don't assume sal_Unicode is unsigned shortStephan Bergmann2015-11-171-1/+2
* Fast PCH generator and optimized PCH filesAshod Nakashian2015-11-151-70/+30
* cppcheck: noExplicitConstructorCaolán McNamara2015-11-132-2/+2
* -Werror,-Wunused-const-variableStephan Bergmann2015-11-131-0/+2
* -Werror,-Wunused-functionStephan Bergmann2015-11-121-0/+2
* -Werror,-Wextern-initializerStephan Bergmann2015-11-121-1/+1
* -Werror,-Wincompatible-pointer-typesStephan Bergmann2015-11-121-1/+1
* -Werror,-Wparentheses-equalityStephan Bergmann2015-11-121-1/+1
* -Werror,-Wunused-functionStephan Bergmann2015-11-121-6/+0
* -Werror,-Winconsistent-dllimportStephan Bergmann2015-11-121-1/+1
* Work around Coverity warnings about std::length_errorStephan Bergmann2015-11-121-2/+8
* Windows header sanitizationAshod Nakashian2015-11-125-189/+189
* loplugin:nullptr (automatic rewrite; Mac-specific code)Stephan Bergmann2015-11-107-31/+31
* Fix SAL_W32Stephan Bergmann2015-11-101-0/+4
* loplugin:nullptr (automatic rewrite)Stephan Bergmann2015-11-1099-5979/+5979
* Prevent += called on temporary O[U]String instancesStephan Bergmann2015-11-091-2/+8
* Remove additional empty line from license headerStephan Bergmann2015-11-061-1/+0
* rtl::Reference Add move construction/assignmentDaniel Robertson2015-11-063-0/+135
* loplugin:stringconstant: elide explicit ctor usage (manually due to macros)Stephan Bergmann2015-11-061-3/+3
* loplugin:stringconstant: elide explicit ctor usage (automatic rewrite)Stephan Bergmann2015-11-062-12/+12
* Resurrect CppunitTest_sal_osl_getsystempathfromfileurlStephan Bergmann2015-11-042-3/+248
* Handle URLs with query or fragment (or containing NUL chars)Stephan Bergmann2015-11-041-0/+5
* Clean up osl_getSystemPathFromFileURL implementationStephan Bergmann2015-11-041-119/+97
* Solved CID 1338058 and CID 1338057jan iversen2015-11-031-0/+2
* Clean up osl_getSystemPathFromFileURL handling of relative //... URLsStephan Bergmann2015-11-021-2/+7
* Resolve OSLTEST_DECLARE, OSLTEST_DECLARE_UTF8 macrosStephan Bergmann2015-11-022-71/+58
* Remove long-unused sal/qa/osl/socket/ test code for goodStephan Bergmann2015-11-0220-8932/+0
* loplugin:stringconstantNoel Grandin2015-11-023-5/+5
* Fix CppunitTest_sal_osl_pipeStephan Bergmann2015-11-021-0/+2
* Fix osl_getSystemPathFromFileURL URL scheme checkStephan Bergmann2015-10-301-7/+20
* sal: loplugin:salboolMichael Stahl2015-10-301-4/+4
* Combine individual gb_Module_add_check_targets, and sortStephan Bergmann2015-10-301-20/+12
* CppunitTest_sal_osl_pipe can be added to gb_Module_add_check_targets nowStephan Bergmann2015-10-301-5/+1