Age | Commit message (Expand) | Author |
2016-04-21 | new plugin stylepolice | Noel Grandin |
2016-04-14 | clang-tidy performance-unnecessary-value-param in various | Noel Grandin |
2016-04-07 | clean up | Stephan Bergmann |
2016-04-07 | Revert "reduce unnecessary realloc'ing" | Stephan Bergmann |
2016-04-01 | reduce unnecessary realloc'ing | Noel Grandin |
2016-02-09 | Remove excess newlines | Chris Sherlock |
2016-01-25 | fix OSX build | Noel Grandin |
2016-01-25 | InterfaceContainer2 with vector instead of Sequence | Noel Grandin |
2016-01-10 | Fix typos | Andrea Gelmini |
2015-11-30 | loplugin:unusedfields | Noel Grandin |
2015-11-24 | cppcheck: noExplicitConstructor | Caolán McNamara |
2015-11-16 | use initialiser list for Sequence<OUString> | Noel Grandin |
2015-11-15 | use initialiser for Sequence<OUString> | Noel Grandin |
2015-11-15 | use initialiser for Sequence<OUString> | Noel Grandin |
2015-11-15 | use initialiser syntax for Sequence<OUString> | Noel Grandin |
2015-11-10 | Replaced for_each and algorithm include by range based loop and exception. | Mario J. Rugiero |
2015-11-10 | loplugin:nullptr (automatic rewrite) | Stephan Bergmann |
2015-11-09 | new loplugin: oncevar | Noel Grandin |
2015-11-06 | loplugin:stringconstant: elide explicit ctor usage (automatic rewrite) | Stephan Bergmann |
2015-11-04 | use uno::Reference::set method instead of assignment | Noel Grandin |
2015-11-03 | Fix create/destroy mismatch | Stephan Bergmann |
2015-11-01 | no need to use OUString constructor in call to createInstance | Noel Grandin |
2015-10-30 | UNO: no need to use OUString constructor when calling createInstance | Noel Grandin |
2015-10-23 | com::sun::star->css in io | Noel Grandin |
2015-10-17 | coverity#1327454 Uncaught exception | Caolán McNamara |
2015-10-12 | Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY code | Stephan Bergmann |
2015-10-12 | loplugin:mergeclasses | Noel Grandin |
2015-10-12 | loplugin:mergeclasses | Noel Grandin |
2015-10-07 | clang-analyzer-deadcode.DeadStores | Stephan Bergmann |
2015-09-30 | Fix typos | Andrea Gelmini |
2015-08-31 | loplugin:stringconstant: OUStringBuffer: appendAscii -> append | Stephan Bergmann |
2015-08-19 | io: tdf#88206 replace cppu::WeakImplHelper* etc. | Takeshi Abe |
2015-08-18 | Some oslCondition -> osl::Condition | Stephan Bergmann |
2015-08-14 | loplugin: defaultparams | Noel Grandin |
2015-08-03 | inline some use-once typedefs | Noel Grandin |
2015-07-27 | inline a bunch of use-once macros | Noel Grandin |
2015-07-08 | Avoid loplugin:staticmethods in non-debug build | Stephan Bergmann |
2015-07-02 | loplugin:unusedmethods bridges,ucbhelper,io,pyuno | Noel Grandin |
2015-06-08 | loplugin:cstylecast: deal with remaining pointer casts | Stephan Bergmann |
2015-06-02 | loplugin:cstylecast: deal with those that are (technically) const_cast | Stephan Bergmann |
2015-05-08 | Clean up passing Boolean value to osl::Socket::setOption | Stephan Bergmann |
2015-04-15 | remove unnecessary use of void in function declarations | Noel Grandin |
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-29 | Clean up template-parameter-dependent C-style casts | Stephan Bergmann |
2015-03-28 | Clean up C-style casts from pointers to void | Stephan Bergmann |
2015-03-17 | Fix various XServiceInfo implementations | Stephan Bergmann |
2015-01-20 | enable tcpNoDelay for loopback connections automatically | Noel Grandin |
2015-01-20 | Some more loplugin:cstylecast: io | Stephan Bergmann |
2015-01-02 | boost::unordered_map->std::unordered_map | Caolán McNamara |