From: Matt S. <ma...@us...> - 2013-04-15 19:10:01
|
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 827c58b62bd2ba4dbb1a6e4276225fe8e79424de (commit) via 695e60f6209e3027c5ee6c3d2eedb1dd5a9bd9ee (commit) from 6469cb705235aff412d96f84c5158694174462ae (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 827c58b62bd2ba4dbb1a6e4276225fe8e79424de Merge: 695e60f 6469cb7 Author: Matthew Sottile <ma...@ga...> Date: Mon Apr 15 12:08:15 2013 -0700 Merge branch 'master' of ssh://compose-hpc.git.sourceforge.net/gitroot/compose-hpc/compose-hpc commit 695e60f6209e3027c5ee6c3d2eedb1dd5a9bd9ee Author: Matthew Sottile <ma...@ga...> Date: Mon Apr 15 12:06:54 2013 -0700 quick and dirty hack to create constructors from a term file for use in stratego. ----------------------------------------------------------------------- Summary of changes: rote/stratego-sig-gen/LICENSE | 30 ++++++++++ rote/stratego-sig-gen/Setup.hs | 2 + rote/stratego-sig-gen/SigGen/siggen.hs | 81 ++++++++++++++++++++++++++ rote/stratego-sig-gen/stratego-sig-gen.cabal | 22 +++++++ rote/stratego-sig-gen/test.c | 6 ++ rote/stratego-sig-gen/test.trm | 1 + 6 files changed, 142 insertions(+), 0 deletions(-) create mode 100644 rote/stratego-sig-gen/LICENSE create mode 100644 rote/stratego-sig-gen/Setup.hs create mode 100644 rote/stratego-sig-gen/SigGen/siggen.hs create mode 100644 rote/stratego-sig-gen/stratego-sig-gen.cabal create mode 100644 rote/stratego-sig-gen/test.c create mode 100644 rote/stratego-sig-gen/test.trm hooks/post-receive -- compose-hpc |