From: adrian <adr...@us...> - 2013-01-22 21:12: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 7b92edd201a8fd7b351178a6e7a4b3e73b981cab (commit) via 0a5a66872dffa7cfbb2801dfc0974b450eb69e37 (commit) via 7b054f7b61ddcb8a63ca2e55417a9ec4a5a88678 (commit) via 623280a0c1d17add0a6695f528809a9db54d7e37 (commit) via 4e4710412b4383863edc58a3e4ed89ce7c005677 (commit) from 028e99a0fc29242eeb7ff7cee130483784b6efbd (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 7b92edd201a8fd7b351178a6e7a4b3e73b981cab Author: Adrian Prantl <ad...@ll...> Date: Tue Jan 22 13:06:08 2013 -0800 vastly simplified makefiles + make -j distcheck works now commit 0a5a66872dffa7cfbb2801dfc0974b450eb69e37 Merge: 7b054f7 028e99a Author: Adrian Prantl <ad...@ll...> Date: Tue Jan 22 09:59:59 2013 -0800 Merge branch 'master' of ssh://compose-hpc.git.sourceforge.net/gitroot/compose-hpc/compose-hpc commit 7b054f7b61ddcb8a63ca2e55417a9ec4a5a88678 Author: Adrian Prantl <ad...@ll...> Date: Tue Jan 22 09:59:52 2013 -0800 add contracts <-> sexpr parsers commit 623280a0c1d17add0a6695f528809a9db54d7e37 Merge: 4e47104 ebe8ac2 Author: Adrian Prantl <ad...@ll...> Date: Tue Jan 22 09:52:32 2013 -0800 Merge branch 'master' of ssh://compose-hpc.git.sourceforge.net/gitroot/compose-hpc/compose-hpc commit 4e4710412b4383863edc58a3e4ed89ce7c005677 Author: Adrian Prantl <ad...@ll...> Date: Fri Jan 18 15:00:25 2013 -0800 package bxl ----------------------------------------------------------------------- Summary of changes: paul/bxl/Makefile.am | 3 + paul/bxl/bxl.in | 3 + paul/bxl/configure | 3817 ++++++++++++++++++++++++++++++++ paul/bxl/configure.ac | 18 + paul/libpaul/AUTHORS | 3 +- paul/libpaul/config.h.in | 3 + paul/libpaul/configure.ac | 8 +- paul/libpaul/src/KVAnnotationValue.cpp | 2 + paul/libpaul/src/Makefile.am | 62 +- paul/libpaul/src/scanner.l | 4 - paul/libpaul/tests/Makefile.am | 49 +- paul/libpaul/tests/contract2sexp.bxl | 78 + paul/libpaul/tests/sexp2contract.bxl | 66 + 13 files changed, 4034 insertions(+), 82 deletions(-) create mode 100644 paul/bxl/Makefile.am create mode 100644 paul/bxl/bxl.in create mode 100755 paul/bxl/configure create mode 100644 paul/bxl/configure.ac create mode 100755 paul/libpaul/tests/contract2sexp.bxl create mode 100755 paul/libpaul/tests/sexp2contract.bxl hooks/post-receive -- compose-hpc |