From: T. D. <tld...@us...> - 2013-04-10 03:18:02
|
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 6469cb705235aff412d96f84c5158694174462ae (commit) from 8eb4223ac53bdf5d1176bd5c88057485454433b0 (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 6469cb705235aff412d96f84c5158694174462ae Author: T. Dahlgren <dah...@ll...> Date: Tue Apr 9 20:11:39 2013 -0700 Snapshot of ASSERT support changes. Still a problem with one FINAL case. - Addressed first executable contract clause issue (for partial enforcement support) by separating the function. This actually makes more sense anyway. - Fixed some typos and assertion. ----------------------------------------------------------------------- Summary of changes: pcontracts/TODO | 17 +- pcontracts/src/examples/AssertionExpression.hpp | 17 +-- pcontracts/src/examples/ContractComment.hpp | 2 +- pcontracts/src/examples/ContractsProcessor.cpp | 282 +++++++++++++---------- pcontracts/src/examples/ContractsProcessor.hpp | 14 +- pcontracts/src/examples/helloworld-v2.cc | 2 +- pcontracts/src/examples/knapsack.c | 2 +- pcontracts/src/runtime/ContractsEnforcer.c | 49 +++- pcontracts/src/runtime/ContractsEnforcer.h | 37 +++- pcontracts/src/tests/testContractsEnforcer.c | 16 +- 10 files changed, 254 insertions(+), 184 deletions(-) hooks/post-receive -- compose-hpc |