Age | Commit message (Expand) | Author |
2020-01-15 | tdf#88205 Adapt uses of css::uno::Sequence to use initializer_list ctor | Mesut Çifci |
2019-10-26 | size some stringbuffer to prevent re-alloc | Noel Grandin |
2019-10-21 | size some stringbuffer to prevent re-alloc | Noel Grandin |
2019-08-23 | Clean up OSL_ASSERT in stoc/source/uriproc/ | Stephan Bergmann |
2019-08-23 | [API CHANGE] Adapt css.uri UNOIDL entities to RFC 3986 | Stephan Bergmann |
2019-08-20 | loplugin:constvars in solenv..svtools | Noel Grandin |
2019-07-31 | Improved loplugin:stringconstant (now that GCC 7 supports it): stoc | Stephan Bergmann |
2019-05-20 | tdf#42949 Fix IWYU warnings in stoc/ | Gabor Kelemen |
2019-01-11 | Replace OUStringBuffer::appendCopy with append(std::u16string_view) | Stephan Bergmann |
2018-11-02 | fix signatures of deleted copy/assign operators | Noel Grandin |
2018-10-08 | loplugin:constfields in stoc..svgio | Noel Grandin |
2018-08-20 | Simplify containers iterations, tdf#96099 follow-up | Arkadiy Illarionov |
2018-08-14 | create appendCopy method in OUStringBuffer | Noel Grandin |
2018-06-25 | tdf#96099 Remove trivial container typedefs in stoc, svl, svx, sw | Arkadiy Illarionov |
2018-05-25 | Improve re-throwing of UNO exceptions | Noel Grandin |
2018-02-21 | New loplugin:nestedunnamed | Stephan Bergmann |
2017-12-11 | loplugin:salcall fix functions | Noel Grandin |
2017-10-30 | loplugin:constmethod in vcl and stoc | Noel Grandin |
2017-09-13 | New rtl::isUnicodeScalarValue, rtl::isSurrogate | Stephan Bergmann |
2017-05-20 | cleanup unused css/uri/ includes | Jochen Nitschke |
2017-05-07 | revert OSL_ASSERT changes | Chris Sherlock |
2017-05-07 | tdf#43157: convert stoc from OSL_ASSERT to assert | Chris Sherlock |
2017-01-26 | Remove dynamic exception specifications | Stephan Bergmann |
2017-01-19 | New loplugin:dynexcspec: Add @throws documentation, stoc | Stephan Bergmann |
2016-09-13 | loplugin:override: No more need for the "MSVC dtor override" workaround | Stephan Bergmann |
2016-06-19 | loplugin:salbool: Implicit conversions from non-Boolean fundamental types | Stephan Bergmann |
2016-04-14 | loplugin:passstuffbyref in various | Noel Grandin |
2016-04-13 | tdf#94306 replace boost::noncopyable in stoc to xmlsec.. | Jochen Nitschke |
2016-04-01 | tdf#97966 Drop 'static' keywords | Wastack |
2016-02-15 | Rename rtl::isValidCodePoint -> rtl::isUnicodeCodePoint | Stephan Bergmann |
2015-12-21 | loplugin:unusedfields in sfx2,slideshow,starmath,stoc | Noel Grandin |
2015-11-15 | use initialiser syntax for Sequence<OUString> | Noel Grandin |
2015-11-10 | loplugin:nullptr (automatic rewrite) | Stephan Bergmann |
2015-11-05 | use uno::Reference::set method instead of assignment | Noel Grandin |
2015-10-29 | com::sun::star->css in starmath,stoc,svgio,svl | Noel Grandin |
2015-10-12 | Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY code | Stephan Bergmann |
2015-10-12 | Replace "SAL_DELETED_FUNCTION" with "= delete" in LIBO_INTERNAL_ONLY code | Stephan Bergmann |
2015-09-07 | stoc: tdf#88206 replace cppu::WeakImplHelper* etc. | Takeshi Abe |
2015-02-20 | stocservices.component: The rest of the services + cleanup. | Jan Holesovsky |
2015-02-20 | stocservices.component partly refactored to use the "constructor" feature. | Ursache Vladimir |
2015-02-07 | loplugin:deletedspecial | Stephan Bergmann |
2014-12-16 | stoc: Use appropriate OUString functions on string constants | Stephan Bergmann |
2014-11-17 | sal: clean up public headers with include-what-you-use | Michael Stahl |
2014-11-14 | fdo#86023 - O[U]String needs a 'clear' method | Brij Mohan Lal Srivastava |
2014-11-06 | Bin unused include files, thanks to Andrea Gelmini | Tor Lillqvist |
2014-08-07 | Avoid incomplete type in fn sig to keep ubsan's RTTI-based checks happy | Stephan Bergmann |
2014-06-17 | improve the inlinesimplememberfunctions clang plugin | Noel Grandin |
2014-06-05 | stoc: remove SAL_THROW macro | Noel Grandin |
2014-06-01 | fdo#68849: Add header guards to all include files | Jens Carl |
2014-05-22 | stoc: fix includes | Thomas Arnhold |