- 24 Nis, 2013 40 kayıt (commit)
-
-
Michael Meeks yazdı
Change-Id: Icd53c6ccfcca25d828d79ad62d1e075869998850
-
Petr Mladek yazdı
icu-config could print the list of libraries on more lines. We need one line for the variable. Change-Id: I08a0415c2c3baa226e9cd32e0c3da7d384511f87
-
Petr Mladek yazdı
Will use less intrusive solution This reverts commit 4e6033f2.
-
Tor Lillqvist yazdı
Fixes cross-compilation: Running (the BUILD platform) saxparser in i18npool failed because there was no BUILD udkapi.rdb. No gb_UnoApi_get_target_for_build exists, and anyway, it would not be needed. (Not here at least.) Change-Id: I7bfe34cf339d8a847b76ab29669acc8d458d54e3
-
Abdulelah Alarifi yazdı
Change-Id: I081a5b58d8e22e3455a78707a6b16ee85533a5d2 Reviewed-on: https://gerrit.libreoffice.org/3496Reviewed-by:
Caolán McNamara <caolanm@redhat.com> Tested-by:
Caolán McNamara <caolanm@redhat.com>
-
Fridrich Štrba yazdı
Change-Id: I7472d6e86cde5459aca4caf21fe7fe4e6ef60ecc
-
Stephan Bergmann yazdı
Change-Id: Ib65496c3bd26a55a713717776184441a959e5469
-
Michael Stahl yazdı
Change-Id: I3d72be674526f4221de452ad4efc1e857bb25dc6
-
Stephan Bergmann yazdı
Change-Id: I503d88b7d6fc44ef70d5071fddcec465e3fba856
-
Stephan Bergmann yazdı
Change-Id: Ia0b14d879e0ab22ff2fdeb09af836df4aed82ffb
-
Michael Stahl yazdı
Write dummy targets for included files, so the incremental build does not break with "No rule to make target" if the included file is removed. Change-Id: I23c4406c4d1db9a8a4a7f0ecfec1cfc9ad05028a
-
Michael Stahl yazdı
This reverts commit a042c2a6. A GNU make that understands native Win32 paths is required now anyway, so revert this. Conflicts: idl/source/prj/database.cxx Change-Id: I6eb77d4b02728269f8dc484444df0cabc8c29b3e
-
Markus Mohrhard yazdı
I suppose they were deactivated in ODF 1.2 because of the invalid ODF files produced by the old code Change-Id: I42624a3e0f57405b38110bef86a0aa533f491c6c
-
Eike Rathke yazdı
Change-Id: Ie460c5dbf354f68a21d52bd84b7e95b78fca11be
-
Stephan Bergmann yazdı
...now that UnoApiMerge_types is gone. Change-Id: Ie33aeb09692e3b3d851f2278714b037e183b627c
-
Markus Mohrhard yazdı
Change-Id: I812bbcdc346bffd2f0c968077a3fe86a241cf231
-
Markus Mohrhard yazdı
Change-Id: Id41b9c3cd241de9bc5fa1da885bc9a206bca093d
-
Markus Mohrhard yazdı
Change-Id: Iaf9752cc3abd7ac1b3b569928368dcb0a4d6a197
-
Markus Mohrhard yazdı
Change-Id: I82608d6ce2e42724d0c5d8be484d3c1c00f33622
-
Tor Lillqvist yazdı
The old bin/ure/types.rdb was just a duplicate of bin/udkapi.rdb. There is no bin/types.rdb any more either. We have just udkapi.rdb, offapi.rdb and oovbaapi.rdb now. Change-Id: Idd0911f1d4d48f172af159b852918d429f17cc92
-
Christian Lohmaier yazdı
config_host (config_$(gb_Side) dir was included from SRCDIR, but when runing the build in another directory, it is in BUILDDIR WinResTarget.mk was forgotten when the other references were updated in ae4e3277 and follow-up ones. Change-Id: I8c5a8edb4a17dd33abdcdb04c3af830cad44e07a Reviewed-on: https://gerrit.libreoffice.org/3593Reviewed-by:
Fridrich Strba <fridrich@documentfoundation.org> Tested-by:
Fridrich Strba <fridrich@documentfoundation.org>
-
Stephan Bergmann yazdı
Change-Id: I9e4e153e1a9ac82d4015b73ecf3a9a2429ab346f
-
Noel Grandin yazdı
Change-Id: Icd830004de3e121f5b96393e7d7b447775833419 Reviewed-on: https://gerrit.libreoffice.org/3569Reviewed-by:
Fridrich Strba <fridrich@documentfoundation.org> Tested-by:
Fridrich Strba <fridrich@documentfoundation.org>
-
Tor Lillqvist yazdı
Change-Id: I3228ad8277d34454affe71b9cbc9ad7f56326ca9
-
Stephan Bergmann yazdı
What is a little confusing is that the udkapi.rdb ends up as types.rdb in the installation set (in the URE's sub-tree). So all places that reference it during the build do so as "udkapi" while all places that reference it in an installation set do so as "types." Change-Id: I35d0695966b3bd703f5494b636b9782efc0d3fcb
-
Tor Lillqvist yazdı
Change-Id: If54a3d7047f13ae9c9345c21737a89afee645403
-
Tor Lillqvist yazdı
Change-Id: If783897a60a545baf3968c5eeccf80a1e186bc51
-
Tor Lillqvist yazdı
Insert basic/source/runtime/step[012].cxx into basic/source/runtime/runtime.cxx. Follow-up to https://gerrit.libreoffice.org/#/c/3373/ . In many cases the sources for some class have been split up into several source files, typically suffixed with a number 0, 1, 2 etc. Presumably this has been done because some compiler years ago was not capable of compiling all the source for that class at one time, or some other no longer relevant reason. It would be nice to get rid of this convention, so that clever compilers have a better chance of noticing unused private fields in a class, for instance. Just combining the source files in question into one source file and removing the old source files from git leads to a discontinuity in version control history. But the consensus seems to be that this is not such a big deal. I picked these sources just because they happened to be the first ones I came across when looking for files called *0.cxx. Change-Id: Ia7e8ece9a4374721bbcce6b0e2aba5721436faae
-
Tor Lillqvist yazdı
Change-Id: Ia160f0ee3e9480c60056d38bf11a6b139b53424f
-
Miklos Vajna yazdı
Change-Id: I85fedf6f3db0ffa59eaafe94d370b05660468c24
-
Tor Lillqvist yazdı
Change-Id: Ice43ab89b57f6ddb6b06d2fc5784d438031e864b
-
Stephan Bergmann yazdı
(The "statistic" target in offapi/UnoApiMerge_types.mk appears to have been dead code already for quite a while.) Change-Id: I0852ebf1f765ba881abb6ce4db496e949076fc64
-
David Tardon yazdı
I am hitting this problem with libcppunit.so.exports. It happens because libcppunit.so is not built by LinkTarget, so nothing has created $(WORKDIR)/LinkTarget/Library/ yet. Change-Id: Ibdde83c746f02110aab113491a2bf37bf2d417eb
-
Lior Kaplan yazdı
Followup to commit b9337e22 Change-Id: I28a0a84a2454e2010be6e098dbea0b4c070ce77e
-
Lior Kaplan yazdı
Followup to commit 876c619b Change-Id: I087f0c976e3c3d47e920280e353b3e142d5e2bfd
-
David Tardon yazdı
Change-Id: I434508057dbfab9410d8f7fc3844c45cd4201b11 Reviewed-on: https://gerrit.libreoffice.org/3588Reviewed-by:
David Tardon <dtardon@redhat.com> Tested-by:
David Tardon <dtardon@redhat.com>
-
David Tardon yazdı
Change-Id: I51841a8c92cb73912757fcc0766b11d8f9be4b77 Reviewed-on: https://gerrit.libreoffice.org/3587Reviewed-by:
David Tardon <dtardon@redhat.com> Tested-by:
David Tardon <dtardon@redhat.com>
-
David Tardon yazdı
Change-Id: I59614470c0560187870b19e18903ed79b7b35d90 Reviewed-on: https://gerrit.libreoffice.org/3586Reviewed-by:
David Tardon <dtardon@redhat.com> Tested-by:
David Tardon <dtardon@redhat.com>
-
David Tardon yazdı
This should be reverted after some time, as it solves a one-time problem. Change-Id: Iaa4bc17267a24bd744573e56108b8d207936629c Reviewed-on: https://gerrit.libreoffice.org/3506Reviewed-by:
David Tardon <dtardon@redhat.com> Tested-by:
David Tardon <dtardon@redhat.com>
-
David Tardon yazdı
There is no reason to copy 1000s of files to $(OUTDIR)/inc when we can easily include them from $(WORKDIR). Change-Id: I133ab6506ba76af132143b982f056e652c09d8f5 Reviewed-on: https://gerrit.libreoffice.org/3505Reviewed-by:
David Tardon <dtardon@redhat.com> Tested-by:
David Tardon <dtardon@redhat.com>
-