summaryrefslogtreecommitdiffstats
path: root/cppuhelper/qa/unourl
Commit message (Collapse)AuthorAgeFilesLines
* tdf#42949 Fix IWYU warnings in cppuhelper/Gabor Kelemen2019-02-141-3/+0
| | | | | | | | | | Found with bin/find-unneeded-includes Only removal proposals are dealt with here. Change-Id: I0eebd82b96d630da0597166cf87d398072607c13 Reviewed-on: https://gerrit.libreoffice.org/67473 Tested-by: Jenkins Reviewed-by: Miklos Vajna <vmiklos@collabora.com>
* clang-tidy: (WIP) bugprone-too-small-loop-variable findings 2Tamás Zolnai2018-11-101-9/+9
| | | | | | | Change-Id: I1ddf3fe0e5fad265ae14712a23469b684253079d Reviewed-on: https://gerrit.libreoffice.org/63241 Tested-by: Jenkins Reviewed-by: Tamás Zolnai <tamas.zolnai@collabora.com>
* remove more rtl::OUString and OString prefixesNoel Grandin2018-10-241-17/+17
| | | | | | | | | which seem to have snuck back in since the great rounds of removals. Change-Id: I85f7f5f4801c0b48dae8b50f51f83595b286d6a1 Reviewed-on: https://gerrit.libreoffice.org/62229 Tested-by: Jenkins Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
* a whole bunch of SAL_WARN_UNUSEDNoel Grandin2017-01-311-0/+2
| | | | | | | Change-Id: Iea28debc7d3abc58cca21bd3856cb65b321dc1e6 Reviewed-on: https://gerrit.libreoffice.org/33693 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
* cppuhelper: fix loplugin:cppunitassertequals warningsMiklos Vajna2016-09-091-2/+2
| | | | | | | Change-Id: Ia7c3de84b8001a30dbe1863be58a9639167cfa11 Reviewed-on: https://gerrit.libreoffice.org/28760 Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk> Tested-by: Jenkins <ci@libreoffice.org>
* remove unnecessary use of void in function declarationsNoel Grandin2015-04-151-1/+1
| | | | | | | | | | | | | | | | ie. void f(void); becomes void f(); I used the following command to make the changes: git grep -lP '\(\s*void\s*\)' -- *.cxx \ | xargs perl -pi -w -e 's/(\w+)\s*\(\s*void\s*\)/$1\(\)/g;' and ran it for both .cxx and .hxx files. Change-Id: I314a1b56e9c14d10726e32841736b0ad5eef8ddd
* Removed duplicated includesAndrea Gelmini2014-10-311-1/+0
| | | | | | | Change-Id: I5362d997bfa086c9fb1726efcb15132a966684f6 Reviewed-on: https://gerrit.libreoffice.org/12160 Tested-by: LibreOffice gerrit bot <gerrit@libreoffice.org> Reviewed-by: Michael Stahl <mstahl@redhat.com>
* cppuhelper: fix includesThomas Arnhold2014-06-041-7/+7
| | | | Change-Id: I0e6bc822d19cf266dea716fe92f2ccd08d87c51f
* re-base on ALv2 code. Includes:Michael Meeks2012-12-061-23/+14
| | | | | | | | | | | | Patches contributed by Ocke Janssen converted reportdesign. http://svn.apache.org/viewvc?view=revision&revision=1396797 http://svn.apache.org/viewvc?view=revision&revision=1394326 Patch contributed by Oliver Rainer-Wittmann sw34bf06: #i117783# - Writer's implementation of XPagePrintable - apply print settings to new printing routines http://svn.apache.org/viewvc?view=revision&revision=1172115
* targetted re-work of cppunit pieces.Michael Meeks2012-06-271-3/+1
|
* cppuhelper: convert to gbuildMatúš Kukan2012-01-021-63/+0
| | | | missing subsequent test qa/propertysetmixin/makefile.mk
* fdo#42865: cppu,cppuhelper,testtools: no mapfileMichael Stahl2011-11-152-8/+2
| | | | Instead, build with VISIBILITY_HIDDEN.
* sb140: #i113503# mixing system CppUnit and OOo STLport does not work, backed ↵Stephan Bergmann2011-09-121-0/+3
| | | | | | out a6913c9677c2 For LibO, that just means replacing sal/cppunit.h with sal/precppunit.hxx.
* Use separate unit testers for subsequent and normal tests for iOSTor Lillqvist2011-08-011-4/+6
|
* Add statically linked cpphelper unit test for iOSTor Lillqvist2011-08-011-5/+0
|
* Bypass qa thingies for now when cross-compilingTor Lillqvist2011-06-061-0/+5
|
* EasyHacks: Reanimated tests in ure/cppuhelper/qa.Wilhelm Pflueger2011-03-152-14/+15
| | | | | | I had to deactivate the test 'test_weak.cxx' in prj/build.lst. This test failed with 'error 139' - this is typically a segfault during test execution, oops.
* remove empty TESTSHL2LIBCaolán McNamara2011-02-241-1/+0
|
* Some cppcheck cleaningJulien Nabet2011-01-121-1/+0
|
* Add vim/emacs modelines to all source filesSebastian Spaeth2010-10-141-0/+2
| | | | | | | | Fixes #fdo30794 Based on bin/add-modelines script (originally posted in mail 1286706307.1871.1399280959@webmail.messagingengine.com) Signed-off-by: Sebastian Spaeth <Sebastian@SSpaeth.de>
* sb118: #i109791# improved CPPUNIT_CFLAGS handlingsb2010-03-041-3/+1
|
* sb118: add missing CFLAGS+= $(CPPUNIT_CFLAGS) to loads of other makefiles, tooRene Engelhard2010-03-041-0/+3
|
* sb118: merged in DEV300_m72sb2010-02-252-10/+3
|\
| * changefileheader2: #i109125#: change source file copyright notice from Sun ↵Jens-Heiner Rechtien2010-02-122-10/+3
| | | | | | | | Microsystems to Oracle; remove CVS style keywords (RCSfile, Revision)
* | sb118: #i108776# changed addsym.awk to also export STLport num_put symbols, ↵sb2010-01-291-1/+1
|/ | | | and simplified it by requiring that first section is labeled UDK_3_0_0; adapted map files accordingly, replacing many individual ones with solenv/src templates
* #i103496#: split cppunit in a pure external lib and a lib depending on sal ↵Mathias Bauer2009-09-142-3/+4
| | | | -> testshl2
* INTEGRATION: CWS changefileheader (1.2.56); FILE MERGEDRüdiger Timm2008-04-112-46/+37
| | | | 2008/03/28 15:25:24 rt 1.2.56.1: #i87441# Change license header to LPGL v3.
* INTEGRATION: CWS cppuhelpshrink (1.1.2); FILE ADDEDRüdiger Timm2007-01-291-0/+67
| | | | | | 2007/01/22 12:24:20 mmeeks 1.1.2.1: Issue number: i#72766 Submitted by: mmeeks Planning gain: convert obsolete uno URI unit tests to CPPUNIT
* INTEGRATION: CWS cppuhelpshrink (1.1.2); FILE ADDEDRüdiger Timm2007-01-292-0/+496
2007/01/22 12:24:19 mmeeks 1.1.2.1: Issue number: i#72766 Submitted by: mmeeks Planning gain: convert obsolete uno URI unit tests to CPPUNIT