summaryrefslogtreecommitdiff
path: root/testtools
AgeCommit message (Expand)AuthorFilesLines
14 daysSimplify a bitMike Kaganski1-4/+4
2024-10-26cid#1556875 COPY_INSTEAD_OF_MOVECaolán McNamara1-1/+1
2024-10-06cid#1608417 silence deliberate documented Infinite loopCaolán McNamara1-0/+1
2024-07-29testtools, wizards, xmlsecurity: fix issues found by Ruff linterIlmari Lauhakangas2-5/+5
2024-07-29testtools, uitest, unotest: fix issues found by Ruff linterIlmari Lauhakangas2-30/+30
2024-07-12PyUNO bridgetest: adapt to alias removals in unittest module andIlmari Lauhakangas3-140/+140
2024-06-22.NET Bindings: Switch for old windows CLI bindingsRMZeroFour1-0/+2
2024-06-19use gb_StaticLibrary_WORKDIR and gb_Library_DLLDIR more consistentlyChristian Lohmaier2-4/+4
2024-05-20loplugin:ostr in variousNoel Grandin4-46/+46
2024-05-03makefile simplification: replace $(call gb_CustomTarget_get_workdir,foo)Christian Lohmaier4-4/+4
2024-04-30Drop some uses of css::uno::Sequence::getConstArray ...Mike Kaganski1-3/+1
2023-12-10cid#1545177 COPY_INSTEAD_OF_MOVECaolán McNamara1-4/+5
2023-11-02'new Character' is deprecated in JavaNoel Grandin1-20/+20
2023-11-02'new Double' is deprecated in JavaNoel Grandin1-2/+2
2023-11-02'new Float' is deprecated in JavaNoel Grandin1-2/+2
2023-10-20Extended loplugin:ostr: Automatic rewrite O[U]StringLiteral: testtoolsStephan Bergmann3-8/+8
2023-10-14Use exception ctors, instead of setting members laterMike Kaganski2-13/+9
2023-05-27Use getXWeak in testtoolsMike Kaganski2-4/+3
2023-01-20Related: rhbz#2136459 use a value which is exactly representable as a floatCaolán McNamara4-16/+16
2023-01-09use std::this_thread::sleep_for instead of osl equivalentArnaud VERSINI1-1/+2
2023-01-04Rudimentary support for dynamic_cast on UNO proxy objectsStephan Bergmann1-0/+4
2023-01-04Missing test dependenciesStephan Bergmann1-1/+7
2023-01-03Move manual bridgetest_inprocess_java to automatic CustomTarget_uno_test checkStephan Bergmann2-19/+11
2022-08-13clang-tidy modernize-pass-by-value in variousNoel Grandin1-1/+2
2022-06-13Drop obsolete preprocessor directives from UNOIDL filesStephan Bergmann8-56/+0
2022-05-03Just use Any ctor instead of makeAny in testtoolsStephan Bergmann2-5/+5
2022-05-03add o3tl::equalsAsciiNoel Grandin2-2/+4
2022-04-02Recheck modules t* with IWYUGabor Kelemen8-13/+17
2022-02-15tdf#145759 Use symbolic constants instead of magic numerical constantsKunal Pawar2-8/+11
2021-12-10Generally determine Rdb content from gb_*_set_componentfile callsStephan Bergmann5-16/+4
2021-11-12coverity: annotate with markup so they will stay silencedCaolán McNamara1-0/+1
2021-11-10new loplugin:stringliteraldefineNoel Grandin2-7/+7
2021-11-03Prepare for removal of non-const operator[] from Sequence in testtoolsMike Kaganski2-118/+109
2021-08-31Fix UNOIDL identifiers that started with lowercase and contained underlinesStephan Bergmann5-24/+24
2021-08-02tdf#143450: Special integre+fp struct return case needs a fix too, of courseStephan Bergmann5-0/+20
2021-07-28tdf#143450: Fix special fp+integer struct return case for gcc_*_x86-64Stephan Bergmann5-0/+48
2021-05-02throw() -> noexcept, part 2/3: Automatic loplugin:noexcept rewriteStephan Bergmann1-2/+2
2021-04-07Updated README.md files to represent current code / use Markdown formatHossein1-16/+17
2021-03-24Using .md extension/Markdown syntax for modules READMEHossein1-0/+0
2021-01-09fix coverity parse errorsCaolán McNamara1-2/+2
2020-12-26New loplugin:stringliteralvarStephan Bergmann1-2/+2
2020-12-11Adapt the remaining OUString functions to std string_viewStephan Bergmann2-3/+6
2020-11-13Make bridgetest exercise parameter passing in the C++/UNO bridge harderTor Lillqvist8-27/+209
2020-11-12Cosmetic change to make it easier to see which parameter is the nthTor Lillqvist8-170/+479
2020-10-16fix some *printf which are using "%l" ie. long specifiersNoel1-1/+1
2020-09-02Fix typo in codeAndrea Gelmini3-6/+6
2020-08-14loplugin:simplifybool moreNoel Grandin1-2/+3
2020-07-02Upcoming improved loplugin:staticanonymous -> redundantstatic: testtoolsStephan Bergmann1-2/+2
2020-06-05Upcoming loplugin:elidestringvar: testtoolsStephan Bergmann1-3/+2
2020-05-18use std::experimental::source_location in uno::ExceptionNoel Grandin1-3/+3