[Libreoffice-commits] core.git: configure.ac

2014-09-08 Thread Peter Foley
configure.ac |8 1 file changed, 4 insertions(+), 4 deletions(-) New commits: commit 2114e88fc69c6c650ebe1a390de6117d58b10716 Author: Peter Foley Date: Sun Sep 7 21:07:43 2014 -0400 Make configure respect --without-system-$lib-for-build Change-Id

[Libreoffice-commits] core.git: Makefile.in solenv/gbuild

2014-09-09 Thread Peter Foley
Makefile.in | 11 +++ solenv/gbuild/gbuild.help.txt |1 + 2 files changed, 8 insertions(+), 4 deletions(-) New commits: commit 7abf6861f96052de3b04424ba64b4ee07de35348 Author: Peter Foley Date: Mon Sep 8 14:52:03 2014 -0400 Fix help and showmodules build

[Libreoffice-commits] core.git: external/collada2gltf

2014-09-09 Thread Peter Foley
external/collada2gltf/StaticLibrary_collada2gltf.mk |4 1 file changed, 4 insertions(+) New commits: commit 666b9fb19d59480130d92f6272346608d5e52e09 Author: Peter Foley Date: Mon Sep 8 14:52:35 2014 -0400 Hide warning spam from collada2gltf Change-Id

[Libreoffice-commits] core.git: RepositoryModule_host.mk

2014-09-13 Thread Peter Foley
RepositoryModule_host.mk |3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) New commits: commit 2d8514575599dfcede1c5298a376d9f66ca35f71 Author: Peter Foley Date: Thu Sep 11 18:05:01 2014 -0400 Fix circular deps when opencl is disabled Change-Id

[Libreoffice-commits] core.git: configure.ac

2014-09-13 Thread Peter Foley
configure.ac |4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) New commits: commit 70a197f28049fcb03655e1f5e480a24a2e6e9291 Author: Peter Foley Date: Thu Sep 11 17:38:46 2014 -0400 Add proper help for with-build-platform-configure-options Change-Id

[Libreoffice-commits] core.git: Branch 'feature/gccwrapper' - solenv/gcc-wrappers

2013-03-08 Thread Peter Foley
solenv/gcc-wrappers/wrapper.cxx | 73 +++- 1 file changed, 43 insertions(+), 30 deletions(-) New commits: commit fa4ef65cc6b949a3bc4b2fbc20dc380dab7cffd8 Author: Peter Foley Date: Thu Mar 7 20:18:17 2013 -0500 more work on enviroment and stdio

[Libreoffice-commits] core.git: Branch 'feature/gccwrapper' - 6 commits - libvisio/ExternalPackage_libvisio.mk Repository.mk solenv/Executable_ld-wrapper.mk solenv/gbuild solenv/gcc-wrappers solenv/Mo

2013-03-08 Thread Peter Foley
+++ solenv/gcc-wrappers/wrapper.cxx | 64 +-- 7 files changed, 85 insertions(+), 21 deletions(-) New commits: commit 74ef002adaf53042c19d7cecef13d835b9c389e7 Author: Peter Foley Date: Fri Mar 8 21:45:16 2013 -0500 fix linking with wpftdraw Change

[Libreoffice-commits] core.git: dbaccess/inc oox/inc sc/inc svtools/inc svx/inc sw/inc vcl/inc xmloff/inc

2013-03-10 Thread Peter Foley
+++- vcl/inc/pch/precompiled_vcl.hxx |1 + xmloff/inc/pch/precompiled_xo.hxx|3 +++ 8 files changed, 19 insertions(+), 7 deletions(-) New commits: commit b56e53f1358ab48173aa8f17acc6d40352320d9c Author: Peter Foley Date: Sun Mar 10 14:31:18 2013 -0400 update pch files

[Libreoffice-commits] core.git: configure.ac solenv/gbuild sw/source

2013-03-11 Thread Peter Foley
bda200348566da71ae7ec346108bc6a00c22bf12 Author: Peter Foley Date: Sun Mar 10 17:50:29 2013 -0400 add pch support to gcc Change-Id: I58c11477c1ce48185528db3a8013b5dccf3947c6 Reviewed-on: https://gerrit.libreoffice.org/2653 Reviewed-by: Fridrich Strba Tested-by: Fridrich

Re: --enable-pch option is broken?

2013-03-11 Thread Peter Foley
David, Should be fixed now. you can just run ./solenv/bin/update_pch.sh to auto-regenerate all the pch files. Maybe a note should be added somewhere to run it whenever header files are moved around? Thanks, Peter On Sat, Mar 9, 2013 at 4:20 PM, David Ostrovsky wrote: > Hi, > > on 2013-03-02

Wrapper around MSVC cl.exe for autoconf.

2013-03-13 Thread Peter Foley
I've written a wrapper around MSVC cl.exe for autoconf (see https://wiki.documentfoundation.org/Development/Gsoc/Ideas#Gcc_like_wrapper_for_MSC_on_cygwin_and_autotools_compatibility ). The goal of the wrapper is to remove all the custom MSVC logic from the ExternalProject makefiles and let the pac

Re: Wrapper around MSVC cl.exe for autoconf.

2013-03-14 Thread Peter Foley
Wed, Mar 13, 2013 at 4:37 PM, Peter Foley wrote: > > I've written a wrapper around MSVC cl.exe for autoconf (see > > > https://wiki.documentfoundation.org/Development/Gsoc/Ideas#Gcc_like_wrapper_for_MSC_on_cygwin_and_autotools_compatibility > ). > > > > The go

[Libreoffice-commits] core.git: Repository.mk solenv/Executable_gcc-wrapper.mk solenv/Executable_g++-wrapper.mk solenv/gbuild solenv/gcc-wrappers solenv/Module_solenv.mk solenv/StaticLibrary_wrapper.m

2013-03-14 Thread Peter Foley
357ace566d4090b85c7c7b5d775c8b9eaaa76e5f Author: Peter Foley Date: Tue Mar 12 20:03:14 2013 -0400 add gcc-wrapper Change-Id: I961bd23d1ec382d247a489cda42194ce9f4fe1da Reviewed-on: https://gerrit.libreoffice.org/2715 Reviewed-by: Fridrich Strba Tested-by: Fridrich Strba diff --git a/Repository.mk b

