|
From: Tom E. <tep...@us...> - 2013-02-12 16:52:59
|
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 e97848472c232cc053e5cbc946dd7bc6e90c166b (commit)
via 807befe6d9ceed38663a446b037fc10569f5a023 (commit)
via e1463698aff5a00c75af59231a769a2593fb7060 (commit)
via b03b3db8a65836741f46119dda48d7d41d7e4795 (commit)
from 4676d73078fb1185871bfd1993ad3a1f08ad4f5d (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 e97848472c232cc053e5cbc946dd7bc6e90c166b
Merge: 807befe 4676d73
Author: Tom Epperly <epp...@ll...>
Date: Tue Feb 12 08:51:38 2013 -0800
Merge branch 'master' of ssh://compose-hpc.git.sourceforge.net/gitroot/compose-hpc/compose-hpc
commit 807befe6d9ceed38663a446b037fc10569f5a023
Author: Tom Epperly <epp...@ll...>
Date: Tue Feb 12 08:50:55 2013 -0800
Rename sidl.def & sidl.py to sidlir.def & sidlir.py. This avoids a name conflict between Babel's sidl.py and Braid's sidl.py
commit e1463698aff5a00c75af59231a769a2593fb7060
Author: Tom Epperly <epp...@ll...>
Date: Mon Feb 11 15:57:00 2013 -0800
Change bug reporting email address to com...@ll...
commit b03b3db8a65836741f46119dda48d7d41d7e4795
Author: Tom Epperly <epp...@ll...>
Date: Mon Feb 11 13:16:46 2013 -0800
Commit changes required to compile on tux316 (a Fedora Core) machine.
-----------------------------------------------------------------------
Summary of changes:
braid/Makefile.in | 1256 ++++----
braid/README | 2 +-
braid/aclocal.m4 | 151 +-
braid/braid/Makefile.include | 10 +-
braid/braid/babel.py | 82 +-
braid/braid/backend.py | 76 +-
braid/braid/braid.py | 2 +-
braid/braid/burg.py | 4 +-
braid/braid/chapel/chpl.py | 10 +-
braid/braid/chapel/chpl_backend.py | 72 +-
braid/braid/chapel/chpl_code.py | 24 +-
braid/braid/chapel/chpl_conversions.burg | 19 +-
braid/braid/chapel/chpl_makefile.py | 2 +-
braid/braid/codegen.py | 100 +-
braid/braid/config.py.in | 2 +-
braid/braid/gramola.pl | 2 +-
braid/braid/ior.py | 6 +-
braid/braid/ior_template.py | 150 +-
braid/braid/ir.def | 4 +-
braid/braid/ir.py | 2 +-
braid/braid/parse_tree.py | 2 +-
braid/braid/patmat.py | 2 +-
braid/braid/rote2braid.py | 2 +-
braid/braid/scanner.l | 2 +-
braid/braid/sidl.py | 3725 --------------------
braid/braid/sidl_parser.py | 138 +-
braid/braid/sidl_symbols.py | 82 +-
braid/braid/sidl_token.py | 2 +-
braid/braid/{sidl.def => sidlir.def} | 4 +-
braid/braid/sidlobjects.py | 70 +-
braid/braid/splicer.py | 2 +-
braid/braid/upc/upc.py | 8 +-
braid/braid/upc/upc_backend.py | 58 +-
braid/braid/upc/upc_code.py | 4 +-
braid/braid/upc/upc_conversions.burg | 8 +-
braid/braid/upc/upc_makefile.py | 2 +-
braid/braid/utils.py | 2 +-
braid/config/config.guess | 259 +-
braid/config/config.sub | 204 +-
braid/config/depcomp | 190 +-
braid/config/install-sh | 29 +-
braid/config/ltmain.sh | 95 +-
braid/config/missing | 53 +-
braid/config/py-compile | 51 +-
braid/config/texinfo.tex | 2100 ++++++++----
braid/config/ylwrap | 34 +-
braid/configure | 578 ++--
braid/doc/braid.1 | 69 +-
braid/doc/users_guide.html | 12 +-
braid/examples/sandbox/hpl/libChpl/sidl.chpl | 2 +-
braid/examples/sandbox/ptrans/libChpl/sidl.chpl | 2 +-
braid/examples/sandbox/ptrans/runChpl/sidl.chpl | 2 +-
braid/m4/libtool.m4 | 271 ++-
braid/m4/ltoptions.m4 | 19 +-
braid/m4/ltversion.m4 | 10 +-
braid/regression/interop/build-client.sh.in | 16 +-
.../interop/struct/runChapel/structtest.chpl | 20 +-
braid/regression/interop/tests.mk | 2 +-
58 files changed, 3744 insertions(+), 6363 deletions(-)
delete mode 100644 braid/braid/sidl.py
rename braid/braid/{sidl.def => sidlir.def} (99%)
mode change 100755 => 100644 braid/config/ltmain.sh
hooks/post-receive
--
compose-hpc
|