summaryrefslogtreecommitdiff
path: root/testtools/InternalUnoApi_bridgetest.mk
AgeCommit message (Collapse)AuthorFilesLines
2013-09-19Directly build UNOIDL .rdb files from .idl filesStephan Bergmann1-10/+1
...via unoidl-write and the new source-format registry provicers, instead of using idlc to produce .urd files, regmerge to merge them into legacy .rdb files, and unoidl-write to translate those to new UNOIDL .rdb files. gb_UnoApi and gb_InternalUnoApi ctors take an additional argument now that is the path (below $(SRCDIR)) of the source-format registry from which to obtain UNOIDL entity definitions. It can either be an .idl file (in which case no *_add_idlfiles calls should be used and the resulting .rdb will contain all the entities from that one .idl file; used in some tests to conveniently define all test-specific entities in a single file) or a directory denoting the root of an .idl file tree (in which case *_add_idlfiles calls specify the entites to include in the resulting .idl file). (In the first case, the generated .rdb file needs to depend on that single .idl file, so the gb_UnoApiTarget ctor contains a dependency on that additional argument, which happens, as a side effect, to trigger rebuilds in the second, tree-based case when addition/removal of .idl files in the tree causes updates of directory time-stamps.) UnoApiPartTarget and all the dependency-tracking logic based on .urd files in solenv/gbuild/UnoApiTarget.mk is gone. Generation of an .rdb file now depends on its source registry (see previous paragraph) and all the .idl files specified with *_add_idlfiles (in the second, tree-based case above). A consequence of that is that gb_UnoApi_add_idlfile, -_nohdl, and -_noheader all do the same now. I left them in for now anyway, maybe they become relevant again when the use of cppumaker is changed to read directly from a source-format registry instead of going via a .rdb registry. The legacy tools idlc, regcompare, regmerge, and regview are still contained in the URE or SDK for now. cb344cd59e1ddb7c6db66dbd9263b4755969d4ba "Revert 'Looks like idlc resolved typedefs inside sequence<...>'" is re-reverted as now "the current offapi.rdb is generated via unoidl-write instead of idlc." Change-Id: I3d9d92f17326bc9f49dd934c85aab6a17951d06d
2013-09-18There are two distinct InternalUnoApis in testtoolsStephan Bergmann1-4/+0
Change-Id: Ie9663bfa522c0d2ee4f996c2f7d744aaf0600623
2013-04-30Move to MPLv2 license headers, with ESC decision and author's permission.Michael Meeks1-21/+4
2013-03-13gbuild: stop using $(OUTDIR)/idlMichael Stahl1-1/+1
Instead, include directly from $(SRCDIR) Change-Id: I09df3da82eead897eb194ae55d1a092452f3cdb9
2013-01-26gbuild: fix silly "expandtabs" in makefile VIM modelinesMichael Stahl1-1/+1
Change-Id: I54d8923ad315e8041fd3904da3a29f1a7a8c8b16
2012-11-28testtools: add com.sun.star.test.performance.XPerformanceTest ...Michael Stahl1-0/+4
... back, which was removed from udkapi in 771914ab1482af600b11dfe789182604802d1046. Change-Id: I266f2d4fd01dc01a839f5c608ec8c45be76165c0
2012-05-29bridgetest does not need offapiDavid Tardon1-5/+0
Change-Id: I I6ed4e2aa8f01a44939afa8d081dd2dc6a3a2a8a6
2012-05-29gbuild conversion: testtools moduleDavid Ostrovsky1-0/+47
Change-Id: I90787a7d239dd4f73f53d13bd5b08172ee2b6a5e