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/ng/var-simplif


From: Stefano Lattarini
Subject: [Automake-commit] [SCM] GNU Automake branch, experimental/ng/var-simplify, created. v1.12-153-gb14c0e0
Date: Fri, 04 May 2012 01:50:49 +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=b14c0e091e2b30b08ccbcf56cf70bcc982e94b04

The branch, experimental/ng/var-simplify has been created
        at  b14c0e091e2b30b08ccbcf56cf70bcc982e94b04 (commit)

- Log -----------------------------------------------------------------
commit b14c0e091e2b30b08ccbcf56cf70bcc982e94b04
Author: Stefano Lattarini <address@hidden>
Date:   Thu May 3 15:08:39 2012 +0200

    vars: keep track of conditionals in appended values and comments
    
    Refactor only needed by later changes.
    
    Signed-off-by: Stefano Lattarini <address@hidden>

commit 785aef220bc46274f6e4e07512533b0171e1f5ad
Author: Stefano Lattarini <address@hidden>
Date:   Thu May 3 12:00:35 2012 +0200

    vars: simplify logic for appending conditionally
    
    This will make the generated Makefiles more bloated, but that's OK,
    since further refactorings will change the format used to output
    conditional variables extending, and the resulting Makefiles will
    once again be smaller (and quite cleaner).
    
    Signed-off-by: Stefano Lattarini <address@hidden>

commit 76c3c703e952959012c4c7da7ab57bcd60e8f27a
Author: Stefano Lattarini <address@hidden>
Date:   Thu May 3 10:14:38 2012 +0200

    VarDef: store comments and values as a perl array
    
    This is a preparatory refactoring in view of a planned change to
    how the definitions of make variables augmented with '+=' are
    displayed
    
    Signed-off-by: Stefano Lattarini <address@hidden>

commit 251113d3e69ffc90c0df670b46d764b018147b6d
Author: Stefano Lattarini <address@hidden>
Date:   Thu May 3 01:08:29 2012 +0200

    refactor: support comments only for VarDef, not for ItemDef too
    
    Comments are actually only handled and used for variable definitions,
    so no point in handling it also for rule definitions.  And this will
    simplify our next step where we change how variable definitions (and
    related comments) are stored and displayed.
    
    Signed-off-by: Stefano Lattarini <address@hidden>

commit 968c006821775f4633051f0e3f204ab2ed0632f8
Author: Stefano Lattarini <address@hidden>
Date:   Thu May 3 15:49:06 2012 +0200

    vars: get rid of VAR_SILENT type
    
    Signed-off-by: Stefano Lattarini <address@hidden>

commit 6deac7c2c29fadaf0132956e34b566f8638d6df8
Author: Stefano Lattarini <address@hidden>
Date:   Thu May 3 00:46:30 2012 +0200

    vars: get rid of VAR_SORTED type
    
    It's basically unused, and the tiny cosmetic enhancements it offers
    are not worth the complication of having yet another variable type.
    
    Signed-off-by: Stefano Lattarini <address@hidden>

commit 17ad98dd6000b55e8f3c863af35f8ad3484daf8e
Author: Stefano Lattarini <address@hidden>
Date:   Thu May 3 13:32:25 2012 +0200

    tests: Automake should let us append to undefined variables
    
    This is not the case, mostly for historical reason.  However, allowing
    that would mimic the behaviour of GNU make more closely (see the test
    case 't/spy-var-append.sh').  Very likely, it would also simplify the
    implementation.
    
    * t/var-undef-append.sh: New test, still failing.
    * Makefile.am (XFAIL_TESTS): Add it.
    
    Signed-off-by: Stefano Lattarini <address@hidden>

commit 2cb2b3d336895eaa73f85a4fc43a38ccfd5dff8d
Author: Stefano Lattarini <address@hidden>
Date:   Thu May 3 12:36:33 2012 +0200

    tests: spy behaviour of '+=' with GNU make
    
    * t/spy-var-append.sh: New test.
    
    Signed-off-by: Stefano Lattarini <address@hidden>

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


hooks/post-receive
-- 
GNU Automake



reply via email to

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