From: adrian <adr...@us...> - 2013-01-29 23:51:03
|
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 88853779055a3f190738fa1ff1aad3738680a422 (commit) via 83d315ec2c032a6030dce5b7914e9a61235aa7f8 (commit) via d3aeadc205ab47c4efbbb7821f5eb0b6f74b5829 (commit) from b9be9cb67e93d985fc280da3bcf7736fdd82a1b1 (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 88853779055a3f190738fa1ff1aad3738680a422 Author: Adrian Prantl <ad...@ll...> Date: Tue Jan 29 15:50:04 2013 -0800 misc. bugfixes commit 83d315ec2c032a6030dce5b7914e9a61235aa7f8 Author: Adrian Prantl <ad...@ll...> Date: Tue Jan 29 15:49:31 2013 -0800 build system bugfixes commit d3aeadc205ab47c4efbbb7821f5eb0b6f74b5829 Author: Adrian Prantl <ad...@ll...> Date: Tue Jan 29 15:49:02 2013 -0800 updated Chapel compiler patches ----------------------------------------------------------------------- Summary of changes: braid/Makefile.in | 1737 +++++++++--------- braid/braid/Makefile.include | 4 +- braid/braid/chapel/chpl_backend.py | 16 +- braid/braid/chapel/chpl_conversions.burg | 48 +- braid/braid/codegen.py | 34 +- ...-for-reference-copying-borrowing-from-dat.patch | 76 + .../0002-add-example-for-borrowed-array.patch | 401 ++++ ...t-for-reference-copying-borrowing-from-dat.diff | 1022 ---------- .../0003-add-example-for-borrowed-array.diff | 649 ------- ...-for-configurable-field-name-during-assig.patch | 44 + ...t-for-configurable-field-name-during-assig.diff | 617 ------ .../0004-added-field-name-arg-to-ref_borrow.patch | 25 + .../0005-add-library-init-function.patch | 321 ++++ .../0005-added-field-name-arg-to-ref_borrow.diff | 604 ------ ...lit-chpl_gen_main-into-init-and-shutdown.patch} | 132 +- ...al-atext-handlers-for-locale-0-and-other.patch} | 35 +- ...0008-remove-field-access-from-ref_borrow.patch} | 21 +- ...-endCount-argument-to-_waitEndCount-call.patch} | 18 +- ...10-fix-wrong-pointer-in-cmdline-handling.patch} | 16 +- ...pstream.diff => 0011-synch-with-upstream.patch} | 26 +- braid/chapel-patches/0012-dual-atexits.diff | 23 - braid/chapel-patches/Makefile.include | 18 +- braid/chpl/DistributedArray.chpl | 1 - braid/doc/braid.1 | 2 +- braid/doc/users_guide.html | 6 +- braid/patch-chapel-compiler.sh.in | 6 +- braid/regression/interop/gen-test-deps.sh | 21 +- braid/regression/interop/tests.mk | 1995 ++++++++++++-------- 28 files changed, 3178 insertions(+), 4740 deletions(-) create mode 100644 braid/chapel-patches/0001-add-support-for-reference-copying-borrowing-from-dat.patch create mode 100644 braid/chapel-patches/0002-add-example-for-borrowed-array.patch delete mode 100644 braid/chapel-patches/0002-add-support-for-reference-copying-borrowing-from-dat.diff delete mode 100644 braid/chapel-patches/0003-add-example-for-borrowed-array.diff create mode 100644 braid/chapel-patches/0003-add-support-for-configurable-field-name-during-assig.patch delete mode 100644 braid/chapel-patches/0004-add-support-for-configurable-field-name-during-assig.diff create mode 100644 braid/chapel-patches/0004-added-field-name-arg-to-ref_borrow.patch create mode 100644 braid/chapel-patches/0005-add-library-init-function.patch delete mode 100644 braid/chapel-patches/0005-added-field-name-arg-to-ref_borrow.diff rename braid/chapel-patches/{0010-library-init.diff => 0006-split-chpl_gen_main-into-init-and-shutdown.patch} (75%) rename braid/chapel-patches/{0011-split-chpl_gen_main.diff => 0007-implement-dual-atext-handlers-for-locale-0-and-other.patch} (68%) rename braid/chapel-patches/{0013-remove-fied-access-from-get-ref.diff => 0008-remove-field-access-from-ref_borrow.patch} (72%) rename braid/chapel-patches/{0014-add-endCount-argument-to-_waitEndCount-call.diff => 0009-add-endCount-argument-to-_waitEndCount-call.patch} (71%) rename braid/chapel-patches/{0015-fix-wrong-pointer-in-cmdline-handling.diff => 0010-fix-wrong-pointer-in-cmdline-handling.patch} (63%) rename braid/chapel-patches/{0016-synch-with-upstream.diff => 0011-synch-with-upstream.patch} (77%) delete mode 100644 braid/chapel-patches/0012-dual-atexits.diff hooks/post-receive -- compose-hpc |