summaryrefslogtreecommitdiff
path: root/bin
AgeCommit message (Collapse)Author
2016-07-04Fix some spelling errors in comments and stringsOtto Kekäläinen
Change-Id: Iecd6b5e13d6be14651f77d8e37f01117ba15a11e Reviewed-on: https://gerrit.libreoffice.org/26883 Reviewed-by: jan iversen <jani@documentfoundation.org> Tested-by: jan iversen <jani@documentfoundation.org>
2016-06-29Add MS binary format validator support for wineThorsten Behrens
Run bffvalidator also from Linux, reportedly works from wine 1.9 upwards. Wraps stuff in a shell for path name conversion. Change-Id: I3093b10bbbf89aaff97f63485b8ccadb417b3561 Reviewed-on: https://gerrit.libreoffice.org/26784 Reviewed-by: Thorsten Behrens <Thorsten.Behrens@CIB.de> Tested-by: Thorsten Behrens <Thorsten.Behrens@CIB.de>
2016-06-25add some info how to use the symbol upload scriptMarkus Mohrhard
Change-Id: Ic1d1b57966661b6012efcda0b007b9e75b6be0ef Reviewed-on: https://gerrit.libreoffice.org/26650 Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com> Tested-by: Markus Mohrhard <markus.mohrhard@googlemail.com> Tested-by: Jenkins <ci@libreoffice.org>
2016-06-18Wall is a good idea for the vim ide integrationMarkus Mohrhard
Change-Id: Ifb3c602335097ec1e837b60c236683382cfde3e1
2016-06-17tdf#100453 – bin/unpack-sources needs to be executableChristian Lohmaier
otherwise building from source-tarballs fails when it tries to extract fetched submodule tarballs Change-Id: I75bcd6821e244ca2a3375ec2916ee7c38ec9844e
2016-06-10improve sample messageNoel Grandin
Change-Id: If7ea670195e55d306c4b0733bfcd3c8c6040eddc
2016-06-09pretty up the output and add a sample stringNoel Grandin
Change-Id: I1c37b32e2127ba99b48b5ce3176e605f4e797475
2016-06-03script for grouping warning messages by most commonNoel Grandin
A script to search our test logs and sort the messages by how common they are so we can start to reduce the noise a little. Change-Id: I8a6e6167c42447f9869ac700300d1b243f055e2b
2016-05-31find-german-comments: clean upPhillip Sz
Most of these syntax changes are found by pylint. Also: - Use argparse instead of optparse, which is deprecated - Fix a bug where we tried to multiply by float, which does not work Change-Id: I7de5a29bd431755e6c28a8bc80b804c775a0c2cb Reviewed-on: https://gerrit.libreoffice.org/25669 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: jan iversen <jani@documentfoundation.org>
2016-05-30add gen-boost-headers scriptMichael Stahl
Change-Id: I02102f6c37863963efa9a312a5a0fbbc1f42f345
2016-05-27find-german-comments: enable scanning subdirsPhillip Sz
This makes it possible to scan sub directories, when you give them as arguments to the script. Also update the directory_whitelist. Change-Id: I0a8468348fffe0814905d6f5602fad3f8d6b69e3 Reviewed-on: https://gerrit.libreoffice.org/25523 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>
2016-05-24don't use the VM URL anywhereMarkus Mohrhard
Change-Id: I0967c8fcea972b2dde58e3481f4767e225d3b2ba
2016-05-24this is unnecessary and os.path.abspath seems to be confused in cygwinMarkus Mohrhard
Change-Id: I125eb2e3416c998ca16f9c9772a1e24183a222af
2016-05-24make debuggin failures a bit easierMarkus Mohrhard
Change-Id: I0b17ab513e05ee95c378399348557cfee8341fb0
2016-05-24fix the crashreport symbol upload scriptMarkus Mohrhard
Change-Id: Id99ac569f6c9f839002798b6f5794b05ed228988
2016-05-23fix the crash report location also in another placeMarkus Mohrhard
Change-Id: I3ab133fbdcdcc8a17ec9159d1c88b19f35b6a7b0
2016-05-23also handle .bin files in the windows symbol codeMarkus Mohrhard
Change-Id: I85b0490c515987d56e04d0e5b42111c52bbabbc3
2016-05-18find-german-comments: let's use python 3Phillip Sz
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 Sz
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 Gelmini
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 Bergmann
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 Bergmann
Change-Id: Ief204145282d9a13f9a4839aa70c642e569ef6b6
2016-04-27Improve the gen-iwyu-dummy-lib script a bit.Jorenz Paragas
- 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 Stahl
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 Stahl
... that runLoadPrintFileTests catches the exceptions anyway. Change-Id: I6441551558e057427a9732451415f4c449a3609a
2016-04-27convwatch: don't generate images for documents that failed to printMichael Stahl
Change-Id: I2dba6ccbb7cbfb3719c2169dc74204014caf2e84
2016-04-27convwatch: add a watchdog for the layout loops :(Michael Stahl
Change-Id: I33996f0d84e1a4b303b6f2cf7afa6cee32665a77
2016-04-27convwatch: if a document fails to load, log that instead of failingMichael Stahl
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 Stahl
Change-Id: I0d32b150b65bf6bd30a988c2e028c5d7e05f195e
2016-04-27convwatch: let's print some timestampsMichael Stahl
Change-Id: I455017ad3458362b78d6306886344ccec3c9247b
2016-04-14don't export the same lib multiple timesMarkus Mohrhard
Change-Id: I4201246b2a1692c6edffa962de49d032fd825b70
2016-04-11vim-ide-integration: clang does not always like gnu++1y that muchMiklos Vajna
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 Engelhard
Change-Id: I21635701a95f1dfd1d5df1bbabdb5b81bf280639
2016-03-29gbuild-to-ide: fix missing include in clang json databaseMiklos Vajna
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 Nakashian
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 envcoypu
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 Mohrhard
Change-Id: I85f6c0757550192443909f08331d65c21c7f4350
2016-02-22add script to generate symbolsMarkus Mohrhard
Change-Id: Icae707709307bc86360676692e55780b9ec89639
2016-02-17use consistent #define checks for the Windows platformNoel Grandin
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 Grandin
Change-Id: I7d0c171ceaaf5f38fabe1ff8b53d78f72ea765e2
2016-02-10find-german-comments: misc. cleanups and fixes for altered tree.Michael Meeks
Change-Id: I6d6f3488afd71cb782bd83fea9fa11a2e52d0efe
2016-01-28modules-deps.pl cleanupPeter Foley
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 Stahl
... 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 McNamara
Change-Id: I534848c4be8eadf86b7f31ac742a80982405f56f
2016-01-18iwyu fixesPeter Foley
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 Lohmaier
Change-Id: I9f8e647068b3f0403858e5ef52f65e5e6a16e165
2016-01-11PCH support on LinuxAshod Nakashian
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átal
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 dirrezso
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 Gelmini
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>