[Libreoffice-commits] core.git: libvisio/ExternalPackage_libvisio.mk libvisio/ExternalProject_libvisio.mk

2013-03-14 Thread Peter Foley
libvisio/ExternalPackage_libvisio.mk |4 +-- libvisio/ExternalProject_libvisio.mk | 40 +-- 2 files changed, 4 insertions(+), 40 deletions(-) New commits: commit e6a877f8fb8bd0410431ea15891cc09748bd6a3a Author: Peter Foley Date: Tue Mar 12 20:04:14 2013

[Libreoffice-commits] core.git: liblangtag/ar-lib liblangtag/ExternalPackage_langtag.mk liblangtag/ExternalProject_langtag.mk liblangtag/liblangtag-0.4.0-ar-lib.patch liblangtag/Module_liblangtag.mk l

2013-03-14 Thread Peter Foley
| 270 liblangtag/liblangtag-0.4.0-ar-lib.patch | 982 +++ 7 files changed, 1269 insertions(+), 84 deletions(-) New commits: commit 83d61d9f1b0c95de2cd1199d3f60be70dfa92bec Author: Peter Foley Date: Tue Mar 12 20:06:07 2013 -0400 move liblangtag to gcc

[Libreoffice-commits] core.git: liblangtag/liblangtag-0.4.0-cross.patch liblangtag/liblangtag-0.4.0-msc-configure.patch liblangtag/UnpackedTarball_langtag.mk

2013-03-15 Thread Peter Foley
1ce6d6d4133865d9616e12228be2c04cbba1976c Author: Peter Foley Date: Fri Mar 15 19:04:10 2013 -0400 remove unneeded patch after gcc-wrapper conversion Change-Id: I913f467478a5a600159d9e982a9dfddad04596ae diff --git a/liblangtag/UnpackedTarball_langtag.mk b/liblangtag/UnpackedTarball_langtag.mk index

[Libreoffice-commits] core.git: 3 commits - libcdr/ExternalPackage_libcdr.mk libcdr/ExternalProject_libcdr.mk libmspub/ExternalPackage_libmspub.mk libmspub/ExternalProject_libmspub.mk libmwaw/External

2013-03-15 Thread Peter Foley
|2 - libmwaw/ExternalProject_libmwaw.mk | 34 +-- 6 files changed, 12 insertions(+), 115 deletions(-) New commits: commit d3f62f190e454946ec6be518f6a440bb39b8f584 Author: Peter Foley Date: Fri Mar 15 19:45:24 2013 -0400 move libmspub to gcc-wrapper

[Libreoffice-commits] core.git: 5 commits - bin/update_pch.sh connectivity/Library_dbtools.mk connectivity/source oox/inc sc/inc solenv/bin svx/inc svx/source sw/inc xmloff/source

2013-03-15 Thread Peter Foley
: commit e8620b247dcba55f67ad7eaf63cfe5ac3831b187 Author: Peter Foley Date: Fri Mar 15 21:16:34 2013 -0400 fix conflicting types found by lto Change-Id: Icd1b5756e43aa17d8329d124765d75a4bbfaf327 diff --git a/xmloff/source/text/XMLIndexTOCSourceContext.cxx b/xmloff/source/text

[Libreoffice-commits] core.git: 3 commits - liborcus/ExternalPackage_liborcus.mk liborcus/ExternalProject_liborcus.mk liborcus/liborcus_0.1.0-boost_disable_auto_lib.patch liborcus/Module_liborcus.mk l

2013-03-16 Thread Peter Foley
deletions(-) New commits: commit d956ddc54c486e24505029b9bdac314416b256d6 Author: Peter Foley Date: Sat Mar 16 10:25:57 2013 -0400 move libwpd to gcc-wrapper Change-Id: I4ebe006d0e8850d7229de7a59e424fa819ca7700 diff --git a/libwpd/ExternalPackage_libwpd.mk b/libwpd

[Libreoffice-commits] core.git: 5 commits - bin/module-deps.pl clucene/Library_clucene.mk filter/Configuration_filter.mk filter/source solenv/gbuild

2013-03-16 Thread Peter Foley
|2 +- solenv/gbuild/Postprocess.mk|6 +++--- solenv/gbuild/TargetLocations.mk|2 +- 7 files changed, 17 insertions(+), 10 deletions(-) New commits: commit 7956ff62ee9a4b82f64d19d51cccddd73bc49d1e Author: Peter Foley Date: Sat Mar 16 16:14:07 2013

[Libreoffice-commits] dev-tools.git: ccache-msvc/bin ccache-msvc/patches ccache-msvc/README.txt

2013-03-20 Thread Peter Foley
(+), 908 deletions(-) New commits: commit 2f4b4613f300931e32abeb9912733e7cb0489102 Author: Peter Foley Date: Fri Sep 14 21:20:15 2012 -0400 update ccache for MSVC from 2.4 to 3.1.8 Change-Id: I84c1fdc3f40bd2cefc47b5dc06c186d73ba72a08 Reviewed-on: https://gerrit.libreoffice.org/2856

[Libreoffice-commits] core.git: oox/Library_oox.mk oox/source xmloff/inc xmloff/Package_inc.mk xmloff/source

2013-03-21 Thread Peter Foley
/chart/SchXMLSeriesHelper.hxx | 70 +++ 11 files changed, 410 insertions(+), 84 deletions(-) New commits: commit ccf8f9427e1828b4d37dda4e5e9c6401f8332227 Author: Peter Foley Date: Thu Mar 21 17:50:46 2013 -0400 Revert "remove duplicate copy of SchXMLSeriesHelper"

[Libreoffice-commits] core.git: oox/Library_oox.mk oox/source xmloff/inc xmloff/Package_inc.mk xmloff/source

2013-03-21 Thread Peter Foley
/chart/SchXMLSeriesHelper.hxx | 70 --- 11 files changed, 86 insertions(+), 410 deletions(-) New commits: commit 630ccf5b3be084916065409033c182a91b418850 Author: Peter Foley Date: Wed Mar 20 18:08:22 2013 -0400 remove duplicate copy of SchXMLSeriesHelper: take 2 This allows

