summaryrefslogtreecommitdiff
path: root/tools/qa
AgeCommit message (Expand)AuthorFilesLines
2020-11-24loplugin:stringviewparam extend to comparison operatorsNoel1-17/+17
2020-11-20tools::Polygon::Clip() is broken with bezier curves (tdf#137068)Luboš Luňák1-0/+54
2020-11-18tdf#123936 Formatting files in module tools with clang-formatPhilipp Hofer3-56/+50
2020-11-17simplify BigInt, remove isSetNoel1-6/+0
2020-11-14BigInt's non-big value type is currently sal_Int32Mike Kaganski1-12/+10
2020-10-28convert some more long -> tools::LongNoel1-6/+6
2020-10-19add tools::Long typedef and use it in toolsNoel2-16/+16
2020-09-28Fix SSE2 cpuid checksDr. David Alan Gilbert3-17/+39
2020-09-28Fix SSSE3 cpuid checksDr. David Alan Gilbert3-17/+41
2020-09-22Fix AVX2 cpuid checksDr. David Alan Gilbert3-35/+78
2020-07-21Fix uses of char16_t*/wchar_t* stream insertersStephan Bergmann1-1/+1
2020-06-25use tools::JsonWriter for dumping property treeNoel Grandin1-1/+1
2020-06-25Fix typosAndrea Gelmini2-2/+2
2020-06-24Add test as an example how to add CPU intrinsics supportTomaž Vajngerl3-0/+191
2020-06-22Consolidate unique_ptr deleters calling freeStephan Bergmann1-7/+3
2020-06-20use JsonWriter for the rest of ITiledRenderableNoel Grandin1-4/+34
2020-06-19asan: need to use malloc instead of new for tools::JsonWriterNoel Grandin1-1/+9
2020-06-18new json writer for LOKNoel Grandin1-0/+57
2020-06-01tools: extend test for UnitConversionTomaž Vajngerl1-14/+24
2020-03-07clang-format toolkit, tools, uui with under 5-percent lines of changeMuhammet Kara1-4/+4
2019-12-23sal_Char->char in toolsNoel Grandin1-2/+2
2019-11-11Don't compile cpuid test with INTRINSICS_CXXFLAGSTomaž Vajngerl1-16/+0
2019-09-29Move Rectangle,Point,Size serialization to GenericTypeSerializerTomaž Vajngerl1-0/+101
2019-09-24support O(U)String::number() for fast string concatenationLuboš Luňák1-1/+2
2019-09-17Use CPPUNIT_ASSERT in test codeStephan Bergmann1-4/+3
2019-09-17Fix assertMike Kaganski1-1/+1
2019-09-01Fix '..'Andrea Gelmini1-1/+1
2019-08-28INetURLObject::setFSysPath is unused nowStephan Bergmann1-62/+0
2019-07-09CPU intrinsics detection (SSE, AVX)Tomaž Vajngerl1-0/+74
2019-06-25improve loplugin:simplifyconstructNoel Grandin1-1/+1
2019-06-21Add test clarifying behavior of INetURLObject::setName on empty pathStephan Bergmann1-0/+39
2019-05-22New loplugin:dataStephan Bergmann1-1/+1
2019-05-14Switch everyone to stricter GetColorErrorJan-Marek Glogowski1-10/+10
2019-05-10Remove temporary config.ini after the testAurimas Fišeras1-0/+2
2019-04-30tdf#42949 Fix IWYU warnings in tools/Gabor Kelemen11-24/+0
2019-04-30improve loplugin:stringconstantNoel Grandin1-9/+9
2019-04-27Decouple reading/writing of Color into GenericTypeSerializerTomaž Vajngerl1-18/+0
2019-04-22Replace compile time test with a static_assertTomaž Vajngerl1-20/+0
2019-04-21rework Color to have R,G,B,A public variablesTomaž Vajngerl1-0/+124
2019-02-05Move dubious file: -> smb: conversion from INetURLObject to file UCPStephan Bergmann1-29/+5
2019-01-25Disable test for Linux x86 CXXFLAGS=-O1 corner caseStephan Bergmann1-0/+7
2019-01-23Test for XmlWalker to check it parses the xml as expectedTomaž Vajngerl2-0/+102
2018-11-29loplugin:stringconstant look for unnecessary OString constructor useNoel Grandin1-18/+18
2018-10-29loplugin:oncevarNoel Grandin3-44/+22
2018-08-29Round fraction if possible, else truncate; tools::Time::GetClock()Eike Rathke1-6/+24
2018-08-29Add unit tests for tools::Time::GetClock()Eike Rathke1-0/+88
2018-08-21tdf#119326 crash when adding "Windows Share" File resourceNoel Grandin1-30/+0
2018-07-09test: create unit tests for ConfigChris Sherlock2-0/+207
2018-06-01loplugin: look for CPPUNIT_ASSERT_EQUALS with params swappedNoel Grandin1-7/+7
2018-05-19Revert "tools: test Pair"Noel Grandin1-126/+0