summaryrefslogtreecommitdiff
path: root/cppu/qa
AgeCommit message (Expand)Author
2021-11-03Revert "Adapt CPPUNIT_ASSERT to C++20 deleted ostream <<Gabor Kelemen
2021-04-20Adapt CPPUNIT_ASSERT to C++20 deleted ostream << for sal_Unicode (aka char16_t)Stephan Bergmann
2018-10-24remove more rtl::OUString and OString prefixesNoel Grandin
2018-09-17New loplugin:externalStephan Bergmann
2018-06-01loplugin: look for CPPUNIT_ASSERT_EQUALS with params swappedNoel Grandin
2018-01-15More loplugin:cstylecast: cppuStephan Bergmann
2017-12-07loplugin:salcall handle static methodsNoel Grandin
2017-10-23loplugin:includeform: cppuStephan Bergmann
2017-10-04add << operator for css::uno::ExceptionNoel Grandin
2017-09-13Enable -Wunreachable-codeStephan Bergmann
2017-07-02loplugin:casttovoid: cppuStephan Bergmann
2017-05-09cleanup osl/diagnose.h includesJochen Nitschke
2017-04-28loplugin:salunicodeliteral: cppuStephan Bergmann
2017-04-28loplugin:cppunitassertequals: cppuStephan Bergmann
2017-04-28Remove now-duplicate css::uno::Type operator <<Stephan Bergmann
2017-04-14update cppunit to 1.14.0Markus Mohrhard
2017-04-12clang-tidy: readability-else-after-returnNoel Grandin
2017-04-04make UNO enums scoped for internal LO codeNoel Grandin
2017-01-31teach lolugin:stringconstant about calling constructorsNoel Grandin
2017-01-26Remove dynamic exception specificationsStephan Bergmann
2016-11-21Delete the "Any-to-Any" template specializations for LIBO_INTERNAL_ONLYStephan Bergmann
2016-09-13loplugin:override: No more need for the "MSVC dtor override" workaroundStephan Bergmann
2016-08-19cppu: fix loplugin:cppunitassertequals warningsMiklos Vajna
2016-05-31teach refcounting clang plugin about uno::ReferenceNoel Grandin
2016-05-30Some clean up of uses of css::uno::Any::setValueStephan Bergmann
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