summaryrefslogtreecommitdiff
path: root/cppu/source/uno
AgeCommit message (Expand)AuthorFilesLines
2015-01-05More unnamed namespace clean-upStephan Bergmann1-7/+5
2015-01-05These extern "C" functions are not in an unnamed namespaceStephan Bergmann1-2/+1
2015-01-05These extern "C" functions are not in namespace cppuStephan Bergmann1-8/+7
2015-01-05includeStephan Bergmann1-1/+1
2015-01-05Some loplugin:revisibility clean-upStephan Bergmann6-37/+37
2015-01-02OSL_FAIL -> SAL_WARNStephan Bergmann1-17/+7
2014-12-27boost::unordered_map -> c++11 std::unordered_mapCaolán McNamara3-13/+10
2014-12-11document coverity#706128 Wrong sizeof argumentCaolán McNamara1-0/+1
2014-11-05markup with event type not checker typeCaolán McNamara1-4/+10
2014-10-30restore using rtl for OSL_DEBUG_LEVEL > 1Caolán McNamara1-0/+3
2014-10-29remove unnecessary 'using namespace rtl' declarationsNoel Grandin1-1/+0
2014-10-27see if we can auto-ignore new Sequence false positives as suchCaolán McNamara1-0/+2
2014-10-02optimise UNO Sequence destructorNoel Grandin2-21/+42
2014-09-18fdo#83512 Make use of OUStringHash and OStringHashDaniel Sikeler2-18/+5
2014-09-17attempt to fix Android buildbotNoel Grandin1-1/+1
2014-09-17cppu and cppuhelper: loplugin: cstylecastNoel Grandin4-4/+4
2014-08-07Avoid incomplete type in fn sig to keep ubsan's RTTI-based checks happyStephan Bergmann1-1/+2
2014-07-07DBG_ASSERT->assert when followed by dereferenceCaolán McNamara2-6/+4
2014-07-01clang scan-build: various warningsCaolán McNamara2-2/+2
2014-06-26OSL_ENSURE->assertCaolán McNamara1-1/+1
2014-06-05cppu: remove SAL_THROW macroNoel Grandin9-78/+32
2014-04-19fixincludeguards.sh: cppuThomas Arnhold9-18/+18
2014-04-04Missing includeStephan Bergmann1-0/+1
2014-02-27Remove visual noise from cppuAlexander Wilms11-113/+113
2014-02-23Remove unneccessary commentsAlexander Wilms4-47/+47
2014-02-17cppu: sal_Bool -> boolStephan Bergmann5-131/+131
2014-02-03Remove needless SAL_DLLPRIVATE annotationsStephan Bergmann1-2/+2
2014-01-31[API CHANGE] Remove UNOIDL "array" and "union" vaporware remnants from cppuStephan Bergmann7-752/+0
2014-01-28coverity#440026 Logically dead codeCaolán McNamara1-22/+11
2014-01-25coverity#1158251 Dereference before null checkCaolán McNamara1-2/+1
2014-01-21Fix bogus mass-conversion equalsAsciiL -> startsWithStephan Bergmann1-1/+1
2014-01-07remove unnecessary sal_Unicode casts in OUStringBuffer::append callsNoel Grandin2-10/+10
2014-01-05remove empty orPhilipp Riemer1-1/+1
2013-12-26WaE: unused function 'setNegativeBridge'Tor Lillqvist1-1/+5
2013-12-16fdo#72598 Remove SunStudio cruft from code baseJelle van der Waa1-1/+1
2013-12-16Clean-up uno/lbnames.hStephan Bergmann2-0/+2
2013-12-11cppu: Avoid uno_direct_getEnvironment() indirection.Matúš Kukan3-83/+1
2013-11-20remove unnecessary RTL_CONSTASCII_STRINGPARAM in appendAscii callsNoel Grandin4-26/+22
2013-11-20convert equalsAsciiL calls to startsWith callsNoel Grandin1-1/+1
2013-08-22Better assertionsStephan Bergmann1-1/+4
2013-08-21finish deprecation of O(U)String::valueOf()Luboš Luňák1-2/+2
2013-08-21osl_getThreadIdentifier(0) -> osl::Thread::getCurrentIdentifier()Stephan Bergmann1-2/+3
2013-08-19Rename SOLAR_JAVA to ENABLE_JAVA and HAVE_FEATURE_JAVATor Lillqvist2-2/+4
2013-08-12error: dereferencing type-punned pointer will break strict-aliasing rulesStephan Bergmann1-1/+1
2013-05-09protect UNO EnvStack's s_setCurrent() against unknown threadidHerbert Dürr1-2/+7
2013-05-06remove usage of RTL_CONSTASCII_USTRINGPARAMLuboš Luňák3-4/+4
2013-04-16WaE: variable 'hMod' set but not usedTor Lillqvist1-4/+0
2013-04-16do not use deprecated rtl_registerModuleForUnloadingMatúš Kukan2-5/+0
2013-03-19removal of RTL_CONSTASCII_USTRINGPARAM for quoted OUStrings declarationsThomas Arnhold1-4/+4
2013-03-19automated removal of RTL_CONSTASCII_USTRINGPARAM for quoted OUStringsThomas Arnhold1-1/+1