summaryrefslogtreecommitdiff
path: root/Library_merged.mk
AgeCommit message (Collapse)AuthorFilesLines
2012-12-02RepositoryExternal.mk: clean up awful icudata/icui18n duplicationMichael Stahl1-7/+1
Change-Id: Ic4794d9a908b60220a4a849ff263eaa08776550c
2012-11-21dung out berkeleydb gnumake / configure bits ...Michael Meeks1-6/+0
2012-11-07drop glib external from mergedlibDavid Tardon1-1/+0
Change-Id: Id5f1410ee578cdd528d3c61c4822faf4ba41d037
2012-10-07prevent libmerged warning spamPeter Foley1-0/+5
Change-Id: I8ee74175d3dc08318461dfe08ebd10b12ce8d814
2012-10-07add support for libmerged on WindowsPeter Foley1-1/+8
Change-Id: I05d1c557967000be2fb7128b43d6e8c6005a7892
2012-09-28gbuild: invert handling of standard system libraries:Michael Stahl1-2/+0
Always link in gb_STDLIBS, except when the library explicitly opts out with gb_LinkTarget_disable_standard_system_libs. Change-Id: I489a99114fbfa46d0421a27cf6c7b899dc268a4a
2012-09-28gbuild: gb_Library_PLAINLIBS_NONE cleanup for WNT:Michael Stahl1-2/+2
add a new gb_LinkTarget_use_system_win32_libs to abstract different linker options on MSVC and GCC. Change-Id: Ic9bf2545f59bf7871e6fc06b290c486ddfbec03d
2012-09-28gbuild: gb_Library_PLAINLIBS_NONE cleanup for MacMichael Stahl1-5/+7
Change-Id: I66f8229e186e312ed3242695db9ef0768ab4d9a0
2012-09-28gbuild: clean up Mac OS X framework handling:Michael Stahl1-9/+9
There are currently 3 different mechanisms being used for frameworks, which is of course intolerable so we invent a 4th one and standardize on it: gb_LinkTarget_use_darwin_frameworks (This doesn't mean using add_libs or externals was wrong, it was just inconsistent... and i don't see an obvious benefit of using externals here) Change-Id: I5de9020402c87e7236c6a358c47f02fa56642d3d
2012-09-28gbuild: replace direct gb_STDLIBS use with ...Michael Stahl1-1/+2
... new gb_LinkTarget_add_standard_system_libs Change-Id: Ib2bc843098db3d8c6822b45a3d21724e67f57d69
2012-09-28gbuild: split uwinapi out of gb_STDLIBSMichael Stahl1-0/+1
Change-Id: I53316e0b9369d806197bccb42cf22d3497af43e7
2012-09-19libmerged: use external cupsMatúš Kukan1-0/+1
Change-Id: I1380fe8053ddf68a81b1bf6ffc8febfbb5ed9214
2012-09-04dbus for libmergedCaolán McNamara1-0/+6
Change-Id: I7a0b2c5358ff1b003f822ef4f9acc5c78b1605b1
2012-09-01libmerged: another small component libraries for androidMatúš Kukan1-1/+2
Change-Id: Icd36fe58cfe8dbcc737681e6fb477e64310bfaad
2012-08-25merge more, mostly small libraries for androidMatúš Kukan1-0/+14
Change-Id: Ic40dec7083b2dd83952bee50290b803b981965b0
2012-08-25libmerged: add more librariesMatúš Kukan1-3/+9
Change-Id: Ia35e93b9632cb2bbfce0d40f8491044d56f2bb05
2012-08-23Build basebmp as a static library for AndroidTor Lillqvist1-1/+4
Reduces shared library count by one... This is tedious. Change-Id: I3bdc0a5c4ee4cabf9bbcedc469ca6e94d0103d6b
2012-08-20More deps for AndroidTor Lillqvist1-0/+8
Change-Id: Ifc99e894885ed835c3205c3eea708a07273b52b3
2012-08-20Use graphite only if ENABLE_GRAPHITETor Lillqvist1-1/+6
Change-Id: I4e3274c43e34f6b28277ac75f96ae8c146e94c40
2012-08-20libmerged: add fsstorage, svl, sot, vclMatúš Kukan1-11/+70
Change-Id: Ibebf00d99fdf8212afbdba21ca13844d2ff1c412
2012-08-09tubes: add to libmerged to fix circular dependencyMatúš Kukan1-4/+1
Probably it belongs in there anyway. Change-Id: I3bf908de58e0e989e263323d2fdc432308c2cab8
2012-07-26tubes: also libmerged now links against tubes libraryMatúš Kukan1-0/+4
Change-Id: If7faccccb3c92735fc7062880a171e75b750a1da
2012-06-18Pass also scale and offset to createScreenCompatibleDeviceUsingBuffer()Tor Lillqvist1-0/+6
Pass on to VirtualDevice where used to set the MapMode of the device appropriately. Adapt DocumentLoader, use to scale the page rendering to exactly fit the virtual device. Change-Id: I4b0bc67e12114d3d9d493ff1aca2ef5d2cc78912
2012-06-18Drop accidentally duplicated sectionTor Lillqvist1-7/+0
Change-Id: I7444c59efa4fceff9046341cbac934488dd67514
2012-04-08gbuild: "use" vs. "add":Michael Stahl1-5/+5
Naming convention for gbuild methods: - "add" is used for stuff that is logically a part of the target (i.e. not registered at the Module, but defined in the target's makefile) - "use" is used for stuff that is logically a different target (i.e. it is registered at the Module, has it's own makefile, may be in a different module than the target)
2012-03-08fold i18npaper into i18nutilCaolán McNamara1-1/+0
It's too small to justify standalone existence. We can accumulate i18n things we link to directly into i18nutil and rework i18npool uno implementions in terms of thin wrappers over i18nutil and prefer linking to i18nutil internally and leave the uno forwarders for use by external components and scripting
2012-02-19add configmgr, ucb1, ucpfile1, xcr to libmergedMatúš Kukan1-1/+1
2012-02-15Add svt and tk to libmergedTor Lillqvist1-2/+3
2012-02-15Add sb to libmergedTor Lillqvist1-1/+0
2012-02-15Merge branch 'feature/android'Tor Lillqvist1-0/+7
2012-02-13Add fw* and sfx to libmergedTor Lillqvist1-2/+8
2012-02-13Add fw* and sfx to libmergedTor Lillqvist1-2/+8
2012-02-11add missing library for windowsMatúš Kukan1-0/+1
2012-01-16Attempt to manage without Berkeley DB on iOS and AndroidTor Lillqvist1-1/+6
Berkeley DB is used for help index and extension database. (Possibly only for a backward-compatible format of the latter, I am not sure.) Neither use makes much sense on Android and iOS. The existing help is for LO on desktop OSes anyway, help for LO-based apps on iOS and Android will naturally be quite different. On iOS there will definitely be no "extensions", and probably we don't want to bother with such on Android either.
2012-01-10improve support for merging librariesMatúš Kukan1-27/+5
2011-08-24this is supposed to be gb_CORE_LIBSMatúš Kukan1-1/+1
2011-08-24add missing file I omitted to addMichael Meeks1-0/+96