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