summaryrefslogtreecommitdiff
path: root/cppu/source/uno
AgeCommit message (Expand)Author
2015-03-28Clean up C-style casts from pointers to voidStephan Bergmann
2015-02-05convert all remaining BOOST_STATIC_ASSERT to static_assertCaolán McNamara
2015-01-29cppu: convert some OSL_TRACEMichael Stahl
2015-01-28Some more loplugin:cstylecast clean-upStephan Bergmann
2015-01-20Some more loplugin:cstylecast: cppuStephan Bergmann
2015-01-08valgrind: uninitialized variableCaolán McNamara
2015-01-08coverity#1261762 Resource leakCaolán McNamara
2015-01-05More unnamed namespace clean-upStephan Bergmann
2015-01-05These extern "C" functions are not in an unnamed namespaceStephan Bergmann
2015-01-05These extern "C" functions are not in namespace cppuStephan Bergmann
2015-01-05includeStephan Bergmann
2015-01-05Some loplugin:revisibility clean-upStephan Bergmann
2015-01-02OSL_FAIL -> SAL_WARNStephan Bergmann
2014-12-27boost::unordered_map -> c++11 std::unordered_mapCaolán McNamara
2014-12-11document coverity#706128 Wrong sizeof argumentCaolán McNamara
2014-11-05markup with event type not checker typeCaolán McNamara
2014-10-30restore using rtl for OSL_DEBUG_LEVEL > 1Caolán McNamara
2014-10-29remove unnecessary 'using namespace rtl' declarationsNoel Grandin
2014-10-27see if we can auto-ignore new Sequence false positives as suchCaolán McNamara
2014-10-02optimise UNO Sequence destructorNoel Grandin
2014-09-18fdo#83512 Make use of OUStringHash and OStringHashDaniel Sikeler
2014-09-17attempt to fix Android buildbotNoel Grandin
2014-09-17cppu and cppuhelper: loplugin: cstylecastNoel Grandin
2014-08-07Avoid incomplete type in fn sig to keep ubsan's RTTI-based checks happyStephan Bergmann
2014-07-07DBG_ASSERT->assert when followed by dereferenceCaolán McNamara
2014-07-01clang scan-build: various warningsCaolán McNamara
2014-06-26OSL_ENSURE->assertCaolán McNamara
2014-06-05cppu: remove SAL_THROW macroNoel Grandin
2014-04-19fixincludeguards.sh: cppuThomas Arnhold
2014-04-04Missing includeStephan Bergmann
2014-02-27Remove visual noise from cppuAlexander Wilms
2014-02-23Remove unneccessary commentsAlexander Wilms
2014-02-17cppu: sal_Bool -> boolStephan Bergmann
2014-02-03Remove needless SAL_DLLPRIVATE annotationsStephan Bergmann
2014-01-31[API CHANGE] Remove UNOIDL "array" and "union" vaporware remnants from cppuStephan Bergmann
2014-01-28coverity#440026 Logically dead codeCaolán McNamara
2014-01-25coverity#1158251 Dereference before null checkCaolán McNamara
2014-01-21Fix bogus mass-conversion equalsAsciiL -> startsWithStephan Bergmann
2014-01-07remove unnecessary sal_Unicode casts in OUStringBuffer::append callsNoel Grandin
2014-01-05remove empty orPhilipp Riemer
2013-12-26WaE: unused function 'setNegativeBridge'Tor Lillqvist
2013-12-16fdo#72598 Remove SunStudio cruft from code baseJelle van der Waa
2013-12-16Clean-up uno/lbnames.hStephan Bergmann
2013-12-11cppu: Avoid uno_direct_getEnvironment() indirection.Matúš Kukan
2013-11-20remove unnecessary RTL_CONSTASCII_STRINGPARAM in appendAscii callsNoel Grandin
2013-11-20convert equalsAsciiL calls to startsWith callsNoel Grandin
2013-08-22Better assertionsStephan Bergmann
2013-08-21finish deprecation of O(U)String::valueOf()Luboš Luňák
2013-08-21osl_getThreadIdentifier(0) -> osl::Thread::getCurrentIdentifier()Stephan Bergmann
2013-08-19Rename SOLAR_JAVA to ENABLE_JAVA and HAVE_FEATURE_JAVATor Lillqvist