summaryrefslogtreecommitdiffstats
path: root/cppu
Commit message (Expand)AuthorAgeFilesLines
...
* Assert IdContainer's bInit in uno_releaseIdFromCurrentThreadStephan Bergmann2017-02-232-1/+2
* loplugin:subtlezeroinit: cppuStephan Bergmann2017-02-212-2/+2
* Drop :: prefix from std in c*/Tor Lillqvist2017-02-153-6/+6
* teach lolugin:stringconstant about calling constructorsNoel Grandin2017-01-311-2/+2
* Remove dynamic exception specificationsStephan Bergmann2017-01-262-8/+4
* coverity#704593 Dereference after null checkCaolán McNamara2017-01-071-1/+1
* teach sallogareas plugin to catch inconsistenciesNoel Grandin2016-12-152-2/+2
* OSL_TRACE->SAL in chart2..ooxNoel Grandin2016-12-132-2/+2
* uno: Add support for targets with 16-bit alignmentJohn Paul Adrian Glaubitz2016-12-121-5/+31
* Prevent self-join in ThreadAdmin::joinStephan Bergmann2016-12-071-1/+5
* Delete the "Any-to-Any" template specializations for LIBO_INTERNAL_ONLYStephan Bergmann2016-11-214-80/+90
* Use OUString ctor instead of rtl_uString_newFromAsciiStephan Bergmann2016-10-281-32/+15
* cppu/source/uno/EnvDcp.c -> cppu/source/uno/EnvDcp.cxxStephan Bergmann2016-10-282-4/+1
* cid#1371314: Add move semanticsStephan Bergmann2016-09-201-0/+10
* replace sal_Size with std::size_t (or sal_uInt64 for SvStream pos)Michael Stahl2016-09-152-3/+3
* loplugin:override: No more need for the "MSVC dtor override" workaroundStephan Bergmann2016-09-137-9/+9
* std::list<sal_Int64> -> std::dequeNoel Grandin2016-09-012-4/+3
* ::std::list < sal_Int64 > -> std::vectorNoel Grandin2016-09-012-14/+11
* icopyConstructFromElements's nAlloc is never negativeStephan Bergmann2016-08-231-39/+19
* cppu: fix loplugin:cppunitassertequals warningsMiklos Vajna2016-08-192-27/+27
* loplugin:countusersofdefaultparams in chart2..desktopNoel Grandin2016-08-051-2/+2
* tdf#100726: Improve readability of OUString concatenationnadith2016-08-011-3/+1
* int -> boolStephan Bergmann2016-07-111-4/+4
* Fix some spelling errors in comments and stringsOtto Kekäläinen2016-07-041-3/+3
* teach refcounting clang plugin about uno::ReferenceNoel Grandin2016-05-311-2/+9
* Some clean up of uses of css::uno::Any::setValueStephan Bergmann2016-05-301-5/+3
* clang-tidy modernize-make-sharedNoel Grandin2016-05-181-1/+1
* Replace fallthrough comments with new SAL_FALLTHROUGH macroStephan Bergmann2016-05-101-1/+1
* Insert explicit "break" when falling through to empty next caseStephan Bergmann2016-05-101-1/+2
* cppu: replace boost::is_same with std::is_sameMichael Stahl2016-05-061-5/+5
* Handle wchar_t as native C++11 type on windowsDavid Ostrovsky2016-05-031-60/+0
* tdf#97499 Fixed containers parameters clearing #8tymyjan2016-05-011-1/+1
* Cannot extract Any to sal_uInt32Stephan Bergmann2016-04-251-84/+0
* loplugin:salbool: sal_Bool[] -> bool[]Stephan Bergmann2016-04-211-13/+13
* clang-tidy modernize-loop-convert in c*Noel Grandin2016-04-211-2/+2
* loplugin:salbool: Automatic rewrite of sal_False/TrueStephan Bergmann2016-04-208-46/+46
* Use cast to bool to normalize sal_Bool valuesStephan Bergmann2016-04-203-7/+7
* clean-up: unused using declarations and includesJochen Nitschke2016-04-181-2/+0
* tdf#94306 replace boost::noncopyable in cppuhelperJochen Nitschke2016-04-082-4/+8
* tdf#97499 Fixed containers parameters clearing #4tymyjan2016-04-041-2/+1
* tdf#97966 Drop 'static' keywordsWastack2016-04-011-3/+3
* loplugin:staticanonymousStephan Bergmann2016-04-011-2/+2
* uno/check.cxx: use alignment calculated at runtime instead of hardcodeDouglas Mencken2016-03-291-23/+20
* android version can also be compiled for x86Christian Lohmaier2016-03-221-1/+2
* tdf#84323: Make osl::Condition::wait more readableGurkaran2016-03-221-2/+2
* cppu: SAL_WARN_IF() -> SAL_INFO_IF() where it was dbglevel=2-specific beforeMiklos Vajna2016-03-111-9/+9
* Let's use the iterator return by erase method of iterator listJulien Nabet2016-03-111-3/+2
* Remove unnecessary parenthesesStephan Bergmann2016-03-101-9/+9
* Fixed minor negation bug in SAL_WARN_IFrohan2016-03-101-9/+9
* typoStephan Bergmann2016-03-091-23/+23