Age | Commit message (Collapse) | Author | Files | Lines |
|
|
|
|
|
The following tools are considered to be obsolete and are discontinued:
ldump, giparser, testhxx and support.
Change-Id: I70813c046edb30546463cda9eb8a1b96c3e840a3
|
|
which was removed in fde638b3ac35997aa3e38a37fed56d6eb661806b
Change-Id: I57caf615f0ca49d0b90cb4c68b8ce8edf8f72a97
Reviewed-on: https://gerrit.libreoffice.org/723
Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>
Tested-by: Markus Mohrhard <markus.mohrhard@googlemail.com>
|
|
Change-Id: I444874a8b59ac82c807087fb1a1d958ab1f75b12
|
|
Change-Id: I42bbb3e53aaaad0e6b7df44ec2def038ac1a31eb
|
|
also add the support for the convention that a patch filename
encode the -p value if it end with .[0-9]
for instance foo.patch.2 indicate a -p2 patch
usage:
generate a 'reference' copy of the expanded and patched file structure
$> make clucene.clean
$> patches=t make clucene
go to the module
$> cd clucene
edit files in $WORKDIR/UnpackedTarball/clucene
force a rebuild of things that depend on that UnpackedTarball
$> make clucene.rebuild
create a -p1 patch named clucene.new.patch.1 in the module's directory
$> make clucene.genpatch
you can then rename it, place it where appropriate in the module
hierarchy, update the UnpackedTarball_lucene.mk to apply it.
rinse and repeat from the top (yes the make lucene.clean is needed
to regenerate a 'reference' expanded and patched tarball)
Change-Id: I419c54a5981cffa385521596ba5016d2ca7ef52a
Reviewed-on: https://gerrit.libreoffice.org/712
Reviewed-by: Norbert Thiebaud <nthiebaud@gmail.com>
Tested-by: Norbert Thiebaud <nthiebaud@gmail.com>
|
|
Change-Id: Ie394ee8fc7a7e4c34965242920225c5dc2297c0b
|
|
Change-Id: Ida93051b4b631d24e738584a8a3ff2e24ea7bd7a
|
|
Change-Id: I0365a5170011ad44b9a0ab8f1129a756884694d5
|
|
Change-Id: If54d57c962c6cb97c539e46f2ea747668706770e
|
|
Change-Id: Ibd7b71292450db8e3e98f9ede5a836182eb38770
|
|
Change-Id: I4d2749d8da44fd8b469315c2be0093c19fc20be1
|
|
Change-Id: I59f4d5ad275af62c997723908754112c062a31be
|
|
Change-Id: I970326f084ef20fc9887e62adf95547c2468aebd
|
|
Change-Id: Ib23b2a6bd9301a03321ddb5c8a488b579fa8d1a2
|
|
Change-Id: I53faf1a5c88b6ffd954fd98814cdf27b77f1c3db
|
|
Change-Id: I23073ecc56482670d185b39452a7d8b9d6eb38c8
|
|
Change-Id: Id4652eb986c02044e27cd4e91863d5ed97465860
|
|
Change-Id: I2b34f9fefdfdfa245ab73f8691090cbde8bcd34e
|
|
Change-Id: I2d53c88ab121edeec2bf53f7fd177a0edcc05a25
|
|
Never reference SC resource ID's in svx. That's just asking for
trouble.
Change-Id: I893de42891fbc05a2824360c52f2b74ead60f60c
|
|
Change-Id: I510d0f399c58b5a9b192f3566e093c636cae2c0a
|
|
...with a crudely reused "Version Incompatibility" message box (TODO: improve),
rather than keeping asking for a password.
Change-Id: I8239232704a4426af7a14a729840d184a502d2df
|
|
Change-Id: I0f9de9ed23d160a8c3cf6a9db8eece95b4e8795a
|
|
Change-Id: I99bc4cd9e600dc0b2e9f74fba7615c6677cf90ca
|
|
Change-Id: Ia0b9ed9eed30991f38234bf56c49b26392491f30
|
|
Change-Id: Ib7681de7b1aad9b6dda183e3c4fa1b1010270d3f
|
|
Change-Id: Icdfeae938627b63decd26571e86bc1e80e07f6c6
|
|
Change-Id: I65280d39b560b4b7eed3e21a6e6c7b02c124f10a
|
|
Change-Id: If5080892b820d268ffef22111d0caee217586b56
|
|
Change-Id: Ic4782f3d315b6ef860153fdeb1890bba083f9630
|
|
Change-Id: Ic079200f6a3f1a1e7ac38f971e4da40a8dd39dd0
|
|
Change-Id: I1f6e4d187ae6200fe1d2444c07af9ca42a010bc1
|
|
Change-Id: Icb760daeca27289e424a72fb743d4e3bbd0e526d
|
|
Always link in gb_STDLIBS, except when the library explicitly opts out
with gb_LinkTarget_disable_standard_system_libs.
Change-Id: I489a99114fbfa46d0421a27cf6c7b899dc268a4a
|
|
Should no longer be necessary with the new handling of gb_STDLIBS.
Change-Id: Ia94a7266806e2d09d7608f642b25933e42499525
|
|
Change-Id: I6c8bc792a57750b7fd5f36e3eb97f76870a7a632
|
|
add a new gb_LinkTarget_use_system_win32_libs to abstract different
linker options on MSVC and GCC.
Change-Id: Ic9bf2545f59bf7871e6fc06b290c486ddfbec03d
|
|
Change-Id: Ia7f64bdd0fd81c5dcc08d828db4602b65e2da949
|
|
Change-Id: I0b99b6effb57bcd9ab5687f8896940620986b785
|
|
Change-Id: I66f8229e186e312ed3242695db9ef0768ab4d9a0
|
|
There are currently 3 different mechanisms being used for frameworks,
which is of course intolerable so we invent a 4th one and standardize on
it: gb_LinkTarget_use_darwin_frameworks
(This doesn't mean using add_libs or externals was wrong, it was just
inconsistent... and i don't see an obvious benefit of using externals here)
Change-Id: I5de9020402c87e7236c6a358c47f02fa56642d3d
|
|
... odd duplication apparently due to wrong conversion from dmakefile.
Change-Id: I9a9e183373ec43fb0b1eadc2c233ce659bebd107
|
|
Move libraries using those headers to RepositoryExternal.mk and
also move pkg-config invocation to configure.
Change-Id: I17a240fcba83a98f3f248f15b34d245f941c62e2
|
|
Change-Id: I159b7942cfa26f81ada421403835ff0f1e4b09ef
|
|
... new gb_LinkTarget_add_standard_system_libs
Change-Id: Ib2bc843098db3d8c6822b45a3d21724e67f57d69
|
|
Change-Id: I53316e0b9369d806197bccb42cf22d3497af43e7
|
|
Change-Id: I61e17cf9c7a96ddf251154e4590420ae4b4fdf27
|
|
Change-Id: I7d852595fbe0395bc29aba86b2e110ffb5c28823
|