Age | Commit message (Collapse) | Author |
|
Change-Id: I57a977d799df6bce6c854b38b441a0575218922b
|
|
Change-Id: I75e4566509d1851e7405d1738ffeaf58261233ea
|
|
Change-Id: Ie5f050bf5f672a35d9629dcfb039d9fff7470cab
|
|
Change-Id: I568be2e912d5700ef5d24443e48cf7d0a384292a
|
|
Fix typo that had intro bitmap always be default in 3.6 series.
Change-Id: I7822ab75c718040128231f5d50913c3b128d49fd
|
|
Change-Id: I190b1314a91026dcfc39df3e3e178df55d14d90a
|
|
Change-Id: I66e97d73c410ac6f2e481ba9b2b22183f57438bd
|
|
Change-Id: I539acd19fa8a0dc1a89a7a172ecad2a03ebc5d7b
|
|
we basically need this functionality, the idea of it being optional
isn't really logical anymore with nss split out from mozilla.
for iOS and Android where they doesn't build yet spit out lame fixme
nag warnings
Change-Id: I4b16c62553b12d3dcd340a0b5c5a4cbd807c2f02
|
|
Change-Id: Ic38d0282dba99efe2ecc45142a927ba3d8fa167d
|
|
Add fallback activation of an _OLD media component to the core.
Compile both a 0.10 and 1.0 version of the gstreamer component
Change-Id: I91f65d05391cb2d7e02f9cff18f96178a128705O1
|
|
|
|
Change-Id: I71ac6c302c963dd2f8cffdcdf80d58c2a1074695
|
|
Change-Id: Ic65795a1b7bfe0435292f87f27ae39e2c3069fed
|
|
Change-Id: I39acbfcae047829bed68186917bbb4e851d2ac20
|
|
Change-Id: I3c1137bdb1186df773a92c34267b2324ad43ae7e
|
|
Change-Id: I38c92dad50fd13dcd32a07feed860eb60349c080
|
|
...had been missing. Old dmake-based build system did not add -source/-target
when using gcj (unless gcj really was Eclipse Java Compiler, in which case those
-source/-target values were tunneled in via JAVAFLAGS)---hopefully all this is
no longer necessary.
(Also removed a single use of JAVA_TARGET_FLAG that was nowhere defined.)
Change-Id: Ic3596691b622be45e151333981f8f236d11825b4
|
|
|
|
Change-Id: I0559cf1820c782d22c4d75749f2171d7702b4e73
|
|
Change-Id: I0f3865beff53f199fae49e806f308c6dab3e3c11
|
|
Change-Id: I51dbc3c1e0f860c7d3c866888f259de6b0d670b3
|
|
Change-Id: Ib46248d217b0161dc20dde0274842bd7381f0cda
|
|
Change-Id: I39c880e8615b164a66eb900c11b26da9d6489e02
|
|
|
|
This reverts commit 4c2e9fc655b6480ffc7f0feb5d07b8106b6b8e22.
Change-Id: Iea84991ee689240fe6e6ddbc47f44b444f582dde
|
|
This commit breaks MinGW builds; the m4 macros probably need some
improvements there.
This reverts commit 5ed17233908c7f87b08b0964b55e4504d964ed71.
|
|
Change-Id: Ib349d9bf93ad59c4c171b87f10c4fe608cecb5fd
|
|
Change-Id: Iec9c9c5419a40e7ad64af057f1bbb426ca3163b0
|
|
Change-Id: Ie04e4860363dd3db7c363408c6c8c9e80d9315c0
|
|
INCLUDE is used by MSVC (http://msdn.microsoft.com/en-us/library/kezkeayy.aspx)
and make somehow (not sure why) exports the INCLUDE that gbuild uses,
which (again, not sure why) causes MSVC to report a misleading error about
incorrect argument. There actually does not appear to be any (unreasonably)
low path length limit on Windows.
Change-Id: I9329eb668f7a710ec69c8b5262b855f346ed01d2
|
|
Change-Id: I989af1147711f0175bf889bc55043b2d84a49b38
|
|
Change-Id: I38a3dfb14375bb4abee7beaa3127c3a4cce1b9a2
|
|
|
|
Change-Id: I8ed3642aca7581cb50c4be1c519c6664296734b8
|
|
Change-Id: I241be2704a069ec1f6be5861084039569673cc12
|
|
Change-Id: I6f468005c8d8d99d9251a9c4fe4629b98bc4aa5e
|
|
The recent addition of Hebrew line breaking rules apparently does not
work with genbrk from ICU 4.6. Maybe we should just require 4.x (where x
is the first version where it is implemented) as minimum ICU version?
IMHO it would be better than this insane (and fragile) filtering...
Change-Id: Ia2adad3621fa7a2f319a07fb569b1f1c1eb6db7c
|
|
we have both a SYSTEM_LIBJPEG and SYSTEM_JPEG but only SYSTEM_JPEG appears to
be used
Change-Id: Ib1a5da4c907222be33465ce06997f111c4fffe87
|
|
This allows us not to have cups during the build time of libreoffice.
Commit is inspired from patch from Dave Flogeras <dflogeras@gmail.com>.
Change-Id: I I32a14eb6e7bdd13de1a737d4798c852a830ae326
|
|
OOo used to use debug level this way:
0 is default for product build
1 for --enable-dbgutil
2 for environment variable debug=t, regardless of dbgutil setting
in LO these have now morphed into:
0 is default for product build
1 for environment variable debug=t
2 for --enable-dbgutil (at some intermediate stage in the past)
1 for --enable-dbgutil (today)
This has caused a lot of confusion and some things were not converted
properly, including a check in LinkTarget.mk.
Developers should use --enable-debug to get useful information,
including full debug info and assertions.
--enable-symbols is not intended for developers, but for people
who need their builds to be able to produce useful stack traces;
--enable-symbols is for example set unconditionally in the Fedora RPM
spec, and for this purpose disabling of inlining is not wanted.
It is unlikely that somebody wants symbols for only part of the build,
and consequently a different mechanism is used to set the corresponding
flags: they are set into global gb_LinkTarget_C{,XX}FLAGS.
So move the selective symbol feature back to --enable-debug.
(this substantially reverts db8df57acd601ed084bd0122683e1bd066a4f143)
|
|
It is done the same way the beanshell is handled.
Currently it can't be enabled by default as internal version has
patched-in debug interface.
We can choose two paths, rewrite the code to the new rhino debug
interface or just strip the current one out.
Change-Id: I48af18c635816db8269f13a649b62e9c454ee1e6
|
|
|
|
Change-Id: I7d5d8e380e12cc66255ddc3ac3f70bab7713f8b6
|
|
Signed-off-by: Petr Mladek <pmladek@suse.cz>
|
|
|
|
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.
|
|
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.
|
|
- 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
|
|
Even if it does nothing because there is no installation available .-)
|