Age | Commit message (Expand) | Author |
2020-04-27 | Make upcasting css::uno::Reference ctor require complete types | Stephan Bergmann |
2020-04-23 | Make css::uno::Reference upcast ctor LIBO_INTERNAL_ONLY | Stephan Bergmann |
2019-12-06 | loplugin:nullptr | Stephan Bergmann |
2019-12-03 | Adapt to C++20 deleted ostream << for sal_Unicode (aka char16_t) | Stephan Bergmann |
2019-09-24 | support O(U)String::number() for fast string concatenation | Luboš Luňák |
2019-08-30 | loplugin:noexceptmove in Any | Noel Grandin |
2019-08-30 | new loplugin:noexceptmove | Noel Grandin |
2019-08-26 | Introduce Sequence::size() instead of specialization of std::size | Mike Kaganski |
2019-08-26 | Generalize comphelper::concatSequences to accept other container types | Mike Kaganski |
2019-08-25 | cid#1448292 coverity has difficulty with css::uno::Sequence | Caolán McNamara |
2019-06-30 | Fix typo | Andrea Gelmini |
2019-06-30 | Fix typo | Andrea Gelmini |
2019-06-30 | Fix typo | Andrea Gelmini |
2019-06-30 | Fix typo | Andrea Gelmini |
2019-06-01 | Sequence: Fix typo in comments | Michael Weghorn |
2019-05-13 | fix wrong SET/QUERY flags passed to uno::Reference | Noel Grandin |
2019-04-30 | implement std::hash for css::uno::Reference and rtl::Reference | Noel Grandin |
2019-02-13 | fix Sequence ostream operator<< wrt. const | Michael Stahl |
2019-01-08 | add operator* to uno::Reference | Noel Grandin |
2018-12-08 | Use constexpr if | Stephan Bergmann |
2018-09-11 | Use [[nodiscard]] in SAL_WARN_UNUSED_RESULT where available | Stephan Bergmann |
2018-01-15 | More loplugin:cstylecast: cppu | Stephan Bergmann |
2018-01-13 | provide uno::Sequence with ostream output operator | Thorsten Behrens |
2018-01-12 | More loplugin:cstylecast: cppu | Stephan Bergmann |
2018-01-08 | Typo in comment ("from" vs. "to") | Stephan Bergmann |
2017-11-11 | Avoid using O[U]StringConcat lvalues containing dangling refs to temporaries | Stephan Bergmann |
2017-10-23 | loplugin:includeform: UNO API include files | Stephan Bergmann |
2017-07-13 | use more OUString::operator== in forms..sal | Noel Grandin |
2017-06-06 | add COVERITY_NOEXCEPT_FALSE | Caolán McNamara |
2017-05-30 | teach redundantcast plugin about functional casts | Noel Grandin |
2017-05-18 | Revert "Fix typos" | Stephan Bergmann |
2017-05-18 | Fix typos | Andrea Gelmini |
2017-04-28 | LIBO_INTERNAL_ONLY: printing of css::uno::Reference/Type | Stephan Bergmann |
2017-03-03 | Remove redundant 'inline' keyword | Stephan Bergmann |
2017-01-26 | add 'explicit operator bool' to our reference classes | Noel Grandin |
2016-11-21 | Delete the "Any-to-Any" template specializations for LIBO_INTERNAL_ONLY | Stephan Bergmann |
2016-07-04 | use SAL_DEPRECATED in uno::Reference | Noel Grandin |
2016-06-06 | css::uno::Any move semantics (for LIBO_INTERNAL_ONLY) | Stephan Bergmann |
2016-05-13 | remove various crutches for boost::bind/boost::mem_fn | Michael Stahl |
2016-05-04 | Better fix for Windows-only code | Stephan Bergmann |
2016-05-04 | Fix Windows-only code | Stephan Bergmann |
2016-05-04 | While at it, delete Any functions on sal_Bool* | Stephan Bergmann |
2016-05-03 | Enable Any functions on sal_uInt16 for LIBO_INTERNAL_ONLY | Stephan Bergmann |
2016-05-03 | Clean up makeAny functions | Stephan Bergmann |
2016-05-03 | Prevent Any::setValue from reinterpreting bool* as sal_Bool* | Stephan Bergmann |
2016-05-03 | Prevent Any ctor from reinterpreting bool* as sal_Bool* | Stephan Bergmann |
2016-04-27 | Improve documentation | Stephan Bergmann |
2016-04-20 | Use cast to bool to normalize sal_Bool values | Stephan Bergmann |
2016-02-09 | Remove excess newlines | Chris Sherlock |
2015-12-10 | More loplugin:nullptr automatic rewrite (within templates) | Stephan Bergmann |