summaryrefslogtreecommitdiff
path: root/tools/qa
AgeCommit message (Expand)Author
2024-12-07Fix check for further exotic protocolsStephan Bergmann
2024-11-30tdf#147021 - Use std::size() instead of SAL_N_ELEMENTS() macroRosh
2024-11-15add a couple of tests for tools::BigIntNoel Grandin
2024-11-04new loplugin:staticconstexprNoel Grandin
2024-10-21Make tools::Time ctor taking sal_Int64 privateMike Kaganski
2024-07-07move UniqueID to tools and rework to increase counter in constructorTomaž Vajngerl
2024-05-16loplugin:ostr in toolsNoel Grandin
2024-04-17Drop FRound, and use generalized basegfx::froundMike Kaganski
2024-02-25Avoid MAX_PATH limitation in launcherMike Kaganski
2024-02-23use more string_view in tools::JsonWriterNoel Grandin
2024-02-06return string_view from some XmlWalker methodsNoel Grandin
2024-01-08Simplify JsonWriter a bitMike Kaganski
2023-12-20Simplify and rename for clarityMike Kaganski
2023-12-20ofz#65165 Stack-buffer-overflow READ 4 test caseCaolán McNamara
2023-12-16Drop incorrect conditional compilationMike Kaganski
2023-11-19Extended loplugin:ostr: toolsStephan Bergmann
2023-11-01tdf#157820: handle \\?\ prefixes in INetURLObjectMike Kaganski
2023-10-15Repurpose loplugin:stringstatic for O[U]String vars that can be constexprStephan Bergmann
2023-10-07loplugin:ostr: automatic rewriteStephan Bergmann
2023-10-05Drop MinMax in favor of std::clampMike Kaganski
2023-06-23Introduce tools::Duration individual time values ctorEike Rathke
2023-06-22Introduce tools::Duration(sal_Int32 nDays, const Time& rTime) ctorEike Rathke
2023-06-17Related: tdf#153517 Introduce class tools::DurationEike Rathke
2023-04-24loplugin:unnecessarygetstr extend to more std::string checkingNoel Grandin
2023-04-05fix leaks when using tools::JsonWriterNoel Grandin
2023-03-01Teach INetURLObject about RFC 7230 URLs with no path but queryStephan Bergmann
2023-02-16Only specialize CppUnit::assetion_traits<T>::toString member functionsStephan Bergmann
2023-01-29tools: rearrange Rectangle test, add construction test caseTomaž Vajngerl
2022-10-22Fix StartWritingUnicodeTextMike Kaganski
2022-08-24tools: test Rectangle::Normalize()Chris Sherlock
2022-08-09tools: json writer test does not need to use test::BootstrapFixtureChris Sherlock
2022-07-12use a read-only stream when reading graphic dataLuboš Luňák
2022-07-11tools: rename getHeight/Width() to GetOpenHeight/Width()Chris Sherlock
2022-06-15Add unit tests for ZCodecofftkp
2022-05-13sw content controls, dropdown: add LOK APIMiklos Vajna
2022-04-29use more string_view in INetURLObjectNoel Grandin
2022-04-05Fix typosAndrea Gelmini
2022-04-05add tools::Guid class to generate, parse GUID valuesTomaž Vajngerl
2022-04-02Recheck modules t* with IWYUGabor Kelemen
2022-03-31tdf#148253: fix matching algorithmMike Kaganski