From: adrian <adr...@us...> - 2013-02-01 23:28:17
|
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 de7792fbebae3ad6c994525cfed851db74c6cee0 (commit) from 19635f01aba3f70d6d9e60ea9a07e41c0ce876de (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 de7792fbebae3ad6c994525cfed851db74c6cee0 Author: Adrian Prantl <ad...@ll...> Date: Fri Feb 1 15:27:36 2013 -0800 rebase Chapel patches on SVN r20966 ----------------------------------------------------------------------- Summary of changes: braid/braid/chapel/chpl_conversions.burg | 20 +- ...-for-reference-copying-borrowing-from-dat.patch | 68 +--- .../0002-add-example-for-borrowed-array.patch | 2 +- ...-for-configurable-field-name-during-assig.patch | 40 +-- .../0004-added-field-name-arg-to-ref_borrow.patch | 4 +- .../0005-add-library-init-function.patch | 295 +------------ ...plit-chpl_gen_main-into-init-and-shutdown.patch | 495 +++++++++----------- ...ual-atext-handlers-for-locale-0-and-other.patch | 74 --- .../0007-remove-field-access-from-ref_borrow.patch | 35 ++ ...d-endCount-argument-to-_waitEndCount-call.patch | 26 + .../0008-remove-field-access-from-ref_borrow.patch | 38 -- ...d-endCount-argument-to-_waitEndCount-call.patch | 32 -- ...09-fix-wrong-pointer-in-cmdline-handling.patch} | 6 +- .../chapel-patches/0010-synch-with-upstream.patch | 25 + .../chapel-patches/0011-add-chplinit-header.patch | 26 + .../chapel-patches/0011-synch-with-upstream.patch | 81 ---- braid/chapel-patches/Makefile.include | 28 +- braid/chpl/SIDLArray.chpl | 5 +- .../interop/struct/runChapel/structtest.chpl | 58 ++-- 19 files changed, 438 insertions(+), 920 deletions(-) delete mode 100644 braid/chapel-patches/0007-implement-dual-atext-handlers-for-locale-0-and-other.patch create mode 100644 braid/chapel-patches/0007-remove-field-access-from-ref_borrow.patch create mode 100644 braid/chapel-patches/0008-add-endCount-argument-to-_waitEndCount-call.patch delete mode 100644 braid/chapel-patches/0008-remove-field-access-from-ref_borrow.patch delete mode 100644 braid/chapel-patches/0009-add-endCount-argument-to-_waitEndCount-call.patch rename braid/chapel-patches/{0010-fix-wrong-pointer-in-cmdline-handling.patch => 0009-fix-wrong-pointer-in-cmdline-handling.patch} (83%) create mode 100644 braid/chapel-patches/0010-synch-with-upstream.patch create mode 100644 braid/chapel-patches/0011-add-chplinit-header.patch delete mode 100644 braid/chapel-patches/0011-synch-with-upstream.patch hooks/post-receive -- compose-hpc |