Age | Commit message (Expand) | Author |
2020-01-17 | loplugin:redundantcast (size_t vs. std::size_t) | Stephan Bergmann |
2020-01-08 | tdf#96505 Get rid of cargo cult long integer literals | Yusuf Keten |
2019-12-23 | sal_Char->char in tools | Noel Grandin |
2019-12-12 | SvFileStream::Lock/UnlockRange are only called from within SvFileStream itself | Stephan Bergmann |
2019-12-03 | remove some useless comment lines | Noel Grandin |
2019-10-21 | -fsanitize=nullptr-with-nonzero-offset | Stephan Bergmann |
2019-10-09 | tools: don't leave SvStream::m_nBufFilePos pointing beyond the end | Michael Stahl |
2019-09-29 | Move Rectangle,Point,Size serialization to GenericTypeSerializer | Tomaž Vajngerl |
2019-08-12 | Fix typos | Andrea Gelmini |
2019-07-18 | cid#1448224 Unchecked return value | Caolán McNamara |
2019-04-30 | tdf#42949 Fix IWYU warnings in tools/ | Gabor Kelemen |
2019-04-27 | Decouple reading/writing of Color into GenericTypeSerializer | Tomaž Vajngerl |
2019-01-31 | loplugin:unnecessaryparen (clang-cl) | Stephan Bergmann |
2018-12-05 | remove unused SvLockBytesStatFlag enum | Noel Grandin |
2018-12-03 | tdf#120703 PVS: V560 A part of conditional expression is always true/false | Mike Kaganski |
2018-11-19 | loplugin:constantparam | Noel Grandin |
2018-11-16 | loplugin:buriedassign in sd..writerfilter | Noel Grandin |
2018-11-09 | SvStream::m_isConsistent is always true | Noel Grandin |
2018-11-08 | loplugin:collapseif in tools..xmloff | Noel Grandin |
2018-11-07 | tdf#120657 Pie chart saved as DOC doesn't preview in MSO | Noel Grandin |
2018-11-06 | convert some macros to local functions | Noel Grandin |
2018-10-24 | Simplify containers iterations in test..tools | Arkadiy Illarionov |
2018-10-22 | loplugin:staticvar in various | Noel Grandin |
2018-10-22 | pvs-studio: V668 no sense testing against null as memory was allocated by new | Caolán McNamara |
2018-10-17 | workaround weird linking error on tb71 | Noel Grandin |
2018-10-11 | Don't just log the file name, at least say what we are doing with it | Tor Lillqvist |
2018-10-09 | Extend loplugin:redundantinline to catch inline functions w/o external linkage | Stephan Bergmann |
2018-10-04 | drop SvMemoryStream::GetBuffer | Noel Grandin |
2018-09-12 | loplugin:simplifyconstruct in toolkit..ucb | Noel Grandin |
2018-07-29 | cppcheck: useInitializationList in test to xmloff | Jochen Nitschke |
2018-07-26 | loplugin:returnconstant in tools,comphelper,unotools | Noel Grandin |
2018-07-18 | Fix typos | Andrea Gelmini |
2018-06-05 | tdf#42949 remove unused compheler includes .. | Jochen Nitschke |
2018-04-16 | assert that we own the data before freeing it | Noel Grandin |
2018-03-05 | Make LibreOffice buildable on Haiku. | Kacper Kasper |
2018-02-16 | Resolves: tdf#115750 SvStream::WriteStream was broken | Caolán McNamara |
2018-01-23 | More loplugin:cstylecast on Windows | Stephan Bergmann |
2018-01-15 | More loplugin:cstylecast: tools | Stephan Bergmann |
2018-01-12 | More loplugin:cstylecast: tools | Stephan Bergmann |
2018-01-11 | loplugin:useuniqueptr in tools,stoc,unotools | Noel Grandin |
2017-12-13 | tools: remove unused #include from solar.h | Michael Stahl |
2017-11-27 | loplugin:unnecessaryparen (clang-cl) | Stephan Bergmann |
2017-11-06 | tdf#108748 generate PDF preview on SwapIn | Jan-Marek Glogowski |
2017-11-06 | loplugin:constparams in cppcanvas,drawinglayer | Noel Grandin |
2017-10-25 | loplugin:constmethod in tools,sax,UnoControls | Noel Grandin |
2017-10-05 | Rename and move SAL_U/W to o3tl::toU/W | Mike Kaganski |
2017-09-30 | Use explicit function names for fooA/fooW WinAPI; prefer fooW | Mike Kaganski |
2017-09-28 | Remove dead code behind Calc "Live Data Streams" dialog's "scriptdata" button | Stephan Bergmann |
2017-09-18 | Use even more WIN32_LEAN_AND_MEAN | Mike Kaganski |
2017-09-04 | Translate German comments/debug strings (leftovers in dirs test to uui) | Johnny_M |