[Top][All Lists]
[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-g2127527 |
Date: |
Thu, 03 May 2012 13:16:56 +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=21275279abc9b5d359fc8c1175b0c34d2fa1660b
The branch, experimental/ng/var-simplify has been created
at 21275279abc9b5d359fc8c1175b0c34d2fa1660b (commit)
- Log -----------------------------------------------------------------
commit 21275279abc9b5d359fc8c1175b0c34d2fa1660b
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 84d221bdcc521c776f2a55f6dbe21c3efc3b1b2a
Author: Stefano Lattarini <address@hidden>
Date: Thu May 3 14:48:18 2012 +0200
xxx:merge with "vars: simplify logic for appending conditionally"
Signed-off-by: Stefano Lattarini <address@hidden>
commit 3fef43fb4c9321dd49cb8afbb32cf7a6004f5d67
Author: Stefano Lattarini <address@hidden>
Date: Thu May 3 14:30:48 2012 +0200
xxx: enhance test
Signed-off-by: Stefano Lattarini <address@hidden>
commit d0f68cf8ac457eae9d8dad2fecdac9922c342f41
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 5b552d0e2e6324337df6d3ec0921c33f7101466a
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 864bb163db28df8a4c02bec34f45cef4308ddaed
Author: Stefano Lattarini <address@hidden>
Date: Thu May 3 01:08:29 2012 +0200
refactor: comments only for VarDef, no ItemDef
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 458cd01ff24b59892ededacc3ea11ff85bc9071b
Author: Stefano Lattarini <address@hidden>
Date: Thu May 3 00:46:30 2012 +0200
don't sort value of variables
Get rid of basically-unused variable type 'VAR_SORTED'.
Signed-off-by: Stefano Lattarini <address@hidden>
commit bd0ead092e060f1bf3c2f95587a4bae7e2b6830c
Author: Stefano Lattarini <address@hidden>
Date: Thu May 3 13:32:25 2012 +0200
tests: we cannot append to undefined variables in Automake, but want to
This will mimic the behaviour of GNU make (see the test case
't/spy-var-append.sh'). Very likely, it will 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 029991a220b1154a59390f37650130f76ed68d34
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
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Automake-commit] [SCM] GNU Automake branch, experimental/ng/var-simplify, created. v1.12-153-g2127527,
Stefano Lattarini <=