Age | Commit message (Expand) | Author |
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 |
2014-02-17 | cppu: sal_Bool -> bool | Stephan Bergmann |
2014-01-31 | [API CHANGE] Remove UNOIDL "array" and "union" vaporware remnants from cppu | Stephan Bergmann |
2014-01-31 | Remove UNOIDL "array" and "union" vaporware remnants | Stephan Bergmann |
2014-01-22 | Let C++ inline functions return bool instead of sal_Bool | Stephan Bergmann |
2014-01-08 | SAL_WARN_UNUSED css::uno::Type | Stephan Bergmann |
2013-12-18 | Consistently mark these as deleted on all platforms | Stephan Bergmann |
2013-12-16 | fdo#72598 Remove SunStudio cruft from code base | Jelle van der Waa |
2013-11-26 | const fix | Stephan Bergmann |
2013-11-14 | SAL_WARN_UNUSED com::sun::star::uno::Any | Stephan Bergmann |
2013-11-09 | fdo#65108 inter-module includes <> include/css/uno | Norbert Thiebaud |
2013-11-07 | fdo#63020: Replace ::comphelper::stl_begin()... | Marcos Paulo de Souza |
2013-10-23 | fixincludeguards.sh: include/c* | Thomas Arnhold |
2013-10-02 | find unused Sequences | Caolán McNamara |
2013-08-14 | EXCEPTIONS_OFF is never defined | Stephan Bergmann |
2013-08-14 | Some improvements for operator<<(std::ostream&, const uno::Any&) | Stephan Bergmann |
2013-08-14 | Implement operator<<(std::ostream&, const uno::Any&) | Boris Dušek |
2013-05-29 | Tweak comments | Stephan Bergmann |
2013-05-07 | Up-cast conversion constructor for css::uno::Reference | Stephan Bergmann |
2013-04-24 | move URE headers to include/ | David Tardon |