[Libreoffice-commits] Changes to 'feature/android-single-dso'

Libreoffice Gerrit user logerrit at kemper.freedesktop.org
Mon Sep 24 01:37:21 PDT 2012


New branch 'feature/android-single-dso' available with the following commits:
commit e2c242dda646fd8aa3e3448dce09e8204645e4b0
Author: Tor Lillqvist <tml at iki.fi>
Date:   Mon Sep 24 10:38:43 2012 +0300

    Use DISABLE_DYNLOADING on Android
    
    IN this branch these changes are not conditional. Unclear yet whether
    this is what we finally will want to use or not. Maybe should make
    these changes conditional and do this stuff in master instead?
    
    Change-Id: I379d570a0e00648d295c675fd90eba6594ba3182

commit 6ba2c9def1cbb4dcac246455eb8390a8bddd6fcf
Author: Tor Lillqvist <tml at iki.fi>
Date:   Mon Sep 24 10:37:25 2012 +0300

    Don't use gb_ICU_suffix on Android when DISABLE_DYNLOADING
    
    Change-Id: Ie4a76ddb1db8d45e32d64d13aca01a0b29b519d2

commit 561a32e9484dfd1da5ad60db64d671cab2d4ecd0
Author: Tor Lillqvist <tml at iki.fi>
Date:   Mon Sep 24 10:35:20 2012 +0300

    Check DISABLE_DYNLOADING, not just iOS
    
    Change-Id: I839137b19c802c45eed73bae57beac81973d8da3

commit 615ab2e737d577369575c0bde62ee00ae04011a6
Author: Tor Lillqvist <tml at iki.fi>
Date:   Mon Sep 24 10:33:48 2012 +0300

    Check DISABLE_DYNLOADING, not just iOS
    
    Change-Id: I56bed2cb5588fda364cf5a25ff9dff478f6a816a

commit 1b8d051e8d0c1f94e0bd9e9b87781579716f2c61
Author: Tor Lillqvist <tml at iki.fi>
Date:   Mon Sep 24 09:25:03 2012 +0300

    Use prefix in the DISABLE_DYNLOADING case
    
    Change-Id: I2d5055aaead79a2b5f3f649f4a23d9050329d218

commit 4bebfae02ed9a024e782c71c34a31772f42bef51
Author: Tor Lillqvist <tml at iki.fi>
Date:   Mon Sep 24 08:40:21 2012 +0300

    As far as I can see this function is unused
    
    Avoids duplicate symbol clash with the other function with an
    identical name and signature in sw/source/ui/uno/swdet2.cxx in the
    case of disable-dynloading.
    
    The IsDocShellRegistered() function used in
    sw/source/filter/basflt/iodetect.cxx presumably refers to the one in
    swdet2.cxx, as iodetect and swdet2 both go into the swd library, while
    fltini goes into the sw library.
    
    Change-Id: I2916f1698542679bf18abf9a7981fc32ef2d9829

commit cf4cb7b5c48b6e3b7b59350695f0542bbc93dcf8
Author: Tor Lillqvist <tml at iki.fi>
Date:   Fri Sep 21 14:33:25 2012 +0300

    There is no java_uno library to load in the disable-dynloading case on Android
    
    Change-Id: I350aeeb7fb1e00b201077883dd5fd601b42a626b

commit f5ef596a0b3992a5103c7ee992932c107a77c136
Author: Tor Lillqvist <tml at iki.fi>
Date:   Fri Sep 21 14:29:16 2012 +0300

    Need also uno_ext_getMapping for Java when DISABLE_DYNLOADING
    
    Change-Id: I65f09e54c80df4e96e24548692eeb3a57e1de517

commit c62b88f95ae556c8c5eca51321fa4f27d0281535
Author: Tor Lillqvist <tml at iki.fi>
Date:   Fri Sep 21 14:23:24 2012 +0300

    No juh library to load in the disable-dynloading case (on Android)
    
    Change-Id: I6a5eefe86e23499b555b34c6ba2ebe131e109304

