Age | Commit message (Expand) | Author |
2022-11-24 | add some notes on how to debug online update from a dev version | Caolán McNamara |
2022-06-21 | clang-tidy modernize-pass-by-value in extensions | Noel Grandin |
2022-05-04 | Just use Any ctor instead of makeAny in extensions | Stephan Bergmann |
2021-10-30 | Prepare for removal of non-const operator[] from Sequence in extensions | Mike Kaganski |
2021-02-16 | loplugin:referencecasting in editeng..framework | Noel |
2020-12-29 | loplugin:stringviewparam: operator + | Stephan Bergmann |
2020-11-12 | tdf#42949 Fix new IWYU warnings in directories [e-f]* | Gabor Kelemen |
2020-07-23 | extensions/updatefeed: create instances with uno constructors | Noel Grandin |
2020-07-01 | Upcoming improved loplugin:staticanonymous -> redundantstatic: extensions | Stephan Bergmann |
2020-03-11 | tdf#42949 Fix IWYU warnings in extensions/*/*cxx | Gabor Kelemen |
2019-12-19 | sal_Char->char in extensions | Noel Grandin |
2019-12-18 | Remove unused exception imports from updatefeed.cxx | Alex Henrie |
2019-12-03 | Fix compilation with `make -- dbglevel=2` | Alex Henrie |
2019-09-26 | loplugin:constmethod in embeddedobj..extensions | Noel Grandin |
2019-07-31 | Improved loplugin:stringconstant (now that GCC 7 supports it): extensions | Stephan Bergmann |
2018-05-25 | Improve re-throwing of UNO exceptions | Noel Grandin |
2018-03-31 | Added includes that are only used in DEBUG builds | himajin100000 |
2017-12-11 | loplugin:salcall fix functions | Noel Grandin |
2017-11-23 | loplugin:simplifybool for negation of comparison operator | Noel Grandin |
2017-10-23 | loplugin:includeform: extensions | Stephan Bergmann |
2017-05-07 | revert OSL_ASSERT changes | Chris Sherlock |
2017-05-07 | tdf#43157: convert extensions module away from OSL_ASSERT to assert | Chris Sherlock |
2017-02-28 | new loplugin unoany | Noel Grandin |
2017-02-06 | Add missing #includes | Stephan Bergmann |
2017-01-26 | Remove dynamic exception specifications | Stephan Bergmann |
2016-12-13 | OSL_TRACE->SAL in chart2..oox | Noel Grandin |
2016-12-05 | loplugin:unnecessaryoverride (dtors) in extensions | Stephan Bergmann |
2016-09-13 | loplugin:override: No more need for the "MSVC dtor override" workaround | Stephan Bergmann |
2016-05-31 | teach refcounting clang plugin about uno::Reference | Noel Grandin |
2016-05-19 | clang-tidy misc-unused-alias-decls | Noel Grandin |
2016-04-20 | loplugin:salbool: Automatic rewrite of sal_False/True | Stephan Bergmann |
2016-04-01 | sequence->vector in extensions | Noel Grandin |
2016-02-09 | Remove excess newlines | Chris Sherlock |
2016-01-07 | cppcheck: noExplicitConstructor | Caolán McNamara |
2015-11-27 | No need to extend css.awt.XToolkitExperimental | Stephan Bergmann |
2015-11-27 | Catch exception when online update is disabled. | Michael Meeks |
2015-11-23 | Update-check, expand to allow reporting of H/W and OS versions. | Michael Meeks |
2015-11-20 | Cleanup while reading extensions. | Michael Meeks |
2015-11-15 | use initialiser syntax for Sequence<OUString> | Noel Grandin |
2015-11-10 | loplugin:nullptr (automatic rewrite) | Stephan Bergmann |
2015-10-29 | Initialize Sequence<beans::NamedValue> from initializer_lists | Noel Grandin |
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-08-06 | tdf#88206 replace cppu::WeakImplHelper* etc. | Takeshi Abe |
2015-04-22 | Various #include <sal/log.hxx> fixups | Stephan Bergmann |
2015-03-09 | V801: Decreased performance | Caolán McNamara |
2014-11-17 | sal: clean up public headers with include-what-you-use | Michael Stahl |
2014-03-26 | First batch of adding SAL_OVERRRIDE to overriding function declarations | Stephan Bergmann |
2014-02-26 | cppuhelper: retrofit std::exception into overriding exception specs | Stephan Bergmann |
2014-02-23 | Remove unneccessary comments | Alexander Wilms |