Age | Commit message (Collapse) | Author |
|
Change-Id: I706940b796548eab6c940081dc7e4dccb37c52bd
|
|
This rule failed if the MISCDUMMY file did not exist yet.
Change-Id: Ie9b1ecab2848f5ed2c459020a50013db691a9ca3
|
|
Change-Id: Ib291d5b053f9ed7b597f0ebbed725602430e36b7
|
|
Change-Id: I521e2c816b3dbc4aba1770e5a3b5eb47d5542ac1
|
|
Change-Id: I87875922d952387d9ffd2667dd621d5cd94b4ea4
|
|
With gb_Jar_add_jar and gb_Jar_add_system_jar adding to the manifest
classpath automatically it is no longer necessary to call
gb_Jar_set_jarclasspath manually except for the URE jars, which
are apparently not supposed to be added automatically.
Change-Id: I1e743e7ecb9cb5651e02005aa09e127bea1b0a29
|
|
Let gb_JavaClassSet_use_customtarget add the customtarget workdir to the
classpath.
Change-Id: I836e890b43bb2ca06d19cf9f83a5fa8f735cf963
|
|
Change-Id: I549888fcfe08d83101e414de86e8c9db1357d6eb
|
|
Using a system jar should really put the system jar onto the manifest
class-path, but that is currently difficult because externals are used
by JavaClassSet and not Jar; fortunately it seems nobody uses
gb_JavaClassSet_use_external directly so move the implementation to
gb_Jar_use_external.
Change-Id: Ieac480b3dec0ad39d2404b0a64b641eaf73c1e4a
|
|
Change-Id: I8e361beb954c742ddcecde4a4ba2a4ae57057c39
|
|
Change-Id: I2ec409d25ae46580898dda180d991554d89ee501
|
|
Change-Id: I319dd0cff6f471fa6ca38d5fcf0f99c462836a83
|
|
Change-Id: I4499968f00e313187ef7792954f3168bfadb2f6e
|
|
Change-Id: Ie4a22b0e88c5509d291b47f4af67ab780d60e3a8
|
|
Change-Id: I5159f3f41c3e0d6ec775a7d1700cbe1272cdb059
|
|
Change-Id: I9499b7eb580b499ea63bbf8d6ba5bf45a1c460e1
|
|
Change-Id: Ibbb97782f3ec6aa774c4a32d8798a9729aee494f
|
|
Change-Id: I80bd0329e15cb365091ea6f5c7e1ef3559d681fc
|
|
Now that 5c47e5f63a79a9e72ec4a100786b1bbf65137ed4 "fdo#51252 Disable copying
share/prereg/bundled to avoid startup crashes" removed the use of share/prereg,
there is no longer need to generate it in the first place (by calling "unopkg
sync" at build or installation time), and so no need for the "unopkg sync" sub-
command, either. This also allows to simplify some of the jvmfwk code that was
only there so that "unopkg sync" (which can require a JVM) can work in "hostile"
environments (during build and installation).
Change-Id: I52657384f4561bf27948ba4f0f88f4498e90987f
|
|
Change-Id: I0d7afd105ec093609fe1ecc9f19d541a43d77e9a
|
|
Change-Id: I8a5e8594e5af04bb4b40b900720ecdd7431788f6
|
|
Change-Id: Ic80f57946e7b3f9c1bd99ed65955cf3c280063d2
|
|
Probably it belongs in there anyway.
Change-Id: I3bf908de58e0e989e263323d2fdc432308c2cab8
|
|
Change-Id: Ia9724221778437b7d767c536953074ce3d4ad198
|
|
..and binfilter will die
Change-Id: I9a773f06ed5332c2258f0a29ea39349b27ece2ac
|
|
Change-Id: I8b130ecf9bac4ae5b0ec3d88a9f06fa2976ee228
|
|
Change-Id: Icc0f1d1e91c704282bfd18b6218bf0659cccb63e
|
|
Due to the scourge of symlinked git repositories, building the
configuration files in dictionaries fails on cygwin because the native
xsltproc cannot understand cygwin symlinks; work around that with a
new gb_Helper_symlinked_native function.
Should be reverted once git sub modules liberate us from the scourge.
Change-Id: Idc48da9b60348dc66160219909479c3c83daeaf2
|
|
Change-Id: I7d3c066a72c68bdc0b55150714041908bb613f14
|
|
Change-Id: Iecd7760af418f6e9ff7c9502e27011ee03962705
|
|
Change-Id: I99bf341df0a8cfe25f0821c8d21d3e27f3b12ea4
|
|
This is a preparation for gbuildizing dictionaries, which does not
contain registration/LICENSE like regular extensions.
Change-Id: I9b186d101627872b522be0432f6daf21250eb497
|
|
Change-Id: Ie0fd71b6547d9e04a55ae9690b137579e581e006
|
|
After a string has been passed as key parameter to hash_store, it must
not be modified, as happens in the print_nodotdot and print_fullpaths
functions; if it doesn't crash then the dep files are twice as large
in a MSVC build because duplicates are not eliminated.
(regression from c2b467b84a81bd45ca9df1f7f07e2700fd6e396a)
Change-Id: I0ae96a7fbcefa20b118717d923f60b4f2255a642
|
|
Change-Id: If1d43f8f5e61f52c554bcdcf7f86639f1ea60046
|
|
Change-Id: Ic4d3b1148f986305c1d539c4eda737c754fad2b2
|
|
Change-Id: I9c6f4b54254fa7a1b91f0bf1a19d16bb3778a2be
|
|
* those are undocumented and likely never used outside of Hamburg RelEng
* obsolete with gbuild anywayt for the most part
Change-Id: Ib2279de8c4014b035c3edaee9af898e73e48c06f
|
|
It seems that it is possible to have multiple components per library
nowadays, however i think it's confusing to actually do this except when
necessary, i.e. when using --enable-mergelibs.
Change-Id: I4d6260974f83ea8c42d02578f45c6d9aa2ace330
|
|
Change-Id: I9549d9e4e083744b4bb39eac622c59586c1efbe3
|
|
DBGSV_ERROR_OUT=shell already disables GUI message boxes on assertions,
but it does not take effect during early startup and late shutdown,
when the tools redirection hooks are not installed; setting
DISABLE_SAL_DBGBOX disables these on Windows in osl_assertFailedLine.
Change-Id: Ibb62054741e85dc966a36cb20515c3af8e0d9c11
|
|
Change-Id: Iedc315550f4eafdf1612bc390044a4b1b0c8e80b
|
|
Change-Id: I587be109e33b91ba08eb5d2b51c265e39ce797e0
|
|
Change-Id: Ic73825cab20bd9e56be69531cba6452fe0202b72
|
|
Change-Id: Iabe5748d23d68cb475823d91a7c125de271eecd5
|
|
Change-Id: I73eb612edaba21aa5bb07577b42bd31f8de2dd2a
|
|
Change-Id: Ib62f0595c42bc4bd8f5c55c8d3de19e92dfe9698
|
|
This reverts commit 23e5bb66436991d809d8d807f27d25f922fb062f.
Does not work, see previous commit
|
|
This reverts commit b8f7cc3c26a95b7dfb41415b24f0e2a3a9f1e33c.
This does not work, because there is no dependency between the
*Object .d files and the *Objects, and so the concat-deps races with
the compiler writing the dep files.
Introducing such a dependency would of course be reverting
8b5a984d45005d3df1c89eae897d6e04612625d8
|
|
* this helps getting nonbroken deps if using some ccache/CCACHE_BASEDIR combos
Change-Id: I401e55cc10b16aa5901348909237e97d05ab2761
|