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 bf30055a916c5fe9183b7f65d16ebc84b0b3ece4 (commit)
via f1a7a3326d9f0a5698693b67d571ba06005e1548 (commit)
via 48b8bd41b08363ab227b788c8e1b8b9b661e2ab0 (commit)
via 84e052a819f659aba875e2467b5edc9b00608db0 (commit)
via f4a840573b44b45b07cf8aacf2588eabc3aaf35f (commit)
via e2add8f7ae80f03f75b419a1dc122baf484b6810 (commit)
from 4d2b5cd8485da362febebfa9eeea3f46e20746c6 (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 bf30055a916c5fe9183b7f65d16ebc84b0b3ece4
Author: Adrian Prantl <ad...@ll...>
Date: Tue Jun 5 17:08:01 2012 -0700
generic array implementation: sidl.Array now has a dedicated member .generic
commit f1a7a3326d9f0a5698693b67d571ba06005e1548
Merge: 48b8bd4 4d2b5cd
Author: Adrian Prantl <ad...@ll...>
Date: Tue Jun 5 08:53:40 2012 -0700
Merge branch 'master' of ssh://compose-hpc.git.sourceforge.net/gitroot/compose-hpc/compose-hpc
commit 48b8bd41b08363ab227b788c8e1b8b9b661e2ab0
Author: Adrian Prantl <ad...@ll...>
Date: Tue Jun 5 08:53:00 2012 -0700
various build system improvements
commit 84e052a819f659aba875e2467b5edc9b00608db0
Author: Adrian Prantl <ad...@ll...>
Date: Tue Jun 5 08:52:45 2012 -0700
checkpoint: contracts Chapel client compiles now
- redesigned sidl.Array interface to contain both a pointer to the IOR and a borrowed chapel array
commit f4a840573b44b45b07cf8aacf2588eabc3aaf35f
Author: Adrian Prantl <ad...@ll...>
Date: Thu May 31 11:43:36 2012 -0700
minitermite version 1.1
commit e2add8f7ae80f03f75b419a1dc122baf484b6810
Author: Adrian Prantl <ad...@ll...>
Date: Tue May 29 16:30:26 2012 -0700
regression tests: always link Chapel server libraries statically
-----------------------------------------------------------------------
Summary of changes:
braid/Makefile.in | 1 +
braid/NEWS | 1 +
braid/braid/babel.py | 46 +++++++++-
braid/braid/chapel/backend.py | 85 ++++++-----------
braid/braid/chapel/cgen.py | 34 +++++--
braid/braid/chapel/makefile.py | 3 +-
braid/chpl/BorrowedArray.chpl | 38 ++++----
braid/chpl/SIDLArray.chpl | 98 ++++++++++++--------
braid/chpl/chpl_sidl_array.h | 34 ++++---
braid/doc/braid.1 | 2 +-
braid/regression/interop/Makefile.include | 1 +
braid/regression/interop/build-client.sh.in | 28 +++++-
braid/regression/interop/build-server.sh.in | 1 +
.../interop/struct/runChapel/structtest.chpl | 2 +-
rote/minitermite/ChangeLog | 7 +-
rote/minitermite/Makefile.am | 3 +-
rote/minitermite/doc/src2term.1 | 2 +-
rote/minitermite/doc/term2src.1 | 2 +-
rote/minitermite/regression/Makefile.include | 25 +++--
rote/minitermite/src/Makefile.include | 1 +
20 files changed, 243 insertions(+), 171 deletions(-)
hooks/post-receive
--
compose-hpc
|