summaryrefslogtreecommitdiff
path: root/cppu/qa
AgeCommit message (Expand)AuthorFilesLines
2014-12-19Remove unused */qa/checkapi/Stephan Bergmann1-30/+0
2014-10-31Removed duplicated includesAndrea Gelmini3-4/+0
2014-05-13Prefer cppu::UnoType<T>::get() to ::getCppuType((T*)0) part11Julien Nabet1-16/+14
2014-04-24add missing modelines to idl filesThomas Arnhold2-0/+6
2014-04-09Clean up function declarationsStephan Bergmann2-13/+12
2014-04-03Cosmetics (to ease work related to finding unused functions)Stephan Bergmann1-4/+4
2014-04-03remove unnecessary scope qualifier from sal_Bool usesNoel Grandin1-7/+7
2014-03-26First batch of adding SAL_OVERRRIDE to overriding function declarationsStephan Bergmann2-12/+12
2014-02-27std::exception retrofit sequelStephan Bergmann2-4/+4
2014-01-22Let C++ inline functions return bool instead of sal_BoolStephan Bergmann1-3/+3
2013-12-16fdo#72598 Remove SunStudio cruft from code baseJelle van der Waa1-18/+0
2013-11-14-Werror,-Wunused-member-functionStephan Bergmann1-0/+14
2013-10-22Bin comments that claim to say why some header is includedTor Lillqvist1-1/+1
2013-09-19Unlike idlc, unoidl doesn't support out-of-range byte constsStephan Bergmann2-4/+0
2013-05-07Avoid warnings about unused test functionsStephan Bergmann1-43/+49
2013-05-07Up-cast conversion constructor for css::uno::ReferenceStephan Bergmann1-0/+43
2013-04-03Forbid old-style services/singletons inheriting new-style servicesStephan Bergmann1-1/+1
2013-03-19removal of RTL_CONSTASCII_USTRINGPARAM for quoted OUStrings declarationsThomas Arnhold1-20/+20
2013-03-19automated removal of RTL_CONSTASCII_USTRINGPARAM for quoted OUStringsThomas Arnhold3-62/+53
2012-11-30c++ API: use css alias in generated headers, adds global css declThorsten Behrens2-4/+0
2012-09-18deprecate oustringostreaminserter.hxxNorbert Thiebaud2-5/+0
2012-09-17migrate some of the biggest consumer of osl_*InterlockedCount to osl_atomicNorbert Thiebaud2-4/+4
2012-08-01Bin no longer used iOS cppunit stuff that breaks build evenTor Lillqvist5-156/+0
2012-07-30udkapi, offapi: do not use #include "foo":Michael Stahl2-10/+10
2012-07-16allow using rtl::OUString etc. simply as OUString, without rtl::Luboš Luňák1-0/+30
2012-06-27targetted re-work of cppunit pieces.Michael Meeks6-13/+5
2012-06-26re-base on ALv2 code.Michael Meeks7-174/+118
2012-06-13re-base on ALv2 code.Michael Meeks1-26/+17
2012-04-09cppu: use InternalUnoApiMatúš Kukan1-48/+0
2012-04-06Replaced equalsAsciiL(RTL_CONSTASCII_STRINGPARAM(...)) with == operatorSzabolcs Dezsi1-64/+21
2012-03-14Enable -Wnon-virtual-dtor for GCC 4.6Stephan Bergmann2-4/+12
2012-01-21Removed some unused parameters; added SAL_UNUSED_PARAMETER.Stephan Bergmann1-1/+2
2011-12-19-Werror=sign-promo fixesStephan Bergmann2-35/+37
2011-12-19cppu: convert to gbuildMatúš Kukan3-193/+48
2011-11-27remove include of pch header in cppuNorbert Thiebaud6-10/+0
2011-11-22New sal/log.h obsoletes osl/diagnose.h and tools/debug.hxx.Stephan Bergmann2-28/+2
2011-11-15fdo#42865: cppu,cppuhelper,testtools: no mapfileMichael Stahl4-73/+7
2011-11-14Fix build --all depend=x.Stephan Bergmann1-0/+2
2011-10-18Some fixes for "clang version 3.1 (trunk 142234)" (with --enable-werror, on L...Stephan Bergmann2-19/+27
2011-09-27Removed uses of rtl::O[U]String[Buffer]::operator sal_{char|Unicode} const *().Stephan Bergmann2-0/+24
2011-09-20Bypass building the iOS cppu_unittester_all for nowTor Lillqvist1-1/+6
2011-09-12sb140: #i113503# mixing system CppUnit and OOo STLport does not work, backed ...Stephan Bergmann6-9/+11
2011-08-01Use OBJCXXFLAGS instead of duplicating itTor Lillqvist1-1/+1
2011-08-01Add statically linked cppu unit test for iOSTor Lillqvist6-5/+174
2011-06-13use rm -f to not complain about attempting to remove nonexisting fileChristian Lohmaier1-17/+17
2011-06-05Can't run any qa when cross-compilingTor Lillqvist2-0/+10
2011-03-18restore cppunit test, Sequence ctor from sal_Int32 is now explicitCaolán McNamara1-4/+11
2011-03-18only test this on certain archsCaolán McNamara1-0/+3
2011-03-18Add PowerPC to the right branchFridrich Štrba1-1/+1
2011-03-15move cppumaker test to cppuCaolán McNamara4-0/+1395