[Libreoffice-commits] core.git: Branch 'aoo/trunk' - basic/source cui/source editeng/source filter/source sc/source svtools/source sw/source xmloff/source

2018-05-02 Thread Don Lewis
Author: Don Lewis Date: Wed May 2 09:50:12 2018 + Don't use !this as an alias for a constant that evaluates to false in unconditional asserts. The former requires code to evaluate the condition at runtime and also causes warnings from clang. While here, translat

[Libreoffice-commits] core.git: Branch 'aoo/trunk' - jvmfwk/plugins

2018-05-01 Thread Don Lewis
jvmfwk/plugins/sunmajor/pluginlib/util.cxx |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) New commits: commit a76717559adcc05a2c47c2ce843b20708d0e9eb5 Author: Don Lewis Date: Wed May 2 01:36:10 2018 + Fix build on Windows with precompiled headers. diff --git a/jvmfwk

[Libreoffice-commits] core.git: Branch 'aoo/trunk' - 2 commits - connectivity/source i18npool/source sdext/source store/source svl/inc svl/source unotools/source vcl/source vcl/unx vos/source

2018-05-01 Thread Don Lewis
|2 37 files changed, 143 insertions(+), 143 deletions(-) New commits: commit 0ee87bc7c34f6caea6604d42354df2ea97d26b64 Author: Don Lewis Date: Tue May 1 18:46:30 2018 + The register storage class is deprecated and is incompatible with C++17. Modern

[Libreoffice-commits] core.git: Branch 'aoo/trunk' - sal/cpprt sal/rtl set_soenv.in solenv/gbuild solenv/inc

2018-04-27 Thread Don Lewis
/settings.mk |2 +- 13 files changed, 47 insertions(+), 9 deletions(-) New commits: commit a3e1123456ebafe8aed405534557230a833460a0 Author: Don Lewis Date: Sat Apr 28 02:47:11 2018 + Fix potential memory alignment issues on X86_64. Clang version 4.0 and newer uses

[Libreoffice-commits] core.git: Branch 'aoo/trunk' - solenv/gbuild solenv/inc

2018-04-20 Thread Don Lewis
solenv/gbuild/platform/freebsd.mk |8 solenv/inc/unxfbsdi.mk|8 2 files changed, 16 insertions(+) New commits: commit 6a278b92d1822a0e7dfde8fd87d005f00a855e54 Author: Don Lewis Date: Fri Apr 20 23:17:21 2018 + Work around a bug in clang versions

[Libreoffice-commits] core.git: Branch 'aoo/trunk' - dbaccess/Library_dbui.mk svx/Library_svxcore.mk

2018-04-17 Thread Don Lewis
dbaccess/Library_dbui.mk |9 + svx/Library_svxcore.mk |9 + 2 files changed, 18 insertions(+) New commits: commit 943443f350b571beb4e9c932067456e415ffa8fb Author: Don Lewis Date: Tue Apr 17 16:59:48 2018 + Fix build with gcc 4.9 by tweaking optimization

[Libreoffice-commits] core.git: Branch 'aoo/trunk' - set_soenv.in solenv/gbuild solenv/inc

2018-03-08 Thread Don Lewis
ad3dba5fa877fab937d474bf18e63b0a010637de Author: Don Lewis Date: Fri Mar 9 04:22:18 2018 + #127664# $CCNUMVER from dmake to configure Move the calculation of $CCNUMVER and some other variables from main/solenv/inc/tg_compv.mk, where it is only usable by dmake, to configure, where it can be used by both

[Libreoffice-commits] core.git: Branch 'aoo/trunk' - toolkit/inc toolkit/source

2018-02-05 Thread Don Lewis
++- toolkit/source/layout/vcl/wrapper.hxx|6 - 6 files changed, 150 insertions(+), 161 deletions(-) New commits: commit 837bd0e46c8cb64362614bb6c548addee73f80fa Author: Don Lewis Date: Mon Feb 5 18:20:47 2018 + A number of methods in main/toolkit/source/layout

[Libreoffice-commits] core.git: Branch 'aoo/trunk' - sw/source

2018-01-30 Thread Don Lewis
sw/source/filter/ww8/ww8scan.cxx | 16 1 file changed, 8 insertions(+), 8 deletions(-) New commits: commit 399cb9a456bc7d0da10b3b61d17ebf4460f7fc3c Author: Don Lewis Date: Tue Jan 30 20:10:07 2018 + Be slightly less tricky and change do { } while

[Libreoffice-commits] core.git: Branch 'aoo/trunk' - solenv/gbuild

