Commit Graph

18 Commits

Author SHA1 Message Date
095f3dde42 introduced libi18nlangtagicu
Change-Id: Ie80e989d55d465e127ccc20290d654acf222e5bb
2013-04-24 23:10:31 +02:00
7e389f4def Add HarfBuzz support to the build system
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>
2013-04-23 08:00:14 +00:00
62badf3828 Move to MPLv2 license headers, with ESC decision and author's permission. 2013-04-22 09:37:38 +01:00
685a12ac0e Prefer simple and working solution to obscure and non-working
Change-Id: I5c7d02daced542222c2cb3881fafd2d58fe7f14d
2013-04-19 09:28:54 +03:00
cefeae773f Revert "do not merge public ure libraries"
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.
2013-04-16 16:39:42 +02:00
75ece7acdc do not merge public ure libraries
No more need for URELIBS, depend only on MERGELIBS.

Change-Id: I5a93031116c26bbbe375e9c467e7b427487ec18b
2013-04-16 11:50:25 +02:00
fd3a23ce33 update the list of serialized libs
Change-Id: I2227de962c3af3f729e3476b3dd1d110ed10afce
2013-04-13 20:17:43 -04:00
0e5f2ea0de create --enable-mergelibs=all option
Support cramming everything into one big merged library as well as
only the libraries depended upon by almost everything.

Change-Id: I69647037dc62840294ba670d5d6c172a4608bf3f
2013-04-11 19:00:12 -04:00
4bbd662eae forgot to add condition on URELIBS
Change-Id: Ie85e370d16c09271fdb12cbe0f6e629e72dee929
2013-04-10 23:38:14 +02:00
3fdb77f082 add new urelibs library merging some libraries from ure/lib/
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
2013-04-10 22:52:56 +02:00
876c619b94 new module i18nlangtag
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
2013-04-05 19:10:48 +02:00
1081150d35 add rpt, rptui, and rptxml to Library_merged
Change-Id: I8c20d81043602229a3fd936af6e7cdc337c40951
2013-03-28 09:58:10 -04:00
8042b521fd add calc, dbase, file, and flat to Library_merged
Change-Id: Ib6b03cda815ba0450930cec970bfe7eb4d98ac44
2013-03-28 09:58:06 -04:00
ea360ff3ad add frm to Library_merged
Change-Id: I72fff5fe1fd26e618ffe89111471d95cd4d30852
2013-03-26 11:39:38 -04:00
790a36d299 Creating a libmwaw module for library parsing various old Mac file-formats
Change-Id: I367dfa309a30a5b55de1d59e632d0dbcf5dc6dbb
Reviewed-on: https://gerrit.libreoffice.org/2662
Reviewed-by: Fridrich Strba <fridrich@documentfoundation.org>
Tested-by: Fridrich Strba <fridrich@documentfoundation.org>
2013-03-13 09:16:06 +00:00
b6e4c0e532 another s/MYSQLC/MARIADBC/ - in RepositoryModule_host.mk
Change-Id: I656281844c625bb9074ac2d5b7384eaf71d84e74
2013-03-10 17:34:28 +01:00
cad422afb7 Adding libmariadb module for internal mariadb (work in progress)
Change-Id: If2cf9ff21120e29a149903e8eab849d97fa0c2c9
2013-03-06 16:33:25 +01:00
ce1bdc424f Let's use only one Makefile forwarding to gbuild.
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
2013-03-05 09:06:18 +01:00