Age | Commit message (Expand) | Author |
2019-01-11 | Drop o3tl/clamp.hxx, use C++17 std::clamp instead | Stephan Bergmann |
2019-01-11 | o3tl::string_view -> std::string_view (in tools) | Stephan Bergmann |
2018-12-08 | fix build | Rene Engelhard |
2018-12-08 | missing include | Stephan Bergmann |
2018-12-08 | don't use deprecated boost/math/common_factor_rt.hpp | Rene Engelhard |
2018-12-08 | Remove obsolete SAL_FALLTHROUGH completely | 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-29 | Rename Mac OS X to official name macOS in comments and documentation | Bartosz Kosiorek |
2018-11-29 | loplugin:stringconstant look for unnecessary OString constructor use | Noel Grandin |
2018-11-27 | remove unused PolyOptimizeFlags enum values | Noel Grandin |
2018-11-25 | tdf#120703 PVS: V560 A part of conditional expression is always true/false | Mike Kaganski |
2018-11-22 | convert INetURLObject::PrefixInfo::Kind to scoped enum | Noel Grandin |
2018-11-21 | loplugin:redundantfcast improvements | Noel Grandin |
2018-11-19 | loplugin:constantparam | Noel Grandin |
2018-11-16 | loplugin:buriedassign in sd..writerfilter | Noel Grandin |
2018-11-11 | Replace uses of SAL_BOUND with o3tl::clamp | Stephan Bergmann |
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-31 | loplugin:useuniqueptr in ImplSysReadConfig | Noel Grandin |
2018-10-31 | fix delete in MultiSelection::SetTotalRange | Noel Grandin |
2018-10-29 | loplugin:oncevar | Noel Grandin |
2018-10-24 | Simplify containers iterations in test..tools | Arkadiy Illarionov |
2018-10-24 | remove more rtl::OUString and OString prefixes | Noel Grandin |
2018-10-24 | clang-tidy performance-unnecessary-copy-init in test..xmlscript | Noel Grandin |
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-19 | clang-tidy readability-misleading-indentation | Noel Grandin |
2018-10-18 | clang-tidy readability-simplify-boolean-expr | Noel Grandin |
2018-10-17 | tdf#42949 Fix IWYU warnings in include/tools/* | Gabor Kelemen |
2018-10-17 | workaround weird linking error on tb71 | Noel Grandin |
2018-10-17 | loplugin:singlevalfields | Noel Grandin |
2018-10-12 | Fix typos | Andrea Gelmini |
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-27 | loplugin:constfields in tools | Noel Grandin |
2018-09-18 | loplugin:useuniqueptr in convertToUnicode | Noel Grandin |
2018-09-17 | New loplugin:external | Stephan Bergmann |
2018-09-12 | loplugin:simplifyconstruct in toolkit..ucb | Noel Grandin |
2018-09-06 | clang-tidy performance-unnecessary-value-param | Noel Grandin |
2018-09-03 | Missing include | Stephan Bergmann |
2018-08-31 | Do as the comment says it should do.. | Eike Rathke |
2018-08-31 | The never ending rounding and scaling of tools::Time::GetClock() | Eike Rathke |
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-28 | Assign fFractionOfSecond in shortcut | Eike Rathke |
2018-08-28 | Move lcl_getHourMinuteSecond() to tools::Time::GetClock() | Eike Rathke |