- 20 Eyl, 2012 33 kayıt (commit)
-
-
Miklos Vajna yazdı
Given that we talk about mm100, changing 0 to 1 is not that harmful, and it seems later core would crash without at least a small margin. Change-Id: I913e4a5eeaba2e36b55f2d7d7fb5bdfbad8eae94
-
Stephan Bergmann yazdı
For one, --tui has negative impact on terminal behavior in certain ssh scenarios for me. Whether and how to use it should be a user's personal choice anyway. For another, you sometimes need to interact with gdb early, so do not automatically start to run soffice.bin. Change-Id: I1a1a02f5359aae2a11effa6620aebf01202357f9
-
Stephan Bergmann yazdı
Despite its name, it is a cleanup function for libxml2 that must only be called when the process as a whole no longer needs libxml2. Calling it from a library like liblangtag is not appropriate (just like liblangtag does not call xmlInitParser, either). In LibreOffice, this caused confusion about pthread keys for thread-local storage (xmlCleanupParser calls pthread_key_delete, but apparently if libxml2 is later used by unrelated code in LibreOffice again, it still uses the stale key, and if that key is now reused via an unrelated pthread_key_create, arbitrary crashes happen during thread termination in pthread's __nptl_deallocate_tsd). Change-Id: I82cef8bc400d48f19eaa94f26d50d4b8589da106
-
Stephan Bergmann yazdı
...so that it consistenly uses the LO versions of libxml2/glibc libs at runtime. Change-Id: I89b7fd13a8b5b7e697ec21db74fdf8ef088fdb92
-
Tor Lillqvist yazdı
Change-Id: Ie5e7aecd4f1c0e5b4dda9250ae755bf9210e048f
-
Tor Lillqvist yazdı
Change-Id: Iecd0ed802f6cc715ac77256bb4b49082b5976b4f
-
Tor Lillqvist yazdı
Change-Id: Ifc2bfb278947344d14b855ebf5527b603e333f15
-
Tor Lillqvist yazdı
Change-Id: I7de335925748b2cfe28a01f6975a630081b3172e
-
Tor Lillqvist yazdı
Change-Id: I9c5203400904902238c1f9a8f01338fdcf2904d8
-
Tor Lillqvist yazdı
Change-Id: I85016d1e70dbb5e499aefad568179800b5d00ab7
-
Tor Lillqvist yazdı
Change-Id: I2d62eddb561baa28e320f7d89a8655d2806d7b10
-
Michael Meeks yazdı
Change-Id: Idf8b079857638558075fa6b1fb5f7ea6b3c9f632
-
Matúš Kukan yazdı
This reverts commit 1f77f1ac and b590d87b. Do this again when we will know how to get rid of published service in offapi/type_reference/types.rdb.
-
Miklos Vajna yazdı
Change-Id: I2cae970f532c3441a7ec7c8318987ea343aaf1cd
-
Michael Meeks yazdı
re-work LRU cache to really be an 8 entry LRU cache. only force dirty pages to stay in memory, hopefully huge reads should now stream through memory. Change-Id: I0bedc762086f5f02202795568743750aefaaa50b
-
Radek Doulik yazdı
Change-Id: I7c5bc8b9375a325d4ea78f033f577eff44cfd6e9
-
Andrzej J.R. Hunt yazdı
Change-Id: I76e737f59aa36bf7982255fa9bb41ef9d6abfe8d
-
Matúš Kukan yazdı
Change-Id: Idd33388f61461a55021b93498e2c992d7ae560d0
-
Tor Lillqvist yazdı
Change-Id: I5e966a5734308381ad305b891ecfc830dc1419f6
-
Matúš Kukan yazdı
Implementation is gone since b2d7ede9 Change-Id: I3986ca99748f0010d80d2c788723a42a1725e83c
-
David Ostrovsky yazdı
Change-Id: I288638c4a70396ccb7354b20e901aa0c46ffe442 Reviewed-on: https://gerrit.libreoffice.org/653Reviewed-by:
Michael Meeks <michael.meeks@suse.com> Tested-by:
Michael Meeks <michael.meeks@suse.com>
-
Matúš Kukan yazdı
Change-Id: I07d7b78be200f5f4a0674361237ef45b2bd1e3e1 Reviewed-on: https://gerrit.libreoffice.org/651Reviewed-by:
Miklos Vajna <vmiklos@suse.cz> Tested-by:
Miklos Vajna <vmiklos@suse.cz>
-
Andrzej J.R. Hunt yazdı
Change-Id: I7c1338ef2dae7831cddda8378a031a58011d7b17
-
Andrzej J.R. Hunt yazdı
Change-Id: Id2b7d3ca0881bf5b446692e1351517f1e8971fd7
-
Ricardo Montania yazdı
Change-Id: If79fffec7388e73fd85f5279e773af363c5f97e3 Reviewed-on: https://gerrit.libreoffice.org/645Reviewed-by:
Miklos Vajna <vmiklos@suse.cz> Tested-by:
Miklos Vajna <vmiklos@suse.cz>
-
Tor Lillqvist yazdı
That is a much better place for it. The gb_C(XX)FLAGS don't get passed on to "external" modules, so they should not contain flags that are essential for the compilation to work at all. I think. At least for me, in my MacOSX SDK 10.4 -based build tree, using Xcode 3 installed in /Xcode3, on OS X 10.8, the -isysroot is essential for liborcus to compile. Change-Id: I1f11c690585e4ba512eb87d2fddf11872b91dd57
-
Tor Lillqvist yazdı
Causes way too much problems with the tinderboxes, thanks to -Werror getting passed to the liborcus configury, and liborcus apparently is quite -Werror-unclean. Thus also revert the initial fixes for those WaEs. (Many more would be needed, it seems. I rather leave it to Kohei to make upstream liborcus warning-free. This reverts commit 083fa89d. This reverts commit 7e871bba. This reverts commit 21b5706f. This reverts commit bed5557e.
-
Tor Lillqvist yazdı
Change-Id: I1cc06ac0608ef159eb3027bea614b2dade8b857c
-
Tor Lillqvist yazdı
Change-Id: Ibbbe331421434e15c4659b5c566dadecf441dff8
-
Tor Lillqvist yazdı
Change-Id: Ie620d906184efcba0eb92cd8757a90a97d61ff87
-
Tor Lillqvist yazdı
Change-Id: I67f6c5392feda674b3d7d53b5dd20ec86e4f9023
-
Tor Lillqvist yazdı
Fixes its build with Xcode 3 against the 10.4 SDK, at least for me... Change-Id: Icaa792286477212cc3734c3fe02c9c1496d2e1f1
-
Takeshi Abe yazdı
Change-Id: Id29032b3f2f228141e37f713c798d61cc20584c0
-
- 19 Eyl, 2012 7 kayıt (commit)
-
-
Tor Lillqvist yazdı
Change-Id: I268ccab01e030535f04ef1256dc702b07cbc6611
-
Miklos Vajna yazdı
Change-Id: If24e8e3e48f8d043fdb48a0637e874743f9247f0
-
Matúš Kukan yazdı
Change-Id: I3e6b7ac2e4883125098d5e97ee61f35efb96a5e3
-
Matúš Kukan yazdı
Change-Id: I1380fe8053ddf68a81b1bf6ffc8febfbb5ed9214
-
Matúš Kukan yazdı
Change-Id: I92822085a65a179764b307b1344b09057e1d3b04
-
Matúš Kukan yazdı
Change-Id: Ib192d827ba0bcffc6e9dbca37d9af5f2d0dd3939
-
Matúš Kukan yazdı
Change-Id: I3b648b67a884b03611311ea013910cfeb672b2dc
-