summaryrefslogtreecommitdiff
path: root/cppu/qa
AgeCommit message (Expand)AuthorFilesLines
2018-01-15More loplugin:cstylecast: cppuStephan Bergmann1-3/+3
2017-12-07loplugin:salcall handle static methodsNoel Grandin1-1/+1
2017-10-23loplugin:includeform: cppuStephan Bergmann5-349/+349
2017-10-04add << operator for css::uno::ExceptionNoel Grandin1-11/+0
2017-09-13Enable -Wunreachable-codeStephan Bergmann1-1/+1
2017-07-02loplugin:casttovoid: cppuStephan Bergmann1-4/+4
2017-05-09cleanup osl/diagnose.h includesJochen Nitschke1-1/+0
2017-04-28loplugin:salunicodeliteral: cppuStephan Bergmann1-1/+1
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