summaryrefslogtreecommitdiff
path: root/binaryurp/source
AgeCommit message (Collapse)Author
2012-02-23Adapted Reader/Writer to safer-to-use salhelper::ThreadStephan Bergmann
2012-01-21Removed some unused parameters; added SAL_UNUSED_PARAMETER.Stephan Bergmann
SAL_UNUSED_PARAMETER (expanding to __attribute__ ((unused)) for GCC) is used to annotate legitimately unused parameters, so that static analysis tools can tell legitimately unused parameters from truly unnecessary ones. To that end, some patches for external modules are also added, that are only applied when compiling with GCC and add necessary __attribute__ ((unused)) in headers.
2011-12-13Fix for fdo43460 Part IV getLength to isEmptyOlivier Hallot
Part IV Module basic (small fix per demand from Ivan Timofeev) binaryurp bridges
2011-11-30catch by constant referenceTakeshi Abe
2011-11-29Demote SAL_WARN that happens regularly during bridge shutdown to SAL_INFO.Stephan Bergmann
2011-11-28Adapted to new assertion/logging mechanisms.Stephan Bergmann
2011-09-25convert binaryurp to gbuildMatúš Kukan
2011-09-22just silence the auto_ptr deprecations in isolationCaolán McNamara
2011-08-15callcatcher: unused methodsCaolán McNamara
2011-07-12Remove component_getImplementationEnvironmentMatúš Kukan
2011-06-02round this one up too to get forms to passCaolán McNamara
2011-06-02add mode lines to new filesCaolán McNamara
2011-06-02round allocated struct return space to sizeof(size_t)Caolán McNamara
this fixes the sfx2 subsequenttest
2011-03-29drop bogus executable flag from [ch]xx/bas/asm filesFrancisco Saito
2011-01-28sb138: #i115619#, #i116038# use osl_setThreadName in binaryurpsb
2011-01-26sb138: #i116038# fresh implementation of binary URP bridgesb