[Libreoffice-commits] core.git: solenv/gbuild

2013-03-23 Thread Peter Foley
solenv/gbuild/extensions/pre_MergedLibsList.mk | 11 ++- solenv/gbuild/gbuild.mk|3 ++- 2 files changed, 8 insertions(+), 6 deletions(-) New commits: commit c52ceef8395a3b4c59bf6e139e126b57c77d2d92 Author: Peter Foley Date: Sat Mar 23 11:42:11 2013 -0400

[Libreoffice-commits] core.git: solenv/gbuild solenv/gcc-wrappers

2013-03-23 Thread Peter Foley
28fb57daa77438f5e63132d3417062a11a44461e Author: Peter Foley Date: Sat Mar 23 09:30:52 2013 -0400 make gcc-wrapper work with ccache Change-Id: I4db04d8ce04c928b67d86172fcbe33adacbd85d8 diff --git a/solenv/gbuild/platform/com_MSC_class.mk b/solenv/gbuild/platform/com_MSC_class.mk index

[Libreoffice-commits] core.git: 2 commits - Library_merged.mk solenv/Executable_g++-wrapper.mk solenv/StaticLibrary_wrapper.mk

2013-03-23 Thread Peter Foley
Library_merged.mk | 12 ++-- 1 file changed, 2 insertions(+), 10 deletions(-) New commits: commit 81728bed9b82300875b156affa9aa55e5afa80e4 Author: Peter Foley Date: Sat Mar 23 16:14:49 2013 -0400 cleanup Library_merged Change-Id

[Libreoffice-commits] core.git: solenv/gcc-wrappers

2013-03-24 Thread Peter Foley
solenv/gcc-wrappers/wrapper.cxx |5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) New commits: commit c8c19de5c0df85a31ceb5454da351ed13076e048 Author: Peter Foley Date: Sat Mar 23 20:09:16 2013 -0400 fix liborcus on windows Change-Id

[Libreoffice-commits] core.git: 5 commits - Library_merged.mk solenv/gbuild xmlsecurity/inc xmlsecurity/source

2013-03-24 Thread Peter Foley
(-) New commits: commit 526c32e6909b6955e72f34d86e0aa6a88d74370c Author: Peter Foley Date: Sat Mar 23 20:35:18 2013 -0400 add chartcore to Library_merged Change-Id: I27c27556e25e2233eea0406e20afe0531ed638e7 diff --git a/solenv/gbuild/extensions/pre_MergedLibsList.mk b/solenv/gbuild

[Libreoffice-commits] core.git: 2 commits - bridges/Library_cpp_uno.mk Makefile.in solenv/gbuild

2013-03-24 Thread Peter Foley
Makefile.in |6 -- bridges/Library_cpp_uno.mk |3 ++- solenv/gbuild/platform/com_GCC_class.mk |1 + 3 files changed, 7 insertions(+), 3 deletions(-) New commits: commit d72b4106e2b1525f76ea4d91458204aeec8b408e Author: Peter Foley Date

Mac buildbot broken

2013-03-24 Thread Peter Foley
The mac buildbot seems to be broken (see https://ci.libreoffice.org/job/buildbot/413). It is producing this error: make[1]: execvp: touch: Bad file descriptor make[1]: *** [/Users/n_th/lo/core_gerrit/workdir/unxmacxi.pro/UnoApiPartTarget/offapi/com/sun/star/frame/XRecordableDispatch.urd] Error 1

[Libreoffice-commits] core.git: 2 commits - configure.ac i18npool/source

2013-03-24 Thread Peter Foley
configure.ac | 66 +++--- i18npool/source/localedata/localedata.cxx | 11 - 2 files changed, 44 insertions(+), 33 deletions(-) New commits: commit 02ed2608199f2adc466849d0f4864213ad07c445 Author: Peter Foley Date: Sun Mar 24 17:48

dbghelp.dll upload

2012-12-21 Thread Peter Foley
This dll is referenced in https://gerrit.libreoffice.org/#/c/1466 . Before this change is pushed, this dll should be uploaded to http://dev-www.libreoffice.org/src Also, is there a better way to get a new file uploaded than emailing the mailing list? Thanks, Peter _

[Libreoffice-commits] core.git: config_host.mk.in configure.ac libxslt/dummy libxslt/ExternalPackage_xslt.mk libxslt/ExternalProject_xslt.mk libxslt/libxslt-vc10.patch libxslt/libxsltversion.mk libxsl

2013-02-05 Thread Peter Foley
writerfilter/CustomTarget_source.mk |2 19 files changed, 191 insertions(+), 284 deletions(-) New commits: commit 856c075e93683cec7cff02e0cf0d6ed31f937a98 Author: Peter Foley Date: Sat Feb 2 15:44:30 2013 -0500 convert libxslt to gbuild and add to tail_build Change-Id

[Libreoffice-commits] core.git: configure.ac Makefile.in

2013-02-06 Thread Peter Foley
Makefile.in |1 - configure.ac | 11 --- 2 files changed, 4 insertions(+), 8 deletions(-) New commits: commit f20af6b8885afa89c276ecbe22754daca63393e7 Author: Peter Foley Date: Mon Dec 3 19:04:20 2012 -0500 use md5 for scp2 stamp Conflicts: Makefile.top

[Libreoffice-commits] core.git: RepositoryExternal.mk

2013-02-06 Thread Peter Foley
RepositoryExternal.mk |1 - 1 file changed, 1 deletion(-) New commits: commit 0db854a94d39ae1f0535482df61f0c4659c4088f Author: Peter Foley Date: Wed Feb 6 17:24:55 2013 -0500 remove unneeded deps for xsltproc Change-Id: I945556ecc2cb2f2f2c2636afbf7c02469d74b4c1 diff --git a

[Libreoffice-commits] core.git: RepositoryExternal.mk

2013-02-06 Thread Peter Foley
RepositoryExternal.mk |1 + 1 file changed, 1 insertion(+) New commits: commit 52e47b6e0ec87a4aa0ee0fd1c8a577be1d97cb95 Author: Peter Foley Date: Wed Feb 6 17:59:18 2013 -0500 Revert "remove unneeded deps for xsltproc" Never mind. Seems to be necessary

[Libreoffice-commits] core.git: avmedia/Library_avmediagst_0_10.mk liblangtag/ExternalProject_langtag.mk libvisio/ExternalProject_libvisio.mk libxml2/ExternalPackage_xml2.mk libxml2/ExternalProject_xm

2013-02-07 Thread Peter Foley
files changed, 199 insertions(+), 205 deletions(-) New commits: commit b9d6c7a48cbe3573a2010811d8671d3e5ff30e2a Author: Peter Foley Date: Tue Feb 5 17:19:11 2013 -0500 convert libxml2 to gbuild and add to tail_build Change-Id: Ie6ae2150e1f011e17034abcace18c5967b4dacf5 Reviewed

[Libreoffice-commits] core.git: libxml2/ExternalPackage_xml2.mk

2013-02-07 Thread Peter Foley
libxml2/ExternalPackage_xml2.mk |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) New commits: commit d9d2b0b265c3ace00e0f7387bb234a0aabacfbd0 Author: Peter Foley Date: Thu Feb 7 18:53:18 2013 -0500 fix libxml2 on android Change-Id

