From: T. D. <tld...@us...> - 2012-04-13 00:44: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 a6323c66544bc49cbe762e95818a47b008379f7a (commit) via 8800c1b2ca685e42684b600eed8f21b8b740d53c (commit) from 9c505e11559f71d0d29c8dc0ef4174b35a857034 (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 a6323c66544bc49cbe762e95818a47b008379f7a Author: T. Dahlgren <dah...@ll...> Date: Thu Apr 12 17:41:18 2012 -0700 Preliminary work on the stand-alone interface contracts enforcement library. commit 8800c1b2ca685e42684b600eed8f21b8b740d53c Author: T. Dahlgren <dah...@ll...> Date: Thu Apr 12 17:40:28 2012 -0700 Preliminary work on the stand-alone interface contracts enforcement library. ----------------------------------------------------------------------- Summary of changes: pcontracts/{ => src/annots}/.gitignore | 0 pcontracts/src/{ => annots}/CommentVisitor.cpp | 0 pcontracts/src/{ => annots}/CommentVisitor.hpp | 0 .../src/{ => annots}/PaulContractsDecorate.cpp | 0 .../src/{ => annots}/PaulContractsDecorate.h | 0 pcontracts/{ => src/runtime}/.gitignore | 0 pcontracts/src/runtime/contracts/ContractsPolicy.h | 194 ++++++++++++++++++++ pcontracts/src/runtime/contracts/contractOptions.h | 132 +++++++++++++ pcontracts/src/runtime/contracts/contracts.h | 80 ++++++++ 9 files changed, 406 insertions(+), 0 deletions(-) copy pcontracts/{ => src/annots}/.gitignore (100%) rename pcontracts/src/{ => annots}/CommentVisitor.cpp (100%) rename pcontracts/src/{ => annots}/CommentVisitor.hpp (100%) rename pcontracts/src/{ => annots}/PaulContractsDecorate.cpp (100%) rename pcontracts/src/{ => annots}/PaulContractsDecorate.h (100%) copy pcontracts/{ => src/runtime}/.gitignore (100%) create mode 100644 pcontracts/src/runtime/contracts/ContractsPolicy.h create mode 100644 pcontracts/src/runtime/contracts/contractOptions.h create mode 100644 pcontracts/src/runtime/contracts/contracts.h hooks/post-receive -- compose-hpc |