Age | Commit message (Expand) | Author |
2015-05-11 | sal: don't build cppunittester if cross-compiling | Michael Stahl |
2015-05-11 | loplugin:cstylecast: nop between pointer types of exactly same spelling | Stephan Bergmann |
2015-05-10 | cppcheck: help out unusedScopedObject false positive | Caolán McNamara |
2015-05-09 | coverity#1297235 Uncaught exception | Caolán McNamara |
2015-05-08 | Use bool instead of int | Stephan Bergmann |
2015-05-01 | Actually, let's just delete the now commented-out SAL_INFO lines | Tor Lillqvist |
2015-05-01 | Let's disable these too then for consistency | Tor Lillqvist |
2015-05-01 | sal: disable some over-eager SAL_INFO | Michael Stahl |
2015-04-30 | provide a way to execute single test case from test suite | Markus Mohrhard |
2015-04-30 | Bin some pointless comments and reduce some vertical whitespace | Tor Lillqvist |
2015-04-27 | More loplugin:simplifybool | Stephan Bergmann |
2015-04-23 | cppcheck: uselessAssignmentArg | Caolán McNamara |
2015-04-23 | cppcheck: redundantAssignment | Caolán McNamara |
2015-04-22 | Various #include <sal/log.hxx> fixups | Stephan Bergmann |
2015-04-21 | cppcheck: redundantCopy | Caolán McNamara |
2015-04-20 | Clean up new rtl/surrogates.h | Stephan Bergmann |
2015-04-20 | duplicate surrogate code | Caolán McNamara |
2015-04-15 | remove unnecessary use of void in function declarations | Noel Grandin |
2015-04-10 | Update @since tags LO 4.5 -> 5.0 | Stephan Bergmann |
2015-04-09 | WaE: VarDecl, use "bool" instead of "sal_Bool" | Tor Lillqvist |
2015-04-09 | Change from <osl/diagnose.h> to <sal/log.hxx> and add more logging | Tor Lillqvist |
2015-04-08 | tdf#43157: remove osl/diagnose.h dependency from sal/osl/unx/socket.cxx | Jorge Cunha Mendes |
2015-04-08 | -Werror=maybe-uninitialized | Stephan Bergmann |
2015-04-08 | tdf#88169: Do not return ..._INFO_SRCBUFFERTOSMALL when ..._FLAGS_FLUSH | Stephan Bergmann |
2015-04-04 | Typo: creat->create | Julien Nabet |
2015-04-02 | Move osl::LibreOfficeKit stuff to comphelper for now | Tor Lillqvist |
2015-04-01 | Add API to check whether being used through LibreOfficeKit | Tor Lillqvist |
2015-03-31 | Use OUString::unacquired | Stephan Bergmann |
2015-03-31 | loplugin:redundantcast | Stephan Bergmann |
2015-03-31 | V597: introduce a rtl_secureZeroMemory | Caolán McNamara |
2015-03-31 | Reduce to static_cast any reinterpret_cast from void pointers | Stephan Bergmann |
2015-03-30 | Return value 0 from connect() is not an error, errno is not set | Tor Lillqvist |
2015-03-30 | Bootstrap.initVCL is not used by our Android app any more | Tor Lillqvist |
2015-03-29 | Minor simplification | Tor Lillqvist |
2015-03-29 | loplugin:cstylecast | Stephan Bergmann |
2015-03-28 | Clean up C-style casts from pointers to void | Stephan Bergmann |
2015-03-27 | loplugin:staticfunction | Noel Grandin |
2015-03-26 | const_cast: convert some C-style casts and remove some redundant ones | Stephan Bergmann |
2015-03-24 | loplugin:constantfunction: various | Noel Grandin |
2015-03-23 | Sanitize a few SAL_INFOs | Tor Lillqvist |
2015-03-19 | CppCheck cleaning : scope reduction and printf format | Michaël Lefèvre |
2015-03-16 | tdf#89361 Remove remnants of Gopher support | Adolfo Jayme Barrientos |
2015-03-13 | CppCheck cleaning : avoid static string comparison | Michaël Lefèvre |
2015-03-12 | sal: add comment re: V718 'CreateThread' should not be called from 'DllMain' | Michael Stahl |
2015-03-11 | better way to check for empty strings | Markus Mohrhard |
2015-03-05 | sal: replace usage of deprecated socket functions | Michael Stahl |
2015-03-05 | sal,sd: use newer InetPtonW API when not building for WinXP target | Michael Stahl |
2015-03-03 | Typos | Julien Nabet |
2015-03-03 | Work around missing InetPtonW | Stephan Bergmann |
2015-03-02 | Turn function-like macro into true function | Stephan Bergmann |