summaryrefslogtreecommitdiffstats
path: root/basegfx/test
Commit message (Expand)AuthorAgeFilesLines
* Use M_PI* instead of F_PI*Mike Kaganski2021-11-191-7/+7
* loplugin:sequenceloop also check for B2DPolyPolygonNoel Grandin2021-08-181-1/+1
* basegfx: generalise tuples with template class Tuple2D and Tuple3DTomaž Vajngerl2021-06-172-11/+387
* Simplify vector initializationsJulien Nabet2021-06-111-8/+1
* Improve loplugin:cppunitassertequal for CPPUNIT_ASSERT(a && b)Stephan Bergmann2021-02-081-2/+2
* Added Unit test to BColorModifierDeb Barkley-Yeung2021-02-021-0/+188
* fix coverity parse errorsCaolán McNamara2021-01-093-7/+7
* New loplugin:stringliteralvarStephan Bergmann2020-12-263-10/+10
* tdf#123936 Formatting files in module basegfx with clang-formatPhilipp Hofer2020-11-133-35/+23
* tdf#124176 Using pragma once instead of inclusive guardsdiwanshu8852020-10-301-4/+1
* Add unit tests to B2DPointDeb Barkley-Yeung2020-09-031-0/+124
* merge needlessly split polygons back in Skia drawing (tdf#133016)Luboš Luňák2020-07-161-0/+103
* basegfx: test of coordinate system conversionTomaž Vajngerl2020-06-021-0/+32
* tdf#42949 Simplify use of rtl::math::approxEqual in include/basegfx/Gabor Kelemen2020-04-221-0/+1
* remove Matrix class from basegfx, convert B2DHomMatrix testsTomaž Vajngerl2020-03-301-122/+59
* basegfx: test B2DHomMatrix and Matrix togetherTomaž Vajngerl2020-03-291-0/+126
* Test for B2DRangeTomaž Vajngerl2019-12-261-11/+16
* unit test for B2DPointTomaž Vajngerl2019-07-281-19/+27
* add appendQuadraticBezierSegment to B2DPolygonTomaž Vajngerl2019-06-281-2/+19
* Revert "drawinglayer: avoid AA for hairline polygons built from ...Miklos Vajna2019-05-141-19/+0
* Fix typoAndrea Gelmini2019-05-111-1/+1
* drawinglayer: avoid AA for hairline polygons built from hori/vert lines onlyMiklos Vajna2019-05-091-0/+20
* Fix typoAndrea Gelmini2019-05-081-1/+1
* Simplify containers iterations in basctl, basegfx, basic, bridgesArkadiy Illarionov2019-03-161-2/+2
* new loplugin constvarsNoel Grandin2019-03-081-4/+4
* tdf#42949 Fix IWYU warnings in basegfx/Gabor Kelemen2019-02-1818-35/+0
* split basegfx 2d tests to separate files (one per tested class)Tomaž Vajngerl2019-01-2813-1024/+1330
* Fix typoAndrea Gelmini2018-11-251-3/+3
* clang-tidy readability-container-size-emptyNoel Grandin2018-10-191-1/+1
* tdf#42949 Fix IWYU warnings in include/basegfx/*Gabor Kelemen2018-10-151-0/+1
* Extend loplugin:redundantinline to catch inline functions w/o external linkageStephan Bergmann2018-10-091-1/+1
* New loplugin:externalStephan Bergmann2018-09-171-1/+1
* Use more basegfx deg<->rad functions, instead of direct formulasMike Kaganski2018-08-041-8/+8
* coverity#1435682 Unchecked return valueCaolán McNamara2018-05-203-4/+4
* fix bug in b2dpolypolygon::testTrapezoidHelperNoel Grandin2018-04-051-0/+1
* basegfx: extract svg path import/export test to own fileTomaž Vajngerl2018-01-042-219/+255
* loplugin:constmethod in basegfx,sotNoel Grandin2017-10-264-9/+9
* loplugin:includeform: basegfxStephan Bergmann2017-10-232-2/+2
* Rename the basegfx::tools namespace to basegfx::utilsTor Lillqvist2017-09-265-136/+136
* loplugin:casttovoid: basegfxStephan Bergmann2017-07-021-12/+0
* loplugin:comparisonwithconstant in basegfxNoel Grandin2017-05-181-1/+1
* loplugin:cppunitassertequals: basegfxStephan Bergmann2017-04-285-203/+209
* Drop :: prefix from std in [a-b]*/Tor Lillqvist2017-02-152-2/+2
* New loplugin:conststringvar: basegfxStephan Bergmann2017-01-104-44/+41
* coverity#1398371 Useless callCaolán McNamara2017-01-071-13/+0
* CPPUNIT_ASSERT[_DOUBLES]_EQUALStephan Bergmann2016-10-062-31/+53
* basegfx: use polygon initializer_list in some placesTomaž Vajngerl2016-07-251-33/+38
* tdf#97703 Removed empty setUp/tearDown methodsChirag Manwani2016-03-083-15/+0
* tdf#97703 Removed a few redundant calls to setUp and tearDownJaskaran2016-02-193-47/+0
* boost::tuple -> std::tupleCaolán McNamara2016-01-311-10/+7