summaryrefslogtreecommitdiff
path: root/binaryurp
AgeCommit message (Expand)AuthorFilesLines
2015-10-12Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY codeStephan Bergmann4-15/+15
2015-10-12Replace "SAL_DELETED_FUNCTION" with "= delete" in LIBO_INTERNAL_ONLY codeStephan Bergmann12-26/+26
2015-07-10tdf#88206 replace cppu::WeakImplHelper* etc.Takeshi Abe2-4/+4
2015-06-04More informative exception messageStephan Bergmann1-2/+2
2015-05-29loplugin:redundantcast: const_cast to same typeStephan Bergmann1-3/+2
2015-04-22Various #include <sal/log.hxx> fixupsStephan Bergmann2-0/+2
2015-04-01Add support for cppu::UnoType<void>Stephan Bergmann1-2/+1
2015-04-01Remove redundant Reference<> from within UnoType<> usesStephan Bergmann2-4/+2
2015-02-16restore dependenciesCaolán McNamara3-0/+6
2015-02-16boost::noncopyable->'= delete'Caolán McNamara18-40/+57
2015-02-16boost::foo_ptr->std::foo_ptrCaolán McNamara2-4/+3
2015-01-09loplugin:cstylecast: warn about certain redundant reinterpret_castsStephan Bergmann1-1/+1
2014-12-12css::uno::Sequence ctor with initializer_listStephan Bergmann2-27/+18
2014-11-17sal: clean up public headers with include-what-you-useMichael Stahl1-0/+1
2014-10-31cid#1212456 Silently ignore uno_assignData return value hereStephan Bergmann1-1/+1
2014-09-25untabifyStephan Bergmann1-29/+29
2014-09-24Replace use of o3tl::heap_ptr with std::unique_ptrStephan Bergmann1-3/+3
2014-07-07DBG_ASSERT->assert when followed by dereferenceCaolán McNamara1-1/+1
2014-06-24new compilerplugin returnbyrefNoel Grandin2-3/+3
2014-06-17improve the inlinesimplememberfunctions clang pluginNoel Grandin6-33/+7
2014-06-05various: remove SAL_THROW macroNoel Grandin2-3/+1
2014-05-23remove boilerplate in UNO Exception constructor callsNoel Grandin9-115/+60
2014-05-19rhbz#1016758: Dispose bridges when disposing bridge factoryStephan Bergmann2-0/+33
2014-05-11coverity#707665 Uninitialized scalar fieldCaolán McNamara1-1/+2
2014-05-11coverity#707666 Uninitialized scalar fieldCaolán McNamara1-1/+6
2014-04-30Many spelling fixes: directories a* - g*.Pedro Giffuni1-1/+1
2014-04-28prefer makefile-gmake-modeTakeshi Abe4-4/+4
2014-04-16sal/log.hxx functionality also includes the equivalent of OSL_LOG_PREFIXStephan Bergmann2-7/+6
2014-03-26First batch of adding SAL_OVERRRIDE to overriding function declarationsStephan Bergmann4-14/+14
2014-03-18Use cppu::BaseMutex instead of plain osl::Mutex as baseStephan Bergmann2-6/+8
2014-02-26cppuhelper: retrofit std::exception into overriding exception specsStephan Bergmann4-22/+22
2014-02-25Remove visual noise from binaryurpAlexander Wilms1-1/+1
2014-02-13cid#983607 unexpected std::exceptionStephan Bergmann2-2/+4
2014-02-13cid#706247 wrong exception typeStephan Bergmann1-1/+1
2014-02-12Revert "cid#707663 uninitialized pointer field"Michael Stahl1-1/+0
2014-02-12Revert "cid#707662 uninitialized pointer field"Michael Stahl1-1/+0
2014-02-12Revert "cid#707661 uninitialized pointer field"Michael Stahl1-1/+0
2014-02-12cid#707663 uninitialized pointer fieldNoel Grandin1-0/+1
2014-02-12cid#707662 uninitialized pointer fieldNoel Grandin1-0/+1
2014-02-12cid#707661 uninitialized pointer fieldNoel Grandin1-0/+1
2014-02-07auto_ptr -> heap_ptrStephan Bergmann1-7/+3
2014-02-07auto_ptr -> scoped_ptrStephan Bergmann1-2/+2
2014-02-07fdo#56511 Don't unduly delay Bridge terminationStephan Bergmann3-4/+14
2014-02-04Related: #i123862# use O*String's isEmpty() method...Herbert Dürr1-1/+1
2013-12-16Allow setting environment value directly in .component filesStephan Bergmann1-2/+2
2013-11-28Minor simplificationStephan Bergmann1-12/+8
2013-11-27binaryurp: silently ignore superfluous MUSTREPLY/SYNCHRONOUS flagsStephan Bergmann1-6/+4
2013-11-14remove unnecessary sal_Unicode casts in various placesNoel Grandin1-1/+1
2013-10-25fdo#54938: More uses of cppu::supportsServiceMarcos Paulo de Souza1-7/+2
2013-06-14No need for a buggy rewriteStephan Bergmann1-10/+8