- 09 Kas, 2012 24 kayıt (commit)
-
-
Luboš Luňák yazdı
LCMS2_CFLAGS must be non-empty for it to override pkg-config.
-
Tor Lillqvist yazdı
Use it in the cases where I yesterday changed SAL_DLLPUBLIC_EXPORT to JNIEXPORT. It turns out that on Linux JNIEXPORT does not enforce "default" visibility, but expands to empty. Change-Id: I033b3cf538715fb596e965e17f3da12fb987df63
-
Fridrich Štrba yazdı
Change-Id: I376b03d12f8ae59fcf75046c42bcd6ba5d29af2c
-
Luboš Luňák yazdı
-
Tor Lillqvist yazdı
Now with DISABLE_DYNLOADING, SAL_DLLPUBLIC_EXPORT actually means hidden visibilty. Which is OK in general as with a single DSO (or a single executable, for iOS), none of our "normal" entry points need to be visible froom the outside. So for the JNI entry points use JNIEXPORT. On "normal" platforms it should be equivalent to SAL_DLLPUBLIC_EXPORT. Change-Id: Iad634950e635ac03a0e90cae6d00afd9fb4eeb64
-
Tor Lillqvist yazdı
Change-Id: Iae8f93d096178532e2384a13b36e1385269aa14f
-
Tor Lillqvist yazdı
Change-Id: Ib766a4ed49d089488fc4ec67b941be2f38ba3ac3
-
Tor Lillqvist yazdı
Change-Id: I0261d30f20c88fc324194f687ebba3afd980117d
-
Norbert Thiebaud yazdı
Change-Id: Ia3c103e4343d309b997ed37e33a382ffdfbddac3 Reviewed-on: https://gerrit.libreoffice.org/1014Reviewed-by:
Tor Lillqvist <tml@iki.fi> Tested-by:
Tor Lillqvist <tml@iki.fi>
-
Tor Lillqvist yazdı
Change-Id: Iedef29260ef10ecf9d5d95dfd87e1c5aaebfc3fb
-
Tor Lillqvist yazdı
Change-Id: I9f520ca7fb88c6843582595cd2d999d8060c9528
-
jailletc36 yazdı
Corrected according to surrounding code. I don't know if or when this code is called. Change-Id: I4ed63439e47a89cc982d792c619c4c58335daf93 Signed-off-by:
jailletc36 <christophe.jaillet@wanadoo.fr> Reviewed-on: https://gerrit.libreoffice.org/1009Reviewed-by:
Tor Lillqvist <tml@iki.fi> Tested-by:
Tor Lillqvist <tml@iki.fi>
-
jailletc36 yazdı
Change-Id: I34e1de922544e5e0f0ea0e03be5d238d600aa833 Signed-off-by:
jailletc36 <christophe.jaillet@wanadoo.fr> Reviewed-on: https://gerrit.libreoffice.org/1010Reviewed-by:
Tor Lillqvist <tml@iki.fi> Tested-by:
Tor Lillqvist <tml@iki.fi>
-
Markus Mohrhard yazdı
Change-Id: I36e57f8eac028e72fedd81a5fb05698ff1c57fe0
-
Markus Mohrhard yazdı
Change-Id: Ie2c55af903ef0fdf21444ee1f59d25382648d9fa
-
Markus Mohrhard yazdı
Change-Id: I10a524c49169611e2bf2e34988667e46474e17a8
-
Markus Mohrhard yazdı
Change-Id: I5d529cef6e75ccdfe57800bceace99353d4b4b47
-
Peter Foley yazdı
Change-Id: Icc1e7f5be1a4c06242793948a07de20cf3e03b61
-
Peter Foley yazdı
Change-Id: I1dfb345d3047b59c79454d60747d192a761071ef
-
Peter Foley yazdı
Change-Id: I10433beb4c2cea508760083812bc63f4eab02ed0
-
Peter Foley yazdı
Change-Id: I8359e1d441cf7bd8fb01233fe0303dbd6b35895b
-
Peter Foley yazdı
Change-Id: I96de6b20b2a68f0982a30d33359e9e9cda9e642c
-
Kohei Yoshida yazdı
See fdo#56829 for what inspired this test case. Change-Id: Iee15d85a35ae96769d21ce7061b352860a5b587b
-
Kohei Yoshida yazdı
Change-Id: I20045ae0ddcec228b153c4005855dca9c4ddbfca
-
- 08 Kas, 2012 16 kayıt (commit)
-
-
Eike Rathke yazdı
check pre-decremented value for zero Change-Id: Ib2289cb6064941db2072b2dfbd6ad5f03bcff7aa
-
Peter Foley yazdı
Should be handled by lpsolve external This reverts commit f66e86f3.
-
Michael Stahl yazdı
regression from f42a9309 which forgot to adapt getImplementationEnvironment to new prefix Change-Id: If5a6f804b8f9f91e22f093a76f6b81a2b62991ab
-
Kohei Yoshida yazdı
At the point where std::unique is called, we can use order indices to determine whether the two items are equal. This should be more stable than using CaseInsEqual() to assess equality. Change-Id: I88310fc7beede19fb1c629b9b7e3cb9a069b2b23
-
Kohei Yoshida yazdı
Note: This test passes just fine on master. On the 3-6 branch the test itself also passes fine, *but* when re-creating the same scenario from the UI, it fails only with the 3.6 build. I have no idea why. This test is modeled after fdo#54898. Change-Id: I32eb9b2f2bdc12ef801daf0ccb9a3db2d5efd8d6
-
Kohei Yoshida yazdı
Change-Id: I8090ef9bbcbf335f742c2bb8843dd72a757ef048
-
Kohei Yoshida yazdı
Change-Id: I863ec02853042662accc2005fa1cd9340f950740
-
Stefan Knorr yazdı
(PT Serif, Source Code Pro and Souce Sans Pro under OFL; Open Sans under ALv2) Change-Id: Ic783f0d5841cafce6dba60213b0a658978ff2cfd Reviewed-on: https://gerrit.libreoffice.org/1007Reviewed-by:
Andras Timar <atimar@suse.com> Tested-by:
Andras Timar <atimar@suse.com>
-
Rene Engelhard yazdı
Change-Id: I3c6f160b7d19531df317d39723d1633ce58cccf9
-
Norbert Thiebaud yazdı
Change-Id: I3354f1c6b1eb5b1a78c25ff6ac23218336fd8bea
-
Michael Stahl yazdı
Change-Id: Ic7edfe9c919cc2c0e3cd8b68d130919c4054686c
-
Michael Stahl yazdı
... from commit bbf1bcd9 Change-Id: Ic8e52f6848e09a274133f2d8fd1c4044cae4b039
-
Michael Stahl yazdı
Change-Id: I30ccda99df845a0c088fb8e3c3dae8a7be9775f7
-
Michael Stahl yazdı
Change-Id: I2db644a3c18658b07834fe6653b17713fd8201a7
-
Miklos Vajna yazdı
Change-Id: Iab40d3d9778fffb7bbb076a9c2716d3fd11fc937
-
Caolán McNamara yazdı
Change-Id: If860b33ab86b195952cd7879de16c65221a21ab5
-