Age | Commit message (Expand) | Author |
2015-10-25 | tdf#39440: fix several warnings reported by cppcheck | Serge Krot |
2015-10-12 | Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY code | Stephan Bergmann |
2015-10-12 | Replace "SAL_DELETED_FUNCTION" with "= delete" in LIBO_INTERNAL_ONLY code | Stephan Bergmann |
2015-10-05 | Emscripten: First steps of porting to Emscripten | Samuel Mehrbrodt |
2015-10-02 | Fix typos | Andrea Gelmini |
2015-09-30 | bridges: fix build with --enable-assert-always-abort | Michael Stahl |
2015-09-28 | Return the std::unique_ptr itself here, not a raw pointer | Stephan Bergmann |
2015-09-13 | Fix typo | Matteo Casalin |
2015-09-13 | cppcheck: Mismatching allocation and deallocation | Julien Nabet |
2015-09-12 | Actually fix uno bridge on MSVC 14.0 | David Ostrovsky |
2015-09-02 | Fix x86-64 bridge on MSVC 14.0 | David Ostrovsky |
2015-08-17 | cppcheck: noExplicitConstructor | Caolán McNamara |
2015-08-17 | cppcheck: various msvc_win32_intel fixes | Caolán McNamara |
2015-07-16 | loplugin:simplifybool | Stephan Bergmann |
2015-07-13 | bridges: mips64: Fix build failure in new codes. | Heiher |
2015-07-11 | bridges: mips64: Update call frame information. | Heiher |
2015-07-10 | ppc64: using a fp register also consumes a gp register slot | Caolan McNamara |
2015-07-10 | ppc64: simplify this a little | Caolan McNamara |
2015-07-10 | tdf#88206 replace cppu::WeakImplHelper* etc. | Takeshi Abe |
2015-07-10 | bridges: Add support for linux mips64. | Heiher |
2015-07-04 | Fix typos | Andrea Gelmini |
2015-07-02 | loplugin:unusedmethods bridges,ucbhelper,io,pyuno | Noel Grandin |
2015-06-30 | Revert "Revert "Typo: repsent->represent"" | Stephan Bergmann |
2015-06-26 | Use declarations from cxxabi.h | Stephan Bergmann |
2015-06-26 | Remove workarounds for no longer supported GCC 4.6 | Stephan Bergmann |
2015-06-23 | Revert "Typo: iff->if" | Julien Nabet |
2015-06-23 | Revert "Typo: repsent->represent" | Julien Nabet |
2015-06-23 | Typo: repsent->represent | Julien Nabet |
2015-06-23 | Typo: iff->if | Julien Nabet |
2015-06-22 | MSVC 64-bit: In queryInterface optimization, copy hidden ret val addr | Stephan Bergmann |
2015-06-16 | Fix typos | Andrea Gelmini |
2015-06-15 | Work around change in JNI func sigs between Java 6 and 7 | Stephan Bergmann |
2015-06-02 | loplugin:cstylecast: deal with those that are (technically) const_cast | Stephan Bergmann |
2015-05-15 | tdf#62475: partial handmade fixes | Andrea Gelmini |
2015-05-11 | loplugin:cstylecast: nop between pointer types of exactly same spelling | Stephan Bergmann |
2015-05-08 | jboolean-related clean-up | Stephan Bergmann |
2015-04-28 | ppc64: do not use asm block to retrieve args | David Tardon |
2015-04-22 | Various #include <sal/log.hxx> fixups | Stephan Bergmann |
2015-04-15 | remove unnecessary use of void in function declarations | Noel Grandin |
2015-04-07 | loplugin:cstylecast, loplugin:redundantcast | Stephan Bergmann |
2015-04-02 | loplugin:redundantcast | Stephan Bergmann |
2015-04-01 | Add support for cppu::UnoType<void> | Stephan Bergmann |
2015-04-01 | Replace remaining getCppuType et al with cppu::UnoType | Stephan Bergmann |
2015-03-31 | bridges: acquire is not a member of rtl::OUString | Michael Stahl |
2015-03-31 | Use OUString::unacquired | Stephan Bergmann |
2015-03-31 | Reduce to static_cast any reinterpret_cast from void pointers | Stephan Bergmann |
2015-03-30 | Turn macros into functions | Stephan Bergmann |
2015-03-29 | loplugin:cstylecast | Stephan Bergmann |
2015-03-28 | Clean up C-style casts from pointers to void | Stephan Bergmann |
2015-03-26 | const_cast: convert some C-style casts and remove some redundant ones | Stephan Bergmann |