summaryrefslogtreecommitdiffstats
path: root/cppuhelper
Commit message (Expand)AuthorAgeFilesLines
* 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
* new loplugin: externalandnotdefinedNoel Grandin2014-07-112-11/+9
* New loplugin:stringconcatStephan Bergmann2014-07-011-2/+2
* -Wstrict-prototypesStephan Bergmann2014-06-171-1/+1
* cppuhelper: remove SAL_THROW macroNoel Grandin2014-06-0520-179/+89
* update_pch: add a bunch of pch filesThomas Arnhold2014-06-043-0/+165
* cppuhelper: fix includesThomas Arnhold2014-06-0435-363/+363
* fdo#68849: Add header guards to all include filesJens Carl2014-06-021-0/+6
* remove more unnecesary OUString constructor useNoel Grandin2014-05-291-4/+2
* coverity#983624 Uncaught exceptionCaolán McNamara2014-05-241-2/+2
* remove boilerplate in UNO Exception constructor callsNoel Grandin2014-05-239-129/+76
* add default value for Context param in uno::Exception constructorsNoel Grandin2014-05-231-3/+3
* Combine unoidl::loadProvider and unoidl::Manager::addProviderStephan Bergmann2014-05-231-1/+1
* C string usage improvmentArnaud Versini2014-05-201-2/+10
* Prefer cppu::UnoType<T>::get() to ::getCppuType((T*)0) part12Julien Nabet2014-05-141-7/+3
* Fix previous commitJulien Nabet2014-05-111-4/+4