summaryrefslogtreecommitdiff
path: root/bin
AgeCommit message (Collapse)AuthorFilesLines
2016-12-25update to make cppunit load in xcodejan Iversen1-0/+2
cppunit was unknown product type, assigned it Change-Id: I39a08f52cd07c06fc77fc4ac6dc4ecfb167a86ae
2016-12-25update to prepare for multiple modules.jan Iversen1-9/+28
module filter name changes from source to module name. Change-Id: I979b3ca7f86bad70d0812207b3eccbed20499a08
2016-12-25update to make xcode load on sierra.jan Iversen1-19/+104
This update enables xcode 10.12 to open most projects This is a pure expansion/correction of the current xcode-ide-integration. When opening there are currently warnings. Change-Id: Ibd0cebe1713dd74b2747aff039f094367a340a5f
2016-12-23First attempt to make xcode project work again.jan Iversen1-11/+25
There are still a problem with references, but committing this part, since it is controlled, and before conflicting with other changes. Change-Id: I6a7551bfbb44edc5876e5432ca04bfd595cb3fab
2016-12-21Merge tbunosearchcontrollers.hxx into .cxxStephan Bergmann1-4/+0
Change-Id: Ic577e2dd4d6cc1d62c3c6f54e73ba891f8bad4a2
2016-12-15Move get options to a separate function.Edmund Wong1-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>
2016-12-15tdf#70414: Fix VisualStudio ide integrationMatúš Kukan1-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>
2016-12-14epoxy: fix Android buildMiklos Vajna1-1/+0
Assuming this line has been replaced by external/epoxy/Library_epoxy.mk. Change-Id: I0aaa86f6d001a266d7975a357e820c05045af338
2016-12-13change from glew to epoxyCaolán McNamara2-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>
2016-12-12[API CHANGE] Remove salcpprt static libraryStephan Bergmann1-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>
2016-12-09fix copy&paste error in ide-integration scriptMarkus Mohrhard1-1/+1
Change-Id: I4e52851b41e3d5ec4fe4ae5277928bceac3c8283
2016-12-08tdf#102784 Patch 1 - Enhance removetooltip_markups.sh script with checksMarina Latini1-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>
2016-11-28add cppunit tests to vim-ide-integrationMarkus Mohrhard1-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>
2016-11-28integrate the cppunit tests into gbuild-to-ideMarkus Mohrhard1-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>
2016-11-27also strip the first -DMarkus Mohrhard1-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>
2016-11-27better way to split def patternsMarkus Mohrhard1-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>
2016-11-27switch gbuild-to-ide to use gbuildtojsonBjoern Michaelsen1-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>
2016-11-26Kill old Graphite layout enginesKhaled Hosny1-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>
2016-11-15update 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>
2016-10-26normalize existing emacs/vim mode-lines in python filesMichael Stahl3-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
2016-10-11check-elf-dynamic-objects: check sdk/bin tooMichael Stahl1-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>
2016-10-11check-elf-dynamic-objects: OpenSuSE uses DT_RUNPATH, not DT_RPATHMichael Stahl1-1/+1
... like Fedora, so check for either. Change-Id: I0e88c8e6e7634e7cc483474bc3f654e666c3bab2
2016-10-11repurpose count dialogsCaolán McNamara2-41/+11
Change-Id: Id19d514f7ccbc69bf5ad0ca63181e2815f067178
2016-10-10check-elf whitelist libxml2 not libxmlNorbert Thiebaud1-1/+1
Change-Id: If0179726861c867f9c25c13f9eb0b61faaee9524
2016-10-10Support parallelism for check-elf-dynamic-objectsNorbert Thiebaud1-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
2016-10-10check-elf-dynamic-objects: file is far too slowMichael Stahl1-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
2016-10-10check-elf-dynamic-objects: add libxml/libxslt to global whitelistMichael Stahl1-1/+1
Change-Id: Ida6495171f900edf4abe5f6ceba3a6dc2de7c2de
2016-10-07Recognize fps/ pathGabor Kelemen1-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>
2016-09-30add script for dumping poolitems valuesNoel Grandin1-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>
2016-09-29Fix naming of makefile to mend make dump-deps.Michael Meeks1-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>
2016-09-29tdf#101549: Add script to remove tooltip_markupsMuhammet Kara1-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>
2016-09-21add bin/check-elf-dynamic-objectsMichael Stahl1-0/+128
Change-Id: Ia21375e376c25f9731455ef505422fa9bab884cb
2016-09-14gbuild-to-ide: MSVC 2012 no longer supported, replace with 2015Michael Stahl1-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
2016-08-30cleanup: remove bin/lo-generate-source-tarballThorsten Behrens1-182/+0
Use bin/lo-pack-sources instead. Change-Id: I5557a017dd741ba53793e238b4b17744cfe57bb6
2016-08-30add vsdxDavid Tardon1-0/+1
Change-Id: I85b6cdf6185efd8c11f393b1a30a9241be620749
2016-08-29boost: update generated wrapper headersMichael Stahl1-1/+4
... and delete recently added clang Wundef patch Change-Id: I83af127fe98ff23feb944eb68dbd2334d23564c8
2016-08-18screenshots: add new global make targetArmin Le Grand1-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
2016-08-11collect StarOffice docsDavid Tardon1-0/+6
Change-Id: Icf4989844b7d0b5bcdad0e28792a41b5d5b5c27e
2016-08-09officeotron usage in export tests without external dependenciesVasily Melenchuk1-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>
2016-08-04add a way to mark system symbolsMarkus Mohrhard1-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>
2016-07-21odfvalidator support in export tests without external repositoriesVasily Melenchuk1-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>
2016-07-04Fix some spelling errors in comments and stringsOtto Kekäläinen2-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>
2016-06-29Add MS binary format validator support for wineThorsten Behrens1-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>
2016-06-25add some info how to use the symbol upload scriptMarkus Mohrhard1-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>
2016-06-18Wall is a good idea for the vim ide integrationMarkus Mohrhard1-1/+1
Change-Id: Ifb3c602335097ec1e837b60c236683382cfde3e1
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
2016-06-10improve sample messageNoel Grandin1-1/+1
Change-Id: If7ea670195e55d306c4b0733bfcd3c8c6040eddc
2016-06-09pretty up the output and add a sample stringNoel Grandin1-1/+3
Change-Id: I1c37b32e2127ba99b48b5ce3176e605f4e797475
2016-06-03script for grouping warning messages by most commonNoel Grandin1-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
2016-05-31find-german-comments: clean upPhillip Sz1-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>