summaryrefslogtreecommitdiff
path: root/tools
AgeCommit message (Expand)AuthorFilesLines
2019-06-07improve empty tools::Rectangle (width)Noel Grandin1-6/+26
2019-05-22New loplugin:dataStephan Bergmann1-1/+1
2019-05-14Switch everyone to stricter GetColorErrorJan-Marek Glogowski2-19/+10
2019-05-13Make BitmapColor inherit from / merge into ColorJan-Marek Glogowski1-7/+0
2019-05-12regenerate PCH headersLuboš Luňák1-5/+3
2019-05-10Remove temporary config.ini after the testAurimas Fišeras1-0/+2
2019-05-09regenerate PCH headers for the 4 new levelsLuboš Luňák1-10/+14
2019-05-08AddressSanitizer: alloc-dealloc-mismatch (malloc vs operator delete)Stephan Bergmann1-1/+2
2019-05-07fix leak in exceptionToStringNoel Grandin1-0/+3
2019-04-30tdf#42949 Fix IWYU warnings in tools/Gabor Kelemen31-89/+37
2019-04-30improve loplugin:stringconstantNoel Grandin2-11/+10
2019-04-27Decouple reading/writing of Color into GenericTypeSerializerTomaž Vajngerl4-114/+106
2019-04-22cleanup and rename COLORDATA_RGB to color::extractRGBTomaž Vajngerl1-4/+4
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ž Vajngerl3-25/+150
2019-04-17Fix uses of variables before their lifetimes beginStephan Bergmann1-1/+1
2019-04-15improve loplugin simplifyconstructNoel Grandin1-1/+1
2019-04-15loplugin:sequentialassign in test..toolsNoel Grandin1-4/+2
2019-04-03Revert "add more append methods to *StringBuffer"Noel Grandin1-6/+6
2019-04-03add more append methods to *StringBufferNoel Grandin1-6/+6
2019-03-06loplugin:unnecessaryparen improve member expressionNoel Grandin1-1/+1
2019-02-21loplugin:indentation (macOS)Stephan Bergmann1-2/+2
2019-02-19pretty up logging of exceptionsNoel Grandin2-38/+319
2019-02-11loplugin:indentation in lingucomponent..toolsNoel Grandin2-3/+3
2019-02-09move and extend primitive2dxmldump to drawinglayerTomaž Vajngerl1-0/+5
2019-02-08o3tl::make_unique -> std::make_unique in tools..xmloffGabor Kelemen3-9/+6
2019-02-05Move dubious file: -> smb: conversion from INetURLObject to file UCPStephan Bergmann2-40/+5
2019-02-02tools: use std::swap() in Rectangle::Justify()Miklos Vajna1-8/+3
2019-01-31loplugin:unnecessaryparen (clang-cl)Stephan Bergmann1-1/+1
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ž Vajngerl3-0/+109
2019-01-11Drop o3tl/clamp.hxx, use C++17 std::clamp insteadStephan Bergmann1-10/+10
2019-01-11o3tl::string_view -> std::string_view (in tools)Stephan Bergmann1-1/+1
2018-12-08fix buildRene Engelhard1-0/+5
2018-12-08missing includeStephan Bergmann1-0/+1
2018-12-08don't use deprecated boost/math/common_factor_rt.hppRene Engelhard1-0/+4
2018-12-08Remove obsolete SAL_FALLTHROUGH completelyStephan Bergmann2-4/+4
2018-12-05remove unused SvLockBytesStatFlag enumNoel Grandin1-2/+2
2018-12-03tdf#120703 PVS: V560 A part of conditional expression is always true/falseMike Kaganski1-3/+0
2018-11-29Rename Mac OS X to official name macOS in comments and documentationBartosz Kosiorek1-1/+1
2018-11-29loplugin:stringconstant look for unnecessary OString constructor useNoel Grandin1-18/+18
2018-11-27remove unused PolyOptimizeFlags enum valuesNoel Grandin1-14/+2
2018-11-25tdf#120703 PVS: V560 A part of conditional expression is always true/falseMike Kaganski1-1/+1
2018-11-22convert INetURLObject::PrefixInfo::Kind to scoped enumNoel Grandin1-50/+50
2018-11-21loplugin:redundantfcast improvementsNoel Grandin1-2/+2
2018-11-19loplugin:constantparamNoel Grandin1-8/+8
2018-11-16loplugin:buriedassign in sd..writerfilterNoel Grandin2-7/+10
2018-11-11Replace uses of SAL_BOUND with o3tl::clampStephan Bergmann1-9/+10
2018-11-09SvStream::m_isConsistent is always trueNoel Grandin1-20/+8
2018-11-08loplugin:collapseif in tools..xmloffNoel Grandin1-5/+2