From: T. D. <tld...@us...> - 2012-05-26 01:25:39
|
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 a626e97c52ac6835298f34c9ec499f4ad1ac9308 (commit) via 612a354cfeb438bb1000d3c41320748769661fb4 (commit) via ed6aad6692f0c3f203a209d8c63e52f7cb0ef08e (commit) via e2f9d8ccf07f1adf3c0e8e081e868b257de40605 (commit) via 70314ab0fcdff85a72a787580c83fca97750e36f (commit) via f2750585702dc768a5bfbd95fcf4bcffdbea7a77 (commit) via 39c10aaa360a2f585453ce49d9f4942f8165da7a (commit) via 3be9b1ae62453857a8734d2e1aeb6fdcb616168f (commit) via 7f44f416f5713394674385b6f652da0de9da76d1 (commit) via c9f8ec65691dc2c09fda54e2256cb4bdb35f18b8 (commit) from 5972da2eac01c78e893ef4f99b417ed0b6147df2 (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 a626e97c52ac6835298f34c9ec499f4ad1ac9308 Author: T. Dahlgren <dah...@ll...> Date: Fri May 25 18:24:57 2012 -0700 Snapshot of latest work-in-progress. commit 612a354cfeb438bb1000d3c41320748769661fb4 Author: T. Dahlgren <dah...@ll...> Date: Fri May 25 18:19:19 2012 -0700 Snapshot of latest work-in-progress. commit ed6aad6692f0c3f203a209d8c63e52f7cb0ef08e Author: T. Dahlgren <dah...@ll...> Date: Fri May 25 18:10:39 2012 -0700 Snapshot of latest work-in-progress. commit e2f9d8ccf07f1adf3c0e8e081e868b257de40605 Author: T. Dahlgren <dah...@ll...> Date: Fri May 25 18:09:38 2012 -0700 Snapshot of latest work-in-progress. commit 70314ab0fcdff85a72a787580c83fca97750e36f Author: T. Dahlgren <dah...@ll...> Date: Fri May 25 18:07:47 2012 -0700 Snapshot of latest work-in-progress. commit f2750585702dc768a5bfbd95fcf4bcffdbea7a77 Author: T. Dahlgren <dah...@ll...> Date: Fri May 25 15:16:14 2012 -0700 Helps to spell the directory name correctly. commit 39c10aaa360a2f585453ce49d9f4942f8165da7a Author: T. Dahlgren <dah...@ll...> Date: Fri May 25 15:13:46 2012 -0700 Decided to promote descriptions before licensing... commit 3be9b1ae62453857a8734d2e1aeb6fdcb616168f Author: T. Dahlgren <dah...@ll...> Date: Fri May 25 13:56:12 2012 -0700 Most recent version. commit 7f44f416f5713394674385b6f652da0de9da76d1 Author: T. Dahlgren <dah...@ll...> Date: Fri May 25 13:54:48 2012 -0700 Most recent version. commit c9f8ec65691dc2c09fda54e2256cb4bdb35f18b8 Author: T. Dahlgren <dah...@ll...> Date: Fri May 25 13:53:29 2012 -0700 Most recent version. ----------------------------------------------------------------------- Summary of changes: pcontracts/Doxyfile | 2 +- pcontracts/README | 16 +- pcontracts/TODO | 14 +- pcontracts/examples/Knapsack.cpp | 6 +- pcontracts/examples/Knapsack.hpp | 6 +- pcontracts/examples/knapsack.c | 6 +- pcontracts/mainpage.dox | 4 +- .../src/runtime/contracts/ContractsEnforcer.c | 597 +++++++++++++++++--- .../src/runtime/contracts/ContractsEnforcer.h | 146 +++-- pcontracts/src/runtime/contracts/contractOptions.h | 163 ++++-- .../src/runtime/contracts/contractPrivateTypes.h | 61 +- pcontracts/src/runtime/contracts/contracts.h | 60 ++- pcontracts/tests/testContractsEnforcer.c | 431 +++++---------- 13 files changed, 972 insertions(+), 540 deletions(-) hooks/post-receive -- compose-hpc |