- 24 Nis, 2012 2 kayıt (commit)
-
-
Luboš Luňák yazdı
that'd require CLUCENE_CFLAGS everywhere where it's used, and it's not necessary
-
David Tardon yazdı
-
- 23 Nis, 2012 38 kayıt (commit)
-
-
Caolán McNamara yazdı
-
-
Noel Power yazdı
changed the text to really only paste text, also added pasteonly | number
-
Thorsten Behrens yazdı
-
Thorsten Behrens yazdı
This somehow fell through the cracks of gbuildification - make timelog=t now again enables those RTL_LOGFILE_ macros.
-
Luboš Luňák yazdı
-
Luboš Luňák yazdı
CLucene apparently does not bother with self-contained headers
-
Rene Engelhard yazdı
-
Caolán McNamara yazdı
-
Stephan Bergmann yazdı
-
Bjoern Michaelsen yazdı
-
Rob Snelders yazdı
-
Abeer Sethi yazdı
-
Abeer Sethi yazdı
-
Luboš Luňák yazdı
-
Luboš Luňák yazdı
-
Luboš Luňák yazdı
Maybe they'll be supported somewhen in the future, so do not hardcode them out. Also, gb_DEBUG_C(XX)FLAGS are apparently common GCC options, not platform-specific.
-
Luboš Luňák yazdı
-
Luboš Luňák yazdı
the argument given now can - be 'all', meaning everything - start with -, meaning not to enable symbols for that item - end with /, meaning everything in that toplevel directory - be a target of the form targettype_name, e.g. Library_swui Note that there is no ordering and removal takes precedence.
-
Luboš Luňák yazdı
- move using optimization, symbols (i.e. debug) and environment cflags/cxxflags into one place - --enable-dbgutils is independent from --enable-debug, and thus also --enable-symbols, so it should not set debuglevel - setting -g flag is controlled by --enable-symbols, not --enable-debug, so it should be used also for selective -g enabling - setting debug flags depending on debuglevel being 2 is certainly wrong - do not let environment cflags/cxxflags disable optimization/symbols flags completely, if one wants, it's possible to explicitly specify e.g. -g0, but the current way does not make it easily possible to specify e.g. -fcolor-diagnostics - do not set debug flag globally now that it can be done selectively
-
Stephan Bergmann yazdı
-
Michael Meeks yazdı
This is to avoid unintended regressions based on configure options.
-
Andras Timar yazdı
-
Miklos Vajna yazdı
-
Miklos Vajna yazdı
-
Miklos Vajna yazdı
-
Stephan Bergmann yazdı
-
Takeshi Abe yazdı
-
Luboš Luňák yazdı
-
Luboš Luňák yazdı
It did not help with the race condition at all. This reverts commit 1b62ccdc.
-
Petr Mladek yazdı
including important bug fixes
-
Tomas Chvatal yazdı
-
Tomas Chvatal yazdı
-
Noel Power yazdı
there is still a little wrinkle, the preview shell always shows what sheets are selected, it's currently not possible to specify the sheets to preview
-
Stephan Bergmann yazdı
This ports 84dbc4fe "do not let gcc use registers we are setting ourselves," in the hope that it is also an improvement for Mac OS X PPC. (But the patch was applied blindly, so please revert if it makes things worse instead.)
-
Stephan Bergmann yazdı
This reverts commit b8044cb8. 84dbc4fe fixed the bridge for PPC on Linux, not Mac OS X.
-
Stephan Bergmann yazdı
-
Catalin Iacob yazdı
The various *Card* members call getByIndex(rowIndex) and getByIndex expects sal_uInt32 so change everything to it. Change callers as well to adapt to the change.
-