[Libreoffice-commits] core.git: 2 commits - setup_native/Library_sellangmsi.mk setup_native/Module_setup_native.mk setup_native/source

2013-02-11 Thread Peter Foley
setup_native/source/win32/customactions/sellang/sorttree.cxx |2 +- 5 files changed, 11 insertions(+), 2 deletions(-) New commits: commit 684951f14679e2f73cd9ed8123c48fc9ab61515a Author: Peter Foley Date: Mon Feb 11 17:00:20 2013 -0500 msvc needs instooofiltmsi too Change-Id

Re: [PATCH] convert setup_native to gbuild and add to tail_build

2013-02-12 Thread Peter Foley
Andras, I just pushed a patch that should fix it. Could you test it? Thanks, Peter -Original Message- From: Andras Timar Sent: Monday, February 11, 2013 7:37 AM To: Peter Foley Cc: libreoffice Subject: Re: [PATCH] convert setup_native to gbuild and add to tail_build Hi Peter

[Libreoffice-commits] core.git: setup_native/CustomTarget_mac.mk

2013-02-13 Thread Peter Foley
setup_native/CustomTarget_mac.mk |5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) New commits: commit e8f09adf5bdd415278b63a055c12dd0f33cd1ba2 Author: Peter Foley Date: Wed Feb 13 17:13:31 2013 -0500 fix setup_native localization for mac Change-Id

[Libreoffice-commits] core.git: Makefile.in

2013-02-13 Thread Peter Foley
Makefile.in |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) New commits: commit c2aaa83660316b9c0ad01017ba3cee71a89176c5 Author: Peter Foley Date: Wed Feb 13 17:19:59 2013 -0500 dont echo ./g -z every time make is run Change-Id: Id680d868ee77a8c52a030baddc8af97041d5a569

Re: convert setup_native to gbuild and add to tail_build

2013-02-14 Thread Peter Foley
Niko, I just pushed a fix. Can you see if it works now? Thanks, Peter -Original Message- From: Niko Rönkkö Sent: Wednesday, February 13, 2013 10:14 AM To: libreoffice-dev Cc: pefol...@verizon.net Subject: Re: convert setup_native to gbuild and add to tail_build Hi! This commit brea

Re: [PATCH] convert setup_native to gbuild and add to tail_build

2013-02-14 Thread Peter Foley
Andras, I'm not sure exactly why it changed or what the problem is. Do you know how I would force msvcrt to be linked staticly? Thanks, Peter -Original Message- From: Andras Timar Sent: Wednesday, February 13, 2013 6:13 AM To: Peter Foley Cc: libreoffice Subject: Re: [

[Libreoffice-commits] core.git: setup_native/CustomTarget_scripts.mk

2013-02-15 Thread Peter Foley
setup_native/CustomTarget_scripts.mk |6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) New commits: commit 91a6fc6ee1405ab98a3e65d7d85e1e51cb514cfd Author: Peter Foley Date: Sun Feb 10 22:02:02 2013 -0500 fix rpm build in setup_native Change-Id

[Libreoffice-commits] core.git: setup_native/Package_scripts_generated.mk

2013-02-16 Thread Peter Foley
setup_native/Package_scripts_generated.mk |2 -- 1 file changed, 2 deletions(-) New commits: commit eecb368a6eb5242a69f83bf328830dc84c335b3f Author: Peter Foley Date: Sat Feb 16 16:42:25 2013 -0500 fix circular dependency in setup_native Change-Id

[Libreoffice-commits] core.git: Module_tail_build.mk RepositoryExternal.mk RepositoryModule_ooo.mk sdext/Library_pdfimport.mk tail_build/prj xpdf/ExternalPackage_xpdf.mk xpdf/ExternalProject_xpdf.mk x

2013-02-17 Thread Peter Foley
|2 xpdf/prj/d.lst |5 - xpdf/xpdf-3.02.patch |2 xpdf/xpdf-no-writable-literals.patch |6 - 15 files changed, 138 insertions(+), 165 deletions(-) New commits: commit fb1d11d9a54738562994ee6f7a5875f7a62d5863 Author: Peter Foley Date

[Libreoffice-commits] core.git: cross_toolset/Makefile cross_toolset/prj cross_toolset/README Makefile.in

2013-02-18 Thread Peter Foley
Makefile.in |2 +- cross_toolset/Makefile | 15 --- cross_toolset/README|3 --- cross_toolset/prj/build.lst |1 - 4 files changed, 1 insertion(+), 20 deletions(-) New commits: commit 162a4f8d01210bed52f348b74e076ff245c33309 Author: Peter

Re: last few dmake modules ?

2013-02-18 Thread Peter Foley
Yep. BTW, are we planning to keep moz for Windows address book support or should I not bother converting it? Thanks, Peter -Original Message- From: CaolánMcNamara Sent: Monday, February 18, 2013 9:10 AM To: libreoffice-dev Subject: last few dmake modules ? Is it really now down to

