summaryrefslogtreecommitdiff
path: root/testtools/source/bridgetest/cppobj.cxx
AgeCommit message (Expand)AuthorFilesLines
2023-10-20Extended loplugin:ostr: Automatic rewrite O[U]StringLiteral: testtoolsStephan Bergmann1-2/+2
2023-10-14Use exception ctors, instead of setting members laterMike Kaganski1-12/+7
2023-01-09use std::this_thread::sleep_for instead of osl equivalentArnaud VERSINI1-1/+2
2022-05-03Just use Any ctor instead of makeAny in testtoolsStephan Bergmann1-4/+4
2022-05-03add o3tl::equalsAsciiNoel Grandin1-1/+2
2022-04-02Recheck modules t* with IWYUGabor Kelemen1-2/+0
2021-11-10new loplugin:stringliteraldefineNoel Grandin1-3/+3
2021-11-03Prepare for removal of non-const operator[] from Sequence in testtoolsMike Kaganski1-110/+103
2021-08-02tdf#143450: Special integre+fp struct return case needs a fix too, of courseStephan Bergmann1-0/+1
2021-07-28tdf#143450: Fix special fp+integer struct return case for gcc_*_x86-64Stephan Bergmann1-0/+4
2021-05-02throw() -> noexcept, part 2/3: Automatic loplugin:noexcept rewriteStephan Bergmann1-2/+2
2020-11-13Make bridgetest exercise parameter passing in the C++/UNO bridge harderTor Lillqvist1-3/+29
2020-11-12Cosmetic change to make it easier to see which parameter is the nthTor Lillqvist1-53/+95
2019-12-23sal_Char->char in test..testtoolsNoel Grandin1-1/+1
2019-11-22Extend loplugin:external to warn about classesStephan Bergmann1-0/+3
2019-08-17tdf#88205 Adapt uses of css::uno::Sequence to use initializer_list ctorJulien Nabet1-2/+1
2019-07-31Improved loplugin:stringconstant (now that GCC 7 supports it): testtoolsStephan Bergmann1-1/+1
2019-03-05re-land "new loplugin typedefparam""Noel Grandin1-14/+14
2018-10-09Extend loplugin:redundantinline to catch inline functions w/o external linkageStephan Bergmann1-1/+1
2018-09-17New loplugin:externalStephan Bergmann1-2/+2
2018-09-10tdf#42949 Fix IWYU warnings in include/cppuhelper/*Gabor Kelemen1-0/+1
2018-07-08tdf#84323 - sal - add sane sleep interface: cleanup osl_waitThreadKevin Dubrulle1-5/+2
2017-12-11loplugin:salcall fix functionsNoel Grandin1-2/+2
2017-10-23loplugin:includeform: testtoolsStephan Bergmann1-14/+14
2017-06-05Improved loplugin:cstylecast to reference types: testtoolsStephan Bergmann1-1/+1
2017-04-28loplugin:salunicodeliteral: testtoolsStephan Bergmann1-1/+1
2017-02-06Add missing #includesStephan Bergmann1-0/+1
2017-01-26Remove dynamic exception specificationsStephan Bergmann1-167/+123
2016-12-09Remove irrelevant SAL_INFOsStephan Bergmann1-5/+0
2016-12-08OSL_TRACE -> SAL in sw..ucbNoel Grandin1-4/+2
2016-09-13loplugin:override: No more need for the "MSVC dtor override" workaroundStephan Bergmann1-1/+1
2016-05-30Just use Any::operator <<= for sal_Unicode valuesStephan Bergmann1-3/+2
2016-02-09Remove excess newlinesChris Sherlock1-3/+0
2016-01-29testtools: disable MSVC warning C4503Michael Stahl1-0/+3
2015-11-15use initialiser syntax for Sequence<OUString>Noel Grandin1-2/+1
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann1-3/+3
2015-11-09com::sun::star->css in testtools/Noel Grandin1-98/+98
2015-11-04yyyyyNoel Grandin1-2/+2
2015-10-30convert Sequence<XInterface> constructions to use initializer listsNoel Grandin1-2/+2
2015-10-12Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY codeStephan Bergmann1-101/+101
2015-09-09testtools: tdf#88206 replace cppu::WeakImplHelper*Takeshi Abe1-2/+2
2015-07-10ppc64: using a fp register also consumes a gp register slotCaolan McNamara1-0/+2
2015-06-08loplugin:cstylecast: deal with remaining pointer castsStephan Bergmann1-1/+1
2015-03-31Reduce to static_cast any reinterpret_cast from void pointersStephan Bergmann1-1/+1
2015-03-04V813: Decreased performanceCaolán McNamara1-2/+2
2014-12-18testtools: Use appropriate OUString functions on string constantsStephan Bergmann1-1/+1
2014-05-08various: sal_Bool->boolNoel Grandin1-2/+2
2014-03-26First batch of adding SAL_OVERRRIDE to overriding function declarationsStephan Bergmann1-100/+100
2014-02-27Remove visual noise from testtoolsAlexander Wilms1-5/+5
2014-02-26cppuhelper: retrofit std::exception into overriding exception specsStephan Bergmann1-138/+138