2018-01-08 Thread Don Lewis
solenv/gbuild/Output.mk |7 +-- 1 file changed, 5 insertions(+), 2 deletions(-) New commits: commit 064e99cea6e96decb0fd508e930580fccb4c33bc Author: Don Lewis Date: Mon Jan 8 17:12:58 2018 + Revert the part of r1818099 that changed the hardwired awk command in main

[Libreoffice-commits] core.git: Branch 'aoo/trunk' - set_soenv.in sysui/desktop

2018-01-08 Thread Don Lewis
set_soenv.in | 12 sysui/desktop/debian/makefile.mk |2 +- 2 files changed, 5 insertions(+), 9 deletions(-) New commits: commit eee1fb3486915a9182b5f24f9dd9c0fe8a8b959e Author: Don Lewis Date: Mon Jan 8 08:56:31 2018 + Don't put ".

[Libreoffice-commits] core.git: Branch 'aoo/trunk' - set_soenv.in

2018-01-07 Thread Don Lewis
set_soenv.in |6 -- 1 file changed, 4 insertions(+), 2 deletions(-) New commits: commit d364c5bb7211ec60fadf8e065b2a1ffa830493fa Author: Don Lewis Date: Sun Jan 7 19:51:56 2018 + Use $CC_PATH (with the trailing slash removed) instead of $COMPATH when setting $PATH

[Libreoffice-commits] core.git: Branch 'aoo/trunk' - set_soenv.in

2018-01-06 Thread Don Lewis
set_soenv.in |4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) New commits: commit 092d339debd3b567e6bc4f5f659fbf0103eaf3e5 Author: Don Lewis Date: Sat Jan 6 08:48:47 2018 + Don't add X11 include directory to compiler command line if it is /usr/include sinc

[Libreoffice-commits] core.git: Branch 'aoo/trunk' - odk/setsdkenv_unix.sh.in odk/settings set_soenv.in solenv/doc solenv/gbuild solenv/inc ure/source

2018-01-05 Thread Don Lewis
|6 -- ure/source/uretest/Makefile.pln |9 +++-- ure/source/uretest/README |4 13 files changed, 12 insertions(+), 68 deletions(-) New commits: commit 437a537883088da583bef724d744b9481c684228 Author: Don Lewis Date: Fri Jan 5 20

[Libreoffice-commits] core.git: Branch 'aoo/trunk' - 2 commits - automation/Library_sts.mk canvas/Library_vclcanvas.mk dbaccess/Library_dbui.mk framework/Library_fwk.mk sc/Library_scfilt.mk sc/Library

2017-12-15 Thread Don Lewis
(-) New commits: commit 53d9f415b2985f3784fabc9e72c3b486dad5efc8 Author: Don Lewis Date: Fri Dec 15 14:54:32 2017 + Enhance gb_LinkTarget_set_*_optimization functions to allow multiple targets to be specified. Convert optimization overrides in the gbuild library makefiles to

[Libreoffice-commits] core.git: Branch 'aoo/trunk' - set_soenv.in

2017-12-12 Thread Don Lewis
set_soenv.in |4 1 file changed, 4 insertions(+) New commits: commit 90ffe9bd128c98e558205d0699a2af8934c99da7 Author: Don Lewis Date: Wed Dec 13 00:17:48 2017 + Unset $debug in the environment if configured without --enable-debug. Without this, once you pass

[Libreoffice-commits] core.git: Branch 'aoo/trunk' - framework/Library_fwk.mk solenv/gbuild

2017-12-12 Thread Don Lewis
/os2.mk |4 +++ solenv/gbuild/platform/solaris.mk |5 solenv/gbuild/platform/windows.mk |6 - 8 files changed, 60 insertions(+), 20 deletions(-) New commits: commit 9a6267c4a54c7321b50196c7b47dd98118f595f3 Author: Don Lewis Date: Tue Dec 12 18:45:51 2017 +

[Libreoffice-commits] core.git: Branch 'aoo/trunk' - 2 commits - sal/qa solenv/gbuild

2017-01-30 Thread Don Lewis
91eb929548955c5dfcda6d390e2883981fce0906 Author: Don Lewis Date: Tue Jan 31 05:31:55 2017 + The clear_001 QA test fails sporadically with a 7 nSec mutex hold time measurement. The nominal hold time for the mutex is 5 seconds, but because the mutex state is polled at 1 second intervals, the

[Libreoffice-commits] core.git: Branch 'aoo/trunk' - 2 commits - boost/boost_1_55_0.patch python/prj

