summaryrefslogtreecommitdiffstats
path: root/cppu/qa
Commit message (Expand)AuthorAgeFilesLines
* d46f659c7524625474f0bb907805e285ee27d5ec follow-up: add unit testMike Kaganski2021-10-261-0/+7
* throw() -> noexcept, part 2/3: Automatic loplugin:noexcept rewriteStephan Bergmann2021-05-022-8/+8
* sal_Unicode is always char16_t in LIBO_INTERNAL_ONLY code nowStephan Bergmann2021-02-081-29/+8
* Improve loplugin:cppunitassertequal for CPPUNIT_ASSERT(a && b)Stephan Bergmann2021-02-081-359/+804
* Reinstate o3tl/cppunittraitshelper.hxx uses for C++20Stephan Bergmann2020-11-062-0/+2
* tdf#42949 Fix new IWYU warnings in directories c*Gabor Kelemen2020-11-062-2/+0
* tdf#115399: Don't kill pre-existing typelib_TypeDescription membersStephan Bergmann2020-04-281-0/+293
* clang-tidy modernize-concat-nested-namespace in cppcanvas..cppuhelperNoel Grandin2020-01-152-5/+5
* Replace a CPPUNIT_ASSERT_EQUAL with a static_assertStephan Bergmann2020-01-071-4/+5
* Adapt CPPUNIT_ASSERT to C++20 deleted ostream << for sal_Unicode (aka char16_t)Stephan Bergmann2019-12-032-0/+2
* 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