summaryrefslogtreecommitdiffstats
path: root/RepositoryModule_host.mk
Commit message (Collapse)AuthorAgeFilesLines
* First step toward splitting the opencl code into own shared library.Kohei Yoshida2013-09-191-1/+1
| | | | Change-Id: I44fa3ded8d48b2972af17b78ab6c0af03e024f36
* Build firebird 2.5 internally. Also adds libatomic_ops.Andrzej J.R. Hunt2013-07-161-0/+1
| | | | Change-Id: I44a45e781dfb3624cdebf4530ae44870bf39a82a
* Firebird: initial implementation of the skeleton driver.Javier Fernandez2013-07-161-0/+1
| | | | Change-Id: I45087282fe7b7fc5bcebeeb2bbb79d0db1e043bd
* fdo#38878: Upgrading internal xpdf -> popplerFridrich Štrba2013-07-081-1/+1
| | | | | | | Change-Id: I00aafb3fd275e6be3b5d0eb370320e5325110da5 Reviewed-on: https://gerrit.libreoffice.org/4770 Tested-by: Fridrich Strba <fridrich@documentfoundation.org> Reviewed-by: Fridrich Strba <fridrich@documentfoundation.org>
* remove cosv, udm and autodocMichael Stahl2013-06-041-3/+0
| | | | | | | | | implementing UNO IDL support in doxygen: 9 days of work converting IDL file comments to doxygen: 5 days of work removing 57k lines of unmaintained buggy autodoc, bespoke String and File classes: priceless Change-Id: I566edb4f91454baa35e07d901432a8dfd35b9c29
* RepositoryModule: add the libraries back from the reverted commitMichael Stahl2013-06-011-2/+4
| | | | | | ... but this time hopefully topologically sorted. Change-Id: I94960795d729d803641fe7bbf47797f733b56c40
* RepositoryModule: un-break serialization of librariesMichael Stahl2013-06-011-1/+3
| | | | | | | | | | The serialization was effectively disabled because the top-level Makefile does not invoke Makefile.gbuild with "all" target but with empty (default) target so MAKECMDS is empty. (regression from 96409470b19d32a2310086b089542b333686f4da) Change-Id: I919c6543a282945cbb36468ff0d4666718a7d8f6
* Revert "update the list of serialized libs"Michael Stahl2013-06-011-21/+6
| | | | | | | This reverts commit fd3a23ce33bdec454273ba2bb3ea307b8420bcc0. The list of serialized libraries must be sorted in dependency order, otherwise there will be cyclic dependencies.
* remove empty Module makefilesMichael Stahl2013-05-071-6/+0
| | | | Change-Id: Ifd85c8e2c4ec16db42001657009b8678d89a8fe1
* nuke MathMLDTDDavid Tardon2013-05-041-1/+0
| | | | | | | | | | | math.dtd was dropped from installation in 2009, see https://issues.apache.org/ooo/show_bug.cgi?id=97200#c3 : "In agreement with MIB and MT it was diecided that the Math.dtd should be removed from the installation set as well since it a) has incorrect content b) is no longer used nowadays at all" Change-Id: Id2a727338c224b0beb4b8def197988ab071a7d94
* Splitting writerperfect into serializer and libodfgenFridrich Štrba2013-05-021-0/+1
| | | | Change-Id: I69f12fb097dbc977e63463b6b764a3553bcf9271
* remove non-existant modulePeter Foley2013-04-241-1/+0
| | | | Change-Id: I7c4e2c9635f52f682595d95fca8a5f200a1074de
* introduced libi18nlangtagicuEike Rathke2013-04-241-0/+1
| | | | Change-Id: Ie80e989d55d465e127ccc20290d654acf222e5bb
* Add HarfBuzz support to the build systemKhaled Hosny2013-04-231-0/+1
| | | | | | | | | To be used in the next commit. Change-Id: I6ee286d0c050a5ca650e7fb3692b0facccb5f0c0 Reviewed-on: https://gerrit.libreoffice.org/3517 Reviewed-by: Fridrich Strba <fridrich@documentfoundation.org> Tested-by: Fridrich Strba <fridrich@documentfoundation.org>
* Move to MPLv2 license headers, with ESC decision and author's permission.Michael Meeks2013-04-221-17/+4
|
* Prefer simple and working solution to obscure and non-workingTor Lillqvist2013-04-191-1/+0
| | | | Change-Id: I5c7d02daced542222c2cb3881fafd2d58fe7f14d
* Revert "do not merge public ure libraries"Matúš Kukan2013-04-161-1/+1
| | | | | | | | Does not work because cppuhelper depends on private libraries. So, either by setting URELIBS we break API or can't merge that much or need to think about it more and implement something clever. This reverts commit 75ece7acdc81d17ce26bab966e57fbca7406bf52.
* do not merge public ure librariesMatúš Kukan2013-04-161-1/+1
| | | | | | No more need for URELIBS, depend only on MERGELIBS. Change-Id: I5a93031116c26bbbe375e9c467e7b427487ec18b
* update the list of serialized libsPeter Foley2013-04-131-6/+21
| | | | Change-Id: I2227de962c3af3f729e3476b3dd1d110ed10afce
* create --enable-mergelibs=all optionPeter Foley2013-04-111-2/+2
| | | | | | | Support cramming everything into one big merged library as well as only the libraries depended upon by almost everything. Change-Id: I69647037dc62840294ba670d5d6c172a4608bf3f
* forgot to add condition on URELIBSMatúš Kukan2013-04-101-1/+1
| | | | Change-Id: Ie85e370d16c09271fdb12cbe0f6e629e72dee929
* add new urelibs library merging some libraries from ure/lib/Matúš Kukan2013-04-101-0/+1
| | | | | | | | | | There is no configure switch for this, URELIBS must be set. This commit changes strategy to link also libraries being merged. We need them for build tools like idlc, cppumaker, .., so the tools can link against them now. This avoids circular dependencies. Change-Id: Ic49e18ecbeaff84d4f5a7fafe8b1fbf45ed18c9b
* new module i18nlangtagEike Rathke2013-04-051-0/+1
| | | | | | | | | | | Moved portions from module i18npool, all of former i18nisolang1 library that now is i18nlangtag. Included are languagetag, isolang and mslangid. This i18nlangtag code is now even used by module comphelper, so disentangling i18npool and making this an own module was needed to not create circular module dependencies. Change-Id: Ib887c3d6dde667403fd22d382310ba5f1a9b0015
* add rpt, rptui, and rptxml to Library_mergedPeter Foley2013-03-281-1/+1
| | | | Change-Id: I8c20d81043602229a3fd936af6e7cdc337c40951
* add calc, dbase, file, and flat to Library_mergedPeter Foley2013-03-281-1/+1
| | | | Change-Id: Ib6b03cda815ba0450930cec970bfe7eb4d98ac44
* add frm to Library_mergedPeter Foley2013-03-261-1/+1
| | | | Change-Id: I72fff5fe1fd26e618ffe89111471d95cd4d30852
* Creating a libmwaw module for library parsing various old Mac file-formatsFridrich Štrba2013-03-131-0/+1
| | | | | | | Change-Id: I367dfa309a30a5b55de1d59e632d0dbcf5dc6dbb Reviewed-on: https://gerrit.libreoffice.org/2662 Reviewed-by: Fridrich Strba <fridrich@documentfoundation.org> Tested-by: Fridrich Strba <fridrich@documentfoundation.org>
* another s/MYSQLC/MARIADBC/ - in RepositoryModule_host.mkRene Engelhard2013-03-101-1/+1
| | | | Change-Id: I656281844c625bb9074ac2d5b7384eaf71d84e74
* Adding libmariadb module for internal mariadb (work in progress)Fridrich Štrba2013-03-061-0/+1
| | | | Change-Id: If2cf9ff21120e29a149903e8eab849d97fa0c2c9
* Let's use only one Makefile forwarding to gbuild.Matúš Kukan2013-03-051-0/+271
Well, there is still another one: solenv/gbuild/partial_build.mk This enables you to do in SRCDIR: make gb_Side=build -r -f Makefile.gbuild <target> which was not possible previously. Change-Id: I6f8ce1c6503124526986e192b7d3552b909fc157