Age | Commit message (Expand) | Author |
2015-12-14 | Silence warning C4334 under --enble-64-bit MSVC | Stephan Bergmann |
2015-11-26 | loplugin:unusedfields various | Noel Grandin |
2015-11-25 | add const in ranged for | Andrzej Hunt |
2015-11-20 | Seems more natural to pass a homogenous list by initializer_list | Stephan Bergmann |
2015-11-20 | attempt to fix tdf#95935 - CRASH on startup in o3tl vcl code | Noel Grandin |
2015-11-20 | loplugin:sallogareas | Stephan Bergmann |
2015-11-19 | use comphelper::containerToSequence | Noel Grandin |
2015-11-18 | remove unused typedefs and inline use-once typedefs | Noel Grandin |
2015-11-18 | com::sun::star->css in unotools/ | Noel Grandin |
2015-11-17 | use unique_ptr for pImpl in unotools/ | Noel Grandin |
2015-11-16 | use initialiser list for Sequence<OUString> | Noel Grandin |
2015-11-15 | Fast PCH generator and optimized PCH files | Ashod Nakashian |
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-12 | Namespace cleanup and disambiguation | Ashod Nakashian |
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 (manually due to macros) | Stephan Bergmann |
2015-11-06 | loplugin:stringconstant: elide explicit ctor usage (automatic rewrite) | Stephan Bergmann |
2015-11-05 | java: combine nested if statements | Noel Grandin |
2015-11-05 | use uno::Reference::set method instead of assignment | Noel Grandin |
2015-11-05 | complete initial compiler plugin for the ServiceDocumenter | Bjoern Michaelsen |
2015-11-04 | yyyyy | Noel Grandin |
2015-10-30 | UNO: no need to use OUString constructor when calling createInstance | Noel Grandin |
2015-10-23 | tdf#48456 : when searching for a number, consider formatting | Dennis Francis |
2015-10-19 | convert remaing DBG_WARNING to SAL_INFO | Noel Grandin |
2015-10-15 | calling IsSet() before Call() on Link<> is unnecessary | Noel Grandin |
2015-10-15 | cppcheck:variableScope | Noel Grandin |
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-09 | Move SolarMutex down from tools to comphelper/ to make life easier. | Michael Meeks |
2015-10-06 | loplugin:unusedmethods | Noel Grandin |
2015-10-05 | tdf#82744: fix WebDAV lock/unlock behaviour - part 3 | Giuseppe Castagno |
2015-10-05 | clang-analyzer-deadcode.DeadStores | Stephan Bergmann |
2015-09-30 | Fix typos | Andrea Gelmini |
2015-09-30 | Fix typos | Andrea Gelmini |
2015-09-29 | Renamed wrongly prefixed boolean variables | Stefan Heinemann |
2015-09-19 | Fix C2695: overriding virtual function differs only by calling convention | Tor Lillqvist |
2015-09-19 | Fix error: exception specification of overriding function is more lax ... | Tor Lillqvist |
2015-09-19 | use the generated offapi signature | Bjoern Michaelsen |
2015-09-19 | use exact signatures from offapi | Bjoern Michaelsen |
2015-09-19 | add implementation for theServiceDocumenter singleton | Bjoern Michaelsen |
2015-09-11 | downgrade warning, exception on opening a missing file is an expected thing | Caolán McNamara |
2015-09-10 | convert Link<> to typed | Noel Grandin |
2015-09-09 | unotools: tdf#88206 replace cppu::WeakImplHelper* | Takeshi Abe |
2015-09-03 | loplugin:stringconstant also for cases using char const v[] = "..." | Stephan Bergmann |
2015-08-31 | loplugin:stringconstant: OUStringBuffer: appendAscii -> append | Stephan Bergmann |
2015-08-29 | SYSLOCALEOPTIONS_HINTs are sal_uInt32, not sal_uLong | Matteo Casalin |
2015-08-28 | Revert "Simplify MultiAtomProvider::getString" | Stephan Bergmann |