summaryrefslogtreecommitdiff
path: root/cppu/qa
AgeCommit message (Expand)AuthorFilesLines
2017-04-28loplugin:cppunitassertequals: cppuStephan Bergmann1-41/+89
2017-04-28Remove now-duplicate css::uno::Type operator <<Stephan Bergmann1-11/+0
2017-04-14update cppunit to 1.14.0Markus Mohrhard1-6/+0
2017-04-12clang-tidy: readability-else-after-returnNoel Grandin2-14/+18
2017-04-04make UNO enums scoped for internal LO codeNoel Grandin2-35/+39
2017-01-31teach lolugin:stringconstant about calling constructorsNoel Grandin1-2/+2
2017-01-26Remove dynamic exception specificationsStephan Bergmann2-8/+4
2016-11-21Delete the "Any-to-Any" template specializations for LIBO_INTERNAL_ONLYStephan Bergmann2-80/+63
2016-09-13loplugin:override: No more need for the "MSVC dtor override" workaroundStephan Bergmann1-3/+3
2016-08-19cppu: fix loplugin:cppunitassertequals warningsMiklos Vajna2-27/+27
2016-05-31teach refcounting clang plugin about uno::ReferenceNoel Grandin1-2/+9
2016-05-30Some clean up of uses of css::uno::Any::setValueStephan Bergmann1-5/+3
2016-05-06cppu: replace boost::is_same with std::is_sameMichael Stahl1-5/+5
2016-05-03Handle wchar_t as native C++11 type on windowsDavid Ostrovsky1-60/+0
2016-04-25Cannot extract Any to sal_uInt32Stephan Bergmann1-84/+0
2016-04-08tdf#94306 replace boost::noncopyable in cppuhelperJochen Nitschke2-4/+8
2016-01-18Avoid -Werror,-Wdelete-non-virtual-dtor with current Clang trunkStephan Bergmann1-2/+4
2015-11-28Adapt to true wchar_t in clang-clStephan Bergmann1-7/+14
2015-11-18Use C++11 char16_t for sal_UnicodeStephan Bergmann1-0/+53
2015-11-18Clean upStephan Bergmann1-443/+407
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann2-90/+90
2015-10-12Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY codeStephan Bergmann2-12/+12
2015-10-12Replace "SAL_DELETED_FUNCTION" with "= delete" in LIBO_INTERNAL_ONLY codeStephan Bergmann1-4/+4
2015-07-29com::sun::star-css in cppu,cppuhelperNoel Grandin1-8/+8
2015-06-17Replace boost::scoped_array<T> with std::unique_ptr<T[]>Takeshi Abe1-2/+2
2015-04-01Add support for cppu::UnoType<void>Stephan Bergmann2-1/+2
2015-04-01Replace remaining getCppuType et al with cppu::UnoTypeStephan Bergmann3-291/+81
2014-12-19Remove unused */qa/checkapi/Stephan Bergmann1-30/+0
2014-10-31Removed duplicated includesAndrea Gelmini3-4/+0
2014-05-13Prefer cppu::UnoType<T>::get() to ::getCppuType((T*)0) part11Julien Nabet1-16/+14
2014-04-24add missing modelines to idl filesThomas Arnhold2-0/+6
2014-04-09Clean up function declarationsStephan Bergmann2-13/+12
2014-04-03Cosmetics (to ease work related to finding unused functions)Stephan Bergmann1-4/+4
2014-04-03remove unnecessary scope qualifier from sal_Bool usesNoel Grandin1-7/+7
2014-03-26First batch of adding SAL_OVERRRIDE to overriding function declarationsStephan Bergmann2-12/+12
2014-02-27std::exception retrofit sequelStephan Bergmann2-4/+4
2014-01-22Let C++ inline functions return bool instead of sal_BoolStephan Bergmann1-3/+3
2013-12-16fdo#72598 Remove SunStudio cruft from code baseJelle van der Waa1-18/+0
2013-11-14-Werror,-Wunused-member-functionStephan Bergmann1-0/+14
2013-10-22Bin comments that claim to say why some header is includedTor Lillqvist1-1/+1
2013-09-19Unlike idlc, unoidl doesn't support out-of-range byte constsStephan Bergmann2-4/+0
2013-05-07Avoid warnings about unused test functionsStephan Bergmann1-43/+49
2013-05-07Up-cast conversion constructor for css::uno::ReferenceStephan Bergmann1-0/+43
2013-04-03Forbid old-style services/singletons inheriting new-style servicesStephan Bergmann1-1/+1
2013-03-19removal of RTL_CONSTASCII_USTRINGPARAM for quoted OUStrings declarationsThomas Arnhold1-20/+20
2013-03-19automated removal of RTL_CONSTASCII_USTRINGPARAM for quoted OUStringsThomas Arnhold3-62/+53
2012-11-30c++ API: use css alias in generated headers, adds global css declThorsten Behrens2-4/+0
2012-09-18deprecate oustringostreaminserter.hxxNorbert Thiebaud2-5/+0
2012-09-17migrate some of the biggest consumer of osl_*InterlockedCount to osl_atomicNorbert Thiebaud2-4/+4
2012-08-01Bin no longer used iOS cppunit stuff that breaks build evenTor Lillqvist5-156/+0