|
From: adrian <adr...@us...> - 2012-03-28 21:24:37
|
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 c496139d33538751811abd3b47eda7ee799c89c7 (commit)
via f167525349e0465117b09b10933fa4502b7d7975 (commit)
via a6440cb296f9fec179eee8639319ee32058ecc58 (commit)
via 30dd50c0529ccca56a98f514a718296f344090aa (commit)
via 71fcfda6c4f5dfddfbb506175ee78c52467e3683 (commit)
via bc2807a78fb1f94d9b3be1e04043f1770e5aad00 (commit)
from b41f1e46ce75d7f8748f921df7e1223d977b4d41 (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 c496139d33538751811abd3b47eda7ee799c89c7
Author: Adrian Prantl <ad...@ll...>
Date: Wed Mar 28 14:24:13 2012 -0700
added another sed rule for the '::' token
commit f167525349e0465117b09b10933fa4502b7d7975
Author: Adrian Prantl <ad...@ll...>
Date: Wed Mar 28 14:23:48 2012 -0700
* arity bugfix
* got rid of boost::regex to derive the filename, which surprisingly caused problems with the stack size
commit a6440cb296f9fec179eee8639319ee32058ecc58
Merge: 30dd50c b41f1e4
Author: Adrian Prantl <ad...@ll...>
Date: Wed Mar 28 13:26:19 2012 -0700
Merge branch 'master' of ssh://compose-hpc.git.sourceforge.net/gitroot/compose-hpc/compose-hpc
commit 30dd50c0529ccca56a98f514a718296f344090aa
Author: Adrian Prantl <ad...@ll...>
Date: Tue Mar 27 16:53:08 2012 -0700
many improvements for server-side chapel as needed for the contracts testcase
commit 71fcfda6c4f5dfddfbb506175ee78c52467e3683
Author: Adrian Prantl <ad...@ll...>
Date: Wed Mar 21 10:07:57 2012 -0700
re-introduced an object-oriented interface to the SIDL class hierarchy
commit bc2807a78fb1f94d9b3be1e04043f1770e5aad00
Author: Adrian Prantl <ad...@ll...>
Date: Tue Mar 20 09:59:26 2012 -0700
checkpoint: more work on implementing contracts and server-side Chapel
-----------------------------------------------------------------------
Summary of changes:
braid/Makefile.am | 10 +-
braid/Makefile.in | 131 ++++---
braid/braid/Makefile.include | 2 +-
braid/braid/braid.py | 12 +-
braid/braid/chapel/backend.py | 381 ++++++++++----------
braid/braid/chapel/cgen.py | 7 +-
braid/braid/chapel/conversions.burg | 37 ++-
braid/braid/chapel/makefile.py | 10 +-
braid/braid/codegen.py | 2 +
braid/braid/ior_template.py | 525 +++++++++++++++------------
braid/braid/sidl.def | 82 +---
braid/braid/sidl.py | 83 ++---
braid/braid/sidl_oop.py | 152 --------
braid/braid/sidl_symbols.py | 127 +++----
braid/braid/sidlobjects.py | 259 +++++++++++++
braid/doc/braid.1 | 2 +-
braid/regression/interop/Makefile.include | 61 +++-
braid/regression/interop/build-client.sh.in | 76 +++--
braid/regression/interop/build-server.sh.in | 5 +-
rote/minitermite/src/TermToRose.C | 23 +-
rote/stratego/examples/basic/run.sh | 4 +-
21 files changed, 1076 insertions(+), 915 deletions(-)
delete mode 100644 braid/braid/sidl_oop.py
create mode 100644 braid/braid/sidlobjects.py
hooks/post-receive
--
compose-hpc
|