summaryrefslogtreecommitdiffstats
path: root/cppu/qa
Commit message (Expand)AuthorAgeFilesLines
* Add support for cppu::UnoType<void>Stephan Bergmann2015-04-012-1/+2
* Replace remaining getCppuType et al with cppu::UnoTypeStephan Bergmann2015-04-013-291/+81
* Remove unused */qa/checkapi/Stephan Bergmann2014-12-191-30/+0
* Removed duplicated includesAndrea Gelmini2014-10-313-4/+0
* Prefer cppu::UnoType<T>::get() to ::getCppuType((T*)0) part11Julien Nabet2014-05-131-16/+14
* add missing modelines to idl filesThomas Arnhold2014-04-242-0/+6
* Clean up function declarationsStephan Bergmann2014-04-092-13/+12
* Cosmetics (to ease work related to finding unused functions)Stephan Bergmann2014-04-031-4/+4
* remove unnecessary scope qualifier from sal_Bool usesNoel Grandin2014-04-031-7/+7
* First batch of adding SAL_OVERRRIDE to overriding function declarationsStephan Bergmann2014-03-262-12/+12
* std::exception retrofit sequelStephan Bergmann2014-02-272-4/+4
* Let C++ inline functions return bool instead of sal_BoolStephan Bergmann2014-01-221-3/+3
* fdo#72598 Remove SunStudio cruft from code baseJelle van der Waa2013-12-161-18/+0
* -Werror,-Wunused-member-functionStephan Bergmann2013-11-141-0/+14
* Bin comments that claim to say why some header is includedTor Lillqvist2013-10-221-1/+1
* Unlike idlc, unoidl doesn't support out-of-range byte constsStephan Bergmann2013-09-192-4/+0
* Avoid warnings about unused test functionsStephan Bergmann2013-05-071-43/+49
* Up-cast conversion constructor for css::uno::ReferenceStephan Bergmann2013-05-071-0/+43
* Forbid old-style services/singletons inheriting new-style servicesStephan Bergmann2013-04-031-1/+1
* removal of RTL_CONSTASCII_USTRINGPARAM for quoted OUStrings declarationsThomas Arnhold2013-03-191-20/+20
* automated removal of RTL_CONSTASCII_USTRINGPARAM for quoted OUStringsThomas Arnhold2013-03-193-62/+53
* c++ API: use css alias in generated headers, adds global css declThorsten Behrens2012-11-302-4/+0
* deprecate oustringostreaminserter.hxxNorbert Thiebaud2012-09-182-5/+0
* migrate some of the biggest consumer of osl_*InterlockedCount to osl_atomicNorbert Thiebaud2012-09-172-4/+4
* Bin no longer used iOS cppunit stuff that breaks build evenTor Lillqvist2012-08-015-156/+0
* udkapi, offapi: do not use #include "foo":Michael Stahl2012-07-302-10/+10
* allow using rtl::OUString etc. simply as OUString, without rtl::Luboš Luňák2012-07-161-0/+30
* targetted re-work of cppunit pieces.Michael Meeks2012-06-276-13/+5
* re-base on ALv2 code.Michael Meeks2012-06-267-174/+118
* re-base on ALv2 code.Michael Meeks2012-06-131-26/+17
* cppu: use InternalUnoApiMatúš Kukan2012-04-091-48/+0
* Replaced equalsAsciiL(RTL_CONSTASCII_STRINGPARAM(...)) with == operatorSzabolcs Dezsi2012-04-061-64/+21
* Enable -Wnon-virtual-dtor for GCC 4.6Stephan Bergmann2012-03-142-4/+12
* Removed some unused parameters; added SAL_UNUSED_PARAMETER.Stephan Bergmann2012-01-211-1/+2
* -Werror=sign-promo fixesStephan Bergmann2011-12-192-35/+37
* cppu: convert to gbuildMatúš Kukan2011-12-193-193/+48
* remove include of pch header in cppuNorbert Thiebaud2011-11-276-10/+0
* New sal/log.h obsoletes osl/diagnose.h and tools/debug.hxx.Stephan Bergmann2011-11-222-28/+2
* fdo#42865: cppu,cppuhelper,testtools: no mapfileMichael Stahl2011-11-154-73/+7
* Fix build --all depend=x.Stephan Bergmann2011-11-141-0/+2
* Some fixes for "clang version 3.1 (trunk 142234)" (with --enable-werror, on L...Stephan Bergmann2011-10-182-19/+27
* Removed uses of rtl::O[U]String[Buffer]::operator sal_{char|Unicode} const *().Stephan Bergmann2011-09-272-0/+24
* Bypass building the iOS cppu_unittester_all for nowTor Lillqvist2011-09-201-1/+6
* sb140: #i113503# mixing system CppUnit and OOo STLport does not work, backed ...Stephan Bergmann2011-09-126-9/+11
* Use OBJCXXFLAGS instead of duplicating itTor Lillqvist2011-08-011-1/+1
* Add statically linked cppu unit test for iOSTor Lillqvist2011-08-016-5/+174
* use rm -f to not complain about attempting to remove nonexisting fileChristian Lohmaier2011-06-131-17/+17
* Can't run any qa when cross-compilingTor Lillqvist2011-06-052-0/+10
* restore cppunit test, Sequence ctor from sal_Int32 is now explicitCaolán McNamara2011-03-181-4/+11
* only test this on certain archsCaolán McNamara2011-03-181-0/+3