summaryrefslogtreecommitdiffstats
path: root/bin
Commit message (Collapse)AuthorAgeFilesLines
* fixincludeguards.pl: handle odk/examplesThomas Arnhold2014-05-181-1/+1
| | | | | | Now we have nice example header guards ;) Change-Id: I1a5f8031cf267abf67dc4fbb20880d23e3640867
* callcatcher: update unused codeCaolán McNamara2014-05-171-0/+1
| | | | Change-Id: I1039d34cef1d426a9deb6dec2c3e7d746f9cf1ae
* callcatcher: update unused codeCaolán McNamara2014-05-151-0/+13
| | | | Change-Id: I690c5196ab81178c666ee39dd247fbe0438db80b
* find-german-comments -l crashed for a too long path nameJeroen Nijhof2014-05-031-1/+1
| | | | | | | | | | | | | In calculating how many tabs to use for the display, when the path was more than 40 characters (like for dbaccess/source/ui/relationdesign/RelationTableView.cxx) it returned '1, 0' for the number of tabs -- and python didn't like that. Return 1 instead. Change-Id: If370ffe03b4aff67ca59094dd38863986ca39519 Reviewed-on: https://gerrit.libreoffice.org/9239 Reviewed-by: Michael Meeks <michael.meeks@collabora.com> Tested-by: Michael Meeks <michael.meeks@collabora.com>
* Speed up find-german-comments: speed up text_cat -sJeroen Nijhof2014-05-021-35/+46
| | | | | | | | | | | | | | | | | follow-up commit to https://gerrit.libreoffice.org/#/c/9226/ . text_cat -s was documented as "Not very efficient yet, because language models are re-loaded after each line." So if we want to use text_cat -s for thousands of lines, better read the language models only once and store them. When tested on svl/source, the speed-up was a futher factor 1.5 (reduced from 6 s to 4 s). Change-Id: I654a250b0e369e01c5eac5970b64df1390f0ef35 Reviewed-on: https://gerrit.libreoffice.org/9227 Reviewed-by: Michael Meeks <michael.meeks@collabora.com> Tested-by: Michael Meeks <michael.meeks@collabora.com>
* Speed up find-german-commentsJeroen Nijhof2014-05-022-9/+16
| | | | | | | | | | | | | | | Instead of recreating a text_cat sub-process for every string, start a single text-cat process (with the -s flag, "per line") and reuse that. Testing on svl/source shows a speed-up of 7.5 x, down from 45.6s to 6.1s! To avoid blocking on the pipes set autoflush in text-cat, and use read_line instead of read on the find-german-comments side. Change-Id: Ic6c00fc3c1e7cbcbbfff65512bf54ad11f900697 Reviewed-on: https://gerrit.libreoffice.org/9226 Reviewed-by: Michael Meeks <michael.meeks@collabora.com> Tested-by: Michael Meeks <michael.meeks@collabora.com>
* Make starmath german-comment-free.Thorsten Behrens2014-04-281-1/+1
| | | | Change-Id: I48b5c6afe861704abe978cb07ecd9df6e39d7b7c
* bin/find-german-comments: fix duplicated "basctl" key in dictionaryJulien Nabet2014-04-281-1/+0
| | | | Change-Id: I12b9d5816c685b2374e6d659436e46965f29cd3a
* bin/find-german-comments: fix duplicated "sw" key in dictionaryMiklos Vajna2014-04-281-1/+0
| | | | Change-Id: I2a0a14c905ec1ba1408b625894ba0b8a02e17aa7
* whitelist directories with no German to speed up the count.Michael Meeks2014-04-281-1/+141
| | | | Change-Id: Ic8d5861fda5b21df43447eb7bc4dc9a416ce1afb
* callcatcher: hide glTF methods from easy listCaolán McNamara2014-04-261-0/+1
| | | | Change-Id: Id91272de715bbab7b3a18a1905ca593cf959422c
* Improve command line handling, don't read stdinTor Lillqvist2014-04-251-3/+9
| | | | | | | | | 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
* Add help messageTor Lillqvist2014-04-251-0/+24
| | | | Change-Id: Id9c5dfdee00c8b9baa21c7345f7218e982bfd434
* Add -f option to filter in symbols from some libraries onlyTor Lillqvist2014-04-251-4/+9
| | | | | | | | | 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
* Add -s option to show a sorted list of symbols by size insteadTor Lillqvist2014-04-251-2/+18
| | | | Change-Id: I2c6c46f4f570f4999154daa7e0f84f6ecd6f2d79
* Script to postprocess linker map files for iOS a bitTor Lillqvist2014-04-221-0/+27
| | | | | | Show the total size of code and data linked in from each library. Change-Id: Ibd6e0e15259f338addc30f2d821c794d65676637
* fixincludeguards.sh: improve regexThomas Arnhold2014-04-191-1/+1
| | | | | | | | handle the following expression correctly: endif /* !INCLUDED_TDOC_DATASUPPLIER_HXX */ Change-Id: I0c8b31464c9545bdbbb1371f13134f2cc89aad71
* fixincludeguards.sh: add some more typesThomas Arnhold2014-04-191-2/+2
|
* map the modules and special names back manuallyCaolán McNamara2014-04-181-4/+28
| | | | Change-Id: Ie80e2ef74932b9dd46b2f709e181c00aac4d4f9c
* fdo#67350 : sanity check utility for help ids wrt ui filesMathias Michel2014-04-181-0/+156
| | | | | | | 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>
* add image/x-sun-raster mimetypeCaolán McNamara2014-04-161-0/+1
| | | | Change-Id: I6c53ec2ae15a68b9fa6bfd0daf81d6a21ca6c457
* Don't create an icudata library for iOSTor Lillqvist2014-04-121-7/+14
| | | | | | | | | 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
* Do not mishandle further libs without dependenciesStephan Bergmann2014-04-111-3/+7
| | | | | | ...besides sal/Library_sal.mk, like i18npool/Library_collator_data.mk. Change-Id: I2d86540bd8123410972496047fdb59ebcf35968f
* callcatcher: update unused codeCaolán McNamara2014-04-101-0/+1
| | | | | | OAuth2Handler is from libcmis Change-Id: Ia1986d6df7ab45580c66b4e536c5882af41f357f
* The GLEW lib, tooTor Lillqvist2014-04-081-0/+1
| | | | Change-Id: Ic0a9ed4aa95418fdc1a2e49419eb2a2482351232
* convwatch.py: decode bytes before printingMichael Stahl2014-04-021-1/+1
| | | | Change-Id: Ic1b115583415ab9bd2bdb18fa55f61803efc8442
* convwatch.py: fix handling of loadComponentFromURL returning nullMichael Stahl2014-04-021-0/+4
| | | | Change-Id: Icc64d56a74be9e95fdf69204356f9c2405ce7cc8
* drop spadminCaolán McNamara2014-03-212-3/+0
| | | | Change-Id: Ie10ee80f1d35b40c0baf9d7ba5c1181b52405b5f
* callcatcher consider sdk bin dir tooCaolán McNamara2014-03-041-0/+1
| | | | Change-Id: I754345b637bb71a822c9ea4f1edf6e344172b467
* images: Add check for links.txt entries where neither icon exists.Jan Holesovsky2014-02-271-0/+2
| | | | | | And remove them from tango and tango_testing links.txt. Change-Id: I47cce64eac403bfaa8dd40f9e1878565bd8ae80f
* images: Script to sanitize links.txt files.Jan Holesovsky2014-02-271-0/+36
| | | | | | | | | | 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
* normalize values of SPLIT_OPT_FEATURES/SPLIT_APP_MODULESMichael Stahl2014-02-271-7/+7
| | | | Change-Id: I14692a566cea6c5939360d62fd4b82c9feb0aa40
* normalize values of WITH_COMPAT_OOWRAPPERSMichael Stahl2014-02-271-2/+2
| | | | Change-Id: Ia397d944edf2a06a83e42dd792fc80906978e1bc
* fdo#70414: Use correct target names for building Visual Studio projects.Honza Havlíček2014-02-231-15/+57
| | | | | | | | | 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>
* fdo#70414: Add dependencies for solution and create solution for all projectsHonza Havlíček2014-02-211-16/+47
| | | | | | | | | | | | 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>
* Add toposort feature to module-deps.plStephan Bergmann2014-02-171-6/+53
| | | | Change-Id: Id839eae62ad53189c44f7ca5a498bf7113c2536a
* Fixes for kdevelop IDE integrationAdam Mróz2014-02-121-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | 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>
* fdo#70414 Added generator of VS2012 project filesHonza Havlíček2014-02-101-0/+232
| | | | | | | | 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>
* get make findunusedcode working againCaolán McNamara2014-02-051-11/+40
| | | | Change-Id: I8fed32b8eb1e986321dde0542c15b7b8cf91b123
* Add basic multi-threading for each mimetypejorendc2014-01-261-8/+50
| | | | | | | 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>
* Add a %age completion.Michael Meeks2014-01-201-0/+4
| | | | Change-Id: I6066d42abddcefc9d7fe4bd19477a11294b138b2
* detect unlocalizable strings in GtkComboBoxText <item> elementsAndras Timar2014-01-191-0/+4
| | | | Change-Id: I0598be74345b70aee7feefeaea4cf525a5f2173b
* Introduce com.sun.star.frame.theGlobalEventBroadcaster singletonStephan Bergmann2014-01-162-3/+4
| | | | | | | ...to supersede com.sun.star.frame.GlobalEventBroadcaster single-instance service. Change-Id: I74ecaadadb4c600d39979aa7c13b6389bed38fd7
* Add libabwTor Lillqvist2014-01-141-0/+1
| | | | Change-Id: Ib9fc6eb5523fbaed2c13ed213f0fadb28b1e9715
* fix error in bin/find-german-commentsPhilipp Riemer2014-01-021-1/+1
| | | | Change-Id: Ice848243654b1bc8923ba65fe87c61e8087c0d8a
* typo fixesAndras Timar2013-12-201-1/+1
| | | | Change-Id: Ia5f104bfd707bcf4e159c78ca2764c861fb0b6d9
* fdo#72598: odk: remove SunStudio supportMichael Stahl2013-12-181-1/+0
| | | | | | No idea if the GCC stuff that's in there actually works. Change-Id: Idd1b93edd88609f3c09d14134d00a15fa9c0b0b7
* add more graphics apps to launchpad listDavid Tardon2013-12-171-1/+1
| | | | Change-Id: I8f80b4aa07fd923aea4f50fd50d4ce68230cde06
* disable novell bzDavid Tardon2013-12-161-1/+5
| | | | | | | 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
* do not download html files from moz bzDavid Tardon2013-12-131-0/+5
| | | | Change-Id: I18519dd8ad0bdaac55a1d5bccdc30b943d717c9c