From: adrian <adr...@us...> - 2013-01-23 01:02:23
|
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 04efdf034f947e58268ac42696ace68867e74d43 (commit) via 884d6f43b82eaf1720a383db1275347740018ead (commit) via c9df38e701a20244f1a1d156de55d8c16bbee235 (commit) from 5b9b23941b97d19e5dabed0c56f8fac118f9720a (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 04efdf034f947e58268ac42696ace68867e74d43 Author: Adrian Prantl <ad...@ll...> Date: Tue Jan 22 17:01:55 2013 -0800 implement proof of concept for customized annotations using BXL commit 884d6f43b82eaf1720a383db1275347740018ead Author: Adrian Prantl <ad...@ll...> Date: Tue Jan 22 15:04:06 2013 -0800 fix bxl packaging, manpage commit c9df38e701a20244f1a1d156de55d8c16bbee235 Author: Adrian Prantl <ad...@ll...> Date: Tue Jan 22 14:37:54 2013 -0800 code cleanup+bugfixes ----------------------------------------------------------------------- Summary of changes: braid/Makefile.in | 1352 ++++++++------------ braid/aclocal.m4 | 497 ++++---- braid/braid/babel.py | 22 +- braid/braid/braid.py | 2 +- braid/braid/chapel/chpl_backend.py | 30 +- braid/braid/chapel/chpl_code.py | 2 +- braid/braid/chapel/chpl_conversions.burg | 45 +- braid/braid/ior_template.py | 6 +- braid/braid/upc/upc_backend.py | 2 +- braid/chpl/ArraySupport.chpl | 6 +- braid/chpl/SIDLArray.chpl | 84 +- braid/chpl/chpl_sidl_array.h | 8 +- braid/config/config.guess | 21 +- braid/config/config.sub | 78 +- braid/config/depcomp | 72 +- braid/config/install-sh | 29 +- braid/config/texinfo.tex | 828 +++++------- braid/config/ylwrap | 10 +- braid/configure | 374 ++---- braid/configure.ac | 2 +- braid/doc/braid.1 | 2 +- braid/doc/users_guide.html | 6 +- .../interop/arrays/runChapel/arraystest.chpl | 293 +++--- .../interop/contracts/runChapel/contractstest.chpl | 2 +- .../interop/struct/runChapel/structtest.chpl | 6 +- braid/regression/interop/tests.mk | 2 +- paul/bxl/Makefile.am | 5 +- paul/bxl/aterm2contract.bxl | 1 + paul/bxl/bxl.1 | 94 ++ paul/bxl/bxl.py | 28 +- paul/bxl/configure | 3 +- paul/bxl/configure.ac | 4 +- paul/bxl/contract2aterm.bxl | 1 + paul/libpaul/configure.ac | 2 +- paul/libpaul/src/PaulDecorate.cpp | 119 ++- paul/libpaul/tests/contract2sexp.bxl | 7 +- paul/libpaul/tests/demo.sh | 21 + paul/libpaul/tests/example.paulconf | 2 +- paul/libpaul/tests/inputs/test_contract.cpp | 16 +- paul/libpaul/tests/sexp2contract.bxl | 9 +- 40 files changed, 1862 insertions(+), 2231 deletions(-) create mode 100644 paul/bxl/bxl.1 create mode 100644 paul/libpaul/tests/demo.sh hooks/post-receive -- compose-hpc |