commit f2c08c9a34b9f7e0230f91f456a0202578e268e0
Author: Tor Lillqvist <tml at iki.fi>
Date:   Fri Sep 21 09:15:34 2012 +0300

    WaE: format '%lx' expects 'long unsigned int', argument is 'void*'
    
    Change-Id: Id14a7be627502cb8aa2173f0206c84cd27fab2e6

commit 993d58eee3b5528b25311e3289f6c3f48234ae7f
Author: Tor Lillqvist <tml at iki.fi>
Date:   Thu Sep 20 14:19:46 2012 +0300

    Add some static goodness here, too, to avoid duplicate symbols
    
    Change-Id: Ie5e7aecd4f1c0e5b4dda9250ae755bf9210e048f

commit 6941181f3c3c03485489eb7afe9254cf6ae42e12
Author: Tor Lillqvist <tml at iki.fi>
Date:   Thu Sep 20 14:18:22 2012 +0300

    Avoid duplicate symbols when DISABLE_DYNLOADING for Android
    
    Change-Id: Iecd0ed802f6cc715ac77256bb4b49082b5976b4f

commit 16fb57880572f6c56f7c07fa5774f148a18f40fd
Author: Tor Lillqvist <tml at iki.fi>
Date:   Thu Sep 20 14:16:40 2012 +0300

    No need for the juh/juhx dance when DISABLE_DYNLOADING
    
    Change-Id: Ifc2bfb278947344d14b855ebf5527b603e333f15

commit 795dfe94d98d4be1806c5a531024e54cb1bd0e2b
Author: Tor Lillqvist <tml at iki.fi>
Date:   Thu Sep 20 14:05:17 2012 +0300

    Add some static goodness here, too
    
    Change-Id: I7de335925748b2cfe28a01f6975a630081b3172e

commit 821010ccb243c5e9162ef19c2d9349957a76f8af
Author: Tor Lillqvist <tml at iki.fi>
Date:   Thu Sep 20 13:56:26 2012 +0300

    Sprinkle some staticness to avoid duplicate symbols when DISABLE_DYNLOADING
    
    Change-Id: I9c5203400904902238c1f9a8f01338fdcf2904d8

commit dc09ffd50f60af9c117b41e99142e9f765901082
Author: Tor Lillqvist <tml at iki.fi>
Date:   Thu Sep 20 13:55:38 2012 +0300

    No point with component_canUnload when DISABLE_DYNLOADING
    
    Change-Id: I85016d1e70dbb5e499aefad568179800b5d00ab7

commit f9c13fbecf313f324a90f067e98226021c03504b
Author: Tor Lillqvist <tml at iki.fi>
Date:   Thu Sep 20 13:54:27 2012 +0300

    Sprinkle some staticness to avoid duplicate symbols when DISABLE_DYNLOADING
    
    Change-Id: I2d62eddb561baa28e320f7d89a8655d2806d7b10

commit 9d1ebebbd91a5ebd7c83900b78c32d5622f2b153
Author: Tor Lillqvist <tml at iki.fi>
Date:   Thu Sep 20 12:42:48 2012 +0300

    DISABLE_DYNLOADING magic also for the jni_uno environment
    
    Change-Id: I5e966a5734308381ad305b891ecfc830dc1419f6

commit 012bb5983a80996e2dbf9157555235bc17f94d58
Author: Tor Lillqvist <tml at iki.fi>
Date:   Wed Sep 19 12:59:43 2012 +0300

    Revert "More clash avoidance for DISABLE_DYNLOADING in general, not just iOS"
    
    Not needed after all, at least for DISABLE_DYNLOADING on Android,
    instead let's use the weak attribute for the problematic data.
    
    This reverts commit 769f3957c5c72f2952d6b8d0d1d811a6b19226ad.

commit 769f3957c5c72f2952d6b8d0d1d811a6b19226ad
Author: Tor Lillqvist <tml at iki.fi>
Date:   Tue Sep 18 20:26:44 2012 +0300

    More clash avoidance for DISABLE_DYNLOADING in general, not just iOS
    
    Change-Id: I1995d68a654a7eb56a46241ffa8946ce1e52761a

