Age | Commit message (Expand) | Author |
2021-01-12 | transparency->alpha in tools::Color | Noel |
2020-12-29 | loplugin:stringviewparam: operator + | Stephan Bergmann |
2020-12-18 | throw exception in SvStream when reading past end of file | Noel |
2020-11-24 | loplugin:stringviewparam extend to comparison operators | Noel |
2020-11-20 | tools::Polygon::Clip() is broken with bezier curves (tdf#137068) | Luboš Luňák |
2020-11-18 | tdf#123936 Formatting files in module tools with clang-format | Philipp Hofer |
2020-11-17 | simplify BigInt, remove isSet | Noel |
2020-11-14 | BigInt's non-big value type is currently sal_Int32 | Mike Kaganski |
2020-10-28 | convert some more long -> tools::Long | Noel |
2020-10-19 | add tools::Long typedef and use it in tools | Noel |
2020-09-28 | Fix SSE2 cpuid checks | Dr. David Alan Gilbert |
2020-09-28 | Fix SSSE3 cpuid checks | Dr. David Alan Gilbert |
2020-09-22 | Fix AVX2 cpuid checks | Dr. David Alan Gilbert |
2020-07-21 | Fix uses of char16_t*/wchar_t* stream inserters | Stephan Bergmann |
2020-06-25 | use tools::JsonWriter for dumping property tree | Noel Grandin |
2020-06-25 | Fix typos | Andrea Gelmini |
2020-06-24 | Add test as an example how to add CPU intrinsics support | Tomaž Vajngerl |
2020-06-22 | Consolidate unique_ptr deleters calling free | Stephan Bergmann |
2020-06-20 | use JsonWriter for the rest of ITiledRenderable | Noel Grandin |
2020-06-19 | asan: need to use malloc instead of new for tools::JsonWriter | Noel Grandin |
2020-06-18 | new json writer for LOK | Noel Grandin |
2020-06-01 | tools: extend test for UnitConversion | Tomaž Vajngerl |
2020-03-07 | clang-format toolkit, tools, uui with under 5-percent lines of change | Muhammet Kara |
2019-12-23 | sal_Char->char in tools | Noel Grandin |
2019-11-11 | Don't compile cpuid test with INTRINSICS_CXXFLAGS | Tomaž Vajngerl |
2019-09-29 | Move Rectangle,Point,Size serialization to GenericTypeSerializer | Tomaž Vajngerl |
2019-09-24 | support O(U)String::number() for fast string concatenation | Luboš Luňák |
2019-09-17 | Use CPPUNIT_ASSERT in test code | Stephan Bergmann |
2019-09-17 | Fix assert | Mike Kaganski |
2019-09-01 | Fix '..' | Andrea Gelmini |
2019-08-28 | INetURLObject::setFSysPath is unused now | Stephan Bergmann |
2019-07-09 | CPU intrinsics detection (SSE, AVX) | Tomaž Vajngerl |
2019-06-25 | improve loplugin:simplifyconstruct | Noel Grandin |
2019-06-21 | Add test clarifying behavior of INetURLObject::setName on empty path | Stephan Bergmann |
2019-05-22 | New loplugin:data | Stephan Bergmann |
2019-05-14 | Switch everyone to stricter GetColorError | Jan-Marek Glogowski |
2019-05-10 | Remove temporary config.ini after the test | Aurimas Fišeras |
2019-04-30 | tdf#42949 Fix IWYU warnings in tools/ | Gabor Kelemen |
2019-04-30 | improve loplugin:stringconstant | Noel Grandin |
2019-04-27 | Decouple reading/writing of Color into GenericTypeSerializer | Tomaž Vajngerl |
2019-04-22 | Replace compile time test with a static_assert | Tomaž Vajngerl |
2019-04-21 | rework Color to have R,G,B,A public variables | Tomaž Vajngerl |
2019-02-05 | Move dubious file: -> smb: conversion from INetURLObject to file UCP | Stephan Bergmann |
2019-01-25 | Disable test for Linux x86 CXXFLAGS=-O1 corner case | Stephan Bergmann |
2019-01-23 | Test for XmlWalker to check it parses the xml as expected | Tomaž Vajngerl |
2018-11-29 | loplugin:stringconstant look for unnecessary OString constructor use | Noel Grandin |
2018-10-29 | loplugin:oncevar | Noel Grandin |
2018-08-29 | Round fraction if possible, else truncate; tools::Time::GetClock() | Eike Rathke |
2018-08-29 | Add unit tests for tools::Time::GetClock() | Eike Rathke |
2018-08-21 | tdf#119326 crash when adding "Windows Share" File resource | Noel Grandin |