summaryrefslogtreecommitdiff
path: root/Repository.mk
AgeCommit message (Collapse)AuthorFilesLines
2012-10-01soltools: build again ldump4 for WindowsMatúš Kukan1-0/+1
Change-Id: I8f1f5756ac777cefed52ae72af65931bfa14d580
2012-10-01soltools conversion to gbuildDavid Ostrovsky1-0/+5
The following tools are considered to be obsolete and are discontinued: ldump, giparser, testhxx and support. Change-Id: I70813c046edb30546463cda9eb8a1b96c3e840a3
2012-09-30soltools: build again ldump4 for WindowsMatúš Kukan1-0/+1
Change-Id: I8f1f5756ac777cefed52ae72af65931bfa14d580
2012-09-29soltools conversion to gbuildDavid Ostrovsky1-0/+5
The following tools are considered to be obsolete and are discontinued: ldump, giparser, testhxx and support. Change-Id: I70813c046edb30546463cda9eb8a1b96c3e840a3
2012-09-28Merge branch 'master' into feature/killsdfAndras Timar1-7/+24
Conflicts: l10ntools/Module_l10ntools.mk l10ntools/source/merge.cxx solenv/gbuild/AllLangResTarget.mk solenv/gbuild/ExtensionTarget.mk solenv/gbuild/InstallModuleTarget.mk solenv/gbuild/TargetLocations.mk
2012-09-28add a plausible .ui to .sdf extraction toolCaolán McNamara1-0/+1
Change-Id: Icd45e901ea9dd664fcbc0db0c71f555c4cc24a34
2012-09-28bootstrap a ui-previewer for rendering GtkBuilder xml with vcl widgetsCaolán McNamara1-0/+1
2012-09-27add --with-system-ucppRene Engelhard1-1/+3
Change-Id: Ic322d1be23033049fa3b5cd60c00479bb6cae3ca
2012-09-22gbuildize bridgesDavid Tardon1-0/+5
Change-Id: I66e76da71dd5d6ed1b899aba8d41dfb5bc36da1c
2012-09-22add support for CLI to gbuildDavid Tardon1-1/+4
Change-Id: I45b617248c9edcee02514f1fb65cbb03b0a2d5aa
2012-09-19Lexicographical sortingStephan Bergmann1-4/+4
Change-Id: If6dd2af2f71c467a8c69305433eb465457b38714
2012-09-18mork driver implementationDavid Ostrovsky1-0/+2
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 Bergmann1-2/+2
Change-Id: I43186271f36f67a95a7e3766e1998ea42531e596
2012-08-29Renew localization and kill sdf 1.stepZolnai Tamás1-0/+1
Extract strings from source directly to pot files Implement PoHeader and PoEntry classes Renew fomrat of pot/po files Implement conversion from old po to new po Change-Id: I411b6041f7d525e76b189d7f31adc5b9ab60f6d6 Reviewed-on: https://gerrit.libreoffice.org/506 Reviewed-by: Andras Timar <atimar@suse.com> Tested-by: Andras Timar <atimar@suse.com>
2012-08-29Fix MinGW build - libxmlsec builds now.Jan Holesovsky1-1/+4
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úš Kukan1-0/+1
..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 Lillqvist1-1/+6
Reduces shared library count by one... This is tedious. Change-Id: I3bdc0a5c4ee4cabf9bbcedc469ca6e94d0103d6b
2012-08-23Bin leftovers from the iOS foo_cppunittester_all crackTor Lillqvist1-12/+0
Change-Id: Ieba3c29cd28f14e2fb5eac827f245edbed053298
2012-08-21Added bluez_bluetooth headers as a module.Andrzej J.R. Hunt1-0/+1
Change-Id: Id9f4e59b5c46c7bee3cf0b129f523d963c0407a6
2012-08-18fix TDE FTBFSTimothy Pearson1-0/+3
Change-Id: Icde6310d922a3d5e2822789a23403b9f188efaf4
2012-08-17gbuild: in which the author discovers gb_Jar_set_componentfileMichael Stahl1-5/+8
... 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 Stahl1-0/+53
Change-Id: I9f49970e5e06d1afd3fc066a20d1671c93e262fc
2012-08-09gstreamer: make gstreamer 1.0 and 0.10 dual compileMichael Meeks1-0/+1
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 Meeks1-3/+1
2012-08-03gbuildize ucppDavid Tardon1-0/+1
Change-Id: I1e7eda073906f5b289317d307358a63aca2c24dc
2012-08-02gbuildify autodocCaolán McNamara1-0/+1
Change-Id: I587be109e33b91ba08eb5d2b51c265e39ce797e0
2012-08-02gbuildize udmCaolán McNamara1-0/+1
Change-Id: Id6cf22a19de3ae52ffc1e42a7d4114b1e417f2b3
2012-08-02gbuildize cosvCaolán McNamara1-0/+1
Change-Id: I73eb612edaba21aa5bb07577b42bd31f8de2dd2a
2012-07-20idlcpp was replaced by ucppMatúš Kukan1-1/+0
Change-Id: I4bb299e8d0d41fd27c84b84e32057eb43feb7fa4
2012-07-17tubes: add approverWill Thompson1-0/+1
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 Rathke1-0/+1
2012-07-17move ulfconv to l10ntoolsDavid Tardon1-0/+1
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 Štrba1-6/+1
Change-Id: I0559cf1820c782d22c4d75749f2171d7702b4e73
2012-07-09targetted rename xcr -> xmlscript to match includes and module nameMichael Meeks1-1/+1
2012-06-19deliver pyuno/python.exe in one stepDavid Ostrovsky1-1/+1
Change-Id: I886f4a6aec492ae498ce86d71686c8d9fb26203d
2012-06-14gbuild migration: pyuno moduleDavid Ostrovsky1-0/+4
Change-Id: I7f923a5622214f7540a789bcdd93bf6fd1d166db
2012-06-05Work in progress: Add "touch" module for Android and iOS stuffTor Lillqvist1-0/+8
Change-Id: I10652743194d44d8465ddf8079f6b4458e6710f9
2012-06-04Move the AppUserModelID code to the launcherJesús Corrius1-1/+0
2012-05-29fix Layer for macab* to please Mac BuildNorbert Thiebaud1-2/+2
Change-Id: Ie5b833e3aaf3a69d42c8e8024f19be2d13c86be4
2012-05-29prefix testtools libraries with testtools_ in Repository.mkDavid Ostrovsky1-4/+4
Change-Id: I0894b073b5263a45c9026ec55049ebeaf0770535
2012-05-29bridgetest further targets migratedDavid Ostrovsky1-0/+4
Change-Id: I9e1b13b8f0454aa65d3b0b6a0b26e54bd2b3a21f
2012-05-29gbuildize shellDavid Tardon1-0/+27
Change-Id: I91a89f9d0bd1eb88a94179f1c1a41bc832599fed
2012-05-29rename evoab2 back to evoabDavid Tardon1-1/+1
2012-05-29place new libs into the right layersDavid Tardon1-4/+4
2012-05-29connectivity: convert mozab (hopefully .-)David Tardon1-0/+3
2012-05-29connectivity: convert postgresql driverDavid Tardon1-0/+2
2012-05-29connectivity: convert hsqldbDavid Tardon1-0/+1
2012-05-29connectivity: convert dbase to gbuildPeter Foley1-0/+1
2012-05-29connectivity: convert flat to gbuildPeter Foley1-3/+4
2012-05-29connectivity: convert jdbc to gbuildPeter Foley1-0/+1