summaryrefslogtreecommitdiff
path: root/cppu/qa
AgeCommit message (Expand)Author
2016-05-06cppu: replace boost::is_same with std::is_sameMichael Stahl
2016-05-03Handle wchar_t as native C++11 type on windowsDavid Ostrovsky
2016-04-25Cannot extract Any to sal_uInt32Stephan Bergmann
2016-04-08tdf#94306 replace boost::noncopyable in cppuhelperJochen Nitschke
2016-01-18Avoid -Werror,-Wdelete-non-virtual-dtor with current Clang trunkStephan Bergmann
2015-11-28Adapt to true wchar_t in clang-clStephan Bergmann
2015-11-18Use C++11 char16_t for sal_UnicodeStephan Bergmann
2015-11-18Clean upStephan Bergmann
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann
2015-10-12Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY codeStephan Bergmann
2015-10-12Replace "SAL_DELETED_FUNCTION" with "= delete" in LIBO_INTERNAL_ONLY codeStephan Bergmann
2015-07-29com::sun::star-css in cppu,cppuhelperNoel Grandin
2015-06-17Replace boost::scoped_array<T> with std::unique_ptr<T[]>Takeshi Abe
2015-04-01Add support for cppu::UnoType<void>Stephan Bergmann
2015-04-01Replace remaining getCppuType et al with cppu::UnoTypeStephan Bergmann
2014-12-19Remove unused */qa/checkapi/Stephan Bergmann
2014-10-31Removed duplicated includesAndrea Gelmini
2014-05-13Prefer cppu::UnoType<T>::get() to ::getCppuType((T*)0) part11Julien Nabet
2014-04-24add missing modelines to idl filesThomas Arnhold
2014-04-09Clean up function declarationsStephan Bergmann
2014-04-03Cosmetics (to ease work related to finding unused functions)Stephan Bergmann
2014-04-03remove unnecessary scope qualifier from sal_Bool usesNoel Grandin
2014-03-26First batch of adding SAL_OVERRRIDE to overriding function declarationsStephan Bergmann
2014-02-27std::exception retrofit sequelStephan Bergmann
2014-01-22Let C++ inline functions return bool instead of sal_BoolStephan Bergmann
2013-12-16fdo#72598 Remove SunStudio cruft from code baseJelle van der Waa
2013-11-14-Werror,-Wunused-member-functionStephan Bergmann
2013-10-22Bin comments that claim to say why some header is includedTor Lillqvist
2013-09-19Unlike idlc, unoidl doesn't support out-of-range byte constsStephan Bergmann
2013-05-07Avoid warnings about unused test functionsStephan Bergmann
2013-05-07Up-cast conversion constructor for css::uno::ReferenceStephan Bergmann
2013-04-03Forbid old-style services/singletons inheriting new-style servicesStephan Bergmann
2013-03-19removal of RTL_CONSTASCII_USTRINGPARAM for quoted OUStrings declarationsThomas Arnhold
2013-03-19automated removal of RTL_CONSTASCII_USTRINGPARAM for quoted OUStringsThomas Arnhold
2012-11-30c++ API: use css alias in generated headers, adds global css declThorsten Behrens
2012-09-18deprecate oustringostreaminserter.hxxNorbert Thiebaud
2012-09-17migrate some of the biggest consumer of osl_*InterlockedCount to osl_atomicNorbert Thiebaud
2012-08-01Bin no longer used iOS cppunit stuff that breaks build evenTor Lillqvist
2012-07-30udkapi, offapi: do not use #include "foo":Michael Stahl
2012-07-16allow using rtl::OUString etc. simply as OUString, without rtl::Luboš Luňák
2012-06-27targetted re-work of cppunit pieces.Michael Meeks
2012-06-26re-base on ALv2 code.Michael Meeks
2012-06-13re-base on ALv2 code.Michael Meeks
2012-04-09cppu: use InternalUnoApiMatúš Kukan
2012-04-06Replaced equalsAsciiL(RTL_CONSTASCII_STRINGPARAM(...)) with == operatorSzabolcs Dezsi
2012-03-14Enable -Wnon-virtual-dtor for GCC 4.6Stephan Bergmann
2012-01-21Removed some unused parameters; added SAL_UNUSED_PARAMETER.Stephan Bergmann
2011-12-19-Werror=sign-promo fixesStephan Bergmann
2011-12-19cppu: convert to gbuildMatúš Kukan
2011-11-27remove include of pch header in cppuNorbert Thiebaud