Age | Commit message (Collapse) | Author |
|
... 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
|
|
See instructions in solenv/gbuild/Trace.mk . This generates a file than
can be viewed e.g. in the Chromium tracing view.
Change-Id: I5f90647c58ca729375525b6daed2d4918adc8188
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/88754
Tested-by: Jenkins
Reviewed-by: Luboš Luňák <l.lunak@collabora.com>
|
|
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>
|
|
Part of Redmine issue 2556
Change-Id: I4bc21162d10170caff6ee44330747a698f7f6b41
Reviewed-on: https://gerrit.libreoffice.org/85423
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
|
|
Linux requirements according to what is available in CentOS 7.
Matches https://www.libreoffice.org/get-help/system-requirements
Change-Id: I91e6141198f441e01f976b58a3adeed3cd80abdd
Reviewed-on: https://gerrit.libreoffice.org/81339
Reviewed-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>
Tested-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>
|
|
Change-Id: Iad1765bef9e47d5a1588f43b170245c05d590f9a
|
|
3.18 is required to build since commit 12b01c535a05516e1b7c75c316f0cde8e12e3e0b,
and GTK 2 support was removed in commit 1ae450504cf57457f9702684b1517fda1dd3c481
Change-Id: I9143cdbf8447934bace2ca6aca06292f96755835
|
|
Change-Id: Ib98367116f9727f6ec54372d4cd90b657258b0d7
|
|
Change-Id: I4d6c996cbc25053fed93ce62e261c6ae77119961
|
|
Change-Id: Ifd634e32fd0482da41dcb76e33a7de3302e0bc6e
Reviewed-on: https://gerrit.libreoffice.org/77517
Tested-by: Jenkins
Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
|
|
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: I0f87d96691281e773b48ab11380c0dfa3a65ebba
Reviewed-on: https://gerrit.libreoffice.org/70083
Tested-by: Jenkins
Reviewed-by: Andras Timar <andras.timar@collabora.com>
|
|
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>
|
|
Change-Id: Ibed1e498226e2e1672941a3a51f3b6abdfb471af
|
|
Change-Id: Ifc5c9686941671e261fef9a57b04751c6b918ce4
|
|
Change-Id: I0904f1ec25067d685f005a17dfc83f955f7d8ec6
|
|
Change-Id: Ia097922a06291a8c780c8f44ff1c47962d702cfa
|
|
Change-Id: I94cd67947ec28a065f30b7f41e2de5e9627fa407
|
|
Change-Id: I1aef3e1bd889ccc344c2a663d3d2e4016314c8a8
|
|
Change-Id: I4f73b4dbc71204b0fb16e430a18bb2a7b57ab218
|
|
Change-Id: Ib16a822193b4ea8fc91f2c3e03459d153c6706e2
|
|
Change-Id: Id0d3f12e6d5bacaba910f88227f2f9aea69817ad
|