Age | Commit message (Expand) | Author |
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 |
2014-12-16 | io: Use appropriate OUString functions on string constants | Stephan Bergmann |
2014-11-26 | Fix C4716: 'anonymous namespace'::Input::readBytes : must return a value | Tor Lillqvist |
2014-11-24 | Unit test for fdo#79941 (handle short reads) | Stephan Bergmann |
2014-11-21 | fdo#79941: Properly handle short reads | Stephan Bergmann |
2014-11-18 | cppu: clean up public headers with include-what-you-use | Michael Stahl |
2014-11-17 | sal: clean up public headers with include-what-you-use | Michael Stahl |
2014-10-29 | remove unnecessary 'using namespace rtl' declarations | Noel Grandin |
2014-09-29 | loplugin: cstylecast | Noel Grandin |
2014-08-25 | set names on a bunch more threads... | Michael Stahl |
2014-06-05 | various: remove SAL_THROW macro | Noel Grandin |
2014-06-02 | fdo#68849: Add header guards to all include files | Jens Carl |