summaryrefslogtreecommitdiffstats
path: root/bin
Commit message (Collapse)AuthorAgeFilesLines
* Move get options to a separate function.Edmund Wong2016-12-151-2/+6
| | | | | | | Change-Id: I014f49b8239b0165ab696398b5ef0a2af5e0ae8c Reviewed-on: https://gerrit.libreoffice.org/31990 Reviewed-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de> Tested-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>
* tdf#70414: Fix VisualStudio ide integrationMatúš Kukan2016-12-151-26/+13
| | | | | | | | | | | | | | | 'LINKTARGET' is not really helpful as target name. Use name based on makefile's name and hope something like b81ac16e65b311d6e43c05c22c65d2040c9d7e04 is not needed anymore. And if there are still some inconsistencies, we should fix makefile's name. Also, don't use target.name because it's not unique. There can be e.g. both Library_smoketest and CppunitTest_smoketest. Change-Id: I541a1e41f80446e875e1bb2bfa89786e356e0e74 Reviewed-on: https://gerrit.libreoffice.org/32027 Reviewed-by: jan iversen <jani@documentfoundation.org> Tested-by: jan iversen <jani@documentfoundation.org>
* epoxy: fix Android buildMiklos Vajna2016-12-141-1/+0
| | | | | | Assuming this line has been replaced by external/epoxy/Library_epoxy.mk. Change-Id: I0aaa86f6d001a266d7975a357e820c05045af338
* change from glew to epoxyCaolán McNamara2016-12-132-2/+2
| | | | | | | | | | because that works under wayland out of the box and gtk3 uses it already Change-Id: Iefaac31e325534a81a5389f752804af917c1baef Reviewed-on: https://gerrit.libreoffice.org/31213 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
* [API CHANGE] Remove salcpprt static libraryStephan Bergmann2016-12-121-5/+0
| | | | | | | | | | | | | | | | | | | | | | | | ...containing replacements for global operator new/delete (that can be linked into executables), but which is no longer used. The mail thread starting at <https://lists.freedesktop.org/archives/libreoffice/2012-March/028690.html> "operator new no longer routes through rtl_AllocMemory in libsalcpprt under gbuild link rules" has the details of how this was used on some platforms (but not on others) before the switch to gbuild, and has been "lost" ever since---but apparently a loss not mourned much over the years. For the SDK, c5f974287fd04bb529de145113133b9e35687702 "INTEGRATION: CWS jsc3: #i62434# copy libsalcpprt.a" added the library (under Linux) and 6db9c5af960f9787e33e4addc56bddbb1695a402 "INTEGRATION: CWS jsc3: #i62434# extend link options for executbales to link libsalcpprt.a, LINUX only" added its use to odk/settings/settings.mk, but fc0ca57f2cd649c6330171445a06b80e2143a0e9 "INTEGRATION: CWS jsc21" removed that use again (for no documented reason). So this is an incompatible change, but unlikely to actually affect any users of the SDK. Change-Id: Ia38b4c439f21fca3f5d9af7d1a34054e992054e9 Reviewed-on: https://gerrit.libreoffice.org/31810 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Stephan Bergmann <sbergman@redhat.com>
* fix copy&paste error in ide-integration scriptMarkus Mohrhard2016-12-091-1/+1
| | | | Change-Id: I4e52851b41e3d5ec4fe4ae5277928bceac3c8283
* tdf#102784 Patch 1 - Enhance removetooltip_markups.sh script with checksMarina Latini2016-12-081-1/+31
| | | | | | | | | | | | | | | | | This is the first part of this heasy hack. The script parses all the .ui files checking the existence of tooltip_markup and tooltip_text properties. If the ui file contains a tooltip_markup property and the related tooltip_text one, it removes the tooltip_markup line and add the deletion in a log file. If the ui file contains only a tooltip_markup propery the script rename it via sed in tooltip_text adding the renaming in a log file. Change-Id: I1f027e11c7a2a91596511e2def5f4b850e14fad4 Signed-off-by: Marina Latini <marina@studiostorti.com> Reviewed-on: https://gerrit.libreoffice.org/31596 Tested-by: Jenkins <ci@libreoffice.org> Tested-by: jan iversen <jani@documentfoundation.org> Reviewed-by: jan iversen <jani@documentfoundation.org>
* add cppunit tests to vim-ide-integrationMarkus Mohrhard2016-11-281-1/+1
| | | | | | | Change-Id: I5a03ff6d6e740d8032030d1590837610f39acd5e Reviewed-on: https://gerrit.libreoffice.org/31273 Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com> Tested-by: Markus Mohrhard <markus.mohrhard@googlemail.com>
* integrate the cppunit tests into gbuild-to-ideMarkus Mohrhard2016-11-281-3/+48
| | | | | | | Change-Id: I0259b2a47175e6aac2eb801ac489fadeac562949 Reviewed-on: https://gerrit.libreoffice.org/31272 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>
* also strip the first -DMarkus Mohrhard2016-11-271-1/+1
| | | | | | | Change-Id: Ifc95720b47e1adaadbca879d5b8f22ada658fd3a Reviewed-on: https://gerrit.libreoffice.org/31275 Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com> Tested-by: Markus Mohrhard <markus.mohrhard@googlemail.com>
* better way to split def patternsMarkus Mohrhard2016-11-271-1/+1
| | | | | | | Change-Id: I8c7ab7e980d2ba01214c1dd15c81a309d0d2c80c Reviewed-on: https://gerrit.libreoffice.org/31274 Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com> Tested-by: Markus Mohrhard <markus.mohrhard@googlemail.com>
* switch gbuild-to-ide to use gbuildtojsonBjoern Michaelsen2016-11-271-199/+83
| | | | | | | | Change-Id: Ic3ac11683a44e946e844e18a7670fa7baf46110a Reviewed-on: https://gerrit.libreoffice.org/31175 Tested-by: Björn Michaelsen <bjoern.michaelsen@canonical.com> Reviewed-by: Luke Benes <lukebenes@hotmail.com> Reviewed-by: Björn Michaelsen <bjoern.michaelsen@canonical.com>
* Kill old Graphite layout enginesKhaled Hosny2016-11-261-1/+0
| | | | | | | Change-Id: Ia19d4d0a3a33694b6edfff62e6b40028dac19677 Reviewed-on: https://gerrit.libreoffice.org/31212 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Khaled Hosny <khaledhosny@eglug.org>
* update lo-pack-sourcesjan Iversen2016-11-151-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>
* normalize existing emacs/vim mode-lines in python filesMichael Stahl2016-10-263-5/+5
| | | | | | | | | Bunch of these were setting C++ or Make modes and icky tabs... Also, reportedly Emacs can figure out to enable python-mode automatically. Change-Id: I50072488fb92cb4d27aa3f74f717a28ae3967543
* check-elf-dynamic-objects: check sdk/bin tooMichael Stahl2016-10-111-2/+2
| | | | | | | | | | It takes almost no time, but this way of doing it changes the interpretation of the -d parameter; not sure how important that is. Change-Id: I9d29cdf96d7006d5daea00bcc41e613fbd30aac8 Reviewed-on: https://gerrit.libreoffice.org/29707 Reviewed-by: Norbert Thiebaud <nthiebaud@gmail.com> Tested-by: Norbert Thiebaud <nthiebaud@gmail.com>
* check-elf-dynamic-objects: OpenSuSE uses DT_RUNPATH, not DT_RPATHMichael Stahl2016-10-111-1/+1
| | | | | | ... like Fedora, so check for either. Change-Id: I0e88c8e6e7634e7cc483474bc3f654e666c3bab2
* repurpose count dialogsCaolán McNamara2016-10-112-41/+11
| | | | Change-Id: Id19d514f7ccbc69bf5ad0ca63181e2815f067178
* check-elf whitelist libxml2 not libxmlNorbert Thiebaud2016-10-101-1/+1
| | | | Change-Id: If0179726861c867f9c25c13f9eb0b61faaee9524
* Support parallelism for check-elf-dynamic-objectsNorbert Thiebaud2016-10-101-5/+70
| | | | | | | | | | | | using that and restricting the tests to the content of instdir/program bring the runtime on out slave builder from 4 minutes+ to just above one second added -d <path> to override INSTDIR added -p to indicate parallelism (no limit for now, so be cautious with the -d you point too Change-Id: I14c140f54bea329b82960843a6db44bfaf6c7108
* check-elf-dynamic-objects: file is far too slowMichael Stahl2016-10-101-43/+53
| | | | | | | | ... so use readelf itself to check if it's an ELF file. Also just skip the SDK documentation which is 2/3 of all files. Change-Id: Icfd3023dd5b2ccc4f4e94fbb05cdd4eb05051f86
* check-elf-dynamic-objects: add libxml/libxslt to global whitelistMichael Stahl2016-10-101-1/+1
| | | | Change-Id: Ida6495171f900edf4abe5f6ceba3a6dc2de7c2de
* Recognize fps/ pathGabor Kelemen2016-10-071-0/+2
| | | | | | | | | | | Script was tripping over this valid reference: From source/text/shared/guide/cmis-remote-files.xhp, we did not find file fps/uiconfig/ui/remotefilesdialog.ui. Change-Id: I42b178742f7f168177c525191f54b43d3a5821d6 Reviewed-on: https://gerrit.libreoffice.org/29571 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Andras Timar <andras.timar@collabora.com>
* add script for dumping poolitems valuesNoel Grandin2016-09-301-0/+91
| | | | | | | Change-Id: Ifad071ebc17c6c4d0f8d498264070f78c14d9bd3 Reviewed-on: https://gerrit.libreoffice.org/29406 Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk> Tested-by: Noel Grandin <noel.grandin@collabora.co.uk>
* Fix naming of makefile to mend make dump-deps.Michael Meeks2016-09-291-4/+9
| | | | | | | | | Also add error message to make this more clear in the future. Change-Id: Ic9e3a2c89119ef1ec3e6cc1074b7419f7ee268b7 Reviewed-on: https://gerrit.libreoffice.org/29375 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
* tdf#101549: Add script to remove tooltip_markupsMuhammet Kara2016-09-291-0/+25
| | | | | | | | | | From the glade .ui files. Currently the script doesn't check for identical tooltip_text. Change-Id: Ic6b80e7eb0ced2e4515cc57d3b548b26cef5b67c Reviewed-on: https://gerrit.libreoffice.org/29366 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: jan iversen <jani@documentfoundation.org>
* add bin/check-elf-dynamic-objectsMichael Stahl2016-09-211-0/+128
| | | | Change-Id: Ia21375e376c25f9731455ef505422fa9bab884cb
* gbuild-to-ide: MSVC 2012 no longer supported, replace with 2015Michael Stahl2016-09-141-2/+2
| | | | | | | Of course not tested in any way but with any luck the project file format hasn't changed and it will "just work". Change-Id: I81c5043259feeabd69ef31ea7ef160901ac7ebdc
* cleanup: remove bin/lo-generate-source-tarballThorsten Behrens2016-08-301-182/+0
| | | | | | Use bin/lo-pack-sources instead. Change-Id: I5557a017dd741ba53793e238b4b17744cfe57bb6
* add vsdxDavid Tardon2016-08-301-0/+1
| | | | Change-Id: I85b6cdf6185efd8c11f393b1a30a9241be620749
* boost: update generated wrapper headersMichael Stahl2016-08-291-1/+4
| | | | | | ... and delete recently added clang Wundef patch Change-Id: I83af127fe98ff23feb944eb68dbd2334d23564c8
* screenshots: add new global make targetArmin Le Grand2016-08-181-22/+22
| | | | | | | | | Up to now the screenshot creation was added/dependent of target slowcheck. Since quite some modules have added screenshot creations now, I added an own target 'screenshot' to allow to keep current slowcheck and screenshot creation separated Change-Id: I80a49a0db607edf8e0405672d570f624d29912e7
* collect StarOffice docsDavid Tardon2016-08-111-0/+6
| | | | Change-Id: Icf4989844b7d0b5bcdad0e28792a41b5d5b5c27e
* officeotron usage in export tests without external dependenciesVasily Melenchuk2016-08-091-0/+2
| | | | | | | | | | | officeotron is a OOXML documents validator which can be used for verification of export files in tests. Previously it was possible to use it only from external repository with extra build steps. Change-Id: Iae6ec3695fdfaf738d180405047ff04b2024c906 Reviewed-on: https://gerrit.libreoffice.org/27388 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Thorsten Behrens <Thorsten.Behrens@CIB.de>
* add a way to mark system symbolsMarkus Mohrhard2016-08-041-2/+5
| | | | | | | Change-Id: I1a8aed186f0489a02e046f88c3f4342529499b29 Reviewed-on: https://gerrit.libreoffice.org/27855 Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com> Tested-by: Markus Mohrhard <markus.mohrhard@googlemail.com>
* odfvalidator support in export tests without external repositoriesVasily Melenchuk2016-07-211-0/+2
| | | | | | | | | | Fetching external tarball for Apache ODF Toolkit, configuration of wrapper script for odf validator execution Change-Id: I8b3824a91ebc6ddc196416e197b6c688964a13a9 Reviewed-on: https://gerrit.libreoffice.org/26596 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Thorsten Behrens <Thorsten.Behrens@CIB.de>
* Fix some spelling errors in comments and stringsOtto Kekäläinen2016-07-042-2/+2
| | | | | | | Change-Id: Iecd6b5e13d6be14651f77d8e37f01117ba15a11e Reviewed-on: https://gerrit.libreoffice.org/26883 Reviewed-by: jan iversen <jani@documentfoundation.org> Tested-by: jan iversen <jani@documentfoundation.org>
* Add MS binary format validator support for wineThorsten Behrens2016-06-291-0/+3
| | | | | | | | | | 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>
* add some info how to use the symbol upload scriptMarkus Mohrhard2016-06-251-0/+1
| | | | | | | | 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>
* Wall is a good idea for the vim ide integrationMarkus Mohrhard2016-06-181-1/+1
| | | | Change-Id: Ifb3c602335097ec1e837b60c236683382cfde3e1
* tdf#100453 – bin/unpack-sources needs to be executableChristian Lohmaier2016-06-171-0/+0
| | | | | | | otherwise building from source-tarballs fails when it tries to extract fetched submodule tarballs Change-Id: I75bcd6821e244ca2a3375ec2916ee7c38ec9844e
* improve sample messageNoel Grandin2016-06-101-1/+1
| | | | Change-Id: If7ea670195e55d306c4b0733bfcd3c8c6040eddc
* pretty up the output and add a sample stringNoel Grandin2016-06-091-1/+3
| | | | Change-Id: I1c37b32e2127ba99b48b5ce3176e605f4e797475
* script for grouping warning messages by most commonNoel Grandin2016-06-031-0/+35
| | | | | | | 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
* find-german-comments: clean upPhillip Sz2016-05-311-36/+38
| | | | | | | | | | | | 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>
* add gen-boost-headers scriptMichael Stahl2016-05-301-0/+57
| | | | Change-Id: I02102f6c37863963efa9a312a5a0fbbc1f42f345
* find-german-comments: enable scanning subdirsPhillip Sz2016-05-271-14/+34
| | | | | | | | | | | | 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>
* don't use the VM URL anywhereMarkus Mohrhard2016-05-241-2/+2
| | | | Change-Id: I0967c8fcea972b2dde58e3481f4767e225d3b2ba
* this is unnecessary and os.path.abspath seems to be confused in cygwinMarkus Mohrhard2016-05-241-1/+1
| | | | Change-Id: I125eb2e3416c998ca16f9c9772a1e24183a222af
* make debuggin failures a bit easierMarkus Mohrhard2016-05-241-0/+1
| | | | Change-Id: I0b17ab513e05ee95c378399348557cfee8341fb0