- 22 Eyl, 2017 1 kayıt (commit)
-
-
Mike Kaganski yazdı
Change-Id: I69d4157aaf6570cecd51ea59df20556914942e06 Reviewed-on: https://gerrit.libreoffice.org/42565Tested-by:
Jenkins <ci@libreoffice.org> Reviewed-by:
Mike Kaganski <mike.kaganski@collabora.com>
-
- 13 Nis, 2016 1 kayıt (commit)
-
-
Jochen Nitschke yazdı
remove <boost/noncopyable.hpp> in pch and remove boost from makefile if it was the only boost entry. Change-Id: Icb945ae59c137571f4f63807601738eea5c3e831 Reviewed-on: https://gerrit.libreoffice.org/24061Tested-by:
Jenkins <ci@libreoffice.org> Reviewed-by:
Michael Stahl <mstahl@redhat.com>
-
- 02 Şub, 2016 1 kayıt (commit)
-
-
Noel Grandin yazdı
Change-Id: If4d1e4071995f07212fad958b0226d5824d168f8 Reviewed-on: https://gerrit.libreoffice.org/21989Reviewed-by:
Noel Grandin <noelgrandin@gmail.com> Tested-by:
Noel Grandin <noelgrandin@gmail.com>
-
- 31 Ock, 2016 1 kayıt (commit)
-
-
Caolán McNamara yazdı
as a direct drop in I guess Change-Id: I3add63f1459f4e659019bd6db54da2f5431958ce Reviewed-on: https://gerrit.libreoffice.org/21941Tested-by:
Jenkins <ci@libreoffice.org> Reviewed-by:
Caolán McNamara <caolanm@redhat.com> Tested-by:
Caolán McNamara <caolanm@redhat.com>
-
- 15 Kas, 2015 1 kayıt (commit)
-
-
Ashod Nakashian yazdı
Ported update_pch.sh to Python with improved performance and features. The new script is invoked from the same update_pch.sh which calls it for each library in parallel, although it can be invoked directly. The ported script (update_pch) updates all PCH files in ~15 seconds where the old script took ~4500 seconds. In addition, the new script supports 3-tiered headers (system, module, and local) and is very flexible to support other improvement. It has a per-library optimal configuration settings that can be updated using another new scripts (update_pch_autotune.sh) which finds optimal per-PCH settings. PCH files have been generated using the new scripts which builds significantly faster (2-3x, depending on module and configuration) and the intermediate binaries are noticably smaller (by several GBs). The new script stamps each generated PCH file with the command that generated it to make it trivial for users to update them, and also adds the command to invoke another script (update_pch_bisect) that helps find missing headers or conflicting headers that may break the build after updating the PCH. Finally update_pch has built-in unit-tests for makefile parsing and other core functionality. Change-Id: Ib933b50e50374d7e2e7e3e95ba8799b0cc8a27fa Reviewed-on: https://gerrit.libreoffice.org/19965Tested-by:
Jenkins <ci@libreoffice.org> Reviewed-by:
Caolán McNamara <caolanm@redhat.com> Tested-by:
Caolán McNamara <caolanm@redhat.com>
-
- 09 Kas, 2015 1 kayıt (commit)
-
-
Mario J. Rugiero yazdı
Change-Id: I8bfbbc82be3a91d7227ff76fc6eb570c1155dd4f Reviewed-on: https://gerrit.libreoffice.org/19844Tested-by:
Jenkins <ci@libreoffice.org> Reviewed-by:
Noel Grandin <noelgrandin@gmail.com>
-
- 14 Eyl, 2015 1 kayıt (commit)
-
-
Caolán McNamara yazdı
Change-Id: I3fd9e1599c5ad812879a58cf1dabbcd393105e1c Reviewed-on: https://gerrit.libreoffice.org/18564Tested-by:
Jenkins <ci@libreoffice.org> Reviewed-by:
Caolán McNamara <caolanm@redhat.com> Tested-by:
Caolán McNamara <caolanm@redhat.com>
-
- 20 Tem, 2015 1 kayıt (commit)
-
-
Takeshi Abe yazdı
with the variadic variants, for comphelper. This also includes extra changes in other modules required accordingly. Change-Id: Id1537f46f1c90f760a0d8987a6dafa0e1da03b8f Reviewed-on: https://gerrit.libreoffice.org/16929Reviewed-by:
Noel Grandin <noelgrandin@gmail.com> Tested-by:
Noel Grandin <noelgrandin@gmail.com>
-
- 17 Haz, 2015 1 kayıt (commit)
-
-
Takeshi Abe yazdı
This may reduce some degree of dependency on boost. Done by running a script like: git grep -l '#include *.boost/scoped_array.hpp.' \ | xargs sed -i -e 's@#include *.boost/scoped_array.hpp.@#include <memory>@' git grep -l '\(boost::\)\?scoped_array<\([^<>]*\)>' \ | xargs sed -i -e 's/\(boost::\)\?scoped_array<\([^<>]*\)>/std::unique_ptr<\2[]>/' ... and then killing duplicate or unnecessary includes, while changing manually m_xOutlineStylesCandidates in xmloff/source/text/txtimp.cxx, extensions/source/ole/unoconversionutilities.hxx, and extensions/source/ole/oleobjw.cxx. Change-Id: I3955ed3ad99b94499a7bd0e6e3a09078771f9bfd Reviewed-on: https://gerrit.libreoffice.org/16289Tested-by:
Jenkins <ci@libreoffice.org> Reviewed-by:
Caolán McNamara <caolanm@redhat.com> Tested-by:
Caolán McNamara <caolanm@redhat.com>
-
- 16 Şub, 2015 1 kayıt (commit)
-
-
Caolán McNamara yazdı
Change-Id: If0f898a1e912fcd2095d8ba88b2b8046596e16ea
-
- 05 Şub, 2015 2 kayıt (commit)
-
-
Caolán McNamara yazdı
and we can include a few less headers Change-Id: Id742849ff4c1c37a2b861aa3d6ab823f00ea87f8
-
Ashod Nakashian yazdı
Change-Id: I955c8ac4dbe002d23531df7eb10fb4444d6b5157 Reviewed-on: https://gerrit.libreoffice.org/14292Tested-by:
Jenkins <ci@libreoffice.org> Reviewed-by:
Caolán McNamara <caolanm@redhat.com> Tested-by:
Caolán McNamara <caolanm@redhat.com>
-
- 27 Ara, 2014 1 kayıt (commit)
-
-
Caolán McNamara yazdı
Change-Id: I28438000c2b0a8e6ce4f5640f861f572c0cb83c8
-
- 30 Agu, 2014 1 kayıt (commit)
-
-
Caolán McNamara yazdı
and coverity#706463 Uncaught exception Change-Id: I77cb09054f00d86cd3e206e44ef4942ddf148a7f
-
- 17 May, 2014 1 kayıt (commit)
-
-
Thomas Arnhold yazdı
so we can re-use it in other modules Change-Id: I6057b1e955f745019fd48f91a754279df0f2b948 Reviewed-on: https://gerrit.libreoffice.org/9348Reviewed-by:
Thomas Arnhold <thomas@arnhold.org> Tested-by:
Thomas Arnhold <thomas@arnhold.org>
-
- 10 May, 2014 1 kayıt (commit)
-
-
Thomas Arnhold yazdı
Change-Id: I0b4cd8320881b2b1f7984c86e58915217bcd0d5f
-
- 09 May, 2014 1 kayıt (commit)
-
-
Thomas Arnhold yazdı
I had to fix some source files because of macro redefinitions and such stuff. Small modules like basic have a great win, too: make basic.clean && time make basic: with w/o pch pch accessibility 23s 1m59s basctl 30s 1m42s basic 56s 1m35s comphelper 23s 51s editeng 48s 2m04s forms 40s 1m40s unotools 19s 38s sd 3m37s 4m33s Change-Id: Id24cdcddbe2ff64820b42266325c25af1355558f Reviewed-on: https://gerrit.libreoffice.org/9293Tested-by:
LibreOffice gerrit bot <gerrit@libreoffice.org> Reviewed-by:
Thomas Arnhold <thomas@arnhold.org>
-
- 23 Nis, 2013 1 kayıt (commit)
-
-
Bjoern Michaelsen yazdı
see https://gerrit.libreoffice.org/#/c/3367/ and Change-Id: I00c96fa77d04b33a6f8c8cd3490dfcd9bdc9e84a for details Change-Id: I199a75bc4042af20817265d5ef85b1134a96ff5a
-
- 22 Nis, 2013 1 kayıt (commit)
-
-
Michael Meeks yazdı
-
- 19 Nis, 2013 1 kayıt (commit)
-
-
Stephan Bergmann yazdı
Change-Id: I635fd006b5ba9f5fb0091748ee2ff9bc3c1a2d2a
-
- 15 Nis, 2013 3 kayıt (commit)
-
-
Thomas Arnhold yazdı
Change-Id: I287bef5b7f2baf5aaaab47141267ae2cadfe2451
-
Thomas Arnhold yazdı
Change-Id: Ieb653adbd0cb4371ec5db57e70bcc551872f647f
-
Thomas Arnhold yazdı
Change-Id: I7318a9f4f3410edf4dbe67bf08f31682fcb4edc7
-
- 07 Nis, 2013 2 kayıt (commit)
-
-
Luboš Luňák yazdı
Change-Id: I97d91a758dd82d64768d75c1d2ddd279de5f6034
-
Luboš Luňák yazdı
Modules sal, salhelper, cppu, cppuhelper, codemaker (selectively) and odk have kept them, in order not to break external API (the automatic using declaration is LO-internal). Change-Id: I588fc9e0c45b914f824f91c0376980621d730f09
-
- 05 Nis, 2013 1 kayıt (commit)
-
-
Ashish Banerjee yazdı
Proposed patch for the following issue: https://bugs.freedesktop.org/show_bug.cgi?id=62096 Change-Id: Ib83a9051ea12c53642f781e5427a6ca728049a7f Reviewed-on: https://gerrit.libreoffice.org/3198Reviewed-by:
Thomas Arnhold <thomas@arnhold.org> Reviewed-by:
Luboš Luňák <l.lunak@suse.cz> Tested-by:
Miklos Vajna <vmiklos@suse.cz>
-
- 28 Mar, 2013 2 kayıt (commit)
-
-
Stephan Bergmann yazdı
Change-Id: I13f1858babb1fb2b4120bcbf0e2e04a2a1f4bf88
-
Eike Rathke yazdı
Change-Id: Iddfce58d2cce01e777d51054f1a70c25ad06b15c
-
- 27 Mar, 2013 1 kayıt (commit)
-
-
Stephan Bergmann yazdı
Change-Id: Ib0dab05534c34eb407f3acee3b4a3638a36bdddc
-
- 22 Mar, 2013 1 kayıt (commit)
-
-
Michael Stahl yazdı
... for properties that are in the PropertySetInfo just because there's no document or shell is just plain wrong. Change-Id: I84f4f930f492753b20ba04ec4d41c905d674b9ba
-
- 03 Mar, 2013 1 kayıt (commit)
-
-
Thomas Arnhold yazdı
Change-Id: I5b03dcb5d1f8c73c7a308e7ae209cc7872f18c61
-
- 02 Mar, 2013 2 kayıt (commit)
-
-
Gábor Nyers yazdı
Change-Id: If4f8e308cfae6a4ba64576c1b2844210e64085a0
-
Gregg King yazdı
FDO:60724 Change-Id: I73ad9f1c37cbbcf28d996ed73c75cf09553e499b Reviewed-on: https://gerrit.libreoffice.org/2479Reviewed-by:
Eike Rathke <erack@redhat.com> Tested-by:
Eike Rathke <erack@redhat.com>
-
- 28 Şub, 2013 1 kayıt (commit)
-
-
Julien Nabet yazdı
Change-Id: I639afec2508d189c10a180fd8f824e634afbd14a Reviewed-on: https://gerrit.libreoffice.org/2347Reviewed-by:
Michael Stahl <mstahl@redhat.com> Tested-by:
Michael Stahl <mstahl@redhat.com>
-
- 22 Şub, 2013 2 kayıt (commit)
-
-
Julien Nabet yazdı
Change-Id: I5dad83789ff9b6815561208679a5e19821041e1f
-
Tor Lillqvist yazdı
Change-Id: Iadacffaad832c6ff06757e8567e24f929f24a4c3
-
- 18 Şub, 2013 1 kayıt (commit)
-
-
Michael Stahl yazdı
to replace String::SearchChar() Change-Id: If5476e94be1255247918584cf1923d408ad75064
-
- 17 Şub, 2013 1 kayıt (commit)
-
-
Ivan Timofeev yazdı
Change-Id: I2d89edbb2574b4e677c9a0682bc829d9476b54db
-
- 16 Şub, 2013 1 kayıt (commit)
-
-
Andras Timar yazdı
We use this class in helpcompiler, and it is not desirable to compile svtools (thus half of LibreOffice) for a build tool in cross-compiling environment. Change-Id: I5e6bc3e576af41eb03c1420dd347c542306f69fa
-
- 11 Şub, 2013 1 kayıt (commit)
-
-
Noel Grandin yazdı
And drop the optional parameter on CreatePackageEncryptionData because no-one is using it. Change-Id: Ia83ebfc099dd121273d2c39431d015b3bc0abd81
-