|
From: adrian <adr...@us...> - 2012-02-15 23:31:28
|
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 5e2d76a02e5e7370431d76274544d3a960958d5d (commit)
via dc01d8e4810d7dade660b1b0929b59e514e7529d (commit)
via d123822bf01361d74776f783f2fb98f75be2657b (commit)
via f6c51a05fed4a2f8e6ac9814d46b7cad5d5865ce (commit)
via 2a857e7d1599c6761be016e568a74c6860989097 (commit)
via 65009b44826294289b462ddd02f1f0947ec7a8e7 (commit)
via 63b13b8a16fdf612b2860b8ecb429744c41497a4 (commit)
via 83c54ef6e603b60089d49ac3573c010b9b6d0025 (commit)
via 0f499373e1a4a38505338220e8b3f3173a9889ff (commit)
via a3f1b2941538474bd9dc36f2b60b9b30fd1ac595 (commit)
from 31dec5b35fee3f49bd456307fa8ab665bd52dd54 (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 5e2d76a02e5e7370431d76274544d3a960958d5d
Author: Adrian Prantl <ad...@ll...>
Date: Wed Feb 15 15:30:46 2012 -0800
implemented SgAttributeSpecificationStatement
commit dc01d8e4810d7dade660b1b0929b59e514e7529d
Author: Adrian Prantl <ad...@ll...>
Date: Wed Feb 15 15:05:17 2012 -0800
implemented implicit_statement
commit d123822bf01361d74776f783f2fb98f75be2657b
Author: Adrian Prantl <ad...@ll...>
Date: Wed Feb 15 10:27:29 2012 -0800
Major cleanup:
- moved makefile generator into its own file
- removed lots of obsolete code
- more documentation
commit f6c51a05fed4a2f8e6ac9814d46b7cad5d5865ce
Author: Adrian Prantl <ad...@ll...>
Date: Wed Feb 15 10:00:34 2012 -0800
fixed a compile-time error
commit 2a857e7d1599c6761be016e568a74c6860989097
Author: Adrian Prantl <ad...@ll...>
Date: Tue Feb 14 17:02:05 2012 -0800
major rewrite of the struct handling code
commit 65009b44826294289b462ddd02f1f0947ec7a8e7
Author: Adrian Prantl <ad...@ll...>
Date: Tue Feb 14 14:56:11 2012 -0800
update README with more user feedback
commit 63b13b8a16fdf612b2860b8ecb429744c41497a4
Author: Adrian Prantl <ad...@ll...>
Date: Tue Feb 14 14:55:37 2012 -0800
deleted obsolete file
commit 83c54ef6e603b60089d49ac3573c010b9b6d0025
Author: Adrian Prantl <ad...@ll...>
Date: Fri Feb 10 14:20:30 2012 -0800
more bugfixes for structs
commit 0f499373e1a4a38505338220e8b3f3173a9889ff
Author: Adrian Prantl <ad...@ll...>
Date: Fri Feb 10 14:20:10 2012 -0800
more end-user documentation
commit a3f1b2941538474bd9dc36f2b60b9b30fd1ac595
Author: Adrian Prantl <ad...@ll...>
Date: Thu Feb 9 16:26:10 2012 -0800
fixed several outstanding bugs
-----------------------------------------------------------------------
Summary of changes:
braid/BUGS | 7 +-
braid/Makefile.am | 80 ++-
braid/Makefile.in | 75 ++-
braid/README | 146 +++--
braid/braid/Makefile.include | 4 +-
braid/braid/braid.py | 29 +-
braid/braid/burg.py | 1 +
braid/braid/chapel/__init__.py | 2 +-
braid/braid/chapel/args.py | 181 -----
braid/braid/chapel/backend.py | 610 ++++------------
braid/braid/chapel/cgen.py | 48 +-
braid/braid/chapel/conversions.burg | 64 +-
.../GNUmakefile => braid/chapel/makefile.py} | 186 ++++--
braid/braid/codegen.py | 11 +-
braid/configure | 733 +++++++++++---------
braid/doc/braid.1 | 298 ++++++++-
braid/regression/interop/Makefile.include | 6 +-
.../interop/struct/runChapel/structtest.chpl | 120 ++--
rote/minitermite/doc/src2term.1 | 2 +-
rote/minitermite/doc/term2src.1 | 2 +-
rote/minitermite/src/RoseEnums.C | 33 +
rote/minitermite/src/RoseToTerm.C | 26 +
rote/minitermite/src/TermToRose.C | 37 +-
rote/minitermite/src/minitermite/RoseEnums.h | 2 +
rote/minitermite/src/minitermite/RoseToTerm.h | 3 +-
rote/minitermite/src/minitermite/TermToRose.h | 2 +
26 files changed, 1422 insertions(+), 1286 deletions(-)
delete mode 100644 braid/braid/chapel/args.py
copy braid/{examples/sandbox/blas/chpl_hybrid/runChapel/GNUmakefile => braid/chapel/makefile.py} (53%)
hooks/post-receive
--
compose-hpc
|