summaryrefslogtreecommitdiffstats
path: root/cppuhelper/source
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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-0517-168/+84
* cppuhelper: fix includesThomas Arnhold2014-06-0426-255/+255
* 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-238-127/+75
* 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
* Many spelling fixes: directories a* - g*.Pedro Giffuni2014-04-302-4/+4
* automaticly -> automatically.Jan Holesovsky2014-04-272-3/+3
* Print the important failure messages on iOS even in a non-debug buildTor Lillqvist2014-04-251-0/+8
* fixincludeguards.sh: some smaller dirsThomas Arnhold2014-04-193-6/+6
* fix creating com.sun.star.sheet.Solver instanceMatúš Kukan2014-04-041-4/+3
* Remove unused copy ctor (and use boost::noncopyable)Stephan Bergmann2014-04-031-26/+5
* Make function prototype visibleStephan Bergmann2014-04-021-0/+2
* Remove unused inline constructorStephan Bergmann2014-04-011-11/+0
* First batch of adding SAL_OVERRRIDE to overriding function declarationsStephan Bergmann2014-03-2612-257/+257
* coverity#705457 Dereference null return valueCaolán McNamara2014-03-221-0/+2
* Use cppu::BaseMutex instead of plain osl::Mutex as baseStephan Bergmann2014-03-183-5/+7
* Find places where OUString and OString are passed by value.Noel Grandin2014-03-182-2/+2
* cppuhelper: simplify deprecated XTypeProvider.getImplementationIdStephan Bergmann2014-03-103-33/+5
* Remove visual noise from cppuhelperAlexander Wilms2014-02-279-52/+52
* cppuhelper: retrofit std::exception into overriding exception specsStephan Bergmann2014-02-2614-416/+416
* Remove unneccessary commentsAlexander Wilms2014-02-2311-118/+118
* coverity#707716 Uninitialized pointer fieldCaolán McNamara2014-02-211-2/+4
* clean upStephan Bergmann2014-02-181-7/+5
* Do not throw when a singleton can't be raised, only warn.Matúš Kukan2014-02-181-9/+3