2016-09-03 Thread Don Lewis
boost/boost_1_55_0.patch | 21 + python/prj/d.lst | 28 ++-- 2 files changed, 35 insertions(+), 14 deletions(-) New commits: commit bd7f7dc8944333f3e18156d4bd446d1a240ef59c Author: Don Lewis Date: Sat Sep 3 08:46:17 2016 + Fix

[Libreoffice-commits] core.git: Branch 'aoo/trunk' - 2 commits - external_deps.lst python/makefile.mk python/prj python/python-2.7.12-mingw.patch python/python-2.7.12-nohardlink.patch python/python-2.

2016-09-02 Thread Don Lewis
sal/inc/sal/types.h | 14 sc/inc/compiler.hxx |8 19 files changed, 2433 insertions(+), 2907 deletions(-) New commits: commit 329c887b5c4639585b93709f5ea8b181faffefd0 Author: Don Lewis Date: Sat Sep 3 01:44:05 2016 + In the SAL_UNUSED macro

[Libreoffice-commits] core.git: Branch 'aoo/trunk' - python/python-2.7.9-pcbuild.patch

2016-09-02 Thread Don Lewis
python/python-2.7.9-pcbuild.patch | 60 ++ 1 file changed, 10 insertions(+), 50 deletions(-) New commits: commit 9f2b8afd1c765042a3fec30f79105755f6fa9039 Author: Don Lewis Date: Fri Sep 2 11:07:49 2016 + Add missing quotes to .vcproj file to

[Libreoffice-commits] core.git: Branch 'aoo/trunk' - 2 commits - external_deps.lst more_fonts/fonts more_fonts/prj sal/osl

2016-09-02 Thread Don Lewis
commits: commit 6a5f06057202ea1f9a9aa2f3a35f087b28f3 Author: Don Lewis Date: Fri Sep 2 07:31:31 2016 + Update Gentium font. Patch-by: Pedro Giffuni diff --git a/external_deps.lst b/external_deps.lst index 8012615..3e4fe10 100644 --- a/external_deps.lst +++ b/external_deps.lst

[Libreoffice-commits] core.git: Branch 'aoo/trunk' - filter/source

2016-09-01 Thread Don Lewis
filter/source/xsltfilter/containerhelper.hxx |6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) New commits: commit 9c219419475f35bc4535ad82b67121dd90a38883 Author: Don Lewis Date: Fri Sep 2 02:16:21 2016 + Fix typos in forEachMem() template functions. diff --git a

[Libreoffice-commits] core.git: Branch 'aoo/trunk' - sc/source sd/source svx/inc svx/source sw/source

2016-09-01 Thread Don Lewis
|4 ++-- svx/source/dialog/graphctl.cxx|2 +- sw/source/ui/ribbar/drawbase.cxx |4 ++-- 8 files changed, 13 insertions(+), 13 deletions(-) New commits: commit d8e7261d2d1992eb7e36ff9fbb58b26688168bf3 Author: Don Lewis Date: Thu Sep 1 22:08:51 2016

[Libreoffice-commits] core.git: Branch 'aoo/trunk' - sal/inc sc/inc

2016-09-01 Thread Don Lewis
sal/inc/sal/types.h |8 sc/inc/compiler.hxx |6 +- 2 files changed, 13 insertions(+), 1 deletion(-) New commits: commit cc9823f5bde6f49eb75e4ad0e8f8a162bf341f34 Author: Don Lewis Date: Thu Sep 1 06:47:05 2016 + Fix -Wunused-private-field errors in sc/inc

[Libreoffice-commits] core.git: Branch 'aoo/trunk' - basebmp/inc formula/inc vcl/source

2016-08-31 Thread Don Lewis
basebmp/inc/basebmp/packedpixeliterator.hxx |2 +- formula/inc/formula/grammar.hxx |4 ++-- vcl/source/gdi/bmpfast.cxx |2 +- 3 files changed, 4 insertions(+), 4 deletions(-) New commits: commit 6aaac1afdebb39de5b5c43760c13bb64b429f1c8 Author: Don Lewis

[Libreoffice-commits] core.git: Branch 'aoo/trunk' - basegfx/StaticLibrary_basegfx_s.mk

2016-08-31 Thread Don Lewis
basegfx/StaticLibrary_basegfx_s.mk |1 + 1 file changed, 1 insertion(+) New commits: commit 6e3596887a07e85cf0b821baf748980ba86e7d25 Author: Don Lewis Date: Wed Aug 31 18:16:14 2016 + Add a missing file to the basegfx static library to unbreak the pdf import extension