[Libreoffice-commits] core.git: 2 commits - filter/Configuration_filter.mk filter/CustomTarget_svg.mk oox/CustomTarget_generated.mk postprocess/CustomTarget_registry.mk sc/source writerfilter/CustomTa

2013-03-25 Thread Peter Foley
+-- 6 files changed, 42 insertions(+), 36 deletions(-) New commits: commit 1a04271d2e5de7dccfeb3ac0609e49155b5fe250 Author: Peter Foley Date: Mon Mar 25 14:43:30 2013 -0400 fix scfilt with Library_merged Change-Id

Re: [Libreoffice-commits] core.git: make bridges work with clang on x64 linux

2013-03-25 Thread Peter Foley
that file worked for me. Thanks, Peter On Mon, Mar 25, 2013 at 1:38 PM, Stephan Bergmann wrote: > On 03/24/2013 03:21 PM, Peter Foley wrote: >> >> commit d72b4106e2b1525f76ea4d91458204aeec8b408e >> Author: Peter Foley >> Date: Sun Mar 24 10:20:09 2013 -0400 >>

Re: LibreOffice & LTO

2013-03-25 Thread Peter Foley
et me move the conversation to the LibreOffice developers > mailing list - I hope you don't mind :-) > > Bjoern has a plan regarding the includes; we plan to do the change after > 4.0.2 is out, but need to check which of the possible approaches is > better. > > Other than t

Re: [Libreoffice-commits] core.git: make bridges work with clang on x64 linux

2013-03-26 Thread Peter Foley
On Tue, Mar 26, 2013 at 3:45 AM, Stephan Bergmann wrote: > What Linux version would that be? It's a gentoo box. I'm using clang 3.2 and llvm 3.2. I've attached the gentoo package version info. I'd be more than happy to try out a patch or something to try and fix this properly. Thanks, Peter i

[Libreoffice-commits] core.git: 6 commits - bin/module-deps.pl config_host.mk.in configure.ac connectivity/Library_postgresql-sdbc-impl.mk forms/Module_forms.mk postgresql/ExternalProject_postgresql.m

2013-03-26 Thread Peter Foley
|1 + solenv/gbuild/gbuild.mk|2 +- solenv/gbuild/partial_build.mk |7 ++- 12 files changed, 36 insertions(+), 17 deletions(-) New commits: commit a5b669de8431377c43909e30d9e9d01a18a5b58a Author: Peter Foley Date: Tue Mar 26 11:23:02 2013

[Libreoffice-commits] core.git: 2 commits - bin/module-deps.pl connectivity/Library_postgresql-sdbc-impl.mk postgresql/ExternalPackage_postgresql.mk solenv/gbuild

2013-03-26 Thread Peter Foley
commits: commit 3326a85ae6ad417b37d52fd9a806f42004ba Author: Peter Foley Date: Tue Mar 26 14:11:18 2013 -0400 fix postgresql build Change-Id: I379029dbf600769e415582aa7162f320e707c3da diff --git a/bin/module-deps.pl b/bin/module-deps.pl index 7f39b58..de8022c 100755 --- a/bin

Re: [Libreoffice-commits] core.git: 2 commits - configure.ac i18npool/source

2013-03-26 Thread Peter Foley
On Tue, Mar 26, 2013 at 2:19 PM, Lubos Lunak wrote: > That already exists: configure CC=clang CXX=clang++ > What's the point of having such an explicit option? We already have enough > options that reinvent the wheel. > I just felt it would be a convenient shorthand. If you don't think it's nece

[Libreoffice-commits] core.git: 15 commits - connectivity/Module_connectivity.mk i18npool/CustomTarget_localedata.mk Library_merged.mk reportdesign/Module_reportdesign.mk RepositoryModule_host.mk sc/s

2013-03-28 Thread Peter Foley
Author: Peter Foley Date: Wed Mar 27 21:47:41 2013 -0400 add tl dependent libs to Library_merged Change-Id: Idd99db9c6afce3b7713f6262927a0972d16ae418 diff --git a/Library_merged.mk b/Library_merged.mk index 7122e4f..d712028 100644 --- a/Library_merged.mk +++ b/Library_merged.mk

Re: Module build broken on master.

2013-03-28 Thread Peter Foley
Sorry, It should be lastword. Thanks for fixing, Peter On Wed, Mar 27, 2013 at 8:52 AM, Stephan Bergmann wrote: > On 03/27/2013 08:07 AM, Bjoern Michaelsen wrote: >> >> On Tue, Mar 26, 2013 at 05:07:15PM -0400, Kohei Yoshida wrote: >>> >>> So, reverting this commit >>> >>> >>> http://cgit.freed

[Libreoffice-commits] core.git: config_host.mk.in configure.ac download.lst icu/ExternalPackage_icu.mk icu/icu4c.9313.cygwin.patch icu/icu4c.9737.CVE-2013-0900_changesets_32865_32908.patch icu/icu4c-b

2013-03-30 Thread Peter Foley
/Library_writerfilter.mk |1 18 files changed, 37 insertions(+), 606 deletions(-) New commits: commit ce9bf0f868304a95ace987f90dcf2466e70bfe51 Author: Peter Foley Date: Sat Mar 23 12:32:31 2013 -0400 upgrade icu to 51.1 Change-Id: I1c0d5ca4b2f88ca48225fcdbeb978f27fa91f7a6

[Libreoffice-commits] core.git: 2 commits - basic/source compilerplugins/Makefile-clang.mk desktop/source filter/source sal/inc vcl/unx

2013-03-30 Thread Peter Foley
- 6 files changed, 16 insertions(+), 7 deletions(-) New commits: commit 4f811c04744557c2254ab7311b148e9b08f7c573 Author: Peter Foley Date: Sat Mar 30 12:20:47 2013 -0400 fix loplugin warnings Change-Id: I17593ac6e495213a1ef99d4d5525a6e38aee0bc7 diff --git a/basic/source/sbx

[Libreoffice-commits] core.git: solenv/gbuild

