summaryrefslogtreecommitdiff
path: root/Repository.mk
AgeCommit message (Collapse)Author
2012-10-03xml2cmp no longer usedStephan Bergmann
Change-Id: Idba65371b8778521bc767fe4893340cf13a8ff3b
2012-10-02PptImporter is unused; it was also missing in scp2Matúš Kukan
Change-Id: I87c8d46d791525e3e5b6866edc6423e92cbcca81
2012-10-01gcc3_uno is listed cross-platform already nowadaysTor Lillqvist
Change-Id: I8dc776d6d96dbe022908418b64dc130d619753c4
2012-09-30soltools: build again ldump4 for WindowsMatúš Kukan
Change-Id: I8f1f5756ac777cefed52ae72af65931bfa14d580
2012-09-29soltools conversion to gbuildDavid Ostrovsky
The following tools are considered to be obsolete and are discontinued: ldump, giparser, testhxx and support. Change-Id: I70813c046edb30546463cda9eb8a1b96c3e840a3
2012-09-28add a plausible .ui to .sdf extraction toolCaolán McNamara
Change-Id: Icd45e901ea9dd664fcbc0db0c71f555c4cc24a34
2012-09-28bootstrap a ui-previewer for rendering GtkBuilder xml with vcl widgetsCaolán McNamara
2012-09-27add --with-system-ucppRene Engelhard
Change-Id: Ic322d1be23033049fa3b5cd60c00479bb6cae3ca
2012-09-22gbuildize bridgesDavid Tardon
Change-Id: I66e76da71dd5d6ed1b899aba8d41dfb5bc36da1c
2012-09-22add support for CLI to gbuildDavid Tardon
Change-Id: I45b617248c9edcee02514f1fb65cbb03b0a2d5aa
2012-09-19Lexicographical sortingStephan Bergmann
Change-Id: If6dd2af2f71c467a8c69305433eb465457b38714
2012-09-18mork driver implementationDavid Ostrovsky
This is a preparation for merge into master, feature/mork branch is obsoslete and shouldn't be used any more. In context of this change the usage of old mozilla based mork driver depends on platform: all non windows platforms use this new mork driver, windows still uses mozilla. Because mozilla driver shipping was stripped on feature/mork branch for all platforms, the corresponding commits were changed prior to creating this change (the build file changes are reverted now). So the build and shipping of different mork driver implementation should be implemented from scratch: mozilla on windows, new mork dirver on all other platforms. Currently the new mork dirver is compiled (on all platforms), but not used. It can be tested with mork_helper executable. fdo#51004 Change-Id: Ib2413ab6856f163337aa311c4bf7b1182d6c6f63 Reviewed-on: https://gerrit.libreoffice.org/635 Reviewed-by: Miklos Vajna <vmiklos@suse.cz> Tested-by: Miklos Vajna <vmiklos@suse.cz>
2012-08-30HelpIndexer, HelpLinker are build-time toolsStephan Bergmann
Change-Id: I43186271f36f67a95a7e3766e1998ea42531e596
2012-08-29Fix MinGW build - libxmlsec builds now.Jan Holesovsky
This also removes patching of the generated 'configure' in libxmlsec; instead, autoreconf is called. Change-Id: I28c1cc38432d195dd0219fb5a0ab0ea1a35f7a32
2012-08-24sax: avoid pointless linking expwrap against saxMatúš Kukan
..only to share one class with fastsax in sax, where it's not used. The link dependency is ugly, mostly for libmerged. Use static library. Another option would be to link fastsax against expwrap. Change-Id: Ia85b01150959e2472d1ac04013b8b9a27232a070
2012-08-23Build basebmp as a static library for AndroidTor Lillqvist
Reduces shared library count by one... This is tedious. Change-Id: I3bdc0a5c4ee4cabf9bbcedc469ca6e94d0103d6b
2012-08-23Bin leftovers from the iOS foo_cppunittester_all crackTor Lillqvist
Change-Id: Ieba3c29cd28f14e2fb5eac827f245edbed053298
2012-08-21Added bluez_bluetooth headers as a module.Andrzej J.R. Hunt
Change-Id: Id9f4e59b5c46c7bee3cf0b129f523d963c0407a6
2012-08-18fix TDE FTBFSTimothy Pearson
Change-Id: Icde6310d922a3d5e2822789a23403b9f188efaf4
2012-08-17gbuild: in which the author discovers gb_Jar_set_componentfileMichael Stahl
... which appears to have 3 layers, OOO, URE and OXT, so add OXT to jar registration stuff to make it consistent. Change-Id: I4d12185451bd043c39aa254ff581bc15824f1bbe
2012-08-17gbuild: register all jarsMichael Stahl
Change-Id: I9f49970e5e06d1afd3fc066a20d1671c93e262fc
2012-08-09gstreamer: make gstreamer 1.0 and 0.10 dual compileMichael Meeks
Add fallback activation of an _OLD media component to the core. Compile both a 0.10 and 1.0 version of the gstreamer component Change-Id: I91f65d05391cb2d7e02f9cff18f96178a128705O1
2012-08-06merge pointlessly fragmented chart2 libraries, leaving controller split.Michael Meeks
2012-08-03gbuildize ucppDavid Tardon
Change-Id: I1e7eda073906f5b289317d307358a63aca2c24dc
2012-08-02gbuildify autodocCaolán McNamara
Change-Id: I587be109e33b91ba08eb5d2b51c265e39ce797e0
2012-08-02gbuildize udmCaolán McNamara
Change-Id: Id6cf22a19de3ae52ffc1e42a7d4114b1e417f2b3
2012-08-02gbuildize cosvCaolán McNamara
Change-Id: I73eb612edaba21aa5bb07577b42bd31f8de2dd2a
2012-07-20idlcpp was replaced by ucppMatúš Kukan
Change-Id: I4bb299e8d0d41fd27c84b84e32057eb43feb7fa4
2012-07-17tubes: add approverWill Thompson
This is a small external process designed to prompt the user for incoming LibreOffice-flavoured D-Bus tubes. Right now it is not service-activatable, but soon it will be…
2012-07-17implementing Telepathy Tubes interfaceEike Rathke
2012-07-17move ulfconv to l10ntoolsDavid Tardon
This allows us to drop dependency on setup_native everywhere. Change-Id: Ib033f8d5953682379c6c2ab53d5cf221e9d8cfec
2012-07-16First attempt at removing mozilla ldap at all (please help to fix)Fridrich Štrba
Change-Id: I0559cf1820c782d22c4d75749f2171d7702b4e73
2012-07-09targetted rename xcr -> xmlscript to match includes and module nameMichael Meeks
2012-06-19deliver pyuno/python.exe in one stepDavid Ostrovsky
Change-Id: I886f4a6aec492ae498ce86d71686c8d9fb26203d
2012-06-14gbuild migration: pyuno moduleDavid Ostrovsky
Change-Id: I7f923a5622214f7540a789bcdd93bf6fd1d166db
2012-06-05Work in progress: Add "touch" module for Android and iOS stuffTor Lillqvist
Change-Id: I10652743194d44d8465ddf8079f6b4458e6710f9
2012-06-04Move the AppUserModelID code to the launcherJesús Corrius
2012-05-29fix Layer for macab* to please Mac BuildNorbert Thiebaud
Change-Id: Ie5b833e3aaf3a69d42c8e8024f19be2d13c86be4
2012-05-29prefix testtools libraries with testtools_ in Repository.mkDavid Ostrovsky
Change-Id: I0894b073b5263a45c9026ec55049ebeaf0770535
2012-05-29bridgetest further targets migratedDavid Ostrovsky
Change-Id: I9e1b13b8f0454aa65d3b0b6a0b26e54bd2b3a21f
2012-05-29gbuildize shellDavid Tardon
Change-Id: I91a89f9d0bd1eb88a94179f1c1a41bc832599fed
2012-05-29rename evoab2 back to evoabDavid Tardon
2012-05-29place new libs into the right layersDavid Tardon
2012-05-29connectivity: convert mozab (hopefully .-)David Tardon
2012-05-29connectivity: convert postgresql driverDavid Tardon
2012-05-29connectivity: convert hsqldbDavid Tardon
2012-05-29connectivity: convert dbase to gbuildPeter Foley
2012-05-29connectivity: convert flat to gbuildPeter Foley
2012-05-29connectivity: convert jdbc to gbuildPeter Foley
2012-05-29connectivity: convert mysql to gbuildPeter Foley