Age | Commit message (Collapse) | Author |
|
Change-Id: I1dbcf68c9581e5b66df0f4485d73ca19c5168dd9
|
|
Change-Id: Ibfd90941a64540d0e59f1e884a0992758cbc3bb8
|
|
so that on version bumps and/or added/removed patches that we
rebuild them from scratch, which hopefully will make incremental
builds post external module bump pain-free
Change-Id: If268401a2794989d49861c08f7a69ef926cf5809
|
|
Change-Id: I0559cf1820c782d22c4d75749f2171d7702b4e73
|
|
http://lists.freedesktop.org/archives/libreoffice/2012-April/029940.html
The RTL_USING #define (set by gbuild for anything that's not public
API) allows to use such classes simply by their name, without having
to use the namespace or do explicit using rtl::OUString (which half
of the sources do anyway).
Change-Id: I7edaf12cd278489cdc1d5ff782f0a86361c13c0a
|
|
Apparently the long path name hack is no longer necessary; at least i
did not experience any obvious problem with a source tree rooted in
D:/lo/master.
Change-Id: I2fd1893a827c27b5dcee438eae6572c596ae907c
|
|
Change-Id: Ic23e6e26093ed381a1930ee6d3c1bc04ac2625b9
|
|
Apparently LO patched GNU make 3.82 interprets the semicolon which is
the value of $(gb_CLASSPATHSEP) as a terminator if it occurs while
setting a target local variable; the part of the value that follows the
first semicolon is cut off.
Hence escape the $(gb_CLASSPATHSEP) and $(XCLASSPATH) vars.
Change-Id: I213dba7155f9515e492c20cfff3bef1c4d8269fc
|
|
Change-Id: I560139949c89798581ed7631eb5d0b3124c83002
|
|
Change-Id: If5ac0aa620d514ca4affe2b20d647a9e9129032e
|
|
Change-Id: I998d0f46020d3f5ea6fd387fbed8480e3d57e59a
|
|
Change-Id: I0506b3e92df372a67b4431e52e2e9d308dc886c9
|
|
Change-Id: I3ff6568e34698d414ca7e4c631d32156b9d28cf0
|
|
...when grep happens to consider the log file to be binary (for whatever reason)
as can be obvserved to happen on Linux-RHEL6-x86_64@14-with-check tinderbox.
Change-Id: I5da0a792b45b83939c9c26897d30ddf8b0a0c0b0
|
|
|
|
This was accidentally commented out, and thus SOLARLIB was not in
effect; fixing this should obviate the need for any
-L$(gb_Library_OUTDIRLOCATION).
|
|
Change-Id: Iba306cde71eb5efeed29a4a44cefa19a47bac84b
|
|
SOLAR_JAVA should really be set by configure.
Thanks to Pierre-Eric Pelloux-Prayer <pierre-eric@lanedo.com> for the
hint.
|
|
nA is X, nB is Y, but finally it's now pointless to remember that
Change-Id: I9fb1f6518e33862663a5bd5e28876979f0f1e05f
|
|
Change-Id: Ief6367a5fb8e2e1000bb94c7a4e6cf2095b24543
|
|
... causing LO patched make 3.82 to fail with "Malformed target-specific
variable definition" on the next line.
|
|
At least the version 6.1.6723.1 that is in the Windows SDK 6.0A only
complains about "invalid option: -ologo".
|
|
|
|
Change-Id: Ic06bda1393de4da05af01f79b8ba54cf0ee2cb73
Signed-off-by: Fridrich Štrba <fridrich.strba@bluewin.ch>
|
|
Patches contributed by Mathias Bauer:
cws mba34issues01: #i117713#: remove superfluous assertions about field unit fallbacks
http://svn.apache.org/viewvc?view=revision&revision=1172341
cws mba34issues01: #i117718#: provide filter name in case
storage of medium does not allow to detect one
cws mba34issues01: #i117712#: fix several resource errors introduced by IAccessible2 implementation
http://svn.apache.org/viewvc?view=revision&revision=1172343
http://svn.apache.org/viewvc?view=revision&revision=1172350
cws mba34issues01: #i117708#: status indicator for inactive documents
http://svn.apache.org/viewvc?view=revision&revision=1172358
cws mba34issues01: #i116025#: fix typo and add missing treatment of new parameter
http://svn.apache.org/viewvc?view=revision&revision=1172359
cws mba34issues01: #i117024#: rework parameter conversion for load/save slots
http://svn.apache.org/viewvc?view=revision&revision=1172360
cws mba34issues01: #i116803#: possible crash on Linux when
dispatch.cxx is compiled with optimization
http://svn.apache.org/viewvc?view=revision&revision=1172367
cws mba34issues01: #i114600#: fix compiler warning for name clash found on Solaris
http://svn.apache.org/viewvc?view=revision&revision=1172371
|
|
Except for non-silent linking, where it would for some strange reason
also disable printing of contents of response files (=objects to be linked).
|
|
Change-Id: I532a6822d6ee023d72a71e012c97929f56c7b05a
|
|
|
|
Change-Id: Ic36b131ee9964a6671f7f41e1cad1631c43ad565
|
|
|
|
Those are unused too.
Change-Id: I09c9dbcdbc68131c7c54bf0762a23f1280e6e22a
|
|
|
|
Change-Id: I4181121dbba20539ad7d851c3e9b505d368a1809
|
|
|
|
and use it in sdext/CppunitTest_pdfimport.mk, which could fail
previously in a parallel build.
Change-Id: I3f251c945f5841c277a71a19fd411ecd77dec3b5
|
|
The DLL is not actually a make target, but is handled via the AUXTARGETS
mechanism in LinkTarget.mk; add an ugly hack here to hopefully make
adding libraries to extensions work.
Change-Id: I85ee891fe8b7d470e09d9cb1d5a48d8b11b50d6e
|
|
This is not really necessary, but consistent.
Change-Id: Ic0249efac26c9977ede7ef591d517cc03542b002
|
|
The sdext extensions contain the .lib link stub instead of DLLs;
add gb_Extension_add_library to get the correct DLL filename on Windows,
and use it in presenter screen, presentation minimizer and
PDF import extensions.
Change-Id: Ie8113a6002f9038e4df798edc255208977ba9497
|
|
This is convinient when coding/debuging stuff that break
unittest downstream, but oen still want to have a fully built
product to test
Change-Id: I4970db6ede1ed29bb3c421b56b5092c19fd9fa90
|
|
Change-Id: I2d3120a173097208bd29eb52ab3dea3af870f6ae
|
|
The existing situtation of not having any explicit rules for header
files does not work because it requires a make restart after
the headers are generated in order for the headers to be delivered.
Because requiring running make twice to get a complete rebuild is bad,
add some rules to force the headers to be delivered immediately.
Change-Id: I5b4d5c8f8e9c9d7d0874fc797e62972eaa1dd904
|
|
Change-Id: I8018d9b5fa01d1720c0392dc5fdc4a0656f25a35
|
|
Change-Id: I0362d758205e7d12484e9e86ff2dce9608730c57
|
|
Change-Id: I6c145e984c885c7e06caa1c27bfb354ea49ad9ce
|
|
Change-Id: I0cba9316e229362fa82a45d9e4d4763a6cf29540
|
|
Change-Id: Ice06e639213aeb6f7f23cbf4634947dd25613db1
|
|
Change-Id: Idef032c08c097e04fcf0cae3d184ceb660b65949
|
|
Change-Id: I4b9fda0f81d43cab80a015a2eb7374a94f3da7de
|
|
PRODUCTVERSION is associated with SHORT_PRODUCTEXTENSION.
ABOUTBOXPRODUCTVERSION is associated with ABOUTBOXPRODUCTVERSIONSUFFIX.
We should not mix these another way.
Change-Id: I991f74e058d19ec3ae0d98e8efe8458d648ae74c
|
|
use 3.7.0.0.alpha0 where possible;
use the suffix "+" in the about dialog to signalize non-release builds
Change-Id: If09c78cd30b10e54c46f737a695e0194039c7efc
|