- 19 Eki, 2011 10 kayıt (commit)
-
-
Tor Lillqvist yazdı
-
Felix Zhang yazdı
-
Jan Holesovsky yazdı
-
Stephan Bergmann yazdı
-
Tor Lillqvist yazdı
-
Stephan Bergmann yazdı
-
Rene Engelhard yazdı
-
Petr Mladek yazdı
it was enough to lower the version check; 2.59 is still used on SLED10
-
Takeshi Abe yazdı
-
Markus Mohrhard yazdı
some windows builds crash in this test, maybe they get a false language setting from somewhere
-
- 18 Eki, 2011 30 kayıt (commit)
-
-
Eike Rathke yazdı
That doesn't make sense, not even with a callcatcher excuse. This reverts commit d54c3ad1.
-
Markus Mohrhard yazdı
test should be extended as soon as possible tests a central point of our formula compiler/reference handling
-
Markus Mohrhard yazdı
-
Stephan Bergmann yazdı
-
Stephan Bergmann yazdı
See <https://bugs.kde.org/show_bug.cgi?id=284384> "clang 3.1 -Wunused-value warnings in valgrind.h, memcheck.h" for a way to silence these warnings when building with clang.
-
Stephan Bergmann yazdı
-
Peter Jentsch yazdı
-
Peter Jentsch yazdı
starting with LO 3.4 we default to using libxslt for xslt transformations in filters. the saxon/j based services is still available and can be explicitly requested by filters using the 2nd userdata entry in the filter configuration. There wasn't any place to edit this 2nd userdata entry, and it wasn't exported or imported with the custom filter packages.
-
Peter Jentsch yazdı
Supports importing the 2nd userdata parameter for xslt filter definitions from manually edited custom XML filter settings. UI currently not available.
-
Rene Engelhard yazdı
-
Stephan Bergmann yazdı
And let $(prog), $(progpath), $(progurl) point to brand program/ instead of basis program/.
-
Michael Stahl yazdı
Remove the mutex member of ViewObjectContactOfUnoControl_Impl and use the SolarMutex instead, because the current usage of 2 mutexes is just too prone to deadlock.
-
Michael Stahl yazdı
The dependecy from the outdir lib to the component file is racy, because we preserve timestamps when delivering: if the component file and the workdir library are built in parallel, and the component file ends up being newer, then the library will always be delivered because its timestamp is always older. Work around this by having the workdir library depend on the component file.
-
Michael Stahl yazdı
-
Michael Stahl yazdı
-
Michael Stahl yazdı
-
Luboš Luňák yazdı
-
Tor Lillqvist yazdı
-
Tor Lillqvist yazdı
-
Tor Lillqvist yazdı
-
Tor Lillqvist yazdı
-
Tor Lillqvist yazdı
-
Tor Lillqvist yazdı
-
Tor Lillqvist yazdı
-
Tor Lillqvist yazdı
-
Tor Lillqvist yazdı
Must use gb_Library_add_noexception_objects instead of gb_Library_add_cxxobjects so that -DEXCEPTIONS_OFF is passed to the compilation. (In this case, it affects code in com/sun/star/uno/genfunc.hxx.)
-
Tor Lillqvist yazdı
-
Tor Lillqvist yazdı
warning C4928: illegal copy-initialization; more than one user-defined conversion has been implicitly applied. So use a variable of the correct type, should not affect the intent of the code.
-
Tor Lillqvist yazdı
-
Tor Lillqvist yazdı
-