[Libreoffice-commits] core.git: Branch 'aoo/trunk' - 2 commits - cpputools/source crashrep/source extensions/source fpicker/source icc/makefile.mk icc/SampleICC-1.3.2.format-security.patch icu/icu-for

2016-08-31 Thread Don Lewis
changed, 69 insertions(+), 34 deletions(-) New commits: commit 7204bffa5c633d7bc2064e3c643dbacfab79e281 Author: Don Lewis Date: Wed Aug 31 16:12:32 2016 + Fix -Wformat-security warnings. There are a number of instances where the code calls *printf() to print arbitrary

[Libreoffice-commits] core.git: Branch 'aoo/trunk' - 3 commits - cppuhelper/source starmath/inc sw/source

2016-08-31 Thread Don Lewis
cppuhelper/source/exc_thrower.cxx |2 +- starmath/inc/smcommands.h |2 +- sw/source/core/inc/txtfrm.hxx |2 -- 3 files changed, 2 insertions(+), 4 deletions(-) New commits: commit 1adcdc2d7895f8e873f6fbd1530b65ff1156e3f5 Author: Don Lewis Date: Wed Aug 31 16:00:16 2016

[Libreoffice-commits] core.git: Branch 'aoo/trunk' - external_deps.lst libxml2/libxml2-c99.patch libxml2/libxml2-configure.patch libxml2/libxml2-long-path.patch libxml2/makefile.mk

2016-08-28 Thread Don Lewis
(+), 13 deletions(-) New commits: commit a8ee4f315bbd286c6efcc271e4289c4abb220a77 Author: Don Lewis Date: Sun Aug 28 20:42:46 2016 + Upgrade bundled libxml2 from version 2.9.3 to version 2.9.4 to fix: CVE-2016-1762 CVE-2016-1833 CVE-2016-1834 CVE-2016-1835 CVE

[Libreoffice-commits] core.git: Branch 'aoo/trunk' - solenv/gbuild

2016-08-27 Thread Don Lewis
9491ff38f520bda897c8425eb642bace41702682 Author: Don Lewis Date: Sun Aug 28 05:41:36 2016 + Follow up to r1758061. Only pass -DPRECOMPILED_HEADERS to the compiler when the precompiled header is actually going to be used. diff --git a/solenv/gbuild/LinkTarget.mk b/solenv/gbuild/LinkTarget.mk index b875846..0bc6d59

[Libreoffice-commits] core.git: Branch 'aoo/trunk' - solenv/gbuild

2016-08-27 Thread Don Lewis
solenv/gbuild/LinkTarget.mk |1 + 1 file changed, 1 insertion(+) New commits: commit 9ebe53ffa5e53bd40917de9db539f63abb32a634 Author: Don Lewis Date: Sat Aug 27 18:17:29 2016 + #i117845# [gbuild] invalid link-target dep-files can be generated Fix the Windows build

[Libreoffice-commits] core.git: Branch 'aoo/trunk' - external_deps.lst redland/prj redland/raptor redland/rasqal redland/redland redland/redlandversion.mk scp2/source

2016-08-26 Thread Don Lewis
(+), 1490 deletions(-) New commits: commit 59b7d113bc939c00e8a2b8c395d1cfcb3e51b38b Author: Don Lewis Date: Fri Aug 26 07:13:14 2016 + Upgrade bundled raptor from raptor-1.4.18 to raptor2-2.0.15 to get the fix for CVE-2012-0037. It is not know whether this vulnerability affects

[Libreoffice-commits] core.git: Branch 'aoo/trunk' - external_deps.lst LICENSE openssl/makefile.mk openssl/openssl-0.9.8zh-clang.patch openssl/openssllnx.patch openssl/opensslmacosx.patch openssl/open

2016-08-19 Thread Don Lewis
Author: Don Lewis Date: Fri Aug 19 18:28:06 2016 + Update the bundled version of OpenSSL from 0.9.8zh to 1.0.2h which fixes many vulnerabiliies and adds support for newer, more secure ciphers and versions of the protocol. Note: OpenSSL version 1.0.2h contains two known

[Libreoffice-commits] core.git: Branch 'aoo/trunk' - external_deps.lst libxslt/libxslt-configure.patch libxslt/libxslt-CVE-2015-7995.patch libxslt/libxslt-internal-symbols.patch libxslt/libxsltversion

2016-08-13 Thread Don Lewis
+- libxslt/libxsltversion.mk |2 libxslt/makefile.mk|5 -- 7 files changed, 30 insertions(+), 103 deletions(-) New commits: commit 8bec619aefa8913e08f10878cd6ae98340e37e21 Author: Don Lewis Date: Fri Aug 12 22:37:50 2016 + Upgrade bundled libxslt from