commit 63d6f0a6928c25354c329abebe6346b6768f70cc
Author: Tor Lillqvist <tml at iki.fi>
Date:   Fri Sep 14 15:56:20 2012 +0300

    GCC/Clang pragma dance
    
    Change-Id: If014a174b0f5b0795d845ee06310ab78dc152702

commit 1475e41fcfe6dadd2ecf9a181c37344ecb3edf1d
Author: Tor Lillqvist <tml at iki.fi>
Date:   Fri Sep 14 15:03:17 2012 +0300

    Include android-bootstrap.h for Android
    
    Change-Id: I022f7d450f66e1ff0fb4e4aedfebc16b83ad32b9

commit 762b88956f66b1b59cc4f5c1ad799ca7172e78e9
Author: Tor Lillqvist <tml at iki.fi>
Date:   Fri Sep 14 15:01:30 2012 +0300

    Adapt for DISABLE_DYNLOADING possibility also for Android
    
    Change-Id: Ie1ff96b6f58bf694b8d08a3316144becaaefe6d9

commit f56f38767b4c68e50c969b223149bb2a4a296c15
Author: Tor Lillqvist <tml at iki.fi>
Date:   Fri Sep 14 14:31:40 2012 +0300

    Adapt for DISABLE_DYNLOADING possibility also for Android
    
    Change-Id: Iecc8c35b5b2235bc3408f2ecf3969317ac8bf679

commit 37806ecbf99e4732f127f3ff4af3eeecc1bff74f
Author: Tor Lillqvist <tml at iki.fi>
Date:   Fri Sep 14 14:28:32 2012 +0300

    Adapt for DISABLE_DYNLOADING possibility also for Android
    
    Change-Id: I0d6f363ad4170bea804e53247f36a7954118a23d

commit 05a32f25a1abe9eb3cf3684ce2f3be83597e94db
Author: Tor Lillqvist <tml at iki.fi>
Date:   Fri Sep 14 14:15:55 2012 +0300

    Adapt for DISABLE_DYNLOADING instead of just iOS
    
    Change-Id: I26bc5d87725eb9ae00387e42e9a65ed26a8ec168

commit 806a4691513cc2eef39fb24f24e26d0a4d7cf37e
Author: Tor Lillqvist <tml at iki.fi>
Date:   Fri Sep 14 14:15:03 2012 +0300

    Adapt for DISABLE_DYNLOADING instead of just iOS
    
    Change-Id: I14d8bd5473197b50457cbdc509c211bba7231802

commit e8261751aab17f3c0bea973c6a96b89ad649f6c2
Author: Tor Lillqvist <tml at iki.fi>
Date:   Fri Sep 14 14:13:57 2012 +0300

    Adapt for DISABLE_DYNLOADING instead of just iOS
    
    Change-Id: I7dac78be5a1165ff5cdbd53fd02b907a4fa68a3b

commit 52a6905ad8c254e02efd9164eb41553f7f122d46
Author: Tor Lillqvist <tml at iki.fi>
Date:   Fri Sep 14 14:10:59 2012 +0300

    Adapt for DISABLE_DYNLOADING
    
    Change-Id: I0beb4dcf9051c678bde5d49b83cec697ab17c595

commit 70f43562cd0daec08e654992d89873ce88d156d9
Author: Tor Lillqvist <tml at iki.fi>
Date:   Fri Sep 14 14:07:29 2012 +0300

    Adapt for DISABLE_DYNLOADING possibility on Android
    
    Change-Id: I7fcea698c3d89c5b84b38a708502bcdf4526a614

commit 0e293d5f09cadc3fe547142691f6f8aa2651fae1
Author: Tor Lillqvist <tml at iki.fi>
Date:   Fri Sep 14 13:45:17 2012 +0300

    It seems gcc has -Waddress where Clang has -Wbool-conversions
    
    Change-Id: Ic5ddaf436592c1112cb9b3a1b36d2026caddf368



More information about the Libreoffice-commits mailing list