Age | Commit message (Expand) | Author |
2023-08-22 | tdf#146619 Remove unused includes from sal/qa | Gabor Kelemen |
2023-08-19 | loplugin: new global analysis locking2 | Noel Grandin |
2023-08-08 | loplugin:unnecessarygetstr fix false + | Noel Grandin |
2023-08-04 | Avoid "function 'testDynamicCast()::S1::~S1' has internal linkage... | Stephan Bergmann |
2023-08-03 | move SwVirtPageNumInfo to SfxHint | Bjoern Michaelsen |
2023-07-31 | loplugin:stringconstant: Catch some O[U]String::getStr anti-patterns | Stephan Bergmann |
2023-07-27 | vcl gtk3: Introduce AT-SPI2 tests for the GTK3 accessibility layer | Colomban Wendling |
2023-07-25 | loplugin:unusedfields | Noel Grandin |
2023-07-23 | Drop --enable-float-device-pixel configure option | Khaled Hosny |
2023-07-21 | loplugin:unusedmethods | Noel Grandin |
2023-07-21 | loplugin:unusedfields | Noel Grandin |
2023-07-21 | loplugin:redundantcast small improvement | Noel Grandin |
2023-07-05 | loplugin:unusedenumconstants | Noel Grandin |
2023-07-04 | loplugin:unusedvarsglobal | Noel Grandin |
2023-06-30 | loplugin:unusedmethods | Noel Grandin |
2023-06-29 | loplugin:unusedmethods | Noel Grandin |
2023-06-29 | loplugin:unusedfields make it a little smarter | Noel Grandin |
2023-06-27 | loplugin:stringstatic look for more strings | Noel Grandin |
2023-06-26 | new loplugin:constexprliteral | Noel Grandin |
2023-06-06 | add unit test for loplugin:staticmethods | Noel Grandin |
2023-06-05 | Adapt compilerplugins to Clang 17 trunk "Remove llvm::Optional" | Stephan Bergmann |
2023-06-04 | Remove unused starmathdatabase::Identify_Color_HTML | Julien Nabet |
2023-06-03 | Remove unused SmStructureNode::SetSubNodesBinMo with plain pointers (starmath) | Julien Nabet |
2023-06-03 | Styles preview cache cleanup on exit | Szymon Kłos |
2023-06-03 | Styles preview widget should cache images | Szymon Kłos |
2023-05-20 | loplugin:unusedmethods | Noel Grandin |
2023-05-19 | loplugin:unnecessaryvirtual | Noel Grandin |
2023-05-19 | loplugin:virtualdead | Noel Grandin |
2023-05-09 | merge GalleryFileStorage with GalleryBinaryEngine | Noel Grandin |
2023-05-09 | merge GalleryFileStorageEntry with GalleryBinaryEngineEntry | Noel Grandin |
2023-05-09 | merge GalleryStorageLocations with GalleryBinaryStorageLocations | Noel Grandin |
2023-05-06 | update loplugin:stringview* for o3tl::iterateCodePoints | Noel Grandin |
2023-05-05 | Adapt loplugin:unnecessarygetstr to libc++ | Stephan Bergmann |
2023-05-04 | Adapt loplugin:randedforcopy to libc++ std::vector<bool> | Stephan Bergmann |
2023-05-01 | replace SwFrameFormats with sw::FrameFormats<SwFrameFormat*> | Bjoern Michaelsen |
2023-04-24 | loplugin:unnecessarygetstr extend to more std::string checking | Noel Grandin |
2023-04-24 | loplugin:unnecessarygetstr extend to createFromAscii | Noel Grandin |
2023-04-21 | loplugin:unnecessarygetstr extend to checking std::string::c_str | Noel Grandin |
2023-04-17 | loplugin:stringadd: Adapt O[U]StringBuffer ctor detection for Windows | Stephan Bergmann |
2023-04-17 | Adapt expected diagnostics to Windows | Stephan Bergmann |
2023-04-14 | loplugin:stringviewparam improvements | Noel Grandin |
2023-04-12 | loplugin:stringview whitelist getLength and isEmpty | Noel Grandin |
2023-04-12 | loplugin:stringview and stringviewparam, whitelist equalsAsciiL | Noel Grandin |
2023-04-11 | loplugin:unnecessarygetstr check for OUString::number facilities | Noel Grandin |
2023-04-10 | Drop SvStream::WriteCharPtr | Mike Kaganski |
2023-04-09 | new loplugin:unnecessarygetstr | Noel Grandin |
2023-04-06 | loplugin:stringadd also check O[U]StringBuffers | Noel Grandin |
2023-04-05 | Adapt expected test output to recent Clang | Stephan Bergmann |
2023-04-05 | Simplify O(U)String::number implementation | Mike Kaganski |
2023-03-23 | loplugin:stringview: Constructing O[U]String from O[U]StringLiteral is cheap | Stephan Bergmann |