Age | Commit message (Expand) | Author | Files | Lines |
2015-11-13 | cppcheck: noExplicitConstructor | Caolán McNamara | 2 | -2/+2 |
2015-11-13 | -Werror,-Wunused-const-variable | Stephan Bergmann | 1 | -0/+2 |
2015-11-12 | -Werror,-Wunused-function | Stephan Bergmann | 1 | -0/+2 |
2015-11-12 | -Werror,-Wextern-initializer | Stephan Bergmann | 1 | -1/+1 |
2015-11-12 | -Werror,-Wincompatible-pointer-types | Stephan Bergmann | 1 | -1/+1 |
2015-11-12 | -Werror,-Wparentheses-equality | Stephan Bergmann | 1 | -1/+1 |
2015-11-12 | -Werror,-Wunused-function | Stephan Bergmann | 1 | -6/+0 |
2015-11-12 | -Werror,-Winconsistent-dllimport | Stephan Bergmann | 1 | -1/+1 |
2015-11-12 | Work around Coverity warnings about std::length_error | Stephan Bergmann | 1 | -2/+8 |
2015-11-12 | Windows header sanitization | Ashod Nakashian | 5 | -189/+189 |
2015-11-10 | loplugin:nullptr (automatic rewrite; Mac-specific code) | Stephan Bergmann | 7 | -31/+31 |
2015-11-10 | Fix SAL_W32 | Stephan Bergmann | 1 | -0/+4 |
2015-11-10 | loplugin:nullptr (automatic rewrite) | Stephan Bergmann | 99 | -5979/+5979 |
2015-11-09 | Prevent += called on temporary O[U]String instances | Stephan Bergmann | 1 | -2/+8 |
2015-11-06 | Remove additional empty line from license header | Stephan Bergmann | 1 | -1/+0 |
2015-11-06 | rtl::Reference Add move construction/assignment | Daniel Robertson | 3 | -0/+135 |
2015-11-06 | loplugin:stringconstant: elide explicit ctor usage (manually due to macros) | Stephan Bergmann | 1 | -3/+3 |
2015-11-06 | loplugin:stringconstant: elide explicit ctor usage (automatic rewrite) | Stephan Bergmann | 2 | -12/+12 |
2015-11-04 | Resurrect CppunitTest_sal_osl_getsystempathfromfileurl | Stephan Bergmann | 2 | -3/+248 |
2015-11-04 | Handle URLs with query or fragment (or containing NUL chars) | Stephan Bergmann | 1 | -0/+5 |
2015-11-04 | Clean up osl_getSystemPathFromFileURL implementation | Stephan Bergmann | 1 | -119/+97 |
2015-11-03 | Solved CID 1338058 and CID 1338057 | jan iversen | 1 | -0/+2 |
2015-11-02 | Clean up osl_getSystemPathFromFileURL handling of relative //... URLs | Stephan Bergmann | 1 | -2/+7 |
2015-11-02 | Resolve OSLTEST_DECLARE, OSLTEST_DECLARE_UTF8 macros | Stephan Bergmann | 2 | -71/+58 |
2015-11-02 | Remove long-unused sal/qa/osl/socket/ test code for good | Stephan Bergmann | 20 | -8932/+0 |
2015-11-02 | loplugin:stringconstant | Noel Grandin | 3 | -5/+5 |
2015-11-02 | Fix CppunitTest_sal_osl_pipe | Stephan Bergmann | 1 | -0/+2 |
2015-10-30 | Fix osl_getSystemPathFromFileURL URL scheme check | Stephan Bergmann | 1 | -7/+20 |
2015-10-30 | sal: loplugin:salbool | Michael Stahl | 1 | -4/+4 |
2015-10-30 | Combine individual gb_Module_add_check_targets, and sort | Stephan Bergmann | 1 | -20/+12 |
2015-10-30 | CppunitTest_sal_osl_pipe can be added to gb_Module_add_check_targets now | Stephan Bergmann | 1 | -5/+1 |
2015-10-30 | Various loplugin clean up | Stephan Bergmann | 1 | -69/+48 |
2015-10-28 | com::sun::star->css in sal,sax | Noel Grandin | 1 | -2/+2 |
2015-10-26 | Revert "see if including cmath instead of math.h satisfies Android-ARM" | Eike Rathke | 1 | -1/+1 |
2015-10-26 | see if including cmath instead of math.h satisfies Android-ARM | Eike Rathke | 1 | -1/+1 |
2015-10-26 | Revert "attempted fix for android build" | Stephan Bergmann | 1 | -1/+0 |
2015-10-26 | Revert "sal: fix Android build" | Miklos Vajna | 1 | -2/+0 |
2015-10-26 | sal: fix Android build | Miklos Vajna | 1 | -0/+2 |
2015-10-26 | The Android NDK for some reason don't have these math functions in std:: | Tor Lillqvist | 1 | -4/+4 |
2015-10-26 | attempted fix for android build | Noel Grandin | 1 | -0/+1 |
2015-10-25 | tdf#39440: fix several warnings reported by cppcheck | Serge Krot | 1 | -1/+1 |
2015-10-25 | replace implementation of rtl_math_expm1() and rtl_math_log1p() | Eike Rathke | 1 | -59/+2 |
2015-10-24 | replace implementation of rtl_math_erf() and rtl_math_erfc() | Eike Rathke | 1 | -225/+4 |
2015-10-24 | add delta for double comparison | Eike Rathke | 1 | -2/+2 |
2015-10-24 | test oddness of rtl_math_erf() and rtl_math_erfc() | Eike Rathke | 1 | -0/+6 |
2015-10-24 | unit tests for rtl_math_expm1() and rtl_math_log1p() | Eike Rathke | 1 | -0/+48 |
2015-10-24 | implement Inf and NaN handling for rtl_math_expm1() and rtl_math_log1p() | Eike Rathke | 1 | -0/+43 |
2015-10-24 | unit tests for rtl_math_erf() and rtl_math_erfc() | Eike Rathke | 1 | -0/+34 |
2015-10-24 | implement proper Inf and NaN handling in rtl_math_erf() and rtl_math_erfc() | Eike Rathke | 1 | -0/+22 |
2015-10-24 | prevent endless recursion through rtl_math_erf* for Inf or NaN | Eike Rathke | 1 | -0/+8 |