Age | Commit message (Expand) | Author |
2017-05-07 | tdf#43157: convert cppu's threadpool from OSL_ASSERT to assert | Chris Sherlock |
2017-04-28 | loplugin:salunicodeliteral: cppu | Stephan Bergmann |
2017-04-28 | loplugin:cppunitassertequals: cppu | Stephan Bergmann |
2017-04-28 | Remove now-duplicate css::uno::Type operator << | Stephan Bergmann |
2017-04-21 | gbuild: Remove MSVC 2013 legacy code | David Ostrovsky |
2017-04-21 | remove unnecessary explicit linefeeds from end of SAL and OSL log calls | Noel Grandin |
2017-04-14 | update cppunit to 1.14.0 | Markus Mohrhard |
2017-04-12 | clang-tidy: readability-else-after-return | Noel Grandin |
2017-04-04 | make UNO enums scoped for internal LO code | Noel Grandin |
2017-03-03 | Remove redundant 'inline' keyword | Stephan Bergmann |
2017-02-23 | Assert IdContainer's bInit in uno_releaseIdFromCurrentThread | Stephan Bergmann |
2017-02-21 | loplugin:subtlezeroinit: cppu | Stephan Bergmann |
2017-02-15 | Drop :: prefix from std in c*/ | Tor Lillqvist |
2017-01-31 | teach lolugin:stringconstant about calling constructors | Noel Grandin |
2017-01-26 | Remove dynamic exception specifications | Stephan Bergmann |
2017-01-07 | coverity#704593 Dereference after null check | Caolán McNamara |
2016-12-15 | teach sallogareas plugin to catch inconsistencies | Noel Grandin |
2016-12-13 | OSL_TRACE->SAL in chart2..oox | Noel Grandin |
2016-12-12 | uno: Add support for targets with 16-bit alignment | John Paul Adrian Glaubitz |
2016-12-07 | Prevent self-join in ThreadAdmin::join | Stephan Bergmann |
2016-11-21 | Delete the "Any-to-Any" template specializations for LIBO_INTERNAL_ONLY | Stephan Bergmann |
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 |