summaryrefslogtreecommitdiff
path: root/binaryurp
AgeCommit message (Expand)Author
2016-11-15loplugin:unusedfieldsNoel Grandin
2016-09-16Replace remaining OSL_ASSERT etc. in binaryurpStephan Bergmann
2016-09-16In binaryurp, fix change from rtl_copyMemory to memcpyStephan Bergmann
2016-09-13loplugin:override: No more need for the "MSVC dtor override" workaroundStephan Bergmann
2016-08-19cid#1371307: Move semantics for BinaryAnyStephan Bergmann
2016-07-10split the assert into twoMarkus Mohrhard
2016-07-04use SAL_DEPRECATED in uno::ReferenceNoel Grandin
2016-07-04Fix some spelling errors in comments and stringsOtto Kekäläinen
2016-05-10Replace fallthrough comments with new SAL_FALLTHROUGH macroStephan Bergmann
2016-04-14loplugin:passstuffbyref in variousNoel Grandin
2016-02-09Remove excess newlinesChris Sherlock
2016-02-08loplugin:unusedmethodsNoel Grandin
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann
2015-11-02tdf#94269: Replace "n" prefix for bool variables with "b"Benjamin Ni
2015-11-02tdf#65108 use <> instead of "" in include lineFeyza Yavuz
2015-10-12Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY codeStephan Bergmann
2015-10-12Replace "SAL_DELETED_FUNCTION" with "= delete" in LIBO_INTERNAL_ONLY codeStephan Bergmann
2015-07-10tdf#88206 replace cppu::WeakImplHelper* etc.Takeshi Abe
2015-06-04More informative exception messageStephan Bergmann
2015-05-29loplugin:redundantcast: const_cast to same typeStephan Bergmann
2015-04-22Various #include <sal/log.hxx> fixupsStephan Bergmann
2015-04-01Add support for cppu::UnoType<void>Stephan Bergmann
2015-04-01Remove redundant Reference<> from within UnoType<> usesStephan Bergmann
2015-02-16restore dependenciesCaolán McNamara
2015-02-16boost::noncopyable->'= delete'Caolán McNamara
2015-02-16boost::foo_ptr->std::foo_ptrCaolán McNamara
2015-01-09loplugin:cstylecast: warn about certain redundant reinterpret_castsStephan Bergmann
2014-12-12css::uno::Sequence ctor with initializer_listStephan Bergmann
2014-11-17sal: clean up public headers with include-what-you-useMichael Stahl
2014-10-31cid#1212456 Silently ignore uno_assignData return value hereStephan Bergmann
2014-09-25untabifyStephan Bergmann
2014-09-24Replace use of o3tl::heap_ptr with std::unique_ptrStephan Bergmann
2014-07-07DBG_ASSERT->assert when followed by dereferenceCaolán McNamara
2014-06-24new compilerplugin returnbyrefNoel Grandin
2014-06-17improve the inlinesimplememberfunctions clang pluginNoel Grandin
2014-06-05various: remove SAL_THROW macroNoel Grandin
2014-05-23remove boilerplate in UNO Exception constructor callsNoel Grandin
2014-05-19rhbz#1016758: Dispose bridges when disposing bridge factoryStephan Bergmann
2014-05-11coverity#707665 Uninitialized scalar fieldCaolán McNamara
2014-05-11coverity#707666 Uninitialized scalar fieldCaolán McNamara
2014-04-30Many spelling fixes: directories a* - g*.Pedro Giffuni
2014-04-28prefer makefile-gmake-modeTakeshi Abe
2014-04-16sal/log.hxx functionality also includes the equivalent of OSL_LOG_PREFIXStephan Bergmann
2014-03-26First batch of adding SAL_OVERRRIDE to overriding function declarationsStephan Bergmann
2014-03-18Use cppu::BaseMutex instead of plain osl::Mutex as baseStephan Bergmann
2014-02-26cppuhelper: retrofit std::exception into overriding exception specsStephan Bergmann
2014-02-25Remove visual noise from binaryurpAlexander Wilms
2014-02-13cid#983607 unexpected std::exceptionStephan Bergmann
2014-02-13cid#706247 wrong exception typeStephan Bergmann
2014-02-12Revert "cid#707663 uninitialized pointer field"Michael Stahl