[Libreoffice-commits] core.git: Branch 'aoo/trunk' - graphite/graphite-2.3.1.patch

2016-08-04 Thread Don Lewis
graphite/graphite-2.3.1.patch | 12 1 file changed, 12 insertions(+) New commits: commit 5b6c4bddf6134f377a61446d8bcf1be2f096aad1 Author: Don Lewis Date: Fri Aug 5 05:49:46 2016 + Fix --enable-debug build with clang as the compiler. Clang warns about this

[Libreoffice-commits] core.git: Branch 'aoo/trunk' - curl/curl-7.19.7.patch curl/curl-7.19.7_win.patch curl/curl-7.49.1_win.patch curl/makefile.mk curl/prj external_deps.lst LICENSE

2016-07-28 Thread Don Lewis
- external_deps.lst |6 - 7 files changed, 54 insertions(+), 185 deletions(-) New commits: commit 67579b01b47d10f5b835dcb7f8bcce415ff9e221 Author: Don Lewis Date: Thu Jul 28 21:29:05 2016 + #i126896#: bundled curl version 7.19.7 has many vulnerabilities Upgrade bundled curl to

[Libreoffice-commits] core.git: Branch 'aoo/trunk' - 2 commits - external_deps.lst nss/makefile.mk scp2/source

2016-07-25 Thread Don Lewis
external_deps.lst|6 ++ nss/makefile.mk |2 +- scp2/source/ooo/file_library_ooo.scp |2 ++ 3 files changed, 5 insertions(+), 5 deletions(-) New commits: commit 422a9e11481f7e6a20e5142ef9d016df64370be2 Author: Don Lewis Date: Mon Jul 25

[Libreoffice-commits] core.git: Branch 'aoo/trunk' - 3 commits - external_deps.lst nss/makefile.mk nss/nss_freebsd.patch nss/nss_linux.patch nss/nss_macosx.patch nss/nss.patch nss/prj scp2/source

2016-07-18 Thread Don Lewis
/nss_macosx.patch | 21 --- nss/prj/d.lst|3 scp2/source/ooo/file_library_ooo.scp |1 8 files changed, 227 insertions(+), 162 deletions(-) New commits: commit 65e38169a7edff860082509a596105deaf4afb7c Author: Don Lewis Date: Mon Jul 18 07:09:58 2016 +

[Libreoffice-commits] core.git: Branch 'aoo/trunk' - external_deps.lst

2016-07-15 Thread Don Lewis
external_deps.lst |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) New commits: commit d82c7a031e0ba8e36fd9a3db756336025bc4cd12 Author: Don Lewis Date: Fri Jul 15 06:33:53 2016 + #i126892# The iweb sourceforge mirror appears to have been removed from rotation, switch

[Libreoffice-commits] core.git: Branch 'aoo/trunk' - vcl/source

2016-06-16 Thread Don Lewis
vcl/source/glyphs/graphite_layout.cxx | 22 +++--- 1 file changed, 11 insertions(+), 11 deletions(-) New commits: commit 633d5013b37fd89f5e91bad10b82accc9dfd4775 Author: Don Lewis Date: Thu Jun 16 08:00:20 2016 + #i126999#: fix vcl/source/glyphs/graphite_layout.cxx

[Libreoffice-commits] core.git: Branch 'aoo/trunk' - external_deps.lst libxml2/libxml2-configure.patch libxml2/libxml2-fixes.patch libxml2/libxml2-long-path.patch libxml2/libxml2-runtest.patch libxml2

2016-06-14 Thread Don Lewis
+--- libxslt/libxslt-win_manifest.patch |5 +- libxslt/libxsltversion.mk |2 libxslt/makefile.mk |9 +--- 13 files changed, 114 insertions(+), 235 deletions(-) New commits: commit c1173fdcf0046593b6b2783eb423601eb6f47b20 Author: Don Lewis Date: Wed Jun

[Libreoffice-commits] core.git: Branch 'aoo/trunk' - 3 commits - boost/boost_1_55_0.patch

2016-06-06 Thread Don Lewis
boost/boost_1_55_0.patch | 225 +++ 1 file changed, 170 insertions(+), 55 deletions(-) New commits: commit 34aa1d4ae4620182702659d3461739d666d2d63d Author: Don Lewis Date: Mon Jun 6 14:32:23 2016 + #i126888#: bundled boost headers