summaryrefslogtreecommitdiff
path: root/cppuhelper
AgeCommit message (Expand)AuthorFilesLines
2015-05-15tdf#62475: partial handmade fixesAndrea Gelmini1-4/+0
2015-05-02cppuhelper: Allow logging the used services / constructors.Jan Holesovsky1-0/+2
2015-04-22Various #include <sal/log.hxx> fixupsStephan Bergmann5-0/+5
2015-04-15remove unnecessary use of void in function declarationsNoel Grandin6-22/+22
2015-04-09convert RegError to scoped enumNoel Grandin1-12/+12
2015-04-09convert RegValueType to scoped enumNoel Grandin1-1/+1
2015-04-09convert REG_ constants to scoped enumNoel Grandin1-1/+1
2015-04-01Add support for cppu::UnoType<void>Stephan Bergmann1-1/+1
2015-04-01Replace remaining getCppuType et al with cppu::UnoTypeStephan Bergmann11-80/+73
2015-03-31Reduce to static_cast any reinterpret_cast from void pointersStephan Bergmann4-8/+8
2015-03-28Clean up C-style casts from pointers to voidStephan Bergmann5-52/+52
2015-03-27loplugin:staticfunctionNoel Grandin1-2/+2
2015-03-25TyposJulien Nabet1-15/+15
2015-03-15Typo: constarined->constrainedJulien Nabet1-1/+1
2015-03-12CppCheck cleanlyness : reduce variable's scopeMichaël Lefèvre1-3/+2
2015-02-18TyposJulien Nabet1-3/+3
2015-02-05Updated all precompiled headers.Ashod Nakashian1-0/+3
2015-01-28Use vector::dataStephan Bergmann1-2/+2
2015-01-27Get rid of std::auto_ptr in stable URE interfaceStephan Bergmann2-41/+35
2015-01-25coverity#1266445 Explicit null dereferencedCaolán McNamara1-5/+7
2015-01-20Some more loplugin:cstylecast: cppuhelperStephan Bergmann3-7/+7
2015-01-16Variadic cppu::WeakComponentImplHelperStephan Bergmann1-5/+4
2015-01-16Fix getTypes() of OPropertySetHelper and derivedStephan Bergmann1-6/+4
2015-01-07-Werror=array-boundsStephan Bergmann1-2/+1
2015-01-07drop crashrep unused since start of LibreOfficeCaolán McNamara1-1/+0
2015-01-07Variadic cppu::WeakImplHelperStephan Bergmann1-2/+2
2014-12-27boost::unordered_map -> c++11 std::unordered_mapCaolán McNamara3-4/+2
2014-12-22-Werror,-Winfinite-recursionStephan Bergmann1-1/+1
2014-12-19Remove unused */qa/checkapi/Stephan Bergmann1-30/+0
2014-12-16cppuhelper: Use appropriate OUString functions on string constantsStephan Bergmann2-6/+3
2014-12-12cppuhelper: Use appropriate OUString functions on string constantsStephan Bergmann1-2/+2
2014-12-09rhbz#1036877: Join Java AsynchronousFinalizer thread well before exitStephan Bergmann1-0/+16
2014-11-18cppuhelper: clean up public headers with include-what-you-useMichael Stahl6-1/+7
2014-11-18cid#706201: No need to call access prior to realpath hereStephan Bergmann1-17/+12
2014-11-17sal: clean up public headers with include-what-you-useMichael Stahl1-0/+2
2014-11-12Fix common typos. No automatic tools. Handmade…Andrea Gelmini2-3/+2
2014-10-31Removed duplicated includesAndrea Gelmini3-4/+0
2014-10-29remove unnecessary 'using namespace rtl' declarationsNoel Grandin4-4/+0
2014-10-08fdo#80927: css.office.Quickstart should be single-instance service.Matúš Kukan1-1/+0
2014-09-30cppuhelper: std::auto_ptr -> std::unique_ptrStephan Bergmann1-1/+1
2014-09-29Adapt cppu::bootstrap to new Mac OS X LibreOffice.app layoutStephan Bergmann1-1/+6
2014-09-25Eliminate memory leak due to circular shared_ptrMatthew J. Francis1-11/+20
2014-09-17cppu and cppuhelper: loplugin: cstylecastNoel Grandin2-6/+6
2014-09-12fix access to potentiellement empty stringNorbert Thiebaud1-6/+14
2014-09-09Make the "Mac-like" or "canonical" app bundle structure always used on OS XTor Lillqvist1-1/+1
2014-08-18Remove unnecessary #includeStephan Bergmann1-1/+0
2014-08-08warning C4702: unreachable codeMichael Stahl1-0/+2
2014-08-08Remove redundant inclusions of header "cppuhelper/shlib.h"Matthew Pottage2-2/+0
2014-08-08[API CHANGE] Removed two cppuhelper deprecated headers.Matthew Pottage2-143/+57
2014-07-12Avoid possible memory leaks in case of exceptionsTakeshi Abe3-50/+22