From: adrian <adr...@us...> - 2012-01-06 19:44:17
|
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 3a58323f8f3f9248e6553b93396461238593d1c9 (commit) via e4c3812d78dc8ee01d95f8a0626f5278fbf89f4f (commit) via 8bb2eea396f8734b831ff9cce33fe7c15e99456f (commit) via 72a68cea47e5a78b796a962455c036a98ff206e2 (commit) via 0b71b0f80127ecc23a0c271a0eae4401c0cbd924 (commit) via a82bdb16ae6d13d4e232b6babb8561e188e59b29 (commit) from 6f908028cc95a43d5e3364839e033c1c7cd74ec9 (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 3a58323f8f3f9248e6553b93396461238593d1c9 Author: Adrian Prantl <ad...@ll...> Date: Fri Jan 6 11:42:44 2012 -0800 rudimentary SIDL struct support in chapel commit e4c3812d78dc8ee01d95f8a0626f5278fbf89f4f Author: Adrian Prantl <ad...@ll...> Date: Wed Jan 4 16:24:56 2012 -0800 fix parser for rarrays as struct items commit 8bb2eea396f8734b831ff9cce33fe7c15e99456f Author: Adrian Prantl <ad...@ll...> Date: Wed Jan 4 14:59:53 2012 -0800 Fix bug in register replacement commit 72a68cea47e5a78b796a962455c036a98ff206e2 Author: Adrian Prantl <ad...@ll...> Date: Mon Jan 2 15:49:58 2012 -0800 more configure improvements commit 0b71b0f80127ecc23a0c271a0eae4401c0cbd924 Author: Adrian Prantl <ad...@ll...> Date: Mon Jan 2 15:46:01 2012 -0800 more ROSE compatibility commit a82bdb16ae6d13d4e232b6babb8561e188e59b29 Author: Adrian Prantl <ad...@ll...> Date: Mon Jan 2 10:58:02 2012 -0800 fix check for missing SWI-Prolog ----------------------------------------------------------------------- Summary of changes: braid/Makefile.am | 5 +- braid/Makefile.in | 18 +- braid/braid/chapel/backend.py | 161 ++++-- braid/braid/chapel/cgen.py | 99 ++-- braid/braid/chapel/conversions.burg | 18 +- braid/braid/codegen.py | 161 +++--- braid/braid/patmat.py | 4 +- braid/braid/sidl_parser.py | 36 +- braid/braid/sidl_symbols.py | 12 +- braid/configure | 735 ++++++++++++------------- braid/configure.ac | 6 +- braid/regression/interop/Makefile.include | 17 +- rote/minitermite/configure.ac | 4 +- rote/minitermite/src/RoseToTerm.C | 1 - rote/minitermite/src/termite/Cgrammar.pl | 46 +- rote/minitermite/src/termite/astproperties.pl | 34 +- 16 files changed, 702 insertions(+), 655 deletions(-) hooks/post-receive -- compose-hpc |