Age | Commit message (Expand) | Author |
2016-03-04 | Silence -Werror,-Wnon-virtual-dtor in external includes | Stephan Bergmann |
2016-03-04 | Silence -Werror,-Wnon-virtual-dtor | Stephan Bergmann |
2016-02-28 | Ole: Fix WaE | David Ostrovsky |
2016-02-09 | Remove excess newlines | Chris Sherlock |
2016-01-26 | -Werror,-Wignored-qualifiers (clang-cl) | Stephan Bergmann |
2016-01-26 | Silence -Werror,-Wmissing-field-initializers in END_OBJECT_MAP (clang-cl) | Stephan Bergmann |
2016-01-26 | Silence more warnings, clang-cl's /W4 now also includes -Wextra | Stephan Bergmann |
2016-01-26 | -Werror,-Wunused-parameter (clang-cl) | Stephan Bergmann |
2016-01-10 | Fix typos | Andrea Gelmini |
2016-01-07 | cppcheck: noExplicitConstructor | Caolán McNamara |
2015-11-28 | -Werror,-Wunused-variable | Stephan Bergmann |
2015-11-28 | -Werror,-Wunused-variable | Stephan Bergmann |
2015-11-24 | Silence clang-cl warnings in system ATL includes | Stephan Bergmann |
2015-11-24 | -Werror,-Wreorder | Stephan Bergmann |
2015-11-24 | -Werror,-Wlogical-op-parentheses | Stephan Bergmann |
2015-11-24 | -Werror,-Wwritable-strings | Stephan Bergmann |
2015-11-24 | -Werror,-Wreorder | Stephan Bergmann |
2015-11-24 | -Werror,-Winconsistent-missing-override | Stephan Bergmann |
2015-11-24 | -Werror,-Wunused-local-typedef | Stephan Bergmann |
2015-11-24 | -Werror,-Wint-to-pointer-cast | Stephan Bergmann |
2015-11-24 | -Werror,-Wenum-compare | Stephan Bergmann |
2015-11-24 | -Werror,-Wwritable-strings | Stephan Bergmann |
2015-11-24 | -Werror,-Wreorder | Stephan Bergmann |
2015-11-24 | -Werror,-Wenum-compare | Stephan Bergmann |
2015-11-24 | -Werror,-Wlogical-op-parentheses | Stephan Bergmann |
2015-11-24 | -Werror,-Wmicrosoft-exception-spec | Stephan Bergmann |
2015-11-24 | -Werror,-Wreorder | Stephan Bergmann |
2015-11-24 | -Wmicrosoft-default-arg-redefinition | Stephan Bergmann |
2015-11-02 | use uno::Reference::set method instead of assignment | Noel Grandin |
2015-10-24 | bogus cppcheck duplicateExpressionTernary warning | Caolán McNamara |
2015-10-12 | Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY code | Stephan Bergmann |
2015-10-01 | com::sun::star->css in extensions/ | Noel Grandin |
2015-09-30 | Fix typos | Andrea Gelmini |
2015-09-15 | cppcheck: noExplicitConstructor | Caolán McNamara |
2015-08-28 | Bin a few leftover (?) stderr printouts | Tor Lillqvist |
2015-08-06 | tdf#88206 replace cppu::WeakImplHelper* etc. | Takeshi Abe |
2015-07-23 | Bin pointless #ifndef #define dance | Tor Lillqvist |
2015-07-03 | Fix typos | Andrea Gelmini |
2015-06-17 | Replace boost::scoped_array<T> with std::unique_ptr<T[]> | Takeshi Abe |
2015-05-29 | Fix Windows 64-bit build | Stephan Bergmann |
2015-04-22 | Various #include <sal/log.hxx> fixups | Stephan Bergmann |
2015-04-15 | remove unnecessary use of void in function declarations | Noel Grandin |
2015-04-01 | Typo: wheter->whether | Julien Nabet |
2015-04-01 | Replace remaining getCppuType et al with cppu::UnoType | Stephan Bergmann |
2015-03-24 | Fix various Windows-only XServiceInfo implementations | Stephan Bergmann |
2015-02-21 | Typo: queriing->querying | Julien Nabet |
2015-02-21 | Typo: reqired->required | Julien Nabet |
2015-01-09 | override the overloading of "overload" to decrease cognitive (over-)load | Michael Stahl |
2015-01-04 | boost::unordered_map->std::unordered_map | Caolán McNamara |
2014-12-15 | fdo#39440 reduce scope of local variables | Michael Weghorn |