Age | Commit message (Expand) | Author | Files | Lines |
2015-12-20 | sal: replace a list with vector | Michael Stahl | 1 | -2/+1 |
2015-12-17 | OString/OUString: move constructors and operator= | Noel Grandin | 1 | -1/+1 |
2015-12-15 | Use %tx to print ptrdiff_t. | Damjan Jovanovic | 1 | -2/+2 |
2015-12-15 | Use %p to print pointers in sal backtraces.. | Damjan Jovanovic | 1 | -3/+3 |
2015-12-10 | More loplugin:nullptr automatic rewrite (within templates) | Stephan Bergmann | 1 | -2/+2 |
2015-12-04 | Fix include | Stephan Bergmann | 1 | -1/+1 |
2015-12-04 | Missing include | Stephan Bergmann | 1 | -0/+2 |
2015-12-02 | sal: add SAL_DEBUG_TRACE debugging API for Windows, with UNX stub. | Michael Meeks | 5 | -1/+107 |
2015-12-02 | Adapt new/delete exception specs for MSVC | Stephan Bergmann | 1 | -2/+8 |
2015-12-02 | Fix quoting | Stephan Bergmann | 1 | -2/+2 |
2015-11-30 | Fix Mac build | Stephan Bergmann | 1 | -4/+2 |
2015-11-30 | fix the value of FRAME_PTR_OFFSET | Damjan Jovanovic | 1 | -1/+1 |
2015-11-30 | Use the ptrdiff_t printf format code for backtracing on FreeBSD. | Damjan Jovanovic | 1 | -10/+4 |
2015-11-30 | i66807 - Fix GCC warning in backtrace.c | Pedro Giffuni | 1 | -1/+9 |
2015-11-30 | Fix the stack frame layout for backtraces on FreeBSD. | Damjan Jovanovic | 1 | -2/+0 |
2015-11-25 | loplugin:unusedfields various | Noel Grandin | 2 | -3/+0 |
2015-11-24 | cppcheck: noExplicitConstructor | Caolán McNamara | 2 | -10/+10 |
2015-11-17 | Don't assume sal_Unicode is unsigned short | Stephan Bergmann | 1 | -1/+2 |
2015-11-15 | Fast PCH generator and optimized PCH files | Ashod Nakashian | 1 | -70/+30 |
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 |