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