Age | Commit message (Expand) | Author |
2016-09-15 | loplugin:singlevalfields in sc..vcl | Noel Grandin |
2016-09-13 | loplugin:override: No more need for the "MSVC dtor override" workaround | Stephan Bergmann |
2016-09-12 | loplugin:constantparam in package..stoc | Noel Grandin |
2016-09-09 | loplugin:constantparam in sot..svl | Noel Grandin |
2016-08-25 | tdf#100726 - Improve readability of OUString concatanations | Gökhan Gurbetoğlu |
2016-08-05 | loplugin:countusersofdefaultparams in sfx2..svgio | Noel Grandin |
2016-07-27 | improve passstuffbyref return analysis | Noel Grandin |
2016-07-18 | don't write past the end of the array | Markus Mohrhard |
2016-07-11 | loplugin:nullptr: Better heuristic to determine code shared between C and C++ | Stephan Bergmann |
2016-07-07 | loplugin:passstuffbyref also for {css::uno,rtl}::Reference | Stephan Bergmann |
2016-07-04 | remove deprecated Link functions from Registry | Noel Grandin |
2016-06-21 | Clean up uses of Any::getValue() in stoc | Stephan Bergmann |
2016-06-19 | loplugin:salbool: Implicit conversions from non-Boolean fundamental types | Stephan Bergmann |
2016-06-06 | remove some manual ref-counting | Noel Grandin |
2016-05-30 | Some clean up of uses of css::uno::Any::setValue | Stephan Bergmann |
2016-05-30 | Just use Any::operator <<= for sal_Unicode values | Stephan Bergmann |
2016-05-24 | Revert "remove some manual ref-counting" | Noel Grandin |
2016-05-24 | remove some manual ref-counting | Noel Grandin |
2016-05-19 | loplugin:unusedmethods in slideshow to svtools | Noel Grandin |
2016-05-11 | clang-tidy modernize-loop-convert in scripting to svtools | Noel Grandin |
2016-05-10 | Insert explicit "break" when falling through to empty next case | Stephan Bergmann |
2016-05-04 | While at it, delete Any functions on sal_Bool* | Stephan Bergmann |
2016-05-01 | tdf#97499 Fixed containers parameters clearing #9 | tymyjan |
2016-04-26 | update loplugin stylepolice to check local pointers vars | Noel Grandin |
2016-04-21 | loplugin:salbool: sal_Bool[] -> bool[] | Stephan Bergmann |
2016-04-20 | loplugin:salbool: Automatic rewrite of sal_False/True | Stephan Bergmann |
2016-04-18 | clang-tidy performance-unnecessary-copy-initialization | Noel Grandin |
2016-04-14 | clang-tidy performance-unnecessary-value-param in various | Noel Grandin |
2016-04-14 | loplugin:passstuffbyref in various | Noel Grandin |
2016-04-13 | tdf#94306 replace boost::noncopyable in stoc to xmlsec.. | Jochen Nitschke |
2016-04-12 | Remove stray spaces from start of log messages, redux | Stephan Bergmann |
2016-04-12 | Remove stray spaces from start of log messages | Stephan Bergmann |
2016-04-12 | tdf#91794 removed OSL_DEBUG_LEVEL > 1 conditionals | Rohan Kumar |
2016-04-01 | tdf#97966 Drop 'static' keywords | Wastack |
2016-03-30 | loplugin:nullptr: Find some more cases in templates | Stephan Bergmann |
2016-03-17 | loplugin:constantparam in registry | Noel Grandin |
2016-03-10 | Fix memory leaks | Stephan Bergmann |
2016-03-10 | No more need for jfw_freeJavaInfo | Stephan Bergmann |
2016-03-10 | Avoid reserved identifier | Stephan Bergmann |
2016-03-09 | include/jvmfwk/*.h -> .hxx (only ever included from C++ code) | Stephan Bergmann |
2016-03-07 | coverity#1353440 try and refactor to avoid Argument cannot be negative | Caolán McNamara |
2016-03-07 | return early and drop else | Caolán McNamara |
2016-03-07 | !(==) -> != | Caolán McNamara |
2016-02-20 | coverity#1353440 Argument cannot be negative | Caolán McNamara |
2016-02-18 | WaE: replace OUString constructed from a string literal directly ... | Tor Lillqvist |
2016-02-18 | Resolves: rhbz#1285356 force swing not to use gtk2 if gtk3 is loaded | Caolán McNamara |
2016-02-17 | use consistent #define checks for the Windows platform | Noel Grandin |
2016-02-15 | Rename rtl::isValidCodePoint -> rtl::isUnicodeCodePoint | Stephan Bergmann |
2016-02-15 | uno::Sequence->std::vector in stoc/introspection | Noel Grandin |
2016-02-12 | tdf#95857 Sort out German plurals ... | danielt998 |