summaryrefslogtreecommitdiff
path: root/testtools
AgeCommit message (Collapse)AuthorFilesLines
2012-06-21re-base on ALv2 code.Michael Meeks29-647/+413
Change-Id: Ice06e639213aeb6f7f23cbf4634947dd25613db1
2012-06-05normalize gbuild variable names in testtools.Michael Stahl4-41/+36
Variables should have module name as prefix to prevent collisions. Change-Id: I8937e1e04db422d629779ea470bfbd614aeb7524
2012-06-01targeted string re-workNorbert Thiebaud1-21/+21
Change-Id: I81e04e43efd512d88b904cdd5b7fdd5aa54eea02
2012-05-31Just bypass completely when cross-compilingTor Lillqvist1-1/+3
Change-Id: I4f3ca66cbba141bc26ae0b4bbd622fe8e3e86674
2012-05-29bridgetest_climaker is commented outDavid Ostrovsky1-6/+9
Change-Id: I6d0ab4c67061245d33732823c6de17e95568da85
2012-05-29testtools: superfluous includeDavid Ostrovsky1-5/+0
Change-Id: I4af6cac4f925cd4c9cf7a83f0c2a0b3295043544
2012-05-29testtools: superfluous dependencyMatúš Kukan1-1/+1
Change-Id: Id57d40f2b6cdaa9934a885764d986d581d149a59
2012-05-29testttools: tweak makefiles, fix typosMatúš Kukan2-19/+8
Change-Id: I4e7c7f2d79641772479924f8efc479beaf137f8f
2012-05-29fixed build error with --without-java parameterDavid Ostrovsky1-4/+9
Change-Id: Id383a2cd8bdaa14e6d991ee971a6b26230922b10
2012-05-29do not use gb_Helper_*native* functionsDavid Tardon4-8/+8
Change-Id: Iba3e4b97efe9dde7bb26e0e78ec7ec60ae642634
2012-05-29cleaning up dmake stuffDavid Ostrovsky5-559/+2
Change-Id: I85d1ffef06028f8781a0406ea6e43b0e0406413c
2012-05-29prefix testtools libraries with testtools_ in Repository.mkDavid Ostrovsky4-34/+29
Change-Id: I0894b073b5263a45c9026ec55049ebeaf0770535
2012-05-29do not run bridgetest on macosx/ppcDavid Tardon1-0/+4
Change-Id: I6df6c061b09674370a99c2b5e69927500af8d1e5
2012-05-29do not run bridgetest on cross-compilationDavid Tardon1-0/+2
Change-Id: I59addd16d4bd6720164c71dae3bd03e5d91afa40
2012-05-29use gb_Jar_set_componentfileDavid Tardon3-43/+2
Change-Id: Ie2ee3387537d1ab968ca685d7b30aa59d28734db
2012-05-29CustomTarget_uno_test is a testDavid Tardon1-2/+5
Change-Id: I I547827f41986c54b98b5d9019f680378ca89c11d
2012-05-29bridgetest does not need offapiDavid Tardon5-9/+0
Change-Id: I I6ed4e2aa8f01a44939afa8d081dd2dc6a3a2a8a6
2012-05-29add missing dep on uno executableDavid Tardon1-0/+1
Change-Id: Ib4747b78a90c70b4222900d9f9ac45f2cb07662e
2012-05-29fix typoDavid Tardon1-1/+1
Change-Id: I6c69daaa171786e605a58b23d8cd10cf43e5b139
2012-05-29batch scripts are working nowDavid Ostrovsky1-9/+19
Change-Id: Ia58bee4b4d5322cc6c31b24a7c43367d6fd301fc
2012-05-29create batch files for testDavid Ostrovsky2-4/+40
Change-Id: I651bcd35c0a29917bcea21e26a3985b8cf101f7e
2012-05-29CustomTarget_bridgetestDavid Ostrovsky3-2/+75
Change-Id: I2457061286dcdfe8e07624cd235261e7ed731172
2012-05-29CustomTarget_uno_test added.David Ostrovsky3-10/+44
Change-Id: Ia6b99cc7ec7d911d46354c1c892d8a6bbd23e188
2012-05-29uno_services.rdb are now createdDavid Ostrovsky3-1/+88
Because there is still no helper for javamaker and automagically xslt procession of components during jar building phase, manually steps are needed. CustomTarget_bridgetest_testComponent.mk takescare of this. Change-Id: I I6bf5bdc0b2bcd19e09fdd6b32e46a2c228f4e357
2012-05-29testComponent is now building correctlyDavid Ostrovsky6-124/+22
Change-Id: I I58cabe71ffa6ba05652ba98b61c71d8919456323
2012-05-29bridgetest further targets migratedDavid Ostrovsky8-6/+399
Change-Id: I9e1b13b8f0454aa65d3b0b6a0b26e54bd2b3a21f
2012-05-29bridgetest.rdb path fixedDavid Ostrovsky1-1/+1
Change-Id: If458cbafeeb75d76c5efca9a979bb45242da89a1
2012-05-29bridgetest_javamaker target addedDavid Ostrovsky2-6/+45
Change-Id: Ice0a284683d67168624aeb9d737ff219c9074251
2012-05-29gbuild conversion: testtools moduleDavid Ostrovsky5-0/+138
Change-Id: I90787a7d239dd4f73f53d13bd5b08172ee2b6a5e
2012-05-25WaE: pesky aliasing warning with gcc 4.7.0Caolán McNamara1-1/+3
Change-Id: I78675ba624cf657a246f7d1211bf5075189ac873
2012-04-29make gbuild the default assumption of build.plBjoern Michaelsen1-0/+0
this removes dmake completely out of the build for migrated modules build.pl now assumes modules to be gbuild, unless there is a prj/dmake file Change-Id: I674a036b182ee13c5ec093e83cb3d38133112d3b
2012-04-23Revert "i hope this is fixed now"Stephan Bergmann1-0/+4
This reverts commit b8044cb828af149a4598b35a4d46d8fe4205ae74. 84dbc4fe2547f8fc341a46d7f000e721c81e63ee fixed the bridge for PPC on Linux, not Mac OS X.
2012-04-23i hope this is fixed nowDavid Tardon1-4/+0
2012-04-06Replaced equalsAsciiL(RTL_CONSTASCII_STRINGPARAM(...)) with == operatorSzabolcs Dezsi3-20/+15
2012-03-26Fix delivery of jvmfwk ini/data filesStephan Bergmann1-3/+3
...that are (also) used during the build (e.g., cd testtools/*/lib && ./bridgetest_inprocess_java). Broken by gbuild'ification of jvmfwk.
2012-03-23replace OpenOffice.org to LibreOffice in registry keysAndras Timar1-2/+2
2012-02-21WaE: arrayIndexOutOfBoundsThomas Arnhold1-1/+0
2012-02-19method should be publicCaolán McNamara1-1/+1
2012-02-17add a uno test api with more than 8 floating point argsCaolán McNamara5-1/+21
I'm a cruel person, i.e. this targets the TODO of dab11f7fe2a2fa4155e4c4feaa5fc54e57cfbd37 in bridges/source/cpp_uno/gcc3_linux_arm/cpp2uno.cx
2012-02-09Added and improved READMEs for modules in sdk and testingJosh Heidenreich1-11/+11
2012-01-27Decrease verbiage a little bitTor Lillqvist2-2/+6
2012-01-21Removed some unused parameters; added SAL_UNUSED_PARAMETER.Stephan Bergmann3-5/+10
SAL_UNUSED_PARAMETER (expanding to __attribute__ ((unused)) for GCC) is used to annotate legitimately unused parameters, so that static analysis tools can tell legitimately unused parameters from truly unnecessary ones. To that end, some patches for external modules are also added, that are only applied when compiling with GCC and add necessary __attribute__ ((unused)) in headers.
2012-01-16Fix for fdo43460 Part XXXIX getLength() to isEmpty()Olivier Hallot1-2/+2
Part XXXIX Modules testtools, toolkit, tools
2011-12-15Removed extra semicolonsJesse1-1/+1
2011-12-11I don't see NO_BSYMBOLIC being used anywhereTor Lillqvist1-1/+0
2011-11-27remove precompiled_xxx.hxx/cxxNorbert Thiebaud2-63/+0
2011-11-27remove include of pch header from testtoolsNorbert Thiebaud11-20/+0
2011-11-27remove PCH support in dmake-moduleNorbert Thiebaud1-8/+0
2011-11-18fdo#42865: let's try map file for windows onlyMichael Stahl1-0/+9
2011-11-17Do build cpputools also for non-DESKTOP OSes, needed for bridgetestTor Lillqvist1-1/+1