summaryrefslogtreecommitdiff
path: root/binaryurp/source
AgeCommit message (Expand)Author
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-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
2014-02-12Revert "cid#707662 uninitialized pointer field"Michael Stahl
2014-02-12Revert "cid#707661 uninitialized pointer field"Michael Stahl
2014-02-12cid#707663 uninitialized pointer fieldNoel Grandin
2014-02-12cid#707662 uninitialized pointer fieldNoel Grandin
2014-02-12cid#707661 uninitialized pointer fieldNoel Grandin
2014-02-07auto_ptr -> heap_ptrStephan Bergmann
2014-02-07auto_ptr -> scoped_ptrStephan Bergmann
2014-02-07fdo#56511 Don't unduly delay Bridge terminationStephan Bergmann
2014-02-04Related: #i123862# use O*String's isEmpty() method...Herbert Dürr
2013-12-16Allow setting environment value directly in .component filesStephan Bergmann
2013-11-28Minor simplificationStephan Bergmann
2013-11-27binaryurp: silently ignore superfluous MUSTREPLY/SYNCHRONOUS flagsStephan Bergmann
2013-11-14remove unnecessary sal_Unicode casts in various placesNoel Grandin
2013-10-25fdo#54938: More uses of cppu::supportsServiceMarcos Paulo de Souza
2013-06-14No need for a buggy rewriteStephan Bergmann
2013-06-13cppcheck: fix duplicateExpressionJulien Nabet
2013-05-28#i122208# replace the binaryurp cache for improved C++ compatibilityHerbert Dürr
2013-04-07remove needless forward rtl::OUString declarationsLuboš Luňák
2013-02-19RTL_CONSTASCII_USTRINGPARAM removalsKrisztian Pinter
2012-11-30c++ API: use css alias in generated headers, adds global css declThorsten Behrens
2012-10-01Use prefixTor Lillqvist
2012-10-01Replace usage of rtl_*Memory with equivalent from string.hArnaud Versini
2012-09-25replace remaining InterlockedCount() with inlined versionNorbert Thiebaud
2012-09-18deprecate oustringostreaminserter.hxxNorbert Thiebaud
2012-09-17fdo#46808, Adapt bridge::BridgeFactory UNO service to new styleNoel Grandin
2012-09-05CosmeticsStephan Bergmann
2012-09-05OUString and RTL_CONSTASCII cleanupRicardo Montania
2012-08-22Change rtl::OUString to OUStringRicardo Montania
2012-08-15fdo#43433: Binary URP works gracefully with old Java URPStephan Bergmann
2012-07-04removed unnecessary forward declarations of classTakeshi Abe
2012-06-12re-base on ALv2 code.Michael Meeks