summaryrefslogtreecommitdiffstats
path: root/sal
Commit message (Expand)AuthorAgeFilesLines
* 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
* Various loplugin clean upStephan Bergmann2015-10-301-69/+48
* com::sun::star->css in sal,saxNoel Grandin2015-10-281-2/+2
* Revert "see if including cmath instead of math.h satisfies Android-ARM"Eike Rathke2015-10-261-1/+1
* see if including cmath instead of math.h satisfies Android-ARMEike Rathke2015-10-261-1/+1
* Revert "attempted fix for android build"Stephan Bergmann2015-10-261-1/+0
* Revert "sal: fix Android build"Miklos Vajna2015-10-261-2/+0
* sal: fix Android buildMiklos Vajna2015-10-261-0/+2
* The Android NDK for some reason don't have these math functions in std::Tor Lillqvist2015-10-261-4/+4
* attempted fix for android buildNoel Grandin2015-10-261-0/+1
* tdf#39440: fix several warnings reported by cppcheckSerge Krot2015-10-251-1/+1
* replace implementation of rtl_math_expm1() and rtl_math_log1p()Eike Rathke2015-10-251-59/+2
* replace implementation of rtl_math_erf() and rtl_math_erfc()Eike Rathke2015-10-241-225/+4
* add delta for double comparisonEike Rathke2015-10-241-2/+2
* test oddness of rtl_math_erf() and rtl_math_erfc()Eike Rathke2015-10-241-0/+6
* unit tests for rtl_math_expm1() and rtl_math_log1p()Eike Rathke2015-10-241-0/+48