summaryrefslogtreecommitdiff
path: root/postprocess
AgeCommit message (Collapse)AuthorFilesLines
2012-02-19gbuild'ize smoketest(oo_native) and merge themMatúš Kukan1-1/+1
Add smoketest to tail_build and make it a subsequentcheck target.
2012-02-17Introduce headless switch for X / cairo / toolkit less buildRiccardo Magliocchetti2-3/+10
The plan is to reduce dependencies to be easier to deploy libreoffice server side in headless mode.
2012-02-17merge feature/gbuild_javaDavid Tardon1-1/+1
2012-02-09Added and improved READMEs for modules in extensions, extras, postprocessJosh Heidenreich1-0/+3
2012-02-05Eliminate un-used DIRECTX5Norbert Thiebaud1-4/+0
2012-01-30For iOS, skip stuff not builtTor Lillqvist1-12/+18
2012-01-25Let's skip scp2 for non-desktop OSes for nowTor Lillqvist1-1/+1
2012-01-23fdo#45090: Changed postgresql-sdbc from bundled oxt to proper optional part.Stephan Bergmann1-0/+6
Replaced --enable-ext-postgresql-sdbc with --disable-postgresql-sdbc. Renamed postgresql-sdbc.uno{.ini,rc} to consistent postgresql-sdbc.ini (which made the code a little easier). Signed-off-by: Fridrich Štrba <fridrich.strba@bluewin.ch> (cherry picked from commit 3a7ae48b6f610899200ae2800706533f7c4c9f80) Conflicts: configure.in connectivity/source/drivers/postgresql/makefile.mk
2012-01-16android: LuceneHelpWrapper not built here.Michael Meeks1-1/+4
2012-01-15ucb: convert to gbuildMatúš Kukan1-14/+14
2012-01-11extensions: remove unused xmx libraryMatúš Kukan2-2/+0
2012-01-09If there is no java, don't do the java stuffKorrawit Pruegsanusak1-1/+4
2012-01-06Merge branch 'feature/gbuild_extensions'Michael Stahl3-17/+18
Conflicts: extensions/source/ole/servreg.cxx extensions/source/plugin/util/makefile.mk postprocess/packcomponents/makefile.mk postprocess/prj/build.lst tail_build/prj/build.lst
2011-12-27fpicker: convert to gbuildMatúš Kukan1-6/+6
2011-12-26sunjavaplugin has been renamedDavid Tardon1-1/+1
2011-12-25move UnoControls to tail_buildDavid Tardon1-1/+1
2011-12-25gbuildize UnoControlsDavid Tardon1-1/+1
2011-12-25remove pre-req from postprocess that are already pulled by tail_buildNorbert Thiebaud1-1/+1
2011-12-24Merge remote-tracking branch 'origin/master' into feature/gbuild_extensionsPeter Foley2-2/+2
Conflicts: Module_tail_build.mk Repository.mk extensions/util/makefile.pmk postprocess/prj/build.lst svx/AllLangResTarget_svx.mk
2011-12-23move psprint_config to tail_buildDavid Tardon1-1/+1
2011-12-23move dtrans to tail_buildDavid Tardon1-1/+1
2011-12-23move scaddins to tail_buildDavid Tardon1-1/+1
2011-12-23move accessibility to tail_buildDavid Tardon1-1/+1
2011-12-23convert windows-specific bits, part 1: jarsDavid Tardon1-1/+1
2011-12-20add dtrans to tail_buildPeter Foley1-1/+1
2011-12-20add scaddins to tail_buildPeter Foley1-1/+1
2011-12-18extensions: add to tail_buildPeter Foley1-1/+1
2011-12-18extensions: convert resource, xmlextract to gbuildPeter Foley1-2/+3
2011-12-18extensions: convert abpilot to gbuildPeter Foley1-1/+1
2011-12-18extensions: convert dbpilots to gbuildPeter Foley1-1/+1
2011-12-17extensions: convert logging to gbuildPeter Foley1-1/+1
2011-12-17extensions: convert bibliography to gbuildPeter Foley1-1/+1
2011-12-17extensions: convert ldap to gbuildPeter Foley1-1/+1
2011-12-17extensions: convert plugin to gbuildPeter Foley1-1/+1
2011-12-16Revert "Move configmgr to tail_build."Stephan Bergmann1-1/+1
...it is not yet ready for that. This reverts commit f3acd83c1c406f6527d05b0a52a2bef03557e2e1. Conflicts: tail_build/prj/build.lst
2011-12-16Move configmgr to tail_build.Stephan Bergmann1-1/+1
2011-12-14extensions: convert pcr to gbuildMichael Stahl1-1/+1
2011-12-14extensions: convert scanner to gbuildMichael Stahl1-1/+1
2011-12-14extensions: convert ole automation bridge to gbuildMichael Stahl1-1/+1
Of course not tested at all (WNT only)
2011-12-14extensions: convert update stuff to gbuildMichael Stahl2-5/+5
The updchk is renamed to updatecheckui so it does not collide with updchk.uno.
2011-12-14Missing configmgr.component adaption in postprocess/packcomponents.Stephan Bergmann1-2/+2
2011-12-13add lingucomponent to tail_buildMatúš Kukan1-1/+1
2011-12-13convert lingucomponent to gbuildMatúš Kukan1-6/+7
2011-12-12Skip more components for Android and iOSTor Lillqvist1-4/+4
2011-12-08Stub Corel Draw importerFridrich Štrba1-0/+1
2011-12-07Remove oooimprovementAugust Sodora3-9/+0
2011-12-05fax wizard: build and install the java wizard in paralle to the python oneMichael Meeks1-1/+0
2011-12-05wizards: completely work python wizard packaging and registrationMichael Meeks1-9/+8
Also improve exception handling and error printing in pythonloader Allow registration of explicit .py components - the only method that works
2011-12-05Hello world (python) as a componentXisco Fauli1-0/+2
2011-12-02split smoketest module to fix buildPetr Mladek1-1/+1
+ move the library and other build stuff to a new "smoketest" module + keep "smoketestoo_native" only for installing and running the tests + restore the targets in top level make