automake-commit
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Automake-commit] [SCM] GNU Automake branch, experimental/objc++, create


From: Stefano Lattarini
Subject: [Automake-commit] [SCM] GNU Automake branch, experimental/objc++, created. v1.12-32-g1b3ccfd
Date: Tue, 01 May 2012 13:31:00 +0000

This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "GNU Automake".

http://git.sv.gnu.org/gitweb/?p=automake.git;a=commitdiff;h=1b3ccfde106a8e5d1189c4083ece4f0bef88d271

The branch, experimental/objc++ has been created
        at  1b3ccfde106a8e5d1189c4083ece4f0bef88d271 (commit)

- Log -----------------------------------------------------------------
commit 1b3ccfde106a8e5d1189c4083ece4f0bef88d271
Author: Stefano Lattarini <address@hidden>
Date:   Tue May 1 15:04:37 2012 +0200

    objc, objc++: test support for compilation flags
    
    * t/objc-flags.sh, t/objcxx-flags.sh: New tests.
    * t/list-of-tests.mk: Add them.
    
    Co-authored-by: Peter Breitenlohner <address@hidden>
    Signed-off-by: Stefano Lattarini <address@hidden>

commit 95e77518be9d9ff3c7338e66485935205223e06c
Author: Peter Breitenlohner <address@hidden>
Date:   Mon Apr 30 16:11:03 2012 +0200

    objc, objc++: add stress test
    
    * t/objc-megademo.sh: New test, trying out a package using all
    of C, C++, Objective C and Objective C++ at the same time.
    * t/list-of-tests.mk: Add it.
    
    Signed-off-by: Stefano Lattarini <address@hidden>

commit bd8e6604793f9487d1763421902ebb023e7047ec
Author: Stefano Lattarini <address@hidden>
Date:   Mon Apr 30 15:17:13 2012 +0200

    objc, objc++: test automatic dependency tracking
    
    * t/objc-deps.sh, t/objcxx-deps.sh: New tests.
    * t/list-of-tests.mk: Add them.
    
    Signed-off-by: Stefano Lattarini <address@hidden>

commit 9c6913a4565eb5f08b00e8518971a9d31a09a74a
Author: Stefano Lattarini <address@hidden>
Date:   Mon Apr 30 14:30:42 2012 +0200

    objc: reorganize basic tests
    
    * t/objc.sh, t/objc2.sh: Removed, merged into ...
    * t/objc-basic.sh: ... this new test.
    * t/objcxx-basic.sh: Add reference to new sister test.
    * t/list-of-tests.mk: Update.
    
    Signed-off-by: Stefano Lattarini <address@hidden>

commit 1ee30ac0350ab7ead047d4f5454bacb139bd3a01
Author: Stefano Lattarini <address@hidden>
Date:   Mon Apr 30 14:17:44 2012 +0200

    objc++, objc: add first semantic tests
    
    * t/objcxx-minidemo.sh: New test.
    * t/objc-minidemo.sh: Likewise.
    * t/list-of-tests.mk: Add them.
    
    Co-authored-by: Peter Breitenlohner <address@hidden>
    Signed-off-by: Stefano Lattarini <address@hidden>

commit 8a5316578fabb3812fe7c22bfb7e333b2ae2b91e
Author: Peter Breitenlohner <address@hidden>
Date:   Fri Apr 27 01:00:27 2012 +0200

    objc++: add first basic test
    
    * t/objcxx-basic.sh: New test.
    * t/list-of-tests.mk: Add it.
    
    Signed-off-by: Peter Breitenlohner <address@hidden>
    Signed-off-by: Stefano Lattarini <address@hidden>

commit 6542254a9fbd32495f02317c3c84d406567a596f
Author: Stefano Lattarini <address@hidden>
Date:   Thu Apr 26 15:14:04 2012 +0200

    news: announce initial support for Objective C++
    
    Signed-off-by: Stefano Lattarini <address@hidden>

commit 401d4119f9854b7fc2965d9b31872348deea9316
Author: Peter Breitenlohner <address@hidden>
Date:   Thu Apr 26 15:12:39 2012 +0200

    objc++: test support for '.mm' suffix in _SOURCES entries
    
    * t/ext.sh: Enhance by adding a file with the '.mm' suffix in
    the 'foo_SOURCES' definition.
    * t/nodep2.sh: Likewise.
    
    Co-authored-by: Stefano Lattarini <address@hidden>
    Signed-off-by: Peter Breitenlohner <address@hidden>
    Signed-off-by: Stefano Lattarini <address@hidden>

commit 8becdd30e4923df4eca086a5447cf5ed3351cb4e
Author: Peter Breitenlohner <address@hidden>
Date:   Thu Apr 26 15:03:02 2012 +0200

    objc++: add documentation
    
    * doc/automake.texi (Objective C++ Support): New node.
    (How the Linker is Chosen, Support for Other Languages): Adjust.
    
    Signed-off-by: Peter Breitenlohner <address@hidden>
    Signed-off-by: Stefano Lattarini <address@hidden>

commit df306b52cbab029d1c54ac9724bae07428e21bff
Author: Peter Breitenlohner <address@hidden>
Date:   Thu Apr 26 15:01:23 2012 +0200

    objc++: initial support for Objective C++
    
    Original thread (dating back to almost three years ago):
    <http://lists.gnu.org/archive/html/automake-patches/2009-07/msg00016.html>
    
    * automake.in: Register new language 'objcxx'.
    (lang_objcxx_rewrite): New subroutine.
    (resolve_linker): Add OBJCXXLINK.
    (%_am_macro_for_cond): Add am__fastdepOBJCXX and AC_PROG_OBJCXX.
    (%_ac_macro_for_var): Add OBJCXX and OBJCXXFLAGS.
    * m4/depend.m4 (_AM_DEPENDENCIES): Add OBJCXX.
    * m4/init.m4 (AM_INIT_AUTOMAKE): Add AC_PROG_OBJCXX hook.
    
    Signed-off-by: Peter Breitenlohner <address@hidden>
    Signed-off-by: Stefano Lattarini <address@hidden>

-----------------------------------------------------------------------


hooks/post-receive
-- 
GNU Automake



reply via email to

[Prev in Thread] Current Thread [Next in Thread]