summaryrefslogtreecommitdiff
path: root/testtools
AgeCommit message (Collapse)Author
2012-06-05normalize gbuild variable names in testtools.Michael Stahl
Variables should have module name as prefix to prevent collisions. Change-Id: I8937e1e04db422d629779ea470bfbd614aeb7524 (cherry picked from commit 71dbf5bfd0b9622ad485a5b7620e11d8405ed474)
2012-06-01targeted string re-workNorbert Thiebaud
Change-Id: I81e04e43efd512d88b904cdd5b7fdd5aa54eea02
2012-05-31Just bypass completely when cross-compilingTor Lillqvist
Change-Id: I4f3ca66cbba141bc26ae0b4bbd622fe8e3e86674
2012-05-29bridgetest_climaker is commented outDavid Ostrovsky
Change-Id: I6d0ab4c67061245d33732823c6de17e95568da85
2012-05-29testtools: superfluous includeDavid Ostrovsky
Change-Id: I4af6cac4f925cd4c9cf7a83f0c2a0b3295043544
2012-05-29testtools: superfluous dependencyMatúš Kukan
Change-Id: Id57d40f2b6cdaa9934a885764d986d581d149a59
2012-05-29testttools: tweak makefiles, fix typosMatúš Kukan
Change-Id: I4e7c7f2d79641772479924f8efc479beaf137f8f
2012-05-29fixed build error with --without-java parameterDavid Ostrovsky
Change-Id: Id383a2cd8bdaa14e6d991ee971a6b26230922b10
2012-05-29do not use gb_Helper_*native* functionsDavid Tardon
Change-Id: Iba3e4b97efe9dde7bb26e0e78ec7ec60ae642634
2012-05-29cleaning up dmake stuffDavid Ostrovsky
Change-Id: I85d1ffef06028f8781a0406ea6e43b0e0406413c
2012-05-29prefix testtools libraries with testtools_ in Repository.mkDavid Ostrovsky
Change-Id: I0894b073b5263a45c9026ec55049ebeaf0770535
2012-05-29do not run bridgetest on macosx/ppcDavid Tardon
Change-Id: I6df6c061b09674370a99c2b5e69927500af8d1e5
2012-05-29do not run bridgetest on cross-compilationDavid Tardon
Change-Id: I59addd16d4bd6720164c71dae3bd03e5d91afa40
2012-05-29use gb_Jar_set_componentfileDavid Tardon
Change-Id: Ie2ee3387537d1ab968ca685d7b30aa59d28734db
2012-05-29CustomTarget_uno_test is a testDavid Tardon
Change-Id: I I547827f41986c54b98b5d9019f680378ca89c11d
2012-05-29bridgetest does not need offapiDavid Tardon
Change-Id: I I6ed4e2aa8f01a44939afa8d081dd2dc6a3a2a8a6
2012-05-29add missing dep on uno executableDavid Tardon
Change-Id: Ib4747b78a90c70b4222900d9f9ac45f2cb07662e
2012-05-29fix typoDavid Tardon
Change-Id: I6c69daaa171786e605a58b23d8cd10cf43e5b139
2012-05-29batch scripts are working nowDavid Ostrovsky
Change-Id: Ia58bee4b4d5322cc6c31b24a7c43367d6fd301fc
2012-05-29create batch files for testDavid Ostrovsky
Change-Id: I651bcd35c0a29917bcea21e26a3985b8cf101f7e
2012-05-29CustomTarget_bridgetestDavid Ostrovsky
Change-Id: I2457061286dcdfe8e07624cd235261e7ed731172
2012-05-29CustomTarget_uno_test added.David Ostrovsky
Change-Id: Ia6b99cc7ec7d911d46354c1c892d8a6bbd23e188
2012-05-29uno_services.rdb are now createdDavid Ostrovsky
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 Ostrovsky
Change-Id: I I58cabe71ffa6ba05652ba98b61c71d8919456323
2012-05-29bridgetest further targets migratedDavid Ostrovsky
Change-Id: I9e1b13b8f0454aa65d3b0b6a0b26e54bd2b3a21f
2012-05-29bridgetest.rdb path fixedDavid Ostrovsky
Change-Id: If458cbafeeb75d76c5efca9a979bb45242da89a1
2012-05-29bridgetest_javamaker target addedDavid Ostrovsky
Change-Id: Ice0a284683d67168624aeb9d737ff219c9074251
2012-05-29gbuild conversion: testtools moduleDavid Ostrovsky
Change-Id: I90787a7d239dd4f73f53d13bd5b08172ee2b6a5e
2012-05-25WaE: pesky aliasing warning with gcc 4.7.0Caolán McNamara
Change-Id: I78675ba624cf657a246f7d1211bf5075189ac873
2012-04-29make gbuild the default assumption of build.plBjoern Michaelsen
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 Bergmann
This reverts commit b8044cb828af149a4598b35a4d46d8fe4205ae74. 84dbc4fe2547f8fc341a46d7f000e721c81e63ee fixed the bridge for PPC on Linux, not Mac OS X.
2012-04-23i hope this is fixed nowDavid Tardon
2012-04-06Replaced equalsAsciiL(RTL_CONSTASCII_STRINGPARAM(...)) with == operatorSzabolcs Dezsi
2012-03-26Fix delivery of jvmfwk ini/data filesStephan Bergmann
...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 Timar
2012-02-21WaE: arrayIndexOutOfBoundsThomas Arnhold
2012-02-19method should be publicCaolán McNamara
2012-02-17add a uno test api with more than 8 floating point argsCaolán McNamara
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 Heidenreich
2012-01-27Decrease verbiage a little bitTor Lillqvist
2012-01-21Removed some unused parameters; added SAL_UNUSED_PARAMETER.Stephan Bergmann
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 Hallot
Part XXXIX Modules testtools, toolkit, tools
2011-12-15Removed extra semicolonsJesse
2011-12-11I don't see NO_BSYMBOLIC being used anywhereTor Lillqvist
2011-11-27remove precompiled_xxx.hxx/cxxNorbert Thiebaud
2011-11-27remove include of pch header from testtoolsNorbert Thiebaud
2011-11-27remove PCH support in dmake-moduleNorbert Thiebaud
2011-11-18fdo#42865: let's try map file for windows onlyMichael Stahl
2011-11-17Do build cpputools also for non-DESKTOP OSes, needed for bridgetestTor Lillqvist
2011-11-17Do build stuff here also when cross-compiling (but don't run)Tor Lillqvist