From: adrian <adr...@us...> - 2012-03-16 00:27:00
|
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 597f43792b2d103b8b09112689ef21b8614be42e (commit) via 01206294d1cd5af0d20c98402dac000e0045fb59 (commit) via d7ba3ea8bfb84ac5eabd178624b59f7b65f57e99 (commit) via 262b93fba204499e34c2e4e173643c4d7b96229c (commit) via 82269c9e6c56441d2425f69a78e5c3067fd1ba57 (commit) via 013dfb37759ec77b9693df67fcb09c7e6d7dd3a8 (commit) via 506c65ca96a1c2062171575a7ed153fe74939259 (commit) via f2ed19ec8c87db0b7e95b0f266ac49af0963b5c8 (commit) via d81748f45e1004edfdfbcc1f81628fdd6972bc87 (commit) via 21af59fd187cc24181c2de714236d0891257401d (commit) via 718a7081bd7ed561a0169a9bd32df86afa666a38 (commit) via 71de273442dd9fd42c171570d254c6670a1fe87c (commit) via 56de2eefa081ab89fb387f4ea53c2ed627aaf436 (commit) via c726cf2d77031c3304f84030b9070d84e3ab0592 (commit) via b77fb828735359e4e4aae2e48a34ab3f223f1245 (commit) from bc47ce62efbe57fff7098a9580f8cfed6d087d27 (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 597f43792b2d103b8b09112689ef21b8614be42e Author: Adrian Prantl <ad...@ll...> Date: Thu Mar 15 17:26:00 2012 -0700 braid frontend now passes other languages through to babel commit 01206294d1cd5af0d20c98402dac000e0045fb59 Author: Adrian Prantl <ad...@ll...> Date: Thu Mar 15 16:54:08 2012 -0700 generate sepv initialization in the skeleton commit d7ba3ea8bfb84ac5eabd178624b59f7b65f57e99 Author: Adrian Prantl <ad...@ll...> Date: Thu Mar 15 14:15:33 2012 -0700 implemented template declarations and instantiations commit 262b93fba204499e34c2e4e173643c4d7b96229c Author: Adrian Prantl <ad...@ll...> Date: Mon Mar 12 16:02:58 2012 -0700 sync with latest SATIrE/Rose commit 82269c9e6c56441d2425f69a78e5c3067fd1ba57 Author: Adrian Prantl <ad...@ll...> Date: Thu Mar 8 17:08:49 2012 -0800 all classes in an impl file are now generated in one package module commit 013dfb37759ec77b9693df67fcb09c7e6d7dd3a8 Author: Adrian Prantl <ad...@ll...> Date: Thu Mar 8 16:13:55 2012 -0800 IOR.c : generate __init and __fini commit 506c65ca96a1c2062171575a7ed153fe74939259 Author: Adrian Prantl <ad...@ll...> Date: Wed Mar 7 14:29:19 2012 -0800 IOR: ported the Babel cast functions generator grammars: added new isinstance-type functions commit f2ed19ec8c87db0b7e95b0f266ac49af0963b5c8 Author: Adrian Prantl <ad...@ll...> Date: Mon Mar 5 11:57:59 2012 -0800 improved splicing mechanism commit d81748f45e1004edfdfbcc1f81628fdd6972bc87 Author: Adrian Prantl <ad...@ll...> Date: Mon Mar 5 10:57:46 2012 -0800 termite bugfixes from ROSE commit 21af59fd187cc24181c2de714236d0891257401d Author: Adrian Prantl <ad...@ll...> Date: Mon Mar 5 10:57:17 2012 -0800 fix a couple of things exposed by distcheck commit 718a7081bd7ed561a0169a9bd32df86afa666a38 Author: Adrian Prantl <ad...@ll...> Date: Thu Mar 1 15:06:10 2012 -0800 fixed the --with-analysis-results switch commit 71de273442dd9fd42c171570d254c6670a1fe87c Author: Adrian Prantl <ad...@ll...> Date: Thu Mar 1 14:53:12 2012 -0800 bugfixes commit 56de2eefa081ab89fb387f4ea53c2ed627aaf436 Author: Adrian Prantl <ad...@ll...> Date: Thu Mar 1 14:52:53 2012 -0800 layout commit c726cf2d77031c3304f84030b9070d84e3ab0592 Author: Adrian Prantl <ad...@ll...> Date: Thu Mar 1 14:52:37 2012 -0800 fix layout Signed-off-by: Adrian Prantl <ad...@ll...> commit b77fb828735359e4e4aae2e48a34ab3f223f1245 Author: Adrian Prantl <ad...@ll...> Date: Tue Feb 28 10:42:26 2012 -0800 formatting ----------------------------------------------------------------------- Summary of changes: braid/BUGS | 1 + braid/Doxyfile.in | 3 +- braid/INSTALL | 7 +- braid/README | 24 +- braid/braid/Makefile.include | 3 +- braid/braid/braid.py | 12 +- braid/braid/chapel/backend.py | 167 +++-- braid/braid/chapel/cgen.py | 2 +- braid/braid/chapel/conversions.burg | 2 + braid/braid/gramola.pl | 39 +- braid/braid/ior_template.py | 834 ++++++++++++++++----- braid/braid/ir.py | 386 ++++++++++ braid/braid/parse_tree.py | 2 +- braid/braid/rote2braid.py | 46 +- braid/braid/sidl.def | 70 ++- braid/braid/sidl.py | 418 ++++++++++- braid/braid/sidl_symbols.py | 71 ++- braid/braid/splicer.py | 69 +- braid/configure | 29 + braid/configure.ac | 10 +- braid/doc/braid.1 | 18 +- rote/minitermite/configure.ac | 3 + rote/minitermite/doc/src2term.1 | 8 +- rote/minitermite/doc/term2src.1 | 2 +- rote/minitermite/src/RoseEnums.C | 79 ++- rote/minitermite/src/RoseToTerm.C | 78 ++- rote/minitermite/src/TermToRose.C | 167 ++++- rote/minitermite/src/minitermite/PrologAtom.h | 3 +- rote/minitermite/src/minitermite/PrologCompTerm.h | 92 ++- rote/minitermite/src/minitermite/PrologInt.h | 6 +- rote/minitermite/src/minitermite/PrologList.h | 29 +- rote/minitermite/src/minitermite/PrologTerm.h | 27 +- rote/minitermite/src/minitermite/RoseEnums.h | 63 +- rote/minitermite/src/minitermite/RoseToTerm.h | 18 + rote/minitermite/src/minitermite/TermPrinter.h | 12 +- rote/minitermite/src/minitermite/TermToRose.h | 18 +- rote/minitermite/src/termite/astproperties.pl | 4 +- rote/minitermite/src/termite/asttransform.pl | 50 +- rote/minitermite/src/termite/astwalk.pl | 12 +- 39 files changed, 2360 insertions(+), 524 deletions(-) hooks/post-receive -- compose-hpc |