Age | Commit message (Collapse) | Author | |
---|---|---|---|
2012-05-20 | move idxdict out of dictionaries | David 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-18 | Merge the libraries in writerfilter | Tor Lillqvist | |
Change-Id: If77543855fe34f70d248fe8a4644d293f693f190 | |||
2012-05-14 | TDE integration | Norbert Thiebaud | |
Change-Id: I6f468005c8d8d99d9251a9c4fe4629b98bc4aa5e | |||
2012-05-07 | fdo#49580: Fix bean after gbuild'ification | Stephan 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-06 | register reg and store the same way as jvmfwk | Matúš Kukan | |
Change-Id: I054d9ac210051d42b47188489d2d67fbbd3ed0e9 | |||
2012-05-06 | remove unused files | Matúš Kukan | |
Change-Id: I65ec941f72b9884d147f51939d592da313418329 | |||
2012-05-06 | gbuild conversion: registry module | David Ostrovsky | |
Change-Id: I I9dbd2a05602e7d415ca76850458129f68583c83f | |||
2012-05-04 | gbuild conversion l10ntools module | David Ostrovsky | |
Change-Id: I Iea9a77f19856dd870eb72fa57249f959cdd7000c | |||
2012-04-19 | Diminish the number of writerperfect libraries | Fridrich Š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-19 | convert presenter console to passive registration | David Tardon | |
2012-04-19 | convert pdfimport to passive registration | David Tardon | |
2012-04-19 | convert presentation minimizer to passive registration | David Tardon | |
2012-04-14 | Build svg2odf tool to be able to test the svg import. | Jan Holesovsky | |
2012-04-14 | rename common* static libs to codemaker_* for clarity + dmake cleanup | Norbert Thiebaud | |
2012-04-14 | gbuild conversion: unodevtools module | David Ostrovsky | |
2012-04-14 | gbuild conversion: codemaker module | David Ostrovsky | |
2012-04-13 | already registered in RepositoryExternal.mk | Caolán McNamara | |
2012-04-13 | need to register static library | Caolán McNamara | |
2012-04-13 | setup/teardown default component context once before/after all tests | Caolá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-13 | gbuild conversion: idlc module | David Ostrovsky | |
2012-04-11 | gbuild conversion: cpputools module | David Ostrovsky | |
dmake stuff removed | |||
2012-04-08 | gbuild conversion: rdbmaker module | David Ostrovsky | |
dmake stuff removed | |||
2012-04-07 | gbuildize xmlhelp | David Tardon | |
2012-04-07 | add external for clucene | David Tardon | |
2012-04-06 | merge feature/gbuild_components | David Tardon | |
2012-04-03 | fps_kde and fps_kde4 are no more | Matúš Kukan | |
2012-04-01 | merge origin/master | David Tardon | |
2012-03-23 | move libs to correct layer | David Tardon | |
2012-03-19 | emser belongs to OOOLIBS | Matúš Kukan | |
2012-03-18 | put the libs into the right layer | David Tardon | |
2012-03-14 | fdo#47246: canvas: split out static library directxcanvas | Michael Stahl | |
2012-03-14 | fdo#47246: desktop: factor out a winextendloadenv static library | Michael Stahl | |
2012-03-14 | fdo#47246: desktop: factor out a winlauncher static library | Michael Stahl | |
2012-03-13 | Related fdo#47246: Extract objects used in both svp and gtk3 plugins | Stephan Bergmann | |
2012-03-12 | gbuildize io | David Tardon | |
2012-03-12 | extensions: split out static library from npsoplugin | Michael Stahl | |
2012-03-12 | extensions: split out static library for X11 plugin connection stuff | Michael Stahl | |
2012-03-12 | sdext: factor out a static library to fix triple-linked objects | Michael Stahl | |
2012-03-12 | gbuildize stoc | David Tardon | |
2012-03-10 | embedserv: convert to gbuild | Matúš Kukan | |
2012-03-08 | fold i18npaper into i18nutil | Caolá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-06 | build test executables for pdfimport | David Tardon | |
2012-03-06 | gbuildize sdext | David Tardon | |
2012-03-03 | build nsplugin also without mozilla as in 3-5 branch | Matúš Kukan | |
2012-03-01 | embeddedobj: convert to gbuild | Matúš Kukan | |
2012-02-22 | jvmfwk is versioned | David Tardon | |
This reverts commit 1e4961b82554bcac4e7103345354ed8fb7782472. Conflicts: Repository.mk | |||
2012-02-22 | these libs belong to URE | David Tardon | |
2012-02-19 | gbuild'ize smoketest(oo_native) and merge them | Matúš Kukan | |
Add smoketest to tail_build and make it a subsequentcheck target. | |||
2012-02-19 | fix windows build, gengal.bin should be gengal.exe there according to scp2 | Caolán McNamara | |
2012-02-19 | remove adabas/adabasui | Caolán McNamara | |