- 16 Tem, 2013 40 kayıt (commit)
-
-
Andrzej J.R. Hunt yazdı
Previously Firebird built it's bundled icu leading to extra libraries and path issues. Change-Id: Ib27e364da3b7e5bc56c7a784c0525426d635bf16
-
Andrzej J.R. Hunt yazdı
Change-Id: I03393b08db5878b099a2e71b9b515b707a386e3f
-
Andrzej J.R. Hunt yazdı
Change-Id: Idb31e6be567e8530062517e7842cdfd8b84c7276
-
Andrzej J.R. Hunt yazdı
Change-Id: I44a45e781dfb3624cdebf4530ae44870bf39a82a
-
Andres Gomez yazdı
-
Javier Fernandez yazdı
Change-Id: I661b8247a0dfaee970b4742b1114fe085cb8f4dd
-
Javier Fernandez yazdı
Change-Id: I04fb2ded38a12b8501c49ccea81ee72fc7b002d1
-
Javier Fernandez yazdı
Change-Id: I410dea61c8fe904bc11c801f370d1df97e116372
-
Javier Fernandez yazdı
Change-Id: I8dee162d25360114931ed401d6a6c512ad0c3ec6
-
Javier Fernandez yazdı
Change-Id: Id172dde2f35538ac37b632f738fe5c2a87437832
-
Javier Fernandez yazdı
Change-Id: I10afa596ed0464e14c4fd95d3a7fb687451a10b4
-
Andres Gomez yazdı
-
Andres Gomez yazdı
-
Andres Gomez yazdı
-
Andres Gomez yazdı
Remember that in order to enable the logging output it is needed to properly set the SAL_LOG environment variable. For example: $ SAL_LOG="+INFO.connectivity.firebird" solver/unxlngx6/installation/opt/program/soffice.bin
-
Andres Gomez yazdı
-
Javier Fernandez yazdı
Change-Id: I1f94b7b4795c4a72ef8bf78bb032097094cda589
-
Javier Fernandez yazdı
Change-Id: Iae8a6dac26fd7d074ece6421ae61ecf7ce047b8f
-
Javier Fernandez yazdı
Change-Id: I997c23d0c0765a6929be89087330ac6616ccd28c
-
Javier Fernandez yazdı
Change-Id: Ic0048c0408819bcad6cf8c80121cfdd3f76dce55
-
Javier Fernandez yazdı
Change-Id: Ice2bd493cf016603d372fe7867cf1ec899f52d8b
-
Javier Fernandez yazdı
Change-Id: I6788bbedb339686d3f97ecb2338994617f373803
-
Javier Fernandez yazdı
Change-Id: I6bb114d871697483a1a4246496f73252e5307534
-
Javier Fernandez yazdı
Change-Id: I755533c5cb5af713d453b8e6ba7b734870e358a2
-
Javier Fernandez yazdı
* getTypeInfo * getTables * prepared statements. Change-Id: I549f4a9468b5346e22479363fe0fb81039bc6665
-
Javier Fernandez yazdı
Change-Id: I2126bc5ca0edc33f83ab6e71db1d38c5e4533ecc
-
Javier Fernandez yazdı
Change-Id: I2d7bf2b4308b9e52ebadd0d73f43baf469f506a6
-
Javier Fernandez yazdı
Change-Id: I45087282fe7b7fc5bcebeeb2bbb79d0db1e043bd
-
Luboš Luňák yazdı
Change-Id: I9c53f3b269b336ecd714c5b1d67ff333b541e9e6
-
Matteo Casalin yazdı
Change-Id: I64f31d8a0bb02a2ecd8fcc993c90ca76923b35fb Reviewed-on: https://gerrit.libreoffice.org/4924Reviewed-by:
Caolán McNamara <caolanm@redhat.com> Tested-by:
Caolán McNamara <caolanm@redhat.com>
-
Luboš Luňák yazdı
Change-Id: I209292603b69f51d354369d99cb58fe32bc65a8d
-
Luboš Luňák yazdı
Change-Id: I9207ec3309b9970afd5c56718829836eead4592b
-
Luboš Luňák yazdı
Change-Id: I050019b30d2ec96bbd25916624f8cb88d72110e4
-
Palenik Mihály yazdı
I changed SvCacheStream class to SvMemoryStream class in the following: MSE40HTMLClipFormatObj, SfxLockBytesItem, SwEditShell, INetMIMEMessageStream classes, MakeLockBytes_Impl function and SwUnoCursorHelper namespace. I modified header the precompiled_sw.hxx, wrtsh1.cxx, unoobj2.cxx. I added two functions in SvMemoryStream class: GetBuffer and GetSize, and I renamed the old GetSize function to GetBufSize. I deleted SvCacheStream class. Change-Id: I929236538dfbe23cccfd1eb85f10c1d5411baa8d Reviewed-on: https://gerrit.libreoffice.org/4847Reviewed-by:
Andras Timar <atimar@suse.com> Tested-by:
Andras Timar <atimar@suse.com>
-
Caolán McNamara yazdı
Project: help a1aa7b04de5f17eb754341962987bdb8ab3343fe
-
Luboš Luňák yazdı
Change-Id: I118dccbe8461ba4c90a8c8d54e6f3fc46cb08b1f
-
Caolán McNamara yazdı
Change-Id: I44a9fc676129dda206e525ee89809f84d77aff48
-
Armin Le Grand yazdı
are part of a conversion to BitmapEx (cherry picked from commit 4dc54d2e) Change-Id: I43a92bfbdb41c8c2215aacd65b65774dcf5ab2be
-
Michael Stahl yazdı
Make builds in 2 phases: first it ensures that all targets that are included by the makefiles (i.e. the .d files) are up to date, then it restarts and builds everything else. It would be possible to update the .d files in the same build by simply having dependencies from the dep-targets to the corresponding real targets, but that has undesirable effects (8b5a984d). For a successful build, the .d files can actually be updated as a side effect of other rules in such a way that they will be up-to-date on the next make invocation, thus the restart can be avoided. This optimization will not always work in case of build failures. Change-Id: I753039ed33f5a84104f35990769eddc83e1d0d7e
-
Tomofumi Yagi yazdı
Searching mechanism for wilangid.vbs(commit 265cc578) doesn't work after commit 7f4a622f("stop copying MSVC debug runtime DLLs"). That commit deleted $vsarch environment. In configure,using $WINDWOS_SDK_ARCH instead of $vsarch will make it work again(that is still set). Change-Id: Ia45d30b2a724a36543038b14dd8defc3647ae455 Reviewed-on: https://gerrit.libreoffice.org/4935Reviewed-by:
Jan Holesovsky <kendy@suse.cz> Tested-by:
Jan Holesovsky <kendy@suse.cz>
-