summaryrefslogtreecommitdiffstats
path: root/binaryurp/source
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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
* Revert "cid#707662 uninitialized pointer field"Michael Stahl2014-02-121-1/+0
* Revert "cid#707661 uninitialized pointer field"Michael Stahl2014-02-121-1/+0
* cid#707663 uninitialized pointer fieldNoel Grandin2014-02-121-0/+1
* cid#707662 uninitialized pointer fieldNoel Grandin2014-02-121-0/+1
* cid#707661 uninitialized pointer fieldNoel Grandin2014-02-121-0/+1
* auto_ptr -> heap_ptrStephan Bergmann2014-02-071-7/+3
* auto_ptr -> scoped_ptrStephan Bergmann2014-02-071-2/+2
* fdo#56511 Don't unduly delay Bridge terminationStephan Bergmann2014-02-073-4/+14
* Related: #i123862# use O*String's isEmpty() method...Herbert Dürr2014-02-041-1/+1
* Allow setting environment value directly in .component filesStephan Bergmann2013-12-161-2/+2
* Minor simplificationStephan Bergmann2013-11-281-12/+8
* binaryurp: silently ignore superfluous MUSTREPLY/SYNCHRONOUS flagsStephan Bergmann2013-11-271-6/+4
* remove unnecessary sal_Unicode casts in various placesNoel Grandin2013-11-141-1/+1
* fdo#54938: More uses of cppu::supportsServiceMarcos Paulo de Souza2013-10-251-7/+2
* No need for a buggy rewriteStephan Bergmann2013-06-141-10/+8
* cppcheck: fix duplicateExpressionJulien Nabet2013-06-131-1/+1
* #i122208# replace the binaryurp cache for improved C++ compatibilityHerbert Dürr2013-05-283-81/+79
* remove needless forward rtl::OUString declarationsLuboš Luňák2013-04-071-3/+0
* RTL_CONSTASCII_USTRINGPARAM removalsKrisztian Pinter2013-02-191-1/+1
* c++ API: use css alias in generated headers, adds global css declThorsten Behrens2012-11-3011-46/+0
* Use prefixTor Lillqvist2012-10-012-2/+2
* Replace usage of rtl_*Memory with equivalent from string.hArnaud Versini2012-10-011-3/+3
* replace remaining InterlockedCount() with inlined versionNorbert Thiebaud2012-09-251-2/+2
* deprecate oustringostreaminserter.hxxNorbert Thiebaud2012-09-182-4/+0
* fdo#46808, Adapt bridge::BridgeFactory UNO service to new styleNoel Grandin2012-09-171-2/+2
* CosmeticsStephan Bergmann2012-09-058-75/+50
* OUString and RTL_CONSTASCII cleanupRicardo Montania2012-09-0510-221/+99
* Change rtl::OUString to OUStringRicardo Montania2012-08-2221-170/+170
* fdo#43433: Binary URP works gracefully with old Java URPStephan Bergmann2012-08-151-1/+18
* removed unnecessary forward declarations of classTakeshi Abe2012-07-042-2/+0
* re-base on ALv2 code.Michael Meeks2012-06-1231-806/+527
* Better fix for ThreadPool/ORequestThread life cycleStephan Bergmann2012-05-236-77/+161
* Fixed ThreadPool (and dependent ORequestThread) life cycleStephan Bergmann2012-05-162-23/+33
* put the missing type into the exception messageMichael Stahl2012-04-141-2/+4
* Replaced equalsAsciiL(RTL_CONSTASCII_STRINGPARAM(...)) with == operatorSzabolcs Dezsi2012-04-063-6/+3