[Libreoffice-commits] core.git: Changes to 'private/llunak/mailmerge'

Luboš Luňák l.lunak at collabora.com
Tue Oct 7 07:55:55 PDT 2014


New branch 'private/llunak/mailmerge' available with the following commits:
commit 9b52ce7d88ae613927f33816e4f994d21dc4ded8
Author: Luboš Luňák <l.lunak at collabora.com>
Date:   Tue Oct 7 12:18:02 2014 +0200

    use -> with pointers
    
    Change-Id: I0df4775931e8e0b289a63afd501efaaf079302fe

commit 1cb5b24a472c75bcabe63fb01c6a98222a98a1d1
Author: Luboš Luňák <l.lunak at collabora.com>
Date:   Tue Oct 7 12:10:26 2014 +0200

    error: comparison between pointer and integer
    
    Change-Id: Id8a4bb17bb742524012d44abdb6c24b8fe739329

commit 1ca26e75ebb77c46a329be331ab82a3ae1759486
Author: Stephan Bergmann <sbergman at redhat.com>
Date:   Mon Jul 8 13:40:12 2013 +0200

    error: comparison between pointer and integer (Clang trunk towards 3.4)
    
    ...the check in itga.cxx was useless anyway, as new[] does not return null.
    
    Change-Id: I4de5a46e14a83ab134d0a098a62748e909dc9c00

commit 664fb00dedbb56f18957b5671b2888ff00aa57e7
Author: Stephan Bergmann <sbergman at redhat.com>
Date:   Mon Jul 8 16:54:27 2013 +0200

    error: friend declaration specifying a default argument must be a definition
    
    ...(Clang trunk towards 3.4); this appears to be specific to C++11, which added at
    the end of 8.3.6/4 [dcl.fct.default]:  "If a friend declaration specifies a default
    argument expression, that declaration shall be a definition and shall be the only
    declaration of the function or function template in the translation unit."
    
    Change-Id: I750c60a2206d7af41322ebb31aa6deca2491067f

commit 6c7c6d18eee2f2697b79efe6986ec9d8bf6052a1
Author: Stephan Bergmann <sbergman at redhat.com>
Date:   Thu Jun 20 15:58:58 2013 +0200

    ...and similarly for __cxa_allocate_exception and __cxa_throw
    
    Conflicts:
    	configure.ac
    
    Change-Id: I87ae299aac97180f0587c553d85b051decca155c

commit 5a455acbecc0d56f9086de79fb3557de41711368
Author: Stephan Bergmann <sbergman at redhat.com>
Date:   Thu Jun 20 13:57:45 2013 +0200

    Clean up declaration of __cxa_get_globals
    
    At least Clang trunk towards 3.4 now rejects incompatible declarations of the
    same extern "C" function in different namespaces, so that trick of getting at
    the function that is exported by libstdc++ but only rudimentarily if at all
    exposed in cxxabi.h no longer worked.
    
    TODO: This change should be reflected in any other bridges where it is relevant,
    too.
    
    Conflicts:
    	configure.ac
    
    Change-Id: Ie3ccbdb7d75cc98636d02c0435958532620724f2



More information about the Libreoffice-commits mailing list