2013-03-30 Thread Peter Foley
solenv/gbuild/Pagein.mk |1 + 1 file changed, 1 insertion(+) New commits: commit 3fe98a7513370834e1cb0b8d7bdaf46a2ab20984 Author: Peter Foley Date: Sat Mar 30 13:10:49 2013 -0400 Create empty pagein file if everything is in Library_merged If all the libraries in a pagein

[Libreoffice-commits] core.git: solenv/gbuild

2013-03-30 Thread Peter Foley
solenv/gbuild/Pagein.mk |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) New commits: commit bdc6b41fa6b15a051d2996b745b43ce077e8c8d7 Author: Peter Foley Date: Sat Mar 30 13:13:09 2013 -0400 fix typo Change-Id: I5b11f1bb94841b08fd82da31ff348ffca4c487c6 diff --git a

[Libreoffice-commits] core.git: 2 commits - comphelper/source framework/source io/source sal/inc sdext/source solenv/gbuild

2013-03-30 Thread Peter Foley
/wrapper.cxx |3 +-- solenv/gbuild/AllLangResTarget.mk |2 +- 6 files changed, 16 insertions(+), 26 deletions(-) New commits: commit 8c1b2f380188f7c7194845dd014e802427967273 Author: Peter Foley Date: Sat Mar 30 15:35:35 2013 -0400 use proper gbuild capitalization

[Libreoffice-commits] core.git: 5 commits - Library_merged.mk sal/osl sfx2/source solenv/gbuild vcl/unx

2013-03-31 Thread Peter Foley
+- solenv/gbuild/extensions/pre_MergedLibsList.mk |1 - vcl/unx/generic/plugadapt/salplug.cxx |6 +- 7 files changed, 13 insertions(+), 9 deletions(-) New commits: commit 0b78f2b9dc17dfa88d72d6ee27e3e0e0ca6a152f Author: Peter Foley Date: Sun Mar 31 11:16:32 2013 -0400 fix

[Libreoffice-commits] core.git: expat/StaticLibrary_expat.mk openssl/ExternalProject_openssl.mk

2013-03-31 Thread Peter Foley
expat/StaticLibrary_expat.mk |1 + openssl/ExternalProject_openssl.mk |3 --- 2 files changed, 1 insertion(+), 3 deletions(-) New commits: commit 9ff0ee4905068cbc85acf85da1b3ef762b324ed7 Author: Peter Foley Date: Sun Mar 31 16:41:05 2013 -0400 fix gold warning about hidden

[Libreoffice-commits] core.git: 2 commits - boost/boost.6139.clang.patch boost/UnpackedTarball_boost.mk solenv/gbuild

2013-04-02 Thread Peter Foley
boost/UnpackedTarball_boost.mk |2 ++ boost/boost.6139.clang.patch | 10 ++ solenv/gbuild/LinkTarget.mk|4 ++-- 3 files changed, 14 insertions(+), 2 deletions(-) New commits: commit 6daa038869b5be528811fea7708ad6d7690538bb Author: Peter Foley Date: Tue Apr 2 20:29:35

[Libreoffice-commits] core.git: solenv/gbuild

2013-04-07 Thread Peter Foley
solenv/gbuild/extensions/pre_MergedLibsList.mk |1 - 1 file changed, 1 deletion(-) New commits: commit 7c790d544d43948c0ec44b6526cfe95c3777c428 Author: Peter Foley Date: Sun Apr 7 09:29:10 2013 -0400 avoid circular deps with Library_merged Change-Id

[Libreoffice-commits] core.git: idlc/source

2013-04-07 Thread Peter Foley
idlc/source/parser.y |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) New commits: commit 84068dae548d8498bf63f5fe2273a44b9fc638bb Author: Peter Foley Date: Sun Apr 7 09:42:18 2013 -0400 fix logical-op-parenthesis warning Change-Id

[Libreoffice-commits] core.git: config_host.mk.in configure.ac solenv/gbuild

2013-04-07 Thread Peter Foley
config_host.mk.in |1 + configure.ac |5 + solenv/gbuild/JavaClassSet.mk |3 ++- 3 files changed, 8 insertions(+), 1 deletion(-) New commits: commit b97cade9183d14ad21ae71892348a9a81689488b Author: Peter Foley Date: Sun Apr 7 12:14:36 2013 -0400

Re: plans with libmerged

