From: adrian <adr...@us...> - 2012-02-28 16:55:33
|
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 "compose-hpc". The branch, master has been updated via bc47ce62efbe57fff7098a9580f8cfed6d087d27 (commit) via e99ec2bc62d11f0936e861385f0742135c8c6252 (commit) via 784db06f78eb47ac1d1f012764cf7995229f1ce1 (commit) via 4faf1a6aacad294711192daca8cd4f9893d0a57d (commit) via d4bf12fd91064426e264e12cfbb2f7d4f7136707 (commit) from 71d7f9c725f7f5a470bfd067253875f4481ea9ae (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit bc47ce62efbe57fff7098a9580f8cfed6d087d27 Merge: e99ec2b 71d7f9c Author: Adrian Prantl <ad...@ll...> Date: Tue Feb 28 08:54:26 2012 -0800 Merge branch 'master' of ssh://compose-hpc.git.sourceforge.net/gitroot/compose-hpc/compose-hpc commit e99ec2bc62d11f0936e861385f0742135c8c6252 Author: Adrian Prantl <ad...@ll...> Date: Tue Feb 28 08:54:05 2012 -0800 make sure that there is a closing '.' at the end of the stratego output this fixes BUG 3493517 commit 784db06f78eb47ac1d1f012764cf7995229f1ce1 Author: Adrian Prantl <ad...@ll...> Date: Mon Feb 27 16:14:55 2012 -0800 remove useless code commit 4faf1a6aacad294711192daca8cd4f9893d0a57d Author: Adrian Prantl <ad...@ll...> Date: Mon Feb 27 16:14:34 2012 -0800 added a 'hello world'-quality version of a ROTE IR -> BRAID IR converter commit d4bf12fd91064426e264e12cfbb2f7d4f7136707 Author: Adrian Prantl <ad...@ll...> Date: Mon Feb 27 16:13:04 2012 -0800 some more documentation ----------------------------------------------------------------------- Summary of changes: braid/Makefile.in | 14 ++- braid/braid/Makefile.include | 3 +- braid/braid/braid.py | 9 +- braid/braid/codegen.py | 10 +-- braid/braid/ir.def | 4 + braid/braid/ir.py | 38 +++++++ braid/braid/parse_tree.py | 56 ++++++++-- braid/braid/{braid.in => rote2braid.in} | 2 +- braid/braid/rote2braid.py | 118 +++++++++++++++++++++ braid/braid/sidl_parser.py | 2 +- braid/configure | 4 +- braid/configure.ac | 1 + rote/minitermite/src/TermToRose.C | 10 +-- rote/minitermite/src/minitermite/PrologCompTerm.h | 2 +- rote/minitermite/src/minitermite/RoseEnums.h | 3 +- rote/minitermite/src/src2term.C | 6 +- rote/stratego/examples/basic/run.sh | 1 + rote/stratego/examples/identity/run.sh | 1 + 18 files changed, 243 insertions(+), 41 deletions(-) copy braid/braid/{braid.in => rote2braid.in} (80%) create mode 100644 braid/braid/rote2braid.py hooks/post-receive -- compose-hpc |