Age | Commit message (Expand) | Author | Files | Lines |
2016-01-21 | -Werror=terminate (GCC 6) | Stephan Bergmann | 1 | -3/+5 |
2015-11-23 | loplugin:unusedfields in shell/ | Noel Grandin | 2 | -19/+3 |
2015-11-20 | shell: rename CppunitTest to the same name as the makefile | Michael Stahl | 1 | -6/+6 |
2015-11-20 | Seems more natural to pass a homogenous list by initializer_list | Stephan Bergmann | 1 | -1/+1 |
2015-11-18 | -Werror,-Wunused-variable | Stephan Bergmann | 1 | -3/+0 |
2015-11-18 | -Werror,-Wduplicate-decl-specifier (extern "C" already in STDAPI) | Stephan Bergmann | 1 | -4/+4 |
2015-11-18 | -Werror,-Wunused-const-variable | Stephan Bergmann | 1 | -1/+0 |
2015-11-18 | -Werror,-Wunused-const-variable | Stephan Bergmann | 1 | -7/+0 |
2015-11-18 | -Werror,-Wsizeof-pointer-memaccess | Stephan Bergmann | 1 | -1/+2 |
2015-11-18 | -Wmissing-braces is globally disabled in com_GCC_defs.mk anyway | Stephan Bergmann | 1 | -6/+0 |
2015-11-17 | Don't assume sal_Unicode is unsigned short | Stephan Bergmann | 1 | -1/+1 |
2015-11-17 | Don't assume sal_Unicode is unsigned short | Stephan Bergmann | 1 | -1/+2 |
2015-11-16 | use initialiser list for Sequence<OUString> | Noel Grandin | 2 | -4/+2 |
2015-11-15 | use initialiser for Sequence<OUString> | Noel Grandin | 1 | -2/+1 |
2015-11-15 | use initialiser for Sequence<OUString> | Noel Grandin | 1 | -4/+2 |
2015-11-15 | use initialiser for Sequence<OUString> | Noel Grandin | 2 | -4/+2 |
2015-11-15 | use initialiser syntax for Sequence<OUString> | Noel Grandin | 4 | -8/+4 |
2015-11-10 | loplugin:nullptr (automatic rewrite; Mac-specific code) | Stephan Bergmann | 3 | -14/+14 |
2015-11-10 | loplugin:nullptr (automatic rewrite) | Stephan Bergmann | 12 | -34/+34 |
2015-11-06 | loplugin:stringconstant: elide explicit ctor usage (automatic rewrite) | Stephan Bergmann | 1 | -6/+3 |
2015-11-05 | use uno::Reference::set method instead of assignment | Noel Grandin | 1 | -1/+1 |
2015-11-04 | loplugin:stringconstant | Stephan Bergmann | 1 | -3/+1 |
2015-11-04 | yyyyy | Noel Grandin | 4 | -15/+7 |
2015-10-30 | UNO: no need to use OUString constructor when calling createInstance | Noel Grandin | 1 | -1/+1 |
2015-10-29 | com::sun::star->css in shell | Noel Grandin | 14 | -150/+143 |
2015-10-26 | remove extra spaces around :: | Noel Grandin | 3 | -3/+3 |
2015-10-23 | Remove obsolete version map files | Stephan Bergmann | 1 | -27/+0 |
2015-10-16 | drop gconf integration as per ESC decision | Bjoern Michaelsen | 7 | -1239/+1 |
2015-10-12 | TDE: move stuff into the tde-integration package | Jan-Marek Glogowski | 3 | -4/+17 |
2015-10-12 | Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY code | Stephan Bergmann | 11 | -106/+106 |
2015-10-12 | Replace "SAL_DELETED_FUNCTION" with "= delete" in LIBO_INTERNAL_ONLY code | Stephan Bergmann | 3 | -6/+6 |
2015-10-02 | Library recentfile should be built when UXING_X11 | Samuel Mehrbrodt | 1 | -5/+1 |
2015-09-30 | Fix typos | Andrea Gelmini | 2 | -2/+2 |
2015-09-30 | Fix typos | Andrea Gelmini | 2 | -2/+2 |
2015-09-03 | shell: tdf#88206 replace cppu::WeakImplHelper* etc. | Takeshi Abe | 19 | -34/+35 |
2015-09-03 | remove KDE3 support, --enable-kde and --enable-kdeab | Michael Stahl | 5 | -101/+0 |
2015-08-31 | loplugin:stringconstant: OUStringBuffer: appendAscii -> append | Stephan Bergmann | 1 | -1/+1 |
2015-08-31 | loplugin:stringconstant: OUStringBuffer: appendAscii -> append | Stephan Bergmann | 1 | -2/+2 |
2015-08-23 | tdf#39440 cppcheck: redundantAssignment | Michael Weghorn | 1 | -2/+1 |
2015-08-07 | cppcheck:noExplicitConstructor | Noel Grandin | 6 | -10/+10 |
2015-08-04 | shell,sfx2,sd: inline some use-once typedefs | Noel Grandin | 2 | -10/+4 |
2015-08-03 | remove some unused typedefs | Noel Grandin | 1 | -1/+0 |
2015-07-23 | inline a handful of use-once #defines | Noel Grandin | 1 | -2/+0 |
2015-07-17 | formatting of public/private/protected section qualifiers | Noel Grandin | 2 | -2/+2 |
2015-07-16 | loplugin:simplifybool | Stephan Bergmann | 1 | -1/+1 |
2015-07-13 | warning C4101: unreferenced local variable | Stephan Bergmann | 3 | -5/+5 |
2015-07-13 | Code deliberately not linking against sal just can't use OSL_ENSURE | Stephan Bergmann | 4 | -31/+11 |
2015-07-13 | Make content of OSL_ASSERT, DBG_ASSERT, etc. visiblie in non-debug builds | Stephan Bergmann | 4 | -30/+6 |
2015-07-08 | Fix typos | Andrea Gelmini | 1 | -1/+1 |
2015-07-06 | loplugin:unusedmethods sax,shell,stoc,basegfx | Noel Grandin | 2 | -14/+0 |