Age | Commit message (Expand) | Author |
2016-04-08 | tdf#94306 replace boost::noncopyable in cppuhelper | Jochen Nitschke |
2016-04-04 | tdf#97499 Fixed containers parameters clearing #4 | tymyjan |
2016-04-01 | tdf#97966 Drop 'static' keywords | Wastack |
2016-04-01 | loplugin:staticanonymous | Stephan Bergmann |
2016-03-29 | uno/check.cxx: use alignment calculated at runtime instead of hardcode | Douglas Mencken |
2016-03-22 | android version can also be compiled for x86 | Christian Lohmaier |
2016-03-22 | tdf#84323: Make osl::Condition::wait more readable | Gurkaran |
2016-03-11 | cppu: SAL_WARN_IF() -> SAL_INFO_IF() where it was dbglevel=2-specific before | Miklos Vajna |
2016-03-11 | Let's use the iterator return by erase method of iterator list | Julien Nabet |
2016-03-10 | Remove unnecessary parentheses | Stephan Bergmann |
2016-03-10 | Fixed minor negation bug in SAL_WARN_IF | rohan |
2016-03-09 | typo | Stephan Bergmann |
2016-03-09 | Use plain assert (to complement use of static_assert above) | Stephan Bergmann |
2016-03-08 | Extract static_asserts out of OSL_DEBUG_LEVEL > 0 | Stephan Bergmann |
2016-03-08 | Clean up namespace | Stephan Bergmann |
2016-03-08 | Extract checking code to its own check.cxx | Stephan Bergmann |
2016-03-08 | loplugin:cstylecast | Stephan Bergmann |
2016-03-08 | Remove redundant checks (that trigger loplugin:implicitboolconversion]) | Stephan Bergmann |
2016-03-08 | tdf#91794: Remove OSL_DEBUG_LEVEL > 1 conditionals | Rohan Kumar |
2016-02-22 | WaE 0xdeadbeaf 32 bits litteral casting to 64 bits pointer | Norbert Thiebaud |
2016-02-15 | tdf#57950: Replace chained O(U)StringBuffer::append() with operator+ | Arnold Dumas |
2016-02-09 | Remove excess newlines | Chris Sherlock |
2016-01-18 | Avoid -Werror,-Wdelete-non-virtual-dtor with current Clang trunk | Stephan Bergmann |
2016-01-10 | Fix typos | Andrea Gelmini |
2016-01-03 | loplugin:implicitboolconversion | Andrzej Hunt |
2016-01-03 | cppcheck: allocaCalled | Caolán McNamara |
2015-11-28 | Adapt to true wchar_t in clang-cl | Stephan Bergmann |
2015-11-25 | i125711 - Illumos port: generalize MAX_ALIGNMENT for Solaris | Pedro Giffuni |
2015-11-22 | cppcheck:useInitializationList | Noel Grandin |
2015-11-18 | Use C++11 char16_t for sal_Unicode | Stephan Bergmann |
2015-11-18 | Clean up | Stephan Bergmann |
2015-11-10 | loplugin:nullptr (automatic rewrite) | Stephan Bergmann |
2015-11-10 | cid#1338241 removed throw from C function. | jan iversen |
2015-11-10 | cid#1338242 cid#1338241 removed throw from extern "C" function | jan iversen |
2015-11-09 | new loplugin: oncevar | Noel Grandin |
2015-11-02 | tdf#94269: Replace "n" prefix for bool variables with "b" | Benjamin Ni |
2015-11-02 | Avoid ASan new-delete-type-mismatch with -fsized-deallocation | Stephan Bergmann |
2015-10-12 | Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY code | Stephan Bergmann |
2015-10-12 | Replace "SAL_DELETED_FUNCTION" with "= delete" in LIBO_INTERNAL_ONLY code | Stephan Bergmann |
2015-09-30 | Fix typos | Andrea Gelmini |
2015-09-14 | boost->std | Caolán McNamara |
2015-08-31 | loplugin:stringconstant: OUStringBuffer: appendAscii -> append | Stephan Bergmann |
2015-08-18 | Some oslCondition -> osl::Condition | Stephan Bergmann |
2015-08-11 | loplugin: defaultparams | Noel Grandin |
2015-07-29 | com::sun::star-css in cppu,cppuhelper | Noel Grandin |
2015-07-13 | Make content of OSL_ASSERT, DBG_ASSERT, etc. visiblie in non-debug builds | Stephan Bergmann |
2015-07-08 | Avoid loplugin:redundantcast in non-debug build | Stephan Bergmann |
2015-06-26 | loplugin:stringconstant: handle OUString+=OUString(literal) | Stephan Bergmann |
2015-06-25 | loplugin:stringconstant: Flag more inefficiencies | Stephan Bergmann |
2015-06-23 | Revert "Typo: iff->if" | Julien Nabet |