summaryrefslogtreecommitdiff
path: root/Repository.mk
AgeCommit message (Collapse)Author
2012-05-20move idxdict out of dictionariesDavid Tardon
So dictionaries is again a nice data-only module and we do not need to build it in build phase of cross-compilation. It really does not make sense to build a gazillion of extensions just because we will need one tiny tool later... Change-Id: I23f01b818afba1bc8cc88ef3e8305ecfb7a193c0
2012-05-18Merge the libraries in writerfilterTor Lillqvist
Change-Id: If77543855fe34f70d248fe8a4644d293f693f190
2012-05-14TDE integrationNorbert Thiebaud
Change-Id: I6f468005c8d8d99d9251a9c4fe4629b98bc4aa5e
2012-05-07fdo#49580: Fix bean after gbuild'ificationStephan Bergmann
4478b739ddade09425d496cbddee1542fdfd5e9b "convert bean to gbuild and add to tail_build" broke the following: * The name of the officebean dynamic library must not be changed (by adding the "lo" extension), as code in officebean.jar uses it in NativeLibraryLoader. * With gbuild's per-default hidden visibility, JNIEXPORT functions must instead use SAL_DLLPUBLIC_EXPORT. (Windows-only code in bean/native/win32/ should be safe to continue using JNIEXPORT.) Change-Id: I I3c312dd05c90421ba0c726496b7149a26d155604
2012-05-06register reg and store the same way as jvmfwkMatúš Kukan
Change-Id: I054d9ac210051d42b47188489d2d67fbbd3ed0e9
2012-05-06remove unused filesMatúš Kukan
Change-Id: I65ec941f72b9884d147f51939d592da313418329
2012-05-06gbuild conversion: registry moduleDavid Ostrovsky
Change-Id: I I9dbd2a05602e7d415ca76850458129f68583c83f
2012-05-04gbuild conversion l10ntools moduleDavid Ostrovsky
Change-Id: I Iea9a77f19856dd870eb72fa57249f959cdd7000c
2012-04-19Diminish the number of writerperfect librariesFridrich Štrba
Instead of a pleiade of libraries, one for graphic filters (wpftdraw) and one for text document filters (wpftwriter) to diminish duplicate static linking.
2012-04-19convert presenter console to passive registrationDavid Tardon
2012-04-19convert pdfimport to passive registrationDavid Tardon
2012-04-19convert presentation minimizer to passive registrationDavid Tardon
2012-04-14Build svg2odf tool to be able to test the svg import.Jan Holesovsky
2012-04-14rename common* static libs to codemaker_* for clarity + dmake cleanupNorbert Thiebaud
2012-04-14gbuild conversion: unodevtools moduleDavid Ostrovsky
2012-04-14gbuild conversion: codemaker moduleDavid Ostrovsky
2012-04-13already registered in RepositoryExternal.mkCaolán McNamara
2012-04-13need to register static libraryCaolán McNamara
2012-04-13setup/teardown default component context once before/after all testsCaolán McNamara
avoids the problems of dangling uno singletons invalidated after the first dispose and the chain of other singletons that don't expect to need to re-initialize, etc. reenable editeng cppunit test inherit i18npool cppunit test from unotest base drop LibreOfficeProtector, do "throwable" work in setUp/tearDown not in ctors/dtors
2012-04-13gbuild conversion: idlc moduleDavid Ostrovsky
2012-04-11gbuild conversion: cpputools moduleDavid Ostrovsky
dmake stuff removed
2012-04-08gbuild conversion: rdbmaker moduleDavid Ostrovsky
dmake stuff removed
2012-04-07gbuildize xmlhelpDavid Tardon
2012-04-07add external for cluceneDavid Tardon
2012-04-06merge feature/gbuild_componentsDavid Tardon
2012-04-03fps_kde and fps_kde4 are no moreMatúš Kukan
2012-04-01merge origin/masterDavid Tardon
2012-03-23move libs to correct layerDavid Tardon
2012-03-19emser belongs to OOOLIBSMatúš Kukan
2012-03-18put the libs into the right layerDavid Tardon
2012-03-14fdo#47246: canvas: split out static library directxcanvasMichael Stahl
2012-03-14fdo#47246: desktop: factor out a winextendloadenv static libraryMichael Stahl
2012-03-14fdo#47246: desktop: factor out a winlauncher static libraryMichael Stahl
2012-03-13Related fdo#47246: Extract objects used in both svp and gtk3 pluginsStephan Bergmann
2012-03-12gbuildize ioDavid Tardon
2012-03-12extensions: split out static library from npsopluginMichael Stahl
2012-03-12extensions: split out static library for X11 plugin connection stuffMichael Stahl
2012-03-12sdext: factor out a static library to fix triple-linked objectsMichael Stahl
2012-03-12gbuildize stocDavid Tardon
2012-03-10embedserv: convert to gbuildMatúš Kukan
2012-03-08fold i18npaper into i18nutilCaolán McNamara
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-03-06build test executables for pdfimportDavid Tardon
2012-03-06gbuildize sdextDavid Tardon
2012-03-03build nsplugin also without mozilla as in 3-5 branchMatúš Kukan
2012-03-01embeddedobj: convert to gbuildMatúš Kukan
2012-02-22jvmfwk is versionedDavid Tardon
This reverts commit 1e4961b82554bcac4e7103345354ed8fb7782472. Conflicts: Repository.mk
2012-02-22these libs belong to UREDavid Tardon
2012-02-19gbuild'ize smoketest(oo_native) and merge themMatúš Kukan
Add smoketest to tail_build and make it a subsequentcheck target.
2012-02-19fix windows build, gengal.bin should be gengal.exe there according to scp2Caolán McNamara
2012-02-19remove adabas/adabasuiCaolán McNamara