summaryrefslogtreecommitdiff
path: root/bin
AgeCommit message (Collapse)AuthorFilesLines
2018-01-31Symstore: Also add .exe and .dlls to symstoreSamuel Mehrbrodt1-1/+5
These are needed when analyzing the minidump. Change-Id: Ife296c298e3b2f1ca8a47dcbaaf1947e6aefdc81 Reviewed-on: https://gerrit.libreoffice.org/33631 Reviewed-by: Thorsten Behrens <Thorsten.Behrens@CIB.de> Tested-by: Thorsten Behrens <Thorsten.Behrens@CIB.de> (cherry picked from commit 8a0416be440180d0a6cedd449307f6a9bde22eaa)
2018-01-31gbuild: populate local symstore on WindowsThorsten Behrens1-0/+81
Script based on Lubos' tb master script from http://nabble.documentfoundation.org/Daily-Win32-debug-builds-td4067279.html Change-Id: I7f3247367a63078881f3cf51cf3e2cad59ad67b5 Reviewed-on: https://gerrit.libreoffice.org/33088 Reviewed-by: Thorsten Behrens <Thorsten.Behrens@CIB.de> Tested-by: Thorsten Behrens <Thorsten.Behrens@CIB.de> (cherry picked from commit 17e9a5bf94eb08f88f8c78c9982dd0ce48a5e2d9)
2017-03-29changelog creation: "command | > file" doesn't flyChristian Lohmaier1-1/+1
Change-Id: If270d509fbbad6a390ab61345bd1b14ead6ccc21 (cherry picked from commit 9ec6519650280c8cda33ff921926d42840ef89c6)
2017-01-17making portable sed statements is not worth the hassleChristian Lohmaier1-2/+2
change to git's own formatting capabilities by using the text-wrap option with only indent settings/no rewrapping → %w(0,8,8) and also omit the additional empty line when there only is a summary, but no body in the commit message (remove a %n, make it %+b) finally drop the now no-longer needed starmarker (the @) previous differences in sed caused unnecessarily large diffs for distro-packagers, see https://anonscm.debian.org/git/pkg-openoffice/libreoffice-dictionaries.git/commit/?h=upstream&id=3dceac52f75030e87519e73b42babde51e471d9f now it will change once, but then we can put all the blame on git :-) Change-Id: Ifa719d062582c54c9c23b4ae08d4bae9a396e83c (cherry picked from commit 562edf0f09ba4e82fb9186aa75ee88fd7f68d18f)
2017-01-17update lo-pack-sourcesjan Iversen1-4/+3
os-x has a problem with progress bar on tar Also remade to sed expression to a simpler one that osx understands. change change Change-Id: If09573760a4bedfa285519241582bbd639a4e976 Reviewed-on: https://gerrit.libreoffice.org/30043 Reviewed-by: jan iversen <jani@documentfoundation.org> Tested-by: jan iversen <jani@documentfoundation.org> (cherry picked from commit d2e9d3d0ed42f0fc24255c64546d8d256ca33aae)
2016-06-17tdf#100453 – bin/unpack-sources needs to be executableChristian Lohmaier1-0/+0
otherwise building from source-tarballs fails when it tries to extract fetched submodule tarballs Change-Id: I75bcd6821e244ca2a3375ec2916ee7c38ec9844e (cherry picked from commit 10f112376b5767aacef99aff239c87b17ac38d27)
2016-05-24don't use the VM URL anywhereMarkus Mohrhard1-2/+2
Change-Id: I0967c8fcea972b2dde58e3481f4767e225d3b2ba
2016-05-24this is unnecessary and os.path.abspath seems to be confused in cygwinMarkus Mohrhard1-1/+1
Change-Id: I125eb2e3416c998ca16f9c9772a1e24183a222af
2016-05-24make debuggin failures a bit easierMarkus Mohrhard1-0/+1
Change-Id: I0b17ab513e05ee95c378399348557cfee8341fb0
2016-05-24fix the crashreport symbol upload scriptMarkus Mohrhard1-6/+30
Change-Id: Id99ac569f6c9f839002798b6f5794b05ed228988
2016-05-23fix the crash report location also in another placeMarkus Mohrhard1-2/+2
Change-Id: I3ab133fbdcdcc8a17ec9159d1c88b19f35b6a7b0
2016-05-23also handle .bin files in the windows symbol codeMarkus Mohrhard1-1/+1
Change-Id: I85b0490c515987d56e04d0e5b42111c52bbabbc3
2016-05-18find-german-comments: let's use python 3Phillip Sz1-4/+4
Under python 3 we must use bytes. Change-Id: I86d2a875f4e06a9cb9724d86348f420bb8ea19e9 Reviewed-on: https://gerrit.libreoffice.org/25084 Reviewed-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de> Tested-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>
2016-05-18find-german-comments: make it work on archPhillip Sz1-7/+7
Make this script work on systems, where python3 is default. Also give it a better coding style. Change-Id: I09bf72298c2a736266f1bdfc8572cc3e65d7d3d9 Reviewed-on: https://gerrit.libreoffice.org/25068 Tested-by: jan iversen <jani@documentfoundation.org> Reviewed-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de> Tested-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>
2016-04-30Fix typosAndrea Gelmini3-3/+3
Change-Id: Id81b16ff26283611f0b84929d831c827f847ab73 Reviewed-on: https://gerrit.libreoffice.org/24317 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>
2016-04-29What is bin/distro-install-file-lists supposed to do?Stephan Bergmann1-1/+1
It is called from the recipe for distro-pack-install in Makefile.in, and I'm (re-/mis-?) using that make target for xdg-app builds (mainly to populate the /usr/share metadata via bin/distro-install-desktop-integration), which then fail because there is no $DESTDIR/gid_Module_Root. Is anybody using that make target still in a way where bin/distro-install-file-lists is doing something useful (and why is it that $DESTDIR/gid_Module_Root is existing in that case, but not in mine), or is that some leftover stuff than should be removed? Change-Id: I27197c4ae3f57f028f5b181315484e25c1edbaf7
2016-04-29Adapt bin/distro-install-desktop-integration to BUILDDIR != SRCDIRStephan Bergmann1-8/+7
Change-Id: Ief204145282d9a13f9a4839aa70c642e569ef6b6
2016-04-27Improve the gen-iwyu-dummy-lib script a bit.Jorenz Paragas1-4/+4
- Fix the check for --enable-compiler-plugins not being included in the resulting StaticLibrary_iwyudummy.mk file. - Disable warnings about unused const variables to reduce noise. Change-Id: If54dfd55f46631bbc526326bed5c272358fb9cf3 Reviewed-on: https://gerrit.libreoffice.org/24419 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Michael Stahl <mstahl@redhat.com>
2016-04-27convwatch: use PerTestConnection by defaultMichael Stahl1-2/+2
It's more robust to restart soffice after every file, even if it takes more time, overall it's better than having to prune all the files that are invalid or cause loops before running convwatch. Change-Id: I7f7155f71bb2522ae48182aa1b5ca61fc47ae4d5
2016-04-27convwatch: logExceptionInvoke is kind of pointless nowMichael Stahl1-14/+3
... that runLoadPrintFileTests catches the exceptions anyway. Change-Id: I6441551558e057427a9732451415f4c449a3609a
2016-04-27convwatch: don't generate images for documents that failed to printMichael Stahl1-6/+21
Change-Id: I2dba6ccbb7cbfb3719c2169dc74204014caf2e84
2016-04-27convwatch: add a watchdog for the layout loops :(Michael Stahl1-4/+23
Change-Id: I33996f0d84e1a4b303b6f2cf7afa6cee32665a77
2016-04-27convwatch: if a document fails to load, log that instead of failingMichael Stahl1-1/+14
Bugzillas have lots of zip-files with wrong mime-types and non-well-formed files. Change-Id: I1238a35da0f222759439316a33b8927a3544a965
2016-04-27convwatch: don't buffer stdout loggingMichael Stahl1-25/+28
Change-Id: I0d32b150b65bf6bd30a988c2e028c5d7e05f195e
2016-04-27convwatch: let's print some timestampsMichael Stahl1-3/+6
Change-Id: I455017ad3458362b78d6306886344ccec3c9247b
2016-04-14don't export the same lib multiple timesMarkus Mohrhard1-1/+1
Change-Id: I4201246b2a1692c6edffa962de49d032fd825b70
2016-04-11vim-ide-integration: clang does not always like gnu++1y that muchMiklos Vajna1-1/+4
And gives the error: include/c++/4.8/cstdio:120:11: error: no member named 'gets' in the global namespace when it's build against libstdc++. Commit 9e6221f114ba4422caa79f38ee0a20fb8a8931cd (clang does not like gnu++11 that much, use c++11 instead, 2014-09-06) added support for invoking clang for IDE purposes even in a tree configured for gcc. Extend this in case configure sets -std=gnu++1y for gcc as well. Change-Id: Ib767ef8f30bd6eb9ac825a1521184041f1269d93 Reviewed-on: https://gerrit.libreoffice.org/23983 Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk> Tested-by: Jenkins <ci@libreoffice.org>
2016-04-04fix OO_SDK_NAME; s/openoffice.org/libreoffice/Rene Engelhard1-1/+1
Change-Id: I21635701a95f1dfd1d5df1bbabdb5b81bf280639
2016-03-29gbuild-to-ide: fix missing include in clang json databaseMiklos Vajna1-0/+5
This wasn't noticeable in modules that use '#include "..."' for files in the same directory, but does make a difference e.g. in sw. With this, the include list in the database matches what gbuild in fact uses. Change-Id: I564c70d069fae41ea67ae7e57a188e99fa2ef861
2016-03-01Exclude xmlsec headers from precompiled headersAshod Nakashian1-1/+1
Internal headers should not be exposed, rather xmlsec-wrapper.h should be used. Unfortunately, the latter causes undefined symbols on Linux when pch is enabled. Change-Id: Id68f1cde5090f1a8ba9530894e08edbeb3ad4165 Reviewed-on: https://gerrit.libreoffice.org/22811 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Stephan Bergmann <sbergman@redhat.com>
2016-02-25Avoid hard-coded perl path, check with envcoypu2-2/+2
Change-Id: If39a4991b487b14d21572d6e3d785df4c287f190 Reviewed-on: https://gerrit.libreoffice.org/22238 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Michael Stahl <mstahl@redhat.com>
2016-02-22add script to upload symbols to crash reporting siteMarkus Mohrhard1-0/+24
Change-Id: I85f6c0757550192443909f08331d65c21c7f4350
2016-02-22add script to generate symbolsMarkus Mohrhard1-0/+644
Change-Id: Icae707709307bc86360676692e55780b9ec89639
2016-02-17use consistent #define checks for the Windows platformNoel Grandin1-2/+2
stage 2 of replacing usage of various checks for the windows platform with the compiler-defined '_WIN32' macro In this stage we focus on replacing usage of the WIN macro Change-Id: Ie8a4a63198a6de96bd158ecd707dadafb9c8ea84 Reviewed-on: https://gerrit.libreoffice.org/22393 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
2016-02-12scan for all the source files I can think ofNoel Grandin1-2/+1
Change-Id: I7d0c171ceaaf5f38fabe1ff8b53d78f72ea765e2
2016-02-10find-german-comments: misc. cleanups and fixes for altered tree.Michael Meeks1-4/+17
Change-Id: I6d6f3488afd71cb782bd83fea9fa11a2e52d0efe
2016-01-28modules-deps.pl cleanupPeter Foley1-2/+2
Change-Id: Ic450869c18991b9ed715bb31052dfb911fe3c789 Reviewed-on: https://gerrit.libreoffice.org/21508 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Matúš Kukan <matus@libreoffice.org>
2016-01-22GCC PCH says -Werror=unused-macros BOOST_SPIRIT_DEBUGMichael Stahl1-0/+1
... so try to blacklist that boost::spirit header, it is fortunately included only in one cxx file per library anyway. Change-Id: I95752540d33b2b20d7a185c05c4d4d15e660d956
2016-01-20drop basebmp entirely nowCaolán McNamara1-1/+0
Change-Id: I534848c4be8eadf86b7f31ac742a80982405f56f
2016-01-18iwyu fixesPeter Foley1-2/+2
Change-Id: I2dc9218ae8c4ea51fea5f710664520a598e7c4a3 Reviewed-on: https://gerrit.libreoffice.org/21536 Reviewed-by: Michael Stahl <mstahl@redhat.com> Tested-by: Michael Stahl <mstahl@redhat.com>
2016-01-15also link liblangtag to the liblo-native bundle (fix Android build)Christian Lohmaier1-0/+1
Change-Id: I9f8e647068b3f0403858e5ef52f65e5e6a16e165
2016-01-11PCH support on LinuxAshod Nakashian3-10/+36
Fixes and improvements to support Precompiled Headers on Linux. Change-Id: I8145c146b0dba56c7a4d0fdf9c330164b67ada53 Reviewed-on: https://gerrit.libreoffice.org/21307 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Ashod Nakashian <ashnakash@gmail.com>
2016-01-06Fix distro-filelists after removal of kde3Tomáš Chvátal1-1/+1
Change-Id: Ie11281285de012dfd61f4b3b04b4144cd90d382a Reviewed-on: https://gerrit.libreoffice.org/20989 Reviewed-by: Michael Stahl <mstahl@redhat.com> Tested-by: Michael Stahl <mstahl@redhat.com>
2016-01-05don't use bash completion compatibility dirrezso1-5/+5
Change-Id: I575f6fc9c1605bb7ec07842928f85c2eeadc72f8 Reviewed-on: https://gerrit.libreoffice.org/20954 Reviewed-by: rezso <rezso@rezso.net> Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk> Tested-by: Miklos Vajna <vmiklos@collabora.co.uk>
2016-01-05Fix typosAndrea Gelmini1-1/+1
Change-Id: I1b79005d9c4e32325b8dadcc4f805975d6bf2727 Reviewed-on: https://gerrit.libreoffice.org/21103 Reviewed-by: Andras Timar <andras.timar@collabora.com> Tested-by: Andras Timar <andras.timar@collabora.com>
2016-01-01application/visio.drawing is sometimes used in bugzillaDavid Tardon1-0/+1
Change-Id: I3b8b85d91c2b19dc3cf6cba95d258ea639dd9862
2015-12-30tdf#84628 Added per module's macro definitions to eclipsesettingfile.xmlGulsah Kose1-1/+33
Change-Id: Ic9a7b5d95052917ba8c5fb0f696e4ccf91f0bda4 Signed-off-by: Gulsah Kose <gulsah.1004@gmail.com> Reviewed-on: https://gerrit.libreoffice.org/20336 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Maxim Monastirsky <momonasmon@gmail.com>
2015-12-19Remove outdated industrial icon themeSamuel Mehrbrodt1-2/+1
A few icons are still left in the folder as these are used as fallback for tango. See industrial/README for details. Change-Id: Iaeb672609cd57bba5707cbafbfe295bfb8c5011d Reviewed-on: https://gerrit.libreoffice.org/19149 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com> Tested-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>
2015-12-10Undef RGB where it was defined, not where it gets usedStephan Bergmann1-0/+1
Change-Id: I274958964292f78c802748e17fca7f265ae5a4b8 Reviewed-on: https://gerrit.libreoffice.org/20429 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Stephan Bergmann <sbergman@redhat.com>
2015-12-04Wingdi RGB macro handling improvedAshod Nakashian1-15/+12
Improved the isolation of windows headers. Specifically, RGB macro is better handled now. Change-Id: I0eeea16d0de9da3455810c80b0715f7b54ae8c3f Reviewed-on: https://gerrit.libreoffice.org/20039 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Michael Stahl <mstahl@redhat.com>