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 46c8461771ddade25d9f286867ff619fff11a2f5 (commit)
via 71bda693f272d40273c4b849d8f311cc8feaac1a (commit)
via 085291e0c3016ddceefb713f6baa5184d1fbafab (commit)
via 1bab209edbe73f01ea8a538c5cf268609bd8e95e (commit)
via 6580e337ef7789fdd5679aebf8df67f01c4d868f (commit)
via 8ab9768eed3066f33a5805d21727d296772fdc20 (commit)
via 3a17b3daca7d924103048c15446a34d157d91e78 (commit)
via 8f175cce79f2fa704602af0b1f99a41e0c142e4d (commit)
via e34fb15336b7919a2aeda4a57286fed4b570113f (commit)
via 15645d205fe0382c988817cd41a8f4a916ff4ee4 (commit)
via 13cb8564108e2deccb33051b8fca8ae68838eedf (commit)
via 92306ef92e61f2de745691079f46c2a95cdc0ed5 (commit)
from e602f41a85c42a6f0ca60029e5e8aad724de1584 (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 46c8461771ddade25d9f286867ff619fff11a2f5
Author: Adrian V. Prantl <pr...@an...>
Date: Wed Jul 11 11:05:04 2012 -0700
updated build script
commit 71bda693f272d40273c4b849d8f311cc8feaac1a
Author: Adrian V. Prantl <pr...@an...>
Date: Wed Jul 11 11:04:52 2012 -0700
configurable argv[0]
commit 085291e0c3016ddceefb713f6baa5184d1fbafab
Author: Adrian V. Prantl <pr...@an...>
Date: Wed Jul 11 11:04:41 2012 -0700
fixed patching
commit 1bab209edbe73f01ea8a538c5cf268609bd8e95e
Author: Adrian V. Prantl <pr...@an...>
Date: Mon Jul 9 16:03:12 2012 -0700
r4emove unnecessary initialization
commit 6580e337ef7789fdd5679aebf8df67f01c4d868f
Author: Adrian V. Prantl <pr...@an...>
Date: Mon Jul 9 16:02:51 2012 -0700
fix parent epv generation
commit 8ab9768eed3066f33a5805d21727d296772fdc20
Merge: 3a17b3d e602f41
Author: Adrian V. Prantl <pr...@an...>
Date: Mon Jul 9 11:39:24 2012 -0700
Merge branch 'master' of ssh://compose-hpc.git.sourceforge.net/gitroot/compose-hpc/compose-hpc
commit 3a17b3daca7d924103048c15446a34d157d91e78
Merge: 8f175cc c2de51c
Author: Adrian V. Prantl <pr...@an...>
Date: Mon Jul 9 11:36:44 2012 -0700
Merge branch 'master' of ssh://compose-hpc.git.sourceforge.net/gitroot/compose-hpc/compose-hpc
commit 8f175cce79f2fa704602af0b1f99a41e0c142e4d
Author: Adrian V. Prantl <pr...@an...>
Date: Mon Jul 9 11:36:30 2012 -0700
add debug flags
commit e34fb15336b7919a2aeda4a57286fed4b570113f
Author: Adrian V. Prantl <pr...@an...>
Date: Mon Jul 9 11:36:22 2012 -0700
drop redundant this argument from chapel code
commit 15645d205fe0382c988817cd41a8f4a916ff4ee4
Author: Adrian V. Prantl <pr...@an...>
Date: Mon Jul 9 11:36:07 2012 -0700
fix function signatures
set exception to null by default in implementations
commit 13cb8564108e2deccb33051b8fca8ae68838eedf
Author: Adrian V. Prantl <pr...@an...>
Date: Mon Jul 9 09:32:48 2012 -0700
make f() -> f(void) in C code
commit 92306ef92e61f2de745691079f46c2a95cdc0ed5
Author: Adrian V. Prantl <pr...@an...>
Date: Mon Jul 9 09:32:32 2012 -0700
make babel exceotion argument opaque again to keep chapel from dereferencing null pointers
-----------------------------------------------------------------------
Summary of changes:
braid/braid/chapel/backend.py | 34 +-
braid/braid/chapel/cgen.py | 13 +-
braid/braid/codegen.py | 8 +
braid/braid/ior_template.py | 4 +-
braid/chapel-patches/0011-split-chpl_gen_main.diff | 4 +-
braid/doc/braid.1 | 2 +-
braid/doc/users_guide.html | 6 +-
braid/examples/build-scripts/build-chapel.sh | 6 +-
.../{GNUmakefile => GNUmakefile~} | 27 +-
.../GNUmakefile | 32 +-
braid/examples/parallel-chpl-lib/babel.make | 3 +
.../libhello}/GNUmakefile | 19 +-
.../examples/parallel-chpl-lib/libhello/babel.make | 8 +
braid/patch-chapel-compiler.sh.in | 1 +
braid/regression/interop/tests.mk | 3465 +-------------------
15 files changed, 94 insertions(+), 3538 deletions(-)
copy braid/examples/lulesh/cxx-pgas-experiement/{GNUmakefile => GNUmakefile~} (83%)
copy braid/examples/{lulesh/cxx-pgas-experiement => parallel-chpl-lib}/GNUmakefile (86%)
create mode 100644 braid/examples/parallel-chpl-lib/babel.make
copy braid/examples/{lulesh/cxx-pgas-experiement/libpgas => parallel-chpl-lib/libhello}/GNUmakefile (95%)
create mode 100644 braid/examples/parallel-chpl-lib/libhello/babel.make
hooks/post-receive
--
compose-hpc
|