summaryrefslogtreecommitdiffstats
path: root/testtools
Commit message (Collapse)AuthorAgeFilesLines
* mass removal of rtl:: prefixes for O(U)String*Luboš Luňák2013-04-079-97/+87
| | | | | | | | Modules sal, salhelper, cppu, cppuhelper, codemaker (selectively) and odk have kept them, in order not to break external API (the automatic using declaration is LO-internal). Change-Id: I588fc9e0c45b914f824f91c0376980621d730f09
* Missing dependencies on UNO_SERVICES/TYPES references in solver uno ini-fileStephan Bergmann2013-04-051-1/+3
| | | | | | ...resolved at runtime by cppuhelper library on which uno executable depends. Change-Id: Id654e240fe88268de3ae690b1746591a71ba5a1a
* Remove Mac OS X for PowerPC supportTor Lillqvist2013-04-031-4/+0
| | | | Change-Id: I10b15141e6a5f93365e1cfa6fbc0c7cc3ea49b15
* simplify OUString assignmentsChr. Rossmanith2013-03-201-6/+6
| | | | | | | Change-Id: Ieffd80aa84c9a041785bb81b3a904a32d00cb2bb Reviewed-on: https://gerrit.libreoffice.org/2863 Reviewed-by: Noel Power <noel.power@suse.com> Tested-by: Noel Power <noel.power@suse.com>
* removal of RTL_CONSTASCII_USTRINGPARAM for quoted OUStrings declarationsThomas Arnhold2013-03-192-5/+5
| | | | | | | | | s/(OUString\s+[a-zA-Z_][A-Za-z0-9_]*\s*)\(\s*RTL_CONSTASCII_USTRINGPARAM\s*\((\s*"[^")]*?"\s*)\)\s*\)/$1\($2\)/gms Change-Id: Iad20f242c80c4bdc69df17e2d7a69d58ea53654b Reviewed-on: https://gerrit.libreoffice.org/2835 Reviewed-by: Thomas Arnhold <thomas@arnhold.org> Tested-by: Thomas Arnhold <thomas@arnhold.org>
* automated removal of RTL_CONSTASCII_USTRINGPARAM for quoted OUStringsThomas Arnhold2013-03-195-74/+68
| | | | | | | | | | | Done with a perl regex: s/OUString\s*\(\s*RTL_CONSTASCII_USTRINGPARAM\s*\((\s*"[^")]*?"\s*)\)\s*\)/OUString\($1\)/gms Change-Id: Idf28320817cdcbea6d0f7ec06a9bf51bd2c3b3ec Reviewed-on: https://gerrit.libreoffice.org/2832 Reviewed-by: Thomas Arnhold <thomas@arnhold.org> Tested-by: Thomas Arnhold <thomas@arnhold.org>
* remove legacy build.pl prj/build.lst files.Michael Meeks2013-03-141-3/+0
|
* gbuild: stop using $(OUTDIR)/idlMichael Stahl2013-03-131-1/+1
| | | | | | Instead, include directly from $(SRCDIR) Change-Id: I09df3da82eead897eb194ae55d1a092452f3cdb9
* kill random dmake leftoversPeter Foley2013-02-281-26/+0
| | | | Change-Id: I64e0d72c2ebcef22a831e264012fc8e1ff3b76d7
* remove all d.lstMichael Stahl2013-02-281-0/+0
| | | | Change-Id: Icba4218c5f9fe89d183d25ea82a8eae52881f885
* cppuhelper: new ZipPackage_cppuhelper_odk_headersMichael Stahl2013-02-271-1/+1
| | | | Change-Id: I77d7ef6890ca584cf022059838c318a2811bcd5d
* cppu: new ZipPackage_cppu_odk_headersMichael Stahl2013-02-271-1/+1
| | | | Change-Id: I4ceee0ed3438a18e13c186ebd8d390604d26ec28
* Removed several useless macros: A2OU, A2S, C2U, C2S, OUSTR, OUSTRINGJean-Noël Rouvignac2013-01-301-10/+9
| | | | | | | Change-Id: Ie859cb2dfdc7103c379fce56be88eef8fe390afd Reviewed-on: https://gerrit.libreoffice.org/1924 Tested-by: Luboš Luňák <l.lunak@suse.cz> Reviewed-by: Luboš Luňák <l.lunak@suse.cz>
* gbuild: fix silly "expandtabs" in makefile VIM modelinesMichael Stahl2013-01-266-6/+6
| | | | Change-Id: I54d8923ad315e8041fd3904da3a29f1a7a8c8b16
* gbuild: do not copy boost headers aroundMichael Stahl2013-01-263-0/+6
| | | | | | | | | - do not use gb_UnpackedTarball_copy_header_files for boost - adapt the optimization in concat-deps.c for new path - use boost_headers in all LinkTargets that require it - add explicit include paths to mysqlc, mysqlcppconn, libvisio, liborcus Change-Id: I0c43e73ed43cc9d2e6bce8faf55e992d655a0bb9
* add runtime deps for custom targetsDavid Tardon2012-12-303-14/+5
| | | | Change-Id: I49272003ea72c84c9e81bc826820b0ac5f9d5008
* Get rid of (most uses of) GUITor Lillqvist2012-12-252-7/+7
| | | | | | | | | | GUI only takes values UNX or WNT, so it is fairly pointless. One can check whether OS is WNT or not instead. Change-Id: I78ae32c03536a496a563e5deeb0fca78aebf9c34 Reviewed-on: https://gerrit.libreoffice.org/1304 Reviewed-by: Peter Foley <pefoley2@verizon.net> Tested-by: Peter Foley <pefoley2@verizon.net>
* bridgetest_climaker seems to work nowPeter Foley2012-12-221-9/+5
| | | | Change-Id: I50d55f5e5cc7987550ade689ca3754c818efeb62
* Fix in-build uno ini deps for cross-compilingStephan Bergmann2012-12-211-3/+3
| | | | Change-Id: Ie65482f328a0932c3543200d1906940b1eb46897
* Always have UNO_SERVICES/TYPES set in in-build uno ini fileStephan Bergmann2012-12-202-15/+17
| | | | | | | | | ...so that 16f856a5ca827602362692907dfcf287aa91602e "Adapt climaker to cppu::bootstrap_InitialComponentContext removal" does not fail. Starting uno processes from within the build should thus use URE_MORE_SERVICES/TYPES now, too. Change-Id: I0a7cfacc804814a2688e54275ebc3e39540d307c
* Make testtools use defaultBootstrap_InitialComponentContextStephan Bergmann2012-12-192-24/+23
| | | | | | | | | ...instead of the ure executable's obsolte -ro arguments (leading to usage of deprecated bootstrap_InitialComponentContext with an XSimpleRegistry instead), similar to 0c1dc375b4bf0c8ff01fe51921767faa703b1295 "Make ure/source/uretest/ use defaultBootstrap_InitialComponentContext." Change-Id: Idd35e27959f7650decfe78364d86614bafbbbec7
* re-base on ALv2 code. Includes:Michael Meeks2012-12-0623-571/+358
| | | | | | | | | | | | 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
* c++ API: use css alias in generated headers, adds global css declThorsten Behrens2012-11-303-5/+0
| | | | | | | | | | | | This changes all generated API headers (.hpp and .hdl) to use a namespace alias 'css' instead of the pointlessly long com::sun::star Makes the change in cppumaker & associated tools, adds a global namespace alias definition in sal/types.h, and removes a kiloton of local, now pointless-to-harmful versions of that alias from all over the code. Change-Id: Ice5a644a6b971a981f01dc0589d48f5add31cc0f
* API CHANGE remove [oneway] method attributesThorsten Behrens2012-11-302-6/+6
| | | | | | | Remove non-functional and broken [oneway] attributes from all idl files. Change idl compiler to no longer digest such idl. Change-Id: Ie14c5012beccb6242d7cd592d434a88091b695d1
* testtools: add com.sun.star.test.performance.XPerformanceTest ...Michael Stahl2012-11-282-0/+134
| | | | | | | ... back, which was removed from udkapi in 771914ab1482af600b11dfe789182604802d1046. Change-Id: I266f2d4fd01dc01a839f5c608ec8c45be76165c0
* ridljar etc.: javamaker invocations must rm -r targetdirMichael Stahl2012-11-281-0/+1
| | | | | | | ... because otherwise types that have been removed from the input rdb still end up in the resulting jar file. Change-Id: Ia73ecffcc9d831f2627ac0fcc5f57acf1f52a799
* sal_Bool->bool in testtoolsNoel Grandin2012-10-041-5/+5
| | | | Change-Id: I716c0a08565e874bcb0667e72ed5261231a4743d
* add missing deps on headers to static libsDavid Tardon2012-10-011-0/+5
| | | | Change-Id: I7a28dfa13bf0f98a654eca98eb1cdfd99177f37a
* replace remaining InterlockedCount() with inlined versionNorbert Thiebaud2012-09-252-6/+6
| | | | | | | Change-Id: Ifcfa48fc87f905a91470a5b0fd597b02f220784c Reviewed-on: https://gerrit.libreoffice.org/671 Tested-by: Norbert Thiebaud <nthiebaud@gmail.com> Reviewed-by: Norbert Thiebaud <nthiebaud@gmail.com>
* fix URE depsDavid Tardon2012-09-221-1/+3
| | | | Change-Id: Ifbcd2c7db1985ca8fcc74dbbe74ffb93177d6490
* add necessary deps for the test to runDavid Tardon2012-09-221-0/+4
| | | | Change-Id: I341b9bf3343f38d93b11ca3265fb8dbb0434aca8
* add missing dep on types.rdbDavid Tardon2012-09-221-2/+5
| | | | Change-Id: I2cfff38e6b18b8949dd712b9fc60aef2a593b40b
* Fix duplicate branches for if and elseJulien Nabet2012-09-161-1/+1
| | | | Change-Id: Ic602fd4df63e6807f49c256ce7849ae587eeb82d
* Java cleanup, remove unnecessary importsNoel Grandin2012-09-101-1/+0
| | | | | | I guess I missed some last time :-) Change-Id: I164a8baa07850f783b8cdf2e7f3eeaac53a3d29b
* Java cleanup, make package name match folder nameNoel Grandin2012-09-0511-17/+17
| | | | Change-Id: I4229ea7a4ad4d669db824e14ee6a8acb2ac205a0
* Java cleanup, make package name match folder nameNoel Grandin2012-09-054-4/+4
| | | | Change-Id: I8807ce7a6f5a115570d61a2a8c216d817d0334be
* gbuild: register all jarsMichael Stahl2012-08-171-3/+3
| | | | Change-Id: I9f49970e5e06d1afd3fc066a20d1671c93e262fc
* gbuild: remove horrible abuses of gb_Jar_use_jars:Michael Stahl2012-08-152-6/+2
| | | | | | | Let gb_JavaClassSet_use_customtarget add the customtarget workdir to the classpath. Change-Id: I836e890b43bb2ca06d19cf9f83a5fa8f735cf963
* udkapi, offapi: do not use #include "foo":Michael Stahl2012-07-303-9/+9
| | | | | | | | | | Evidently on Windows, the newfangled ucpp handles #include "foo" differently from #include <foo> and treats it as a relative path, while the angle brackets always result in absolute paths. Since relative paths result in infinite rebuilds if make is invoked in a different directory, don't use #include "foo" in IDL files. Change-Id: Iedcda3a4be5542389a0be086f14541cda8dc5323
* drop useless announcementDavid Tardon2012-07-121-10/+1
| | | | Change-Id: I0e94f44c27bbcb9d1ab12ae4f3f00e89d5388d69
* add missing dependencyDavid Tardon2012-07-041-1/+1
| | | | Change-Id: Ib8eaa63c6a704902d3ee3e142050f2388545ea64
* Java5 updates - update code to use genericsNoel Grandin2012-06-291-0/+1
| | | | | | This is all of the code I missed in my first set of patches. Change-Id: I8c7c9e5ac28dc3c2f3ac062c806fbf0787c997bd
* re-base on ALv2 code.Michael Meeks2012-06-291-23/+14
|
* re-base on ALv2 code.Michael Meeks2012-06-211-23/+14
| | | | Change-Id: I6c145e984c885c7e06caa1c27bfb354ea49ad9ce
* re-base on ALv2 code.Michael Meeks2012-06-2129-647/+413
| | | | Change-Id: Ice06e639213aeb6f7f23cbf4634947dd25613db1
* normalize gbuild variable names in testtools.Michael Stahl2012-06-054-41/+36
| | | | | | Variables should have module name as prefix to prevent collisions. Change-Id: I8937e1e04db422d629779ea470bfbd614aeb7524
* targeted string re-workNorbert Thiebaud2012-06-011-21/+21
| | | | Change-Id: I81e04e43efd512d88b904cdd5b7fdd5aa54eea02
* Just bypass completely when cross-compilingTor Lillqvist2012-05-311-1/+3
| | | | Change-Id: I4f3ca66cbba141bc26ae0b4bbd622fe8e3e86674
* bridgetest_climaker is commented outDavid Ostrovsky2012-05-291-6/+9
| | | | Change-Id: I6d0ab4c67061245d33732823c6de17e95568da85
* testtools: superfluous includeDavid Ostrovsky2012-05-291-5/+0
| | | | Change-Id: I4af6cac4f925cd4c9cf7a83f0c2a0b3295043544