Age | Commit message (Expand) | Author |
2016-10-28 | Use OUString ctor instead of rtl_uString_newFromAscii | Stephan Bergmann |
2016-10-28 | cppu/source/uno/EnvDcp.c -> cppu/source/uno/EnvDcp.cxx | Stephan Bergmann |
2016-09-20 | cid#1371314: Add move semantics | Stephan Bergmann |
2016-09-15 | replace sal_Size with std::size_t (or sal_uInt64 for SvStream pos) | Michael Stahl |
2016-09-13 | loplugin:override: No more need for the "MSVC dtor override" workaround | Stephan Bergmann |
2016-09-01 | std::list<sal_Int64> -> std::deque | Noel Grandin |
2016-09-01 | ::std::list < sal_Int64 > -> std::vector | Noel Grandin |
2016-08-23 | icopyConstructFromElements's nAlloc is never negative | Stephan Bergmann |
2016-08-19 | cppu: fix loplugin:cppunitassertequals warnings | Miklos Vajna |
2016-08-05 | loplugin:countusersofdefaultparams in chart2..desktop | Noel Grandin |
2016-08-01 | tdf#100726: Improve readability of OUString concatenation | nadith |
2016-07-11 | int -> bool | Stephan Bergmann |
2016-07-04 | Fix some spelling errors in comments and strings | Otto Kekäläinen |
2016-05-31 | teach refcounting clang plugin about uno::Reference | Noel Grandin |
2016-05-30 | Some clean up of uses of css::uno::Any::setValue | Stephan Bergmann |
2016-05-18 | clang-tidy modernize-make-shared | Noel Grandin |
2016-05-10 | Replace fallthrough comments with new SAL_FALLTHROUGH macro | Stephan Bergmann |
2016-05-10 | Insert explicit "break" when falling through to empty next case | Stephan Bergmann |
2016-05-06 | cppu: replace boost::is_same with std::is_same | Michael Stahl |
2016-05-03 | Handle wchar_t as native C++11 type on windows | David Ostrovsky |
2016-05-01 | tdf#97499 Fixed containers parameters clearing #8 | tymyjan |
2016-04-25 | Cannot extract Any to sal_uInt32 | Stephan Bergmann |
2016-04-21 | loplugin:salbool: sal_Bool[] -> bool[] | Stephan Bergmann |
2016-04-21 | clang-tidy modernize-loop-convert in c* | Noel Grandin |
2016-04-20 | loplugin:salbool: Automatic rewrite of sal_False/True | Stephan Bergmann |
2016-04-20 | Use cast to bool to normalize sal_Bool values | Stephan Bergmann |
2016-04-18 | clean-up: unused using declarations and includes | Jochen Nitschke |
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 |