2013-04-08 Thread Peter Foley
On Mon, Apr 8, 2013 at 10:19 AM, Tomáš Chvátal wrote: > This switch all/core/no sound pretty cool. > Libreoffice is currently built with mergedlib enabled on opensuse and gentoo > in production and there are no visible issues (currently master fails tests > [so i turned off my tinderbox after hav

[Libreoffice-commits] core.git: filter/source

2013-04-09 Thread Peter Foley
filter/source/placeware/exporter.cxx |8 filter/source/placeware/tempfile.cxx |8 filter/source/placeware/tempfile.hxx |6 +++--- 3 files changed, 11 insertions(+), 11 deletions(-) New commits: commit 4e3c5f4e50e40a40bbd0db1c249d9957e181b71d Author: Peter Foley

Re: plans with libmerged

2013-04-09 Thread Peter Foley
On Tue, Apr 9, 2013 at 5:57 AM, Michael Meeks wrote: > Hi guys, > > On Mon, 2013-04-08 at 17:08 -0400, Peter Foley wrote: >> On Mon, Apr 8, 2013 at 10:19 AM, Tomáš Chvátal >> wrote: >> > This switch all/core/no sound pretty cool. >> > Libreoffice is cu

Re: plans with libmerged

2013-04-10 Thread Peter Foley
On Wed, Apr 10, 2013 at 9:18 AM, Michael Meeks wrote: > You might also find that in fact it is faster to have everything in > one > blob - ie. the whole suite there, and that LTO and PGO will give a > better result for that; certainly for some use-cases such as LibreOffice > on-line havin

[Libreoffice-commits] core.git: 2 commits - i18npool/Library_i18npool.mk Library_urelibs.mk

2013-04-10 Thread Peter Foley
Library_urelibs.mk |5 + i18npool/Library_i18npool.mk |3 ++- 2 files changed, 7 insertions(+), 1 deletion(-) New commits: commit 3377167bc7bb1dc2ab8010d4bc09824b8492367a Author: Peter Foley Date: Wed Apr 10 18:08:37 2013 -0400 supress warnings from icu-generated

[Libreoffice-commits] core.git: 2 commits - bin/module-deps.pl configure.ac RepositoryModule_host.mk solenv/gbuild

2013-04-11 Thread Peter Foley
/com_GCC_defs.mk |2 - solenv/gbuild/platform/com_MSC_defs.mk |2 - 6 files changed, 47 insertions(+), 35 deletions(-) New commits: commit b7bae354aafc3b2c1e579c72443ccfba4d42e4ac Author: Peter Foley Date: Thu Apr 11 17:41:38 2013 -0400 add a env variable to keep the libraries w

[Libreoffice-commits] core.git: 7 commits - liborcus/ExternalProject_liborcus.mk Library_merged.mk RepositoryModule_host.mk sd/source solenv/bin solenv/gbuild solenv/gdb solenv/Package_gdb.mk

2013-04-13 Thread Peter Foley
|6 +- 10 files changed, 72 insertions(+), 77 deletions(-) New commits: commit a28a70cdd6a3a28f902f153f725da3bae042c181 Author: Peter Foley Date: Sat Apr 13 20:17:07 2013 -0400 make mergelibs=all not crash Change-Id: Ie9a7b6c293a16ebf8773b7868de61ea5601000da diff

[Libreoffice-commits] core.git: bin/module-deps.pl

2013-04-14 Thread Peter Foley
bin/module-deps.pl |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) New commits: commit cd809a1e4397af66f2e418532c368a7ec7a8c1b1 Author: Peter Foley Date: Sun Apr 14 10:24:46 2013 -0400 fix weird Circular Dep messages Change-Id: Ib8e442740a421d3ed86202813e97aa0239fb2299

[Libreoffice-commits] core.git: sdext/Library_presenter.mk sdext/Library_PresenterScreen.mk sdext/Module_sdext.mk sfx2/Library_qstart_gtk.mk sfx2/Library_qstart.mk sfx2/Module_sfx2.mk

2013-04-14 Thread Peter Foley
/Library_qstart_gtk.mk | 69 sfx2/Module_sfx2.mk |2 6 files changed, 154 insertions(+), 154 deletions(-) New commits: commit 869b3a614c889a75c87e30afd180df7417cb47a8 Author: Peter Foley Date: Sun Apr 14 12:05:27 2013 -0400 make file names match

[Libreoffice-commits] core.git: 3 commits - drawinglayer/drawinglayer.component drawinglayer/source filter/qa filter/source Library_merged.mk solenv/gbuild

2013-04-14 Thread Peter Foley
+- solenv/gbuild/LinkTarget.mk | 28 - solenv/gbuild/extensions/pre_MergedLibsList.mk | 45 +++- 34 files changed, 126 insertions(+), 50 deletions(-) New commits: commit bd956534b696faec24d2dbf2ca064585099d0704 Author: Peter Foley Date

Re: [Libreoffice-commits] core.git: 3 commits - drawinglayer/drawinglayer.component drawinglayer/source filter/qa filter/source Library_merged.mk solenv/gbuild

2013-04-15 Thread Peter Foley
Yep, I added a option (--enable-mergelibs=all) to shove everything into one library. Normal --enable-mergelibs still only contains core libraries. Thanks, Peter On Sun, Apr 14, 2013 at 7:09 PM, Rene Engelhard wrote: > Hi, > > On Mon, Apr 15, 2013 at 12:57:50AM +0200, Rene Engelhard wrote: >> di

[Libreoffice-commits] core.git: 2 commits - connectivity/source filter/qa filter/README filter/source mysqlc/source shell/source stoc/source stoc/util vcl/source xmlhelp/source xmlhelp/util

2013-04-15 Thread Peter Foley
/ucpchelp1.component |2 +- 40 files changed, 44 insertions(+), 147 deletions(-) New commits: commit eacf12eeb174e35a301570726bf74434a4dd4b94 Author: Peter Foley Date: Mon Apr 15 09:11:46 2013 -0400 properly prefix graphic filter methods Change-Id

Re: broken "add filter libs to libmerged" ?

2013-04-15 Thread Peter Foley
Matus. Makes sense, all call sites have been changed properly now. Thanks, Peter On Mon, Apr 15, 2013 at 4:20 AM, Matúš Kukan wrote: > Hi, > > in > > "add filter libs to libmerged" I see changed

[Libreoffice-commits] core.git: 2 commits - odk/CustomTarget_doxygen.mk solenv/gbuild

2013-04-15 Thread Peter Foley
odk/CustomTarget_doxygen.mk |2 +- solenv/gbuild/LinkTarget.mk | 28 2 files changed, 25 insertions(+), 5 deletions(-) New commits: commit 40dbe0ffbbffcedcd820cb4ccd856a524a55d833 Author: Peter Foley Date: Mon Apr 15 09:27:05 2013 -0400 adapt doxygen to

[Libreoffice-commits] core.git: desktop/source linguistic/source solenv/gbuild

2013-04-15 Thread Peter Foley
/pre_MergedLibsList.mk|6 ++ 5 files changed, 14 insertions(+), 8 deletions(-) New commits: commit a81f161b120de283cf9c5532223a022dbcbeaab7 Author: Peter Foley Date: Mon Apr 15 14:46:15 2013 -0400 add desktop libs to libmerged Change-Id: I0e5477f84de316598015330cea995e42f1249acb diff --git

[Libreoffice-commits] core.git: 3 commits - Library_merged.mk solenv/gbuild

2013-04-15 Thread Peter Foley
Library_merged.mk |6 ++ solenv/gbuild/extensions/pre_MergedLibsList.mk | 24 2 files changed, 30 insertions(+) New commits: commit 99ff52443e3e91376c306c33d0540f6ff9c45c2c Author: Peter Foley Date: Mon Apr 15 18:49:08 2013 -0400

[Libreoffice-commits] core.git: solenv/bin

2013-04-16 Thread Peter Foley
solenv/bin/install-gdb-printers |3 +++ 1 file changed, 3 insertions(+) New commits: commit 346431a13853c651ca4fb4db7893bfc7bfcbf2ab Author: Peter Foley Date: Tue Apr 16 21:12:12 2013 -0400 fix gdb pretty-printers for non-merged Change-Id

Re: [Libreoffice-commits] core.git: 7 commits - liborcus/ExternalProject_liborcus.mk Library_merged.mk RepositoryModule_host.mk sd/source solenv/bin solenv/gbuild solenv/gdb solenv/Package_gdb.mk

2013-04-16 Thread Peter Foley
Miklos, Sorry, should be fixed now. Thanks, Peter On Mon, Apr 15, 2013 at 10:55 AM, Miklos Vajna wrote: > Hi Peter, > > On Sat, Apr 13, 2013 at 05:15:30PM -0700, Peter Foley > wrote: >> commit ffe09728cb829016dbbe24ffc5ed10cfc15cfd5c >> Author: Peter Foley >&g

[Libreoffice-commits] core.git: RepositoryModule_host.mk

2013-04-24 Thread Peter Foley
RepositoryModule_host.mk |1 - 1 file changed, 1 deletion(-) New commits: commit d3ea57d8261d193a18f2485b49badf0a3d5d2fda Author: Peter Foley Date: Wed Apr 24 17:30:37 2013 -0400 remove non-existant module Change-Id: I7c4e2c9635f52f682595d95fca8a5f200a1074de diff --git a

[Libreoffice-commits] core.git: cli_ure/source

2013-04-24 Thread Peter Foley
cli_ure/source/native/native_share.h |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) New commits: commit fe4ffd81045144ffb8d69ae9e5df7ef191005128 Author: Peter Foley Date: Wed Apr 24 17:31:42 2013 -0400 fdo#61503 fix cli_cppuhelper bootstrap error Change-Id

