Age | Commit message (Expand) | Author |
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 |
2015-12-03 | add move assignment and constructor to uno::Reference | Noel Grandin |
2015-11-16 | Use injected class name | Stephan Bergmann |
2015-11-10 | Missing includes (for NULL) | Stephan Bergmann |
2015-11-10 | loplugin:nullptr (automatic rewrite) | Stephan Bergmann |
2015-08-01 | Any.h: Fix declaration hides class member warning | David Ostrovsky |
2015-07-06 | Workaround seems no longer necessary for MSVC 2013 | Stephan Bergmann |
2015-06-08 | loplugin:cstylecast: deal with remaining pointer casts | Stephan Bergmann |
2015-04-10 | Update @since tags LO 4.5 -> 5.0 | Stephan Bergmann |
2015-04-08 | A UNO Any can't contain an Any | Stephan Bergmann |
2015-04-01 | Add support for cppu::UnoType<void> | Stephan Bergmann |
2015-04-01 | Deprecate getCppuType et al in favor of cppu::UnoType | Stephan Bergmann |
2015-04-01 | Replace remaining getCppuType et al with cppu::UnoType | Stephan Bergmann |
2015-03-31 | Reduce to static_cast any reinterpret_cast from void pointers | Stephan Bergmann |
2015-01-26 | Visible function type RTTI for Clang -fsanitize=function | Stephan Bergmann |
2015-01-05 | These extern "C" functions are in the global namespace | Stephan Bergmann |
2015-01-05 | Mark function declarations as CPPU_DLLPUBLIC, not only definitions | Stephan Bergmann |
2014-12-19 | No need for RTL_FAST_STRING in addition to LIBO_INTERNAL_ONLY | Stephan Bergmann |
2014-12-12 | css::uno::Sequence ctor with initializer_list | Stephan Bergmann |
2014-11-18 | cppu: clean up public headers with include-what-you-use | Michael Stahl |
2014-11-12 | Fix common typos. No automatic tools. Handmade… | Andrea Gelmini |
2014-10-02 | optimise UNO Sequence destructor | Noel Grandin |
2014-09-24 | fix build with coverity 7.0.2 and gcc 4.8.3 | Caolán McNamara |
2014-09-15 | "commas at the end of enumerator lists are a C++11 extension" | Luboš Luňák |
2014-07-03 | Catch invalid null pointer operations early | Stephan Bergmann |
2014-06-16 | SAL_WARN_UNUSED_RESULT for static Reference::query function | Stephan Bergmann |
2014-06-05 | various: remove SAL_THROW macro | Noel Grandin |
2014-05-23 | remove boilerplate in UNO Exception constructor calls | Noel Grandin |
2014-05-09 | Enforce "There is no css::uno::Sequence<bool>" | Stephan Bergmann |
2014-04-24 | Sequence::operator[]: let's cast the other side to unsigned too | Michael Stahl |
2014-04-24 | Sequence::operator[]: silence -Werror=strict-overflow warnings | Michael Stahl |
2014-03-01 | Remove visual noise from include | Alexander Wilms |
2014-02-18 | Any: consistently use explicit specialization instead of overloading | Stephan Bergmann |