From: adrian <adr...@us...> - 2012-04-26 21:53:24
|
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 8ecc2bb51926883299b7bde233152d15e9d5629c (commit) via 9b365fd16aaaa94048dadb4369ff3809c9f225f7 (commit) via 36941b1cd5a7328229bc396579729b4bca185037 (commit) from 1c24383d8d314c0afb9165c1bbbbfdb4d122aec9 (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 8ecc2bb51926883299b7bde233152d15e9d5629c Author: Adrian Prantl <ad...@ll...> Date: Thu Apr 26 14:53:01 2012 -0700 improved the granularity of the regression test make rules, using the incredibly tricky GNU make .SECONDEXPANSION feature commit 9b365fd16aaaa94048dadb4369ff3809c9f225f7 Author: Adrian Prantl <ad...@ll...> Date: Thu Apr 26 14:45:41 2012 -0700 revert the accidental autoconf version bump commit 36941b1cd5a7328229bc396579729b4bca185037 Author: Adrian Prantl <ad...@ll...> Date: Thu Apr 26 11:38:59 2012 -0700 renamed runtime to chpl again, because it's a more natural installation path ----------------------------------------------------------------------- Summary of changes: braid/Makefile.am | 36 +- braid/Makefile.in | 881 ++++++++++---------- braid/README | 1 + braid/aclocal.m4 | 4 +- braid/braid/chapel/makefile.py | 2 +- .../array_support.inc => chpl/ArraySupport.chpl} | 0 .../barray.inc => chpl/BorrowedArray.chpl} | 0 .../darray.inc => chpl/DistributedArray.chpl} | 0 braid/chpl/Makefile.include | 188 +++++ braid/{runtime => chpl}/README | 0 braid/{runtime/array.inc => chpl/SIDLArray.chpl} | 0 braid/{runtime => chpl}/chpl_sidl_array.h | 0 braid/configure | 735 ++++++++--------- braid/regression/interop/Makefile.include | 61 +- braid/runtime/Makefile.include | 188 ----- 15 files changed, 1049 insertions(+), 1047 deletions(-) rename braid/{runtime/array_support.inc => chpl/ArraySupport.chpl} (100%) rename braid/{runtime/barray.inc => chpl/BorrowedArray.chpl} (100%) rename braid/{runtime/darray.inc => chpl/DistributedArray.chpl} (100%) create mode 100644 braid/chpl/Makefile.include rename braid/{runtime => chpl}/README (100%) rename braid/{runtime/array.inc => chpl/SIDLArray.chpl} (100%) rename braid/{runtime => chpl}/chpl_sidl_array.h (100%) delete mode 100644 braid/runtime/Makefile.include hooks/post-receive -- compose-hpc |