summaryrefslogtreecommitdiff
path: root/.gitattributes
blob: f43f23bebdc86a2c0f38ac7c44c6928cfa948817 (plain)
1
2
3
4
5
*.doc binary
*.sdw binary
*.svg binary
*.jcs binary
schema/*/* export-ignore
gerl 2022-05-16basegfx: remove CoordinateData2D class and use B2DPoint directlyTomaž Vajngerl 2022-05-16basegfx: move ImplB2DPolyPolygon inside basegfx namespaceTomaž Vajngerl 2022-05-11basegfx: generalize B2DRange and B2IRange with Range2D templateTomaž Vajngerl 2022-05-07ofz#46070 Out-of-memoryCaolán McNamara 2022-04-27add string_view wrappers for rtl::math::stringToDoubleNoel Grandin 2022-04-26Use o3tl::make_unsigned in some placesStephan Bergmann 2022-04-10use more string_viewNoel Grandin 2022-03-30ofz#46070 Out-of-memoryCaolán McNamara 2022-03-29tdf#147906 change sqrt(a * a + b * b) occurences to std::hypot(a, b)Bartosz Kosiorek 2022-03-21ofz#45878 add a way to set some limit on hugely complex clipsCaolán McNamara 2022-03-18tdf#147906 used std::hypot for Pythagorean additionGautham Krishnan 2022-03-15Update basegfx workbenchHossein 2022-03-11new loplugin:trivialdestructorNoel Grandin 2022-02-15tdf#145759 Use symbolic constants instead of magic numerical constantsKunal Pawar 2022-02-06tdf#147021 Use std::size() instead of SAL_N_ELEMENTS() macroVaibhavMalik4187 2022-01-19tdf#145614 Convert #define to enum or constexprVaibhavMalik4187 2022-01-13Recheck modules [a-c]* with IWYUGabor Kelemen 2021-12-27use comphelper::WeakComponentImplHelper in UnoPolyPolygonNoel Grandin 2021-12-21loplugin:flatten in accessibility..basicNoel Grandin 2021-12-20Missing inlcude (for std::as_const)Stephan Bergmann 2021-12-07improve loplugin:cow_wrapperNoel Grandin 2021-12-03flatten ImplB2DPolygon data a littleNoel Grandin 2021-12-01improve the script for reducing symbol exportsNoel Grandin 2021-11-19Drop F_2PIMike Kaganski 2021-11-19Use M_PI* instead of F_PI*Mike Kaganski 2021-11-12improve mergeToSinglePolyPolygonNoel Grandin