From: adrian <adr...@us...> - 2012-06-25 23:44:29
|
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 feee0683863280aeef61789350aa32d832732165 (commit) via 57ab06d1e6b304dca961ca4bc342b061fff65070 (commit) via 48510303bb41a4b42771a3e87652ee5fa9203ee4 (commit) from 95fff145e4a7f83581a87192ff4ff82b88e793d3 (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 feee0683863280aeef61789350aa32d832732165 Author: Adrian Prantl <ad...@ll...> Date: Mon Jun 25 16:43:49 2012 -0700 ported regular generic sidl array test cases commit 57ab06d1e6b304dca961ca4bc342b061fff65070 Author: Adrian Prantl <ad...@ll...> Date: Mon Jun 25 14:50:47 2012 -0700 formatting Signed-off-by: Adrian Prantl <ad...@ll...> commit 48510303bb41a4b42771a3e87652ee5fa9203ee4 Author: Adrian Prantl <ad...@ll...> Date: Mon Jun 25 14:50:37 2012 -0700 laid the foundations for a user manual ----------------------------------------------------------------------- Summary of changes: braid/Makefile.am | 9 +- braid/Makefile.in | 9 +- braid/README | 234 +++++- braid/braid/chapel/backend.py | 12 +- braid/chpl/SIDLArray.chpl | 18 +- braid/doc/braid.1 | 336 +++++++- braid/{ => doc}/logos/BraidBW.pdf | 0 braid/{ => doc}/logos/BraidBlue.pdf | 0 braid/doc/logos/braid-logo-small.png | Bin 0 -> 9152 bytes braid/doc/users_guide.html | 951 ++++++++++++++++++++ .../interop/arrays/runChapel/arraystest.chpl | 126 ++-- braid/regression/interop/build-client.sh.in | 12 +- .../interop/enums/runChapel/enumstest.chpl | 6 +- .../exceptions/runChapel/exceptionstest.chpl | 8 +- .../interop/hooks/runChapel/hookstest.chpl | 2 +- .../interop/inherit/runChapel/inherittest.chpl | 49 +- .../interop/objarg/runChapel/objargtest.chpl | 24 +- .../interop/overload/runChapel/overloadtest.chpl | 8 +- .../interop/sortb/runChapel/sortbtest.chpl | 6 +- .../interop/sorting/runChapel/sortingtest.chpl | 6 +- .../interop/strings/runChapel/stringstest.chpl | 2 +- .../interop/struct/runChapel/structtest.chpl | 2 +- 22 files changed, 1632 insertions(+), 188 deletions(-) rename braid/{ => doc}/logos/BraidBW.pdf (100%) rename braid/{ => doc}/logos/BraidBlue.pdf (100%) create mode 100644 braid/doc/logos/braid-logo-small.png create mode 100644 braid/doc/users_guide.html hooks/post-receive -- compose-hpc |