[Libreoffice-commits] core.git: 2 commits - solenv/gbuild

2013-04-24 Thread Peter Foley
solenv/gbuild/LinkTarget.mk|5 - solenv/gbuild/platform/com_GCC_defs.mk |2 +- 2 files changed, 5 insertions(+), 2 deletions(-) New commits: commit 1c0ebe9e0057e6900274f223ff604ee6212e363f Author: Peter Foley Date: Wed Apr 24 20:23:24 2013 -0400 fixes for

moz module gbuildification?

2013-02-20 Thread Peter Foley
All, According to https://wiki.documentfoundation.org/Development/Build_System/Module_status moz should not be converted to gbuild. However, moz still seems to be used for the windows addressbook connectivity. Since we’re down to only 2-3 gbuild modules, can somebody tell me if it’s worth the t

[Libreoffice-commits] core.git: configure.ac scp2/source

2013-02-23 Thread Peter Foley
configure.ac |1 + scp2/source/ooo/scpaction_ooo.scp |2 +- 2 files changed, 2 insertions(+), 1 deletion(-) New commits: commit 5003ab57eee903d072fc7fac8cb5c69a34fb9d5c Author: Peter Foley Date: Sat Feb 23 15:04:46 2013 -0500 fix deb packaging Change

[Libreoffice-commits] core.git: instsetoo_native/CustomTarget_install.mk instsetoo_native/inc_common instsetoo_native/inc_openoffice instsetoo_native/Makefile instsetoo_native/Module_instsetoo_native.

2013-02-24 Thread Peter Foley
/installer/control.pm |1 solenv/bin/modules/installer/windows/idtglobal.pm |2 17 files changed, 167 insertions(+), 516 deletions(-) New commits: commit 1d84e9d1d363bd550129efcbeafe670c0a049dd0 Author: Peter Foley Date: Thu Feb 21 20:40:59 2013

[Libreoffice-commits] core.git: Module_tail_build.mk solenv/gbuild tail_build/prj

2013-02-24 Thread Peter Foley
Module_tail_build.mk |1 + solenv/gbuild/WinResTarget.mk |2 +- tail_build/prj/build.lst |2 +- 3 files changed, 3 insertions(+), 2 deletions(-) New commits: commit 2ba9023a60f41f5ba414fa0f7682ac8104b3a00b Author: Peter Foley Date: Sun Feb 24 16:02:08 2013 -0500

Re: moz module gbuildification?

2013-02-25 Thread Peter Foley
David, I'm in the process of converting just the binary version of moz to gbuild right now. Peter -Original Message- From: David Ostrovsky Sent: Saturday, February 23, 2013 5:53 AM To: Stephan Bergmann Cc: pefol...@verizon.net ; libreoffice Subject: Re: moz module gbuildification?

Gerrit bot slow?

2013-02-25 Thread Peter Foley
All, I noticed that recently the Gerrit bot seems to take a while to pick up on a revision to a patch. When it was first being used it seemed to take only a minute or two at most, whereas now it can take 30 minutes or a hour. Is something messed up? Thanks, Peter___

helpcontent2 gbuildification

2013-02-25 Thread Peter Foley
David, I noticed that you're listed on the wiki module_status page as working on gbuildifing helpcontent2. Do you have any idea when that will be done? Thanks, Peter ___ LibreOffice mailing list LibreOffice@lists.freedesktop.org http://lists.freedeskt

[Libreoffice-commits] core.git: scp2/source

2013-02-25 Thread Peter Foley
scp2/source/ooo/module_pdfimport.scp |1 + scp2/source/python/module_python.scp |1 + 2 files changed, 2 insertions(+) New commits: commit c0ef3bb1140229a27c924c8f74a0adb0792f64f6 Author: Peter Foley Date: Mon Feb 25 19:18:57 2013 -0500 fix helppack creation on windows

[Libreoffice-commits] core.git: configure.ac

2013-02-25 Thread Peter Foley
configure.ac |4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) New commits: commit 0318bea50d919a8b1d61c3f8bee6819616907a59 Author: Peter Foley Date: Mon Feb 25 21:19:40 2013 -0500 fix cross-compiling in separate work dir Change-Id

[Libreoffice-commits] core.git: configure.ac

2013-02-25 Thread Peter Foley
configure.ac |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) New commits: commit 33fc459bafd96909d409077d0ca85b27d68f8f23 Author: Peter Foley Date: Mon Feb 25 21:25:33 2013 -0500 don't try to copy configure from srcdir Chan

  1   2   3   4   5   6   7   >