summaryrefslogtreecommitdiffstats
path: root/cppuhelper
Commit message (Expand)AuthorAgeFilesLines
* tdf#62475: partial handmade fixesAndrea Gelmini2015-05-151-4/+0
* cppuhelper: Allow logging the used services / constructors.Jan Holesovsky2015-05-021-0/+2
* Various #include <sal/log.hxx> fixupsStephan Bergmann2015-04-225-0/+5
* remove unnecessary use of void in function declarationsNoel Grandin2015-04-156-22/+22
* convert RegError to scoped enumNoel Grandin2015-04-091-12/+12
* convert RegValueType to scoped enumNoel Grandin2015-04-091-1/+1
* convert REG_ constants to scoped enumNoel Grandin2015-04-091-1/+1
* Add support for cppu::UnoType<void>Stephan Bergmann2015-04-011-1/+1
* Replace remaining getCppuType et al with cppu::UnoTypeStephan Bergmann2015-04-0111-80/+73
* Reduce to static_cast any reinterpret_cast from void pointersStephan Bergmann2015-03-314-8/+8
* Clean up C-style casts from pointers to voidStephan Bergmann2015-03-285-52/+52
* loplugin:staticfunctionNoel Grandin2015-03-271-2/+2
* TyposJulien Nabet2015-03-251-15/+15
* Typo: constarined->constrainedJulien Nabet2015-03-151-1/+1
* CppCheck cleanlyness : reduce variable's scopeMichaël Lefèvre2015-03-121-3/+2
* TyposJulien Nabet2015-02-181-3/+3
* Updated all precompiled headers.Ashod Nakashian2015-02-051-0/+3
* Use vector::dataStephan Bergmann2015-01-281-2/+2
* Get rid of std::auto_ptr in stable URE interfaceStephan Bergmann2015-01-272-41/+35
* coverity#1266445 Explicit null dereferencedCaolán McNamara2015-01-251-5/+7
* Some more loplugin:cstylecast: cppuhelperStephan Bergmann2015-01-203-7/+7
* Variadic cppu::WeakComponentImplHelperStephan Bergmann2015-01-161-5/+4
* Fix getTypes() of OPropertySetHelper and derivedStephan Bergmann2015-01-161-6/+4
* -Werror=array-boundsStephan Bergmann2015-01-071-2/+1
* drop crashrep unused since start of LibreOfficeCaolán McNamara2015-01-071-1/+0
* Variadic cppu::WeakImplHelperStephan Bergmann2015-01-071-2/+2
* boost::unordered_map -> c++11 std::unordered_mapCaolán McNamara2014-12-273-4/+2
* -Werror,-Winfinite-recursionStephan Bergmann2014-12-221-1/+1
* Remove unused */qa/checkapi/Stephan Bergmann2014-12-191-30/+0
* cppuhelper: Use appropriate OUString functions on string constantsStephan Bergmann2014-12-162-6/+3
* cppuhelper: Use appropriate OUString functions on string constantsStephan Bergmann2014-12-121-2/+2
* rhbz#1036877: Join Java AsynchronousFinalizer thread well before exitStephan Bergmann2014-12-091-0/+16
* cppuhelper: clean up public headers with include-what-you-useMichael Stahl2014-11-186-1/+7
* cid#706201: No need to call access prior to realpath hereStephan Bergmann2014-11-181-17/+12
* sal: clean up public headers with include-what-you-useMichael Stahl2014-11-171-0/+2
* Fix common typos. No automatic tools. Handmade…Andrea Gelmini2014-11-122-3/+2
* Removed duplicated includesAndrea Gelmini2014-10-313-4/+0
* remove unnecessary 'using namespace rtl' declarationsNoel Grandin2014-10-294-4/+0
* fdo#80927: css.office.Quickstart should be single-instance service.Matúš Kukan2014-10-081-1/+0
* cppuhelper: std::auto_ptr -> std::unique_ptrStephan Bergmann2014-09-301-1/+1
* Adapt cppu::bootstrap to new Mac OS X LibreOffice.app layoutStephan Bergmann2014-09-291-1/+6
* Eliminate memory leak due to circular shared_ptrMatthew J. Francis2014-09-251-11/+20
* cppu and cppuhelper: loplugin: cstylecastNoel Grandin2014-09-172-6/+6
* fix access to potentiellement empty stringNorbert Thiebaud2014-09-121-6/+14
* Make the "Mac-like" or "canonical" app bundle structure always used on OS XTor Lillqvist2014-09-091-1/+1
* Remove unnecessary #includeStephan Bergmann2014-08-181-1/+0
* warning C4702: unreachable codeMichael Stahl2014-08-081-0/+2
* Remove redundant inclusions of header "cppuhelper/shlib.h"Matthew Pottage2014-08-082-2/+0
* [API CHANGE] Removed two cppuhelper deprecated headers.Matthew Pottage2014-08-082-143/+57
* Avoid possible memory leaks in case of exceptionsTakeshi Abe2014-07-123-50/+22