Age | Commit message (Expand) | Author |
2022-08-13 | clang-tidy modernize-pass-by-value in various | Noel Grandin |
2022-05-01 | use more string_view in various | Noel Grandin |
2022-04-01 | cpputools : use std::mutex instead of osl::Mutex | Arnaud Versini |
2022-01-13 | Recheck modules [a-c]* with IWYU | Gabor Kelemen |
2022-01-08 | Don't install the uno script when uno is not build | Jan-Marek Glogowski |
2022-01-08 | Don't build the static uno binary | Jan-Marek Glogowski |
2022-01-08 | sp2bv is just used by the ODK on Windows | Jan-Marek Glogowski |
2021-10-03 | drop 'using namespace std' in cpputools | Julien Nabet |
2021-09-30 | loplugin:constmethod handle more cases | Noel Grandin |
2021-09-23 | Extend loplugin:stringviewparam to starts/endsWith: cpputools | Stephan Bergmann |
2021-07-26 | cpputools : no need to use fprintf for putting a string | Arnaud Versini |
2021-04-07 | Updated README.md files to represent current code / use Markdown format | Hossein |
2021-03-25 | const OUString -> const OUStringLiteral | Mike Kaganski |
2021-03-24 | Using .md extension/Markdown syntax for modules README | Hossein |
2021-02-23 | loplugin:refcounting check for managing OWeakObject with raw pointer | Noel |
2020-12-11 | Adapt the remaining OUString functions to std string_view | Stephan Bergmann |
2020-11-11 | loplugin:stringview | Noel |
2020-07-01 | Upcoming improved loplugin:staticanonymous -> redundantstatic: cpputools | Stephan Bergmann |
2019-12-18 | sal_Char->char in cppcanvas..cui | Noel Grandin |
2019-11-22 | Extend loplugin:external to warn about classes | Stephan Bergmann |
2019-08-31 | Add version resource to executables where it was missing | Mike Kaganski |
2019-05-13 | fix wrong SET/QUERY flags passed to uno::Reference | Noel Grandin |
2019-04-20 | Fix typo | Andrea Gelmini |
2018-12-28 | Reduce OUString operations and use indexed getToken | Matteo Casalin |
2018-10-19 | clang-tidy readability-misleading-indentation | Noel Grandin |
2018-10-09 | Extend loplugin:redundantinline to catch inline functions w/o external linkage | Stephan Bergmann |
2018-09-17 | New loplugin:external | Stephan Bergmann |
2018-07-16 | Add missing sal/log.hxx headers | Gabor Kelemen |
2017-10-23 | loplugin:includeform: cpputools | Stephan Bergmann |
2017-09-29 | loplugin:flatten check for throw in then clause | Noel Grandin |
2017-09-21 | loplugin:flatten in connectivity..desktop | Noel Grandin |
2017-07-13 | use more OUString::operator== comphelper..cui | Noel Grandin |
2017-06-05 | spelling instanciate -> instantiate | Noel Grandin |
2017-04-21 | gbuild: Remove MSVC 2013 legacy code | David Ostrovsky |
2017-03-25 | Fix typos | Andrea Gelmini |
2017-03-11 | Fix typos | Andrea Gelmini |
2017-02-28 | new loplugin unoany | Noel Grandin |
2017-02-24 | makeAny->Any in cppuhelper..cui | Noel Grandin |
2017-02-21 | loplugin:subtlezeroinit: cpputools | Stephan Bergmann |
2017-02-15 | Some simplifications, using UNO_QUERY_THROW | Stephan Bergmann |
2017-01-26 | Remove dynamic exception specifications | Stephan Bergmann |
2017-01-19 | New loplugin:dynexcspec: Add @throws documentation, cpputools | Stephan Bergmann |
2016-03-11 | tdf#91794 remove OSL_DEBUG_LEVEL > 1 conditionals | Rohan Kumar |
2016-02-09 | Remove excess newlines | Chris Sherlock |
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-10-30 | use uno::Reference::set method instead of assignment | Noel Grandin |
2015-10-12 | Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY code | Stephan Bergmann |
2015-07-17 | tdf#88206 replace cppu::WeakImplHelper* etc. | Takeshi Abe |