From: T. D. <tld...@us...> - 2012-06-09 01:53:07
|
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 180806c57b0b06799dc679966e08b94ad96a71e2 (commit) via b4558e26b55bc4815294770a76e8440b3baa9fcd (commit) via 2bffb5a70f7e800299ef74cde1ade59abf72febd (commit) via 8a5d3185f3dd7cf1caa916cfabd41e2a8ba51d45 (commit) from 6f1c850e0ff6fe16e9007e47e677e842b2af0857 (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 180806c57b0b06799dc679966e08b94ad96a71e2 Merge: b4558e2 6f1c850 Author: T. Dahlgren <dah...@ll...> Date: Fri Jun 8 18:51:44 2012 -0700 Merge branch 'master' of ssh://compose-hpc.git.sourceforge.net/gitroot/compose-hpc/compose-hpc commit b4558e26b55bc4815294770a76e8440b3baa9fcd Author: T. Dahlgren <dah...@ll...> Date: Fri Jun 8 18:50:17 2012 -0700 Snapshot of testContractsEnforcer that compiles and runs. commit 2bffb5a70f7e800299ef74cde1ade59abf72febd Author: T. Dahlgren <dah...@ll...> Date: Fri Jun 8 18:49:20 2012 -0700 Snapshot of testContractsEnforcer that compiles and runs. commit 8a5d3185f3dd7cf1caa916cfabd41e2a8ba51d45 Author: T. Dahlgren <dah...@ll...> Date: Fri Jun 8 18:42:08 2012 -0700 Snapshot of ContractsEnforcer that compiles on Ubuntu. ----------------------------------------------------------------------- Summary of changes: pcontracts/Makefile | 9 +- pcontracts/{ => src}/Makefile | 17 +- pcontracts/{ => src/runtime}/Makefile | 17 +- .../src/runtime/contracts/ContractsEnforcer.c | 193 ++++++++---- .../src/runtime/contracts/ContractsEnforcer.h | 12 +- pcontracts/src/runtime/contracts/Makefile | 26 ++ pcontracts/src/runtime/contracts/contractMacros.h | 351 ++++++++++++++++++++ pcontracts/src/runtime/contracts/contractOptions.h | 31 ++- .../src/runtime/contracts/contractPrivateTypes.h | 24 +- pcontracts/tests/Makefile | 44 +++ pcontracts/tests/Makefile.am | 78 ----- pcontracts/tests/testContractsEnforcer.c | 273 +++++++++++----- 12 files changed, 806 insertions(+), 269 deletions(-) copy pcontracts/{ => src}/Makefile (60%) copy pcontracts/{ => src/runtime}/Makefile (56%) create mode 100644 pcontracts/src/runtime/contracts/Makefile create mode 100644 pcontracts/src/runtime/contracts/contractMacros.h create mode 100644 pcontracts/tests/Makefile delete mode 100644 pcontracts/tests/Makefile.am hooks/post-receive -- compose-hpc |