Age | Commit message (Collapse) | Author |
|
Change-Id: Id91272de715bbab7b3a18a1905ca593cf959422c
|
|
Reading stdin is confusing as it means running the script without any
arguments and with no input redirection just seems to do
nothing. (OTOH, who would use this script except seasoned hackers who
know how command-line tools typically work... oh well.)
Change-Id: I00b4f70b07b6515b52a22b4ec4e048cc84c1dc83
|
|
Change-Id: Id9c5dfdee00c8b9baa21c7345f7218e982bfd434
|
|
You can specify a regular expression for the -f option, typically
several library names combined with the '|' operator, as in:
bin/ios-mapfile-statistics -s -f 'libswlo|libsclo' <workdir/TiledLibreOffice.map|c++filt
Change-Id: I917fc392a41ed28c6b19ec5c2c16384d1186a532
|
|
Change-Id: I2c6c46f4f570f4999154daa7e0f84f6ecd6f2d79
|
|
Show the total size of code and data linked in from each library.
Change-Id: Ibd6e0e15259f338addc30f2d821c794d65676637
|
|
handle the following expression correctly:
endif /* !INCLUDED_TDOC_DATASUPPLIER_HXX */
Change-Id: I0c8b31464c9545bdbbb1371f13134f2cc89aad71
|
|
|
|
Change-Id: Ie80e2ef74932b9dd46b2f709e181c00aac4d4f9c
|
|
Change-Id: I2407d7b0ccdc592fde3da073a6ee2d40537fbe5f
Reviewed-on: https://gerrit.libreoffice.org/9089
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Tested-by: Caolán McNamara <caolanm@redhat.com>
|
|
Change-Id: I6c53ec2ae15a68b9fa6bfd0daf81d6a21ca6c457
|
|
The intent being that the data file will be used instead.
To avoid linking error, correspondingly include the ICU stubdata
library in the list of static libraries to link with.
Change-Id: I0f223fcce89dfbe283aaa2fcd2d5a58ea36ba364
|
|
...besides sal/Library_sal.mk, like i18npool/Library_collator_data.mk.
Change-Id: I2d86540bd8123410972496047fdb59ebcf35968f
|
|
OAuth2Handler is from libcmis
Change-Id: Ia1986d6df7ab45580c66b4e536c5882af41f357f
|
|
Change-Id: Ic0a9ed4aa95418fdc1a2e49419eb2a2482351232
|
|
Change-Id: Ic1b115583415ab9bd2bdb18fa55f61803efc8442
|
|
Change-Id: Icc64d56a74be9e95fdf69204356f9c2405ce7cc8
|
|
Change-Id: Ie10ee80f1d35b40c0baf9d7ba5c1181b52405b5f
|
|
Change-Id: I754345b637bb71a822c9ea4f1edf6e344172b467
|
|
And remove them from tango and tango_testing links.txt.
Change-Id: I47cce64eac403bfaa8dd40f9e1878565bd8ae80f
|
|
Checks for the following mistakes:
* swapped original and link
* both exist, and are the same - git rm link then
* both exist, and differ - warn about that, so that a human can check
Change-Id: I6e0fc5c5b47fbb34aef8a1069c76720e9d6f8d5f
|
|
Change-Id: I14692a566cea6c5939360d62fd4b82c9feb0aa40
|
|
Change-Id: Ia397d944edf2a06a83e42dd792fc80906978e1bc
|
|
Visual Studio projects use target Library_{library_name}/Executable_{executable_name} for building the project and Library_{library_name}.clean/Executable_{executable_name}.clean for cleaning the project. In most cases, the name of library/executable is identical to the name of Library_*/Executable_* makefile, but in ~12 cases, the names are different (e.g. makefile is Library_syssh_win, but target is Library_syssh). VS fails when it tries to build the project with incorrect target name. This patch replaces the names of targets with correct ones. Dependences also used incorrect names of libraries.
Change-Id: Ifba50465512e24e65a3c6505a5f40d477ec8cdd9
Reviewed-on: https://gerrit.libreoffice.org/8189
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Tested-by: Caolán McNamara <caolanm@redhat.com>
|
|
Add new Visual Studio solution for all generated projects with name
LibreOffice.sln and add dependencies between projects that are in same solution.
That allows building by "Build Solution" from menu of Visual Studio for most
projects (12 projects out of 319 fail).
Change-Id: I834f36f01dfa64ce43a5f9da605efbeefc92bc66
Reviewed-on: https://gerrit.libreoffice.org/8150
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Tested-by: Caolán McNamara <caolanm@redhat.com>
|
|
Change-Id: Id839eae62ad53189c44f7ca5a498bf7113c2536a
|
|
Script bin/gbuild-to-ide is parsing messages basing on regular
expressions.
First problem appears when used language is not English - that's why
setting LC_MESSAGES variable in Makefile.
Second problem appears with quote symbol. For me (Archlinux) script was
not working. After some investigation I found out that reason was that
my output from make included ' symbol when regular expression assumed
that it should be `. That's why using [\'`].
Example:
recipe to execute (from '/home/sadam/libreoffice/core/idlc/Executable_idlc.mk', line 28):
Conflicts:
bin/gbuild-to-ide
Change-Id: I0083c69820bd58ce2ac296f21985408c69840639
Reviewed-on: https://gerrit.libreoffice.org/7979
Tested-by: Caolán McNamara <caolanm@redhat.com>
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
|
|
Change-Id: Ib087a24ae6de049ffb6d93b5ac66452700edddb3
Reviewed-on: https://gerrit.libreoffice.org/7955
Reviewed-by: Björn Michaelsen <bjoern.michaelsen@canonical.com>
Reviewed-by: Michael Meeks <michael.meeks@collabora.com>
Tested-by: Michael Meeks <michael.meeks@collabora.com>
|
|
Change-Id: I8fed32b8eb1e986321dde0542c15b7b8cf91b123
|
|
Change-Id: Ife0766ddd259bb7d86a9c7bdcf3e9c2849208cf0
Reviewed-on: https://gerrit.libreoffice.org/7123
Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>
Tested-by: Markus Mohrhard <markus.mohrhard@googlemail.com>
|
|
Change-Id: I6066d42abddcefc9d7fe4bd19477a11294b138b2
|
|
Change-Id: I0598be74345b70aee7feefeaea4cf525a5f2173b
|
|
...to supersede com.sun.star.frame.GlobalEventBroadcaster single-instance
service.
Change-Id: I74ecaadadb4c600d39979aa7c13b6389bed38fd7
|
|
Change-Id: Ib9fc6eb5523fbaed2c13ed213f0fadb28b1e9715
|
|
Change-Id: Ice848243654b1bc8923ba65fe87c61e8087c0d8a
|
|
Change-Id: Ia5f104bfd707bcf4e159c78ca2764c861fb0b6d9
|
|
No idea if the GCC stuff that's in there actually works.
Change-Id: Idd1b93edd88609f3c09d14134d00a15fa9c0b0b7
|
|
Change-Id: I8f80b4aa07fd923aea4f50fd50d4ce68230cde06
|
|
Apparently it is no longer possible to get files from it. (Of course, if
that only needs some tweaks in the script, fixes are welcome :-)
Change-Id: I29d63d3246ab53d8ce15fc0969fccc8a064c6e5b
|
|
Change-Id: I18519dd8ad0bdaac55a1d5bccdc30b943d717c9c
|
|
Except for our external api where the Oriya is stuck (and similar for
the vba implementation)
Change-Id: I8288c930567385eea49a4c303727b13ef8b8a89f
|
|
Change-Id: Ia034c4a8cc034405c5ba4f7fc3a233a5efdadc74
|
|
Change-Id: I9542771fe3caf77757d81641752ab5463ead4deb
|
|
Change-Id: Iade61f598e1122aae7667de684a68e8164817327
|
|
Change-Id: If77b213deba85d49e1e8d09015fa81aa6df6aa94
|
|
This attempts to solve several deficiencies in the script:
1. If the first attachment of a bug is already downloaded, the bug is
not checked for newly added attachments (or attachments with newly
fixed mimetype).
2. If neither of the eligible attachment(s) of a bug is the first
attachment, the bug will be processed (and the attachment downloaded)
time and again (because the shortcut is only applied for the first
attachment, see 1).
But it also ensures that if the script is killed, the download is
restarted on the next run.
Change-Id: I7f3d1922825bb314f96ec3b1ee2a0ac47604b018
|
|
Change-Id: I033f2a365454c9f98ce2c34f7d1d5ad3c1516202
|
|
Change-Id: I289d3233f99b61115ed8efdea93cfabfbc53bcd7
|
|
Actually I am not sure at all.
This reverts commit 3b56738d88d881d023bdefda2222d99663f12b9f.
|
|
Change-Id: I19061350996dbfc214e7bfe16be957c852187b0e
|