summaryrefslogtreecommitdiffstats
path: root/binaryurp
Commit message (Expand)AuthorAgeFilesLines
* loplugin:unusedfieldsNoel Grandin2016-11-152-11/+5
* Replace remaining OSL_ASSERT etc. in binaryurpStephan Bergmann2016-09-163-48/+54
* In binaryurp, fix change from rtl_copyMemory to memcpyStephan Bergmann2016-09-161-11/+13
* loplugin:override: No more need for the "MSVC dtor override" workaroundStephan Bergmann2016-09-134-4/+4
* cid#1371307: Move semantics for BinaryAnyStephan Bergmann2016-08-192-0/+35
* split the assert into twoMarkus Mohrhard2016-07-101-3/+3
* use SAL_DEPRECATED in uno::ReferenceNoel Grandin2016-07-041-1/+1
* Fix some spelling errors in comments and stringsOtto Kekäläinen2016-07-041-1/+1
* Replace fallthrough comments with new SAL_FALLTHROUGH macroStephan Bergmann2016-05-102-2/+2
* loplugin:passstuffbyref in variousNoel Grandin2016-04-143-5/+5
* Remove excess newlinesChris Sherlock2016-02-092-3/+0
* loplugin:unusedmethodsNoel Grandin2016-02-082-26/+0
* loplugin:nullptr (automatic rewrite)Stephan Bergmann2015-11-1011-63/+63
* tdf#94269: Replace "n" prefix for bool variables with "b"Benjamin Ni2015-11-025-33/+33
* tdf#65108 use <> instead of "" in include lineFeyza Yavuz2015-11-022-15/+15
* Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY codeStephan Bergmann2015-10-124-15/+15
* Replace "SAL_DELETED_FUNCTION" with "= delete" in LIBO_INTERNAL_ONLY codeStephan Bergmann2015-10-1212-26/+26
* tdf#88206 replace cppu::WeakImplHelper* etc.Takeshi Abe2015-07-102-4/+4
* More informative exception messageStephan Bergmann2015-06-041-2/+2
* loplugin:redundantcast: const_cast to same typeStephan Bergmann2015-05-291-3/+2
* Various #include <sal/log.hxx> fixupsStephan Bergmann2015-04-222-0/+2
* Add support for cppu::UnoType<void>Stephan Bergmann2015-04-011-2/+1
* Remove redundant Reference<> from within UnoType<> usesStephan Bergmann2015-04-012-4/+2
* restore dependenciesCaolán McNamara2015-02-163-0/+6
* boost::noncopyable->'= delete'Caolán McNamara2015-02-1618-40/+57
* boost::foo_ptr->std::foo_ptrCaolán McNamara2015-02-162-4/+3
* loplugin:cstylecast: warn about certain redundant reinterpret_castsStephan Bergmann2015-01-091-1/+1
* css::uno::Sequence ctor with initializer_listStephan Bergmann2014-12-122-27/+18
* sal: clean up public headers with include-what-you-useMichael Stahl2014-11-171-0/+1
* cid#1212456 Silently ignore uno_assignData return value hereStephan Bergmann2014-10-311-1/+1
* untabifyStephan Bergmann2014-09-251-29/+29
* Replace use of o3tl::heap_ptr with std::unique_ptrStephan Bergmann2014-09-241-3/+3
* DBG_ASSERT->assert when followed by dereferenceCaolán McNamara2014-07-071-1/+1
* new compilerplugin returnbyrefNoel Grandin2014-06-242-3/+3
* improve the inlinesimplememberfunctions clang pluginNoel Grandin2014-06-176-33/+7
* various: remove SAL_THROW macroNoel Grandin2014-06-052-3/+1
* remove boilerplate in UNO Exception constructor callsNoel Grandin2014-05-239-115/+60
* rhbz#1016758: Dispose bridges when disposing bridge factoryStephan Bergmann2014-05-192-0/+33
* coverity#707665 Uninitialized scalar fieldCaolán McNamara2014-05-111-1/+2
* coverity#707666 Uninitialized scalar fieldCaolán McNamara2014-05-111-1/+6
* Many spelling fixes: directories a* - g*.Pedro Giffuni2014-04-301-1/+1
* prefer makefile-gmake-modeTakeshi Abe2014-04-284-4/+4
* sal/log.hxx functionality also includes the equivalent of OSL_LOG_PREFIXStephan Bergmann2014-04-162-7/+6
* First batch of adding SAL_OVERRRIDE to overriding function declarationsStephan Bergmann2014-03-264-14/+14
* Use cppu::BaseMutex instead of plain osl::Mutex as baseStephan Bergmann2014-03-182-6/+8
* cppuhelper: retrofit std::exception into overriding exception specsStephan Bergmann2014-02-264-22/+22
* Remove visual noise from binaryurpAlexander Wilms2014-02-251-1/+1
* cid#983607 unexpected std::exceptionStephan Bergmann2014-02-132-2/+4
* cid#706247 wrong exception typeStephan Bergmann2014-02-131-1/+1
* Revert "cid#707663 uninitialized pointer field"Michael Stahl2014-02-121-1/+0