Age | Commit message (Collapse) | Author |
|
Change-Id: Ib58485cc97b61b6e8178b2c2b143a30e520cb373
|
|
Change-Id: I3159bfc21a35fc80aef57c7d809d8ea8c62a732e
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/108566
Tested-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>
Reviewed-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>
|
|
Change-Id: I79a8fa1548ef4651fae87ab98dd7de26af099bcf
|
|
Change-Id: Iaa1726883202c35a3d5ce76893f05de46551e672
|
|
Change-Id: I84bfd619b2f8802bc311eaa221670a9cae904160
|
|
Change-Id: I09404b311a121d0316f30991f82fc21e596f080a
|
|
Change-Id: I2a9253f3c9699a235cdb1f051e728708a5da15b1
|
|
Change-Id: I5ab692f72ae2433fa39b23c65f16fe9a71fc990c
|
|
Change-Id: I0295600d528facb0411981a68c1c8a4224bf1dc5
|
|
Change-Id: I3dfbefcb8554bacf0a1b1747fc24e8d96ee09037
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/96440
Tested-by: Jenkins
Reviewed-by: Andras Timar <andras.timar@collabora.com>
|
|
Change-Id: Ia17d96dc31e86e8cce822c39f1e129a610ef0646
|
|
Change-Id: Ifd1d3999d1c6eb9aba7919850859e6b7cb652e3b
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/92055
Tested-by: Jenkins
Reviewed-by: Heiko Tietze <heiko.tietze@documentfoundation.org>
|
|
Change-Id: Ic21818bfa1b45f06344cbe92c5d57324654a5e04
|
|
Change-Id: I54aa5f399f8c1a7117d0f206752a25a02bb3819a
|
|
Change-Id: I90fba19d96f0fce6ca0e63c83e6dd45087f81c0a
|
|
... representation of given decimal.
Use dtoa.c from https://www.netlib.org/fp/dtoa.c to build a custom
static library that doesn't use current locale (unlike strtod from
stdlib.h). This is the implementation used by e.g. python and nss
(search for "dtoa.c" under UnpackedTarball).
To avoid name clash with the standard strtod, rename the function
to strtod_nolocale.
Size of buffer on stack in ImpSvNumberInputScan::StringToDouble is
256 characters. Logging function usage in make check, of ~124 600
invocations, the longest string was 14 characters, average being
2.1 characters. So heap allocation is unlikely in scenarios with
intensive function usage.
After std::from_chars is available in baseline compilers, external
library can be dropped, and call to strtod_nolocale replaced with
the standard function.
The artifact at https://dev-www.libreoffice.org/src/dtoa-20180411.tgz
is created with
mkdir dtoa && mkdir dtoa/src && wget https://www.netlib.org/fp/dtoa.c -O dtoa/src/dtoa.c && \
printf 'd8bab255476f39ea495c8c8ed164f9077da926e6ca7afb9ad3c56d337c4484fe dtoa/src/dtoa.c' | sha256sum -c && \
tar -c --owner=0 --group=0 --mode=go=r,u=rw --mtime='Wed, 11 Apr 2018 15:59:39 GMT' dtoa/src/dtoa.c | gzip -n > dtoa-20180411.tgz && \
printf '0082d0684f7db6f62361b76c4b7faba19e0c7ce5cb8e36c4b65fea8281e711b4 dtoa-20180411.tgz' | sha256sum -c
(where the date "Wed, 11 Apr 2018 15:59:39 GMT" is from
`wget -S https://www.netlib.org/fp/dtoa.c`
"Last-Modified: Wed, 11 Apr 2018 15:59:39 GMT" header).
Change-Id: Ia61b7678e257c4bc1ff193f3f856d611aa5c1a21
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/88854
Tested-by: Jenkins
Reviewed-by: Mike Kaganski <mike.kaganski@collabora.com>
|
|
Added to core and made default on macOS
Change-Id: I1c1e8caab514198717cf6cd7e8c00a1c1d5c15da
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/89183
Tested-by: Jenkins
Tested-by: Rizal Muttaqin <riz_17_oke@yahoo.co.id>
Reviewed-by: Rizal Muttaqin <riz_17_oke@yahoo.co.id>
Reviewed-by: Heiko Tietze <heiko.tietze@documentfoundation.org>
|
|
Change-Id: I35d24b2ace80622fc81935039a833121f1da2795
|
|
Change-Id: I21a49cb649ebdc6b8af50f0b92decb77887e721c
|
|
CPython commit f40d4ddff3c800b3c956a5e8820aabe3aa87cddd "Closes #27979:
Remove bundled copy of libffi" causes a bit of a problem because it
turns out that libffi isn't all that stable; there's libffi.so.5 on
CentOS 6, libffi.so.6 on CentOS 7 and libffi.so.7 on
lo_daily_update_gandalf tinderbox.
So we have to bundle it in LO; it's only used on GNU/Linux currently.
CPython commit 32119e10b792ad7ee4e5f951a2d89ddbaf111cc5 "bpo-35947:
Update Windows to the current version of libffi (GH-11797)" also removes
the libffi for MSVC, so in a future python upgrade we will have to build
libffi for MSVC too.
The libffi fork for MacOSX is still in CPython git master.
(regression from b10be5d48433076f0b7238d818020f708553e114)
Change-Id: Ibc20cf8cd3614cf9941b6970662bd930496776b2
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/86493
Tested-by: Jenkins
Reviewed-by: Michael Stahl <michael.stahl@cib.de>
|
|
Change-Id: I6fb736591f32907c8977fbac8fbf1dcbaef1bb97
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/86092
Tested-by: Jenkins
Reviewed-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>
|
|
Change-Id: I7f35a5dcb3d5c22439890163699e0c9999f256eb
|
|
Not quite complete yet, missing e.g. Vulkan sources, and the setup
is not completely correct either.
Change-Id: I2283bf12f0d226ff8a34554deae5a7bd69045971
|
|
Change-Id: Iad1765bef9e47d5a1588f43b170245c05d590f9a
|
|
Change-Id: Ib98367116f9727f6ec54372d4cd90b657258b0d7
|
|
Change-Id: I4d6c996cbc25053fed93ce62e261c6ae77119961
|
|
Change-Id: Ib225bd0d58cb9c0dff88961a064f1a19ae91d528
|
|
The bundle helps to generate QR code in LO.
Change-Id: Iaa9225a72d15806c929d30951cefd3f3fee8960e
Reviewed-on: https://gerrit.libreoffice.org/73302
Tested-by: Jenkins
Reviewed-by: Michael Stahl <Michael.Stahl@cib.de>
|
|
Change-Id: Ifd72d26db7303ef2e3dbb7ea1212884804889051
|
|
Change-Id: I7d712426ff82242fd1a53779ad1e7df6d6fa86d9
|
|
Change-Id: I28e8d8e4ab940ae838fc555702b5580dc76931dd
|
|
Change-Id: Ia50f8c5e5291ae0ee25e43c04e84cf482cf9cc41
Reviewed-on: https://gerrit.libreoffice.org/71008
Reviewed-by: Andras Timar <andras.timar@collabora.com>
Tested-by: Andras Timar <andras.timar@collabora.com>
|
|
Change-Id: Ib1d4c660ff8578d86dc2dddb1aeb55b95f127cb8
|
|
Change-Id: I8902724d36f789c35d26a89f7288492184d23c1a
Reviewed-on: https://gerrit.libreoffice.org/70023
Tested-by: Jenkins
Reviewed-by: Andras Timar <andras.timar@collabora.com>
|
|
Change-Id: I22b33d80a65bc55765ff13f39459de6f68485caa
|
|
Change-Id: I9139bb22881e7761028a7b78ac644bea4f83e35b
|
|
Change-Id: I18ec509ffac02bba0fd6191041a8f994034c8e74
|
|
xmlsec-mscrypto is for LibreOffice <= 6.1
xmlsec-mscng is for LibreOffice >= 6.2
But who knows where this this patch will be backported. Let's include both.
Change-Id: I4c35a7e63c7024022e0215f9dad486afae0896f9
|
|
Change-Id: I9528ea941f4c837b31e8bc8d05d3a5d963567033
Removed: KDE Krystal theme
Added: Breeze, Colibre, Elementary, Karasa Jaga, Sifr
Reviewed-on: https://gerrit.libreoffice.org/69811
Reviewed-by: Andras Timar <andras.timar@collabora.com>
Tested-by: Andras Timar <andras.timar@collabora.com>
|
|
'Adobe Printer Description Files' and 'International Color
Consortium sRGB Profiles' are not included in LibreOffice.
Change-Id: Ia8270bf12011de51532bda7b4d10c8120e632472
Reviewed-on: https://gerrit.libreoffice.org/69781
Tested-by: Jenkins
Reviewed-by: Andras Timar <andras.timar@collabora.com>
|
|
Change-Id: Id0383511d4970fea4413ad2ca2075983d9d6fd34
Reviewed-on: https://gerrit.libreoffice.org/69779
Tested-by: Jenkins
Reviewed-by: Andras Timar <andras.timar@collabora.com>
|
|
Change-Id: Ia90e817eb9bcb7ce4e634c15e95206d90c3b957d
Reviewed-on: https://gerrit.libreoffice.org/69778
Tested-by: Jenkins
Reviewed-by: Andras Timar <andras.timar@collabora.com>
|
|
Alef, Amiri, Culmus, EmojiOne, KACST, Libre Hebrew, Noto,
Reem Kufi, Scheherazade
Change-Id: Iabaf42f14fa9305b133808a8ab3d510b3befaefe
Reviewed-on: https://gerrit.libreoffice.org/69776
Tested-by: Jenkins
Reviewed-by: Andras Timar <andras.timar@collabora.com>
|
|
Change-Id: Iba62df3d1d5d33afdcc27b3e727ffd44fdd15c66
Reviewed-on: https://gerrit.libreoffice.org/69775
Tested-by: Jenkins
Reviewed-by: Andras Timar <andras.timar@collabora.com>
|
|
Change-Id: I91437098bcf869834c2a28d44e065f5bd966a41a
Reviewed-on: https://gerrit.libreoffice.org/69774
Tested-by: Jenkins
Reviewed-by: Andras Timar <andras.timar@collabora.com>
|
|
Change-Id: I63a47b35b1f2fef7601dadbadf6afc3ae5206ce1
Reviewed-on: https://gerrit.libreoffice.org/69773
Tested-by: Jenkins
Reviewed-by: Andras Timar <andras.timar@collabora.com>
|
|
Change-Id: Ia7f8b463491284c87ac90f6778e0bc6786e77713
Reviewed-on: https://gerrit.libreoffice.org/69754
Tested-by: Jenkins
Reviewed-by: Andras Timar <andras.timar@collabora.com>
|
|
Change-Id: I835c65e04b25a12dd107cbcfbde30f8f5447e0ea
Reviewed-on: https://gerrit.libreoffice.org/69753
Tested-by: Jenkins
Reviewed-by: Andras Timar <andras.timar@collabora.com>
|
|
Change-Id: I90fabd90c96f64d6dbe0175fe0d077095a22bd2e
Reviewed-on: https://gerrit.libreoffice.org/69752
Tested-by: Jenkins
Reviewed-by: Andras Timar <andras.timar@collabora.com>
|
|
Change-Id: I352b076533b7ea30c3fb33deaa89cfe5036cb08a
Reviewed-on: https://gerrit.libreoffice.org/69751
Tested-by: Jenkins
Reviewed-by: Andras Timar <andras.timar@collabora.com>
|