summaryrefslogtreecommitdiffstats
path: root/cppu/qa
Commit message (Expand)AuthorAgeFilesLines
* improve loplugin simplifyconstructNoel Grandin2019-04-151-1/+1
* tdf#42949 Fix IWYU warnings in cppu/Gabor Kelemen2019-01-294-14/+2
* Remove obsolete GCC version checksStephan Bergmann2018-12-061-1/+1
* remove more rtl::OUString and OString prefixesNoel Grandin2018-10-242-110/+110
* New loplugin:externalStephan Bergmann2018-09-171-1/+1
* loplugin: look for CPPUNIT_ASSERT_EQUALS with params swappedNoel Grandin2018-06-011-26/+26
* More loplugin:cstylecast: cppuStephan Bergmann2018-01-151-3/+3
* loplugin:salcall handle static methodsNoel Grandin2017-12-071-1/+1
* loplugin:includeform: cppuStephan Bergmann2017-10-235-349/+349
* add << operator for css::uno::ExceptionNoel Grandin2017-10-041-11/+0
* Enable -Wunreachable-codeStephan Bergmann2017-09-131-1/+1
* loplugin:casttovoid: cppuStephan Bergmann2017-07-021-4/+4
* cleanup osl/diagnose.h includesJochen Nitschke2017-05-091-1/+0
* loplugin:salunicodeliteral: cppuStephan Bergmann2017-04-281-1/+1
* loplugin:cppunitassertequals: cppuStephan Bergmann2017-04-281-41/+89
* Remove now-duplicate css::uno::Type operator <<Stephan Bergmann2017-04-281-11/+0
* update cppunit to 1.14.0Markus Mohrhard2017-04-141-6/+0
* clang-tidy: readability-else-after-returnNoel Grandin2017-04-122-14/+18
* make UNO enums scoped for internal LO codeNoel Grandin2017-04-042-35/+39
* teach lolugin:stringconstant about calling constructorsNoel Grandin2017-01-311-2/+2
* Remove dynamic exception specificationsStephan Bergmann2017-01-262-8/+4
* Delete the "Any-to-Any" template specializations for LIBO_INTERNAL_ONLYStephan Bergmann2016-11-212-80/+63
* loplugin:override: No more need for the "MSVC dtor override" workaroundStephan Bergmann2016-09-131-3/+3
* cppu: fix loplugin:cppunitassertequals warningsMiklos Vajna2016-08-192-27/+27
* teach refcounting clang plugin about uno::ReferenceNoel Grandin2016-05-311-2/+9
* Some clean up of uses of css::uno::Any::setValueStephan Bergmann2016-05-301-5/+3
* cppu: replace boost::is_same with std::is_sameMichael Stahl2016-05-061-5/+5
* Handle wchar_t as native C++11 type on windowsDavid Ostrovsky2016-05-031-60/+0
* Cannot extract Any to sal_uInt32Stephan Bergmann2016-04-251-84/+0
* tdf#94306 replace boost::noncopyable in cppuhelperJochen Nitschke2016-04-082-4/+8
* Avoid -Werror,-Wdelete-non-virtual-dtor with current Clang trunkStephan Bergmann2016-01-181-2/+4
* Adapt to true wchar_t in clang-clStephan Bergmann2015-11-281-7/+14
* Use C++11 char16_t for sal_UnicodeStephan Bergmann2015-11-181-0/+53
* Clean upStephan Bergmann2015-11-181-443/+407
* loplugin:nullptr (automatic rewrite)Stephan Bergmann2015-11-102-90/+90
* Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY codeStephan Bergmann2015-10-122-12/+12
* Replace "SAL_DELETED_FUNCTION" with "= delete" in LIBO_INTERNAL_ONLY codeStephan Bergmann2015-10-121-4/+4
* com::sun::star-css in cppu,cppuhelperNoel Grandin2015-07-291-8/+8
* Replace boost::scoped_array<T> with std::unique_ptr<T[]>Takeshi Abe2015-06-171-2/+2
* Add support for cppu::UnoType<void>Stephan Bergmann2015-04-012-1/+2
* Replace remaining getCppuType et al with cppu::UnoTypeStephan Bergmann2015-04-013-291/+81
* Remove unused */qa/checkapi/Stephan Bergmann2014-12-191-30/+0
* Removed duplicated includesAndrea Gelmini2014-10-313-4/+0
* Prefer cppu::UnoType<T>::get() to ::getCppuType((T*)0) part11Julien Nabet2014-05-131-16/+14
* add missing modelines to idl filesThomas Arnhold2014-04-242-0/+6
* Clean up function declarationsStephan Bergmann2014-04-092-13/+12
* Cosmetics (to ease work related to finding unused functions)Stephan Bergmann2014-04-031-4/+4
* remove unnecessary scope qualifier from sal_Bool usesNoel Grandin2014-04-031-7/+7
* First batch of adding SAL_OVERRRIDE to overriding function declarationsStephan Bergmann2014-03-262-12/+12
* std::exception retrofit sequelStephan Bergmann2014-02-272-4/+4