From: adrian <adr...@us...> - 2013-01-09 00:50:07
|
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 157e5d1d4453c41bea2cff5174d3d52ab47e3ed6 (commit) via 999da62dee13bbc8424c428ae026c91a9c301552 (commit) via d13c22f68e4b219dd8a865fbed6510e7ead5410b (commit) via 7daa227df285320962238a9ab0da0f7b64ebfae7 (commit) via 2626b3126ddd2163db6411b2483ccb4566723850 (commit) via ec44b5c5e662437d7e5a2986073339833db2800f (commit) via a3ce314cd78d9f0b158008de19f31fb7f1ca429c (commit) from 16b6f799981b9bd8c1309d80515b41bb148ca958 (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 157e5d1d4453c41bea2cff5174d3d52ab47e3ed6 Merge: 999da62 16b6f79 Author: Adrian Prantl <ad...@ll...> Date: Tue Jan 8 16:49:35 2013 -0800 Merge branch 'master' of ssh://compose-hpc.git.sourceforge.net/gitroot/compose-hpc/compose-hpc commit 999da62dee13bbc8424c428ae026c91a9c301552 Author: Adrian Prantl <ad...@ll...> Date: Tue Jan 8 09:47:25 2013 -0800 formatting commit d13c22f68e4b219dd8a865fbed6510e7ead5410b Author: Adrian Prantl <ad...@ll...> Date: Tue Jan 8 09:47:14 2013 -0800 update for Chapel 1.6 commit 7daa227df285320962238a9ab0da0f7b64ebfae7 Author: Adrian Prantl <ad...@ll...> Date: Tue Jan 8 09:47:01 2013 -0800 struct handling work-in-progress commit 2626b3126ddd2163db6411b2483ccb4566723850 Author: Adrian Prantl <ad...@ll...> Date: Fri Nov 30 16:37:40 2012 -0800 documentation commit ec44b5c5e662437d7e5a2986073339833db2800f Author: Adrian Prantl <ad...@ll...> Date: Fri Nov 30 16:37:24 2012 -0800 fix an issue with now superfluous arguments commit a3ce314cd78d9f0b158008de19f31fb7f1ca429c Author: Adrian Prantl <ad...@ll...> Date: Fri Nov 30 16:02:06 2012 -0800 updated chapel patches ----------------------------------------------------------------------- Summary of changes: braid/COPYRIGHT | 2 +- braid/Makefile.am | 2 +- braid/Makefile.in | 4 +- braid/braid/babel.py | 4 +- braid/braid/burg.py | 67 ++-- braid/braid/chapel/chpl_backend.py | 13 +- braid/braid/chapel/chpl_code.py | 15 +- braid/braid/chapel/chpl_conversions.burg | 395 ++++++++++++++------ braid/braid/sidl.def | 8 +- braid/braid/sidl.py | 6 +- braid/braid/sidl_symbols.py | 11 +- braid/braid/sidlobjects.py | 4 +- braid/braid/utils.py | 8 + .../0013-remove-fied-access-from-get-ref.diff | 33 ++ ...dd-endCount-argument-to-_waitEndCount-call.diff | 26 ++ ...0015-fix-wrong-pointer-in-cmdline-handling.diff | 19 + braid/chapel-patches/0016-synch-with-upstream.diff | 71 ++++ braid/chpl/chpl_sidl_array.h | 4 +- braid/configure | 6 +- braid/doc/braid.1 | 4 +- braid/doc/users_guide.html | 8 +- braid/regression/interop/tests.mk | 2 +- paul/bxl/aterm2contract.bxl | 6 +- paul/bxl/bxl.py | 14 +- 24 files changed, 520 insertions(+), 212 deletions(-) create mode 100644 braid/chapel-patches/0015-fix-wrong-pointer-in-cmdline-handling.diff create mode 100644 braid/chapel-patches/0016-synch-with-upstream.diff hooks/post-receive -- compose-hpc |