Age | Commit message (Collapse) | Author |
|
Change-Id: I8c0411b440245f37be099afe3fab32d6e40b7f44
|
|
Change-Id: Ic0ad26494081c58c01a4f8ecd004d0c289a704e8
|
|
There needs to be a way to depend on the output of other external
packages.
Change-Id: Ic0f200b6d6b6c0968a28434ba96f1a2f1efa527e
|
|
Change-Id: I528b7a9187f0db869c820f7f0320194b036438ff
|
|
Change-Id: I9c5b28fc32b73b2147162f74919b21d99401b501
|
|
Change-Id: I591c544f600361b5bc9c59b5627f6cdd9f9b09db
|
|
Change-Id: I77f2c03d9e4aadebe2468c13f0a703eb389155d7
|
|
Change-Id: Iaf1f6c0fc76b97b1cfca63edfb91d5a39988c8c0
|
|
Change-Id: Idf092958e46a2ad9d56541c90c5a2beb44baff48
|
|
These blocks of code will never execute. So we can safely remove them.
Change-Id: I63de52342ce6435b6e8e19b041e2dae59c681f34
Signed-off-by: Marcos Paulo de Souza <marcos.souza.org@gmail.com>
|
|
and also after stuff that references external symbols, as it only looks
for symbols it has encountered so far in the object files. Stuff that
comes after the specified library then results in symbols not found
despite the lib being on the commandline earlier.
(another solution than reordering the arguments would be to use
-Wl,-all_load)
Change-Id: If4add0d3f81b13874c1620406fa40fcbd25b7cf0
|
|
Change-Id: I440d245d013873ec2830280ad01a4d0625fc4c1a
Reviewed-on: https://gerrit.libreoffice.org/741
Reviewed-by: Olivier Hallot <olivier.hallot@alta.org.br>
Tested-by: Olivier Hallot <olivier.hallot@alta.org.br>
|
|
Change-Id: I667976f7f76776cc3ef76abe9935271a7a0c2923
|
|
Change-Id: I6141e544391c6723e7d2949771be1bd5a1768163
|
|
Change-Id: I68059a9ae31d22be3f1390eb065f13f98df8116b
|
|
For some reason the current Clang linker doesn't like that and
misbehaves, Apple bug 12075544. It is unclear whether binaries built
using a modern Xcode and SDK to run on 10.4 actually would run on 10.4
anyway.
Change-Id: Id15da5eaa4bb95af9cf6d98a658c510f4a786185
|
|
Change-Id: Iee09fc308097ab0a5f73e321da30b7e301b9f4dd
|
|
Change-Id: I5d8a00b83fd4e9f67b98b86818d1e2180d36e69a
|
|
Change-Id: Ic6a6706062bc82d5e4096d0a6aa7b52a8988f1bc
|
|
During string extraction this does not cause
real problem but causes unnecessary operations.
Plus make isNextGroup not to change sLine_in
parameter.
Change-Id: I3db6a94ef320c096a7519f7f83dd4080d0588459
|
|
Change-Id: I50e41a3946ff885783006018f7b6ff2945cc7dfc
|
|
We need to be able to link both into one binary in the
disable-dynloading case.
Change-Id: I499e204dfef2af488d4a350cb3a5bcfc03ca887f
|
|
This reverts commit 563fa900ba22bf83dfa58e67807ed0337f810576.
|
|
also pass java-target-version from environment
as the source version doesn't change by miracle in external modules,
keep that in the build.xml (and only there)
Change-Id: Ic09de3c7b15318677afe6d4afbe7c9f7e7f3c14c
Reviewed-on: https://gerrit.libreoffice.org/758
Reviewed-by: Michael Stahl <mstahl@redhat.com>
Tested-by: Michael Stahl <mstahl@redhat.com>
|
|
Change-Id: I5d0137ebfa53cfbe37f7ad33c3400e75e2e3a05a
|
|
Change-Id: I2cbb4d126b27c5cb7a1be3606807fcbda25d3e72
|
|
Change-Id: I43bad91f6afe5b55c6e2b6bf952cc0291d5bdd10
|
|
Change-Id: Idba65371b8778521bc767fe4893340cf13a8ff3b
|
|
Change-Id: I9ba3739f1693f5427c9ea49f2b6016f364f444ff
|
|
Change-Id: I59ced6720bdfd2df7a8ed7d9247887a09beeb8fd
|
|
Change-Id: I6ef6a7dea7a5f594b907546e8dff39c3640d7509
|
|
Change-Id: I44b7f56aa1b4b9bc290c9c15281b64947a694e5c
|
|
Change-Id: Id851bacb21bbe289cebd635853f4d2028aed9f78
|
|
Change-Id: Ifbbca6bfb12d23c8726e35e799dc92be94844c8a
|
|
Change-Id: Icac29e4f433b1e72603e52a0561e60cb8a7cfdef
|
|
Change-Id: I4fc3f6ca51d9ce0a18539b4911f6ddf06694b039
|
|
It is not clear how to remove a file:
REMOVE_FILES=openoffice/images/dialogh.png.
Let it for now in place.
Change-Id: Ie8739fd207ca7dc9343c92c93cf092b3af674bf0
Reviewed-on: https://gerrit.libreoffice.org/753
Reviewed-by: Michael Stahl <mstahl@redhat.com>
Tested-by: Michael Stahl <mstahl@redhat.com>
|
|
Otherwise build won't find jsr173_1.0_api.jar, breaking the build when
using JDK 1.5 (i.e. Mac PPC and others)
Change-Id: I8de0b42d4b14b4da5fe9216515fae94bbfc77b27
Reviewed-on: https://gerrit.libreoffice.org/757
Reviewed-by: Luboš Luňák <l.lunak@suse.cz>
Tested-by: Luboš Luňák <l.lunak@suse.cz>
|
|
tkr41: #117828# office crash fixed . (null pointer) + add unit test
Patch contributed by Tobias Krause
http://svn.apache.org/viewvc?view=revision&revision=1172105
Do not add targets for junit tests when junit is disabled.
Patch contributed by Andre Fischer
http://svn.apache.org/viewvc?view=revision&revision=1241508
remove the OutDev::GetKernPair* stubs completely
Patch contributed by Herbert Duerr
http://svn.apache.org/viewvc?view=revision&revision=1179221
reverting un-necessary OS/2 conditionals.
|
|
|
|
|
|
Change-Id: I6a4c4f4c8129100770ca976d508ca3a98e67a846
|
|
0.20x is affected, not only 0.20. I think this should be checked
here only, though if it was 100% sure a poppler bug. But this
is at least better to the broken check before..
Change-Id: If01a4329d18d317371be11d63c66b3487f5f556b
|
|
Change-Id: If3a98fceb6fa71ac10626186ef7c094dbc9e47c3
|
|
Change-Id: Idff5f43190f75f4ac8fee8fa989948ca35ca6095
|
|
Change-Id: I56d5a716795b7303a77194964a612c550f25eeec
|
|
Change-Id: I6d2349b8c4d97d266faebdb630c65e0441e25b18
|
|
Change-Id: I2be40b7897c3277e2d8673b440aa6dd682086267
|
|
Change-Id: I9f9a85cbe74dfb22a2dff67e8a0b7dd4eca6ebf6
|
|
Change-Id: I9826efc4733d1351047a35a13eaf4730da7859bb
|