summaryrefslogtreecommitdiffstats
path: root/registry/Module_registry.mk
Commit message (Collapse)AuthorAgeFilesLines
* gbuild: rename value OS=IOS to OS=iOSMichael Stahl2018-11-011-2/+2
| | | | | | | | | | | | | | | | This gets rid of the horrible hack in gbuild.mk to accomodate the case-incorrect iOS platform makefiles that cannot be renamed without upsetting git on file systems that sadly lack the case sensitivity feature. Keep the macro defined to IOS though. Change-Id: I1022bfef4900da00e75fc1ccce786b20f8673234 Reviewed-on: https://gerrit.libreoffice.org/62705 Tested-by: Jenkins Reviewed-by: Michael Stahl <Michael.Stahl@cib.de> Reviewed-by: Tor Lillqvist <tml@collabora.com> Tested-by: Tor Lillqvist <tml@collabora.com>
* We don't build regmerge when ENABLE_MACOSX_SANDBOXTor Lillqvist2016-08-041-0/+3
| | | | | | | So skip CustomTarget_regcompare_test. But maybe we should build it and just drop it from the app bundle we package? Change-Id: Ibd8556ef686d2e9b7d4004110bf8beb93faf8202
* Skip some executables in the OS X sandboxed (Mac App Store) caseTor Lillqvist2016-03-041-2/+4
| | | | | | | | I doubt end-users will miss gengal.bin, regview, or regmerge. We need the gengal program at build time. But don't bother shipping it on OS X, at least not in the sandboxed (App Store) case. Change-Id: Id73bef1ba71d126c2d2962fe846e9c31963d6c24
* [ABI CHANGE] In SDK, replace regcompare with unoidl-checkStephan Bergmann2016-02-041-5/+1
| | | | | | | | | | | | | ...as the latter was the more flexible replacement for the former for LO- internal use already. The only gotcha to watch out for is that unoidl-check cannot be used to check "naked" .urd files, but only ones where the content has been moved to /UCR via regmerge. Leave registry/CustomTarget_regcompare_test.mk around to verify that unoidl-check behaves the same as did regcompare on those old-format .urd/.rdb files. Change-Id: Ic13ede48535bf942126c810d88bac7e4081d984e
* Resurrect registry/test/regcompare/Stephan Bergmann2016-02-041-0/+4
| | | | Change-Id: Icf4d3b4137a6b6b70dd543bf4758a79f90e9f57f
* New unoidl-check tool to replace regcompareStephan Bergmann2013-09-181-2/+1
| | | | | | | | | | | | | | | | ...for checking compatibility with the reference rdbs. unoidl-check is no longer based on the legacy registry format, but can process all the various new UNOIDL registry formats. regcompare is still included in the SDK for now. (gb_UnoApi[Target]_set_reference_rdbfile now takes a non-empty sequence of rdb files, any necessary dependencies of the final rdf file preceding it just like it is required on the unoidl-check command line. Also, executing the unoidl-check now properly depends on those rdb files.) TODO: unoidl-check is too conservative for now and flags some changes as incompatible that are not. Change-Id: I92e4c69403c5e3fcb31707c98c65a2f509592dd4
* Move to MPLv2 license headers, with ESC decision and author's permission.Michael Meeks2013-04-301-21/+4
|
* execute move of global headersBjoern Michaelsen2013-04-231-1/+0
| | | | | | | see https://gerrit.libreoffice.org/#/c/3367/ and Change-Id: I00c96fa77d04b33a6f8c8cd3490dfcd9bdc9e84a for details Change-Id: I199a75bc4042af20817265d5ef85b1134a96ff5a
* Revert "registry: new ZipPackage_registry_odk_headers"Michael Stahl2013-04-101-1/+1
| | | | | | | | | | | | This reverts commit ba8372449befc6c534ab9596d7a3fd1e66884d61. The "reg" library is not actually a stable URE interface. Conflicts: odk/CustomTarget_doxygen.mk registry/Module_registry.mk Change-Id: Ic53e1b8eecd6a12c9ec194df2f0093004db7c01b
* do not build registry's executables for iOSMatúš Kukan2013-03-141-3/+5
| | | | Change-Id: Ided79f8993a2fb2c261de0fc8a50d5cbf96b9987
* regmerge/regview seem to be part of ure, not odkMatúš Kukan2013-03-141-3/+3
| | | | Change-Id: I30ab642d5597153f1700bcf6e1b7647a736a347e
* more subtle dependencies for cross-compilationMatúš Kukan2013-03-131-7/+8
| | | | | | | | | | Now we build only what we really need for 'build' platform - there is new build-tools make target. The list of tools is in solenv/gbuild/extensions/pre_BuildTools.mk. Also similar is done to some extent for 'host' platform using gb_Module_add_targets_for_build which is ignored for 'host'. Change-Id: I6acd1762b16aca366aac1a0688500f27869cfca2
* WIP: Experimental new binary type.rdb formatStephan Bergmann2013-03-011-1/+0
| | | | | | | | | | Add LegacyProvider to read the old format (requires a provider Manager, to resolve singletons' bases, to decide whether they are interface- or service- based). Replace registry-based reg2bin with provider-based reg2unoidl. Change-Id: I5865e62308cc2d9c5439211ac803d84e93aab656
* registry: new ZipPackage_registry_odk_headersMichael Stahl2013-02-271-1/+1
| | | | Change-Id: I0730e0a354ec952cdb67d1b22067ab59c86334c0
* WIP: Experimental new binary type.rdb formatStephan Bergmann2013-01-311-0/+1
| | | | | | | | | | cppuhelper/source/typedescriptionprovider.cxx would read it if it finds .rdb files in that format. Throwaway new reg2bin tool for now can translate existing .rdb files into the new format. Change-Id: Iacf219c30cfc358c3d31fb0d73966cf2296a4fe5
* gbuild: fix silly "expandtabs" in makefile VIM modelinesMichael Stahl2013-01-261-1/+1
| | | | Change-Id: I54d8923ad315e8041fd3904da3a29f1a7a8c8b16
* Remove obsolete rdbedit toolStephan Bergmann2013-01-151-1/+0
| | | | Change-Id: Ibc0885e4c073c09a673f08297bfc5de42f2b3c28
* Remove obsolete checksingleton toolStephan Bergmann2013-01-151-1/+0
| | | | Change-Id: Ief63ba65ea90636f9a2803a98bbe43d73c101ef5
* re-base on ALv2 code. Includes:Michael Meeks2012-11-281-0/+1
| | | | | | | | | | | | | | | | | | | | | | | Patches contributed by Armin Le-Grand #118898# Adapted ImpGraphic::ImplGetBitmap to correctly convert metafiles... http://svn.apache.org/viewvc?view=revision&revision=1293316 #118485# - Styles for OLEs are not saved. http://svn.apache.org/viewvc?view=revision&revision=1182166 Patches contributed by Andre Fischer http://svn.apache.org/viewvc?view=revision&revision=1172128 http://svn.apache.org/viewvc?view=revision&revision=1172133 Patch contributed by Ariel Constenla-Haile i#118505# - Remove MN_OLE_OBJECT menu item from Draw/Impress contextmenu - CWS contextmenu1 http://svn.apache.org/viewvc?view=revision&revision=1182915 Patch contributed by Zhang Jian Fang #118876#, Add check if the OutlinerParaObject is created successfully http://svn.apache.org/viewvc?view=revision&revision=1243381 restore a re-based rdbedit.
* Don't bother with the static lib and the exes for non-desktop OSesTor Lillqvist2012-05-071-1/+1
| | | | Change-Id: Ia559990745d10c2f128624b6ffe76ece8a9151b9
* remove unused filesMatúš Kukan2012-05-061-1/+0
| | | | Change-Id: I65ec941f72b9884d147f51939d592da313418329
* gbuild conversion: registry moduleDavid Ostrovsky2012-05-061-0/+47
Change-Id: I I9dbd2a05602e7d415ca76850458129f68583c83f