summaryrefslogtreecommitdiff
path: root/Repository.mk
AgeCommit message (Collapse)Author
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
2012-02-17make gengal work againRene Engelhard
2012-02-17first cut at building an internal cluceneCaolán McNamara
2012-02-17merge feature/gbuild_javaDavid Tardon
2012-02-10Revert "Repository.mk: move test libraries to PLAINLIBS_NONE"Norbert Thiebaud
This reverts commit 6396ab80dbb0fd60536c42e9c66b568f1e31418a. per the author's request
2012-02-10Repository.mk: move test libraries to PLAINLIBS_NONEMatúš Kukan
2012-02-10unotest: convert to gbuildMatúš Kukan
2012-01-27One moreTor Lillqvist
2012-01-27Add the "all" cppunittesters for iOSTor Lillqvist
Not that I recall exactly what that each one of these unit tests do any more, and how interesting they are. But they need to be mentioned here.
2012-01-23add library for c++ based subsequenttestsMarkus Mohrhard
use this library for interface tests and implement the test in the correct module by creating one test class per implementation class The implementation class should inherit from all interface tests it needs This should make it more easy to write tests since we no longer need to write the same test method multiple times
2012-01-21sal: make more tests runningMatúš Kukan
2012-01-15ucb: convert to gbuildMatúš Kukan
2012-01-13Build nsplugin only in with mozilla case.Matúš Kukan
This replaces commits 830a2b923528323e0f39259234dfee26d9d44d21 and 68b08a11babb7274048ef836a078959d126c97b7 with, hopefully, proper one.
2012-01-12ops, also adapt registering of the executableMatúš Kukan
2012-01-11extensions: remove unused xmx libraryMatúš Kukan
2012-01-11np_sdk: convert to gbuild and add to tail_buildMatúš Kukan
2012-01-11OS_FOR_BUILD is not right do decide Host module nameNorbert Thiebaud