Age | Commit message (Expand) | Author |
2017-02-10 | Remove MinGW support | Stephan Bergmann |
2017-02-08 | Add missing #includes | Stephan Bergmann |
2017-01-26 | Remove dynamic exception specifications | Stephan Bergmann |
2016-10-21 | Adapt Windows-only code to deletion of the "Any-to-Any" specializatios | Stephan Bergmann |
2016-10-16 | clang-cl loplugin: extensions | Stephan Bergmann |
2016-06-01 | tdf#99643 OLE automation bridge: fix 64-bit pointer conversions | Michael Stahl |
2016-02-28 | Ole: Fix WaE | David Ostrovsky |
2016-02-09 | Remove excess newlines | Chris Sherlock |
2016-01-10 | Fix typos | Andrea Gelmini |
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,-Wlogical-op-parentheses | Stephan Bergmann |
2015-11-24 | -Werror,-Wmicrosoft-exception-spec | Stephan Bergmann |
2015-09-30 | Fix typos | Andrea Gelmini |
2015-08-28 | Bin a few leftover (?) stderr printouts | Tor Lillqvist |
2015-08-06 | tdf#88206 replace cppu::WeakImplHelper* etc. | Takeshi Abe |
2015-07-03 | Fix typos | Andrea Gelmini |
2015-06-17 | Replace boost::scoped_array<T> with std::unique_ptr<T[]> | Takeshi Abe |
2015-04-15 | remove unnecessary use of void in function declarations | Noel Grandin |
2015-01-04 | boost::unordered_map->std::unordered_map | Caolán McNamara |
2014-11-12 | Fix common typos. No automatic tools. Handmade… | Andrea Gelmini |
2014-08-13 | warning C4189: local variable is initialized but not referenced | Thomas Arnhold |
2014-05-23 | remove boilerplate in UNO Exception constructor calls | Noel Grandin |
2014-05-22 | Prefer cppu::UnoType<T>::get() to ::getCppuType((T*)0) part19 | Julien Nabet |
2014-05-10 | Prefer cppu::UnoType<T>::get() to ::getCppuType((T*)0) part8 | Julien Nabet |
2014-05-05 | simplify ternary conditions "xxx ? yyy : false" | Noel Grandin |
2014-04-03 | remove unnecessary scope qualifier from sal_Bool uses | Noel Grandin |
2014-02-23 | Remove unneccessary comments | Alexander Wilms |
2013-11-20 | Windows: Require at least Windows XP SP2 | Thomas Arnhold |
2013-11-11 | remove unnecessary use of OUString constructor in EXTENSIONS module | Noel Grandin |
2013-10-31 | Convert indexOf->startsWith and lastIndexOf->endsWith | Noel Grandin |
2013-09-26 | typo fixes in comments | Andras Timar |
2013-08-24 | build on higher debug levels | Caolán McNamara |
2013-06-29 | remove OUString wrap for string literals | Thomas Arnhold |
2013-05-23 | Fix build breaker | Ariel Constenla-Haile |
2013-05-15 | Spelling "separate" (etc) correctly is hard | Tor Lillqvist |
2013-04-07 | mass removal of rtl:: prefixes for O(U)String* | Luboš Luňák |
2013-03-19 | automated removal of RTL_CONSTASCII_USTRINGPARAM for quoted OUStrings | Thomas Arnhold |
2013-02-22 | s/the the/the/ | Tor Lillqvist |
2013-01-30 | fix string literals concatenation | Luboš Luňák |
2013-01-30 | Removed several useless macros: A2OU, A2S, C2U, C2S, OUSTR, OUSTRING | Jean-Noël Rouvignac |
2012-11-06 | re-base on ALv2 code. Includes (at least) relevant parts of: | Michael Meeks |
2012-10-28 | fix some VS 2010 specific issues | David Ostrovsky |
2012-10-01 | Replace usage of rtl_*Memory with equivalent from string.h | Arnaud Versini |
2012-09-12 | build fix. | Michael Meeks |
2012-09-12 | targetted VBA re-work. | Noel Power |
2012-06-19 | typo: paramters, paramaters -> parameters | Andras Timar |
2012-04-08 | Replaced a few equal calls with == | Szabolcs Dezsi |
2012-02-01 | Some cppcheck cleaning | Julien Nabet |