From: T. D. <tld...@us...> - 2012-11-10 02:58: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 ddfce024a306d731d60db515493a581f6d9ae83b (commit) via 84199321c736a29b8dbde6fbfcfc541a065e1d5d (commit) via 9507c81d130505dc3e2ee429b407927fbe8a5c06 (commit) via 219ecbe7c5d8da16a13728de44186ef9af11f5a5 (commit) via 2e3644f2232c2a8803c0327018bd6fe827c4acd3 (commit) via 000006ed38e4669a384f87b5d098db5aaa9c0dd4 (commit) from 12256e30515991b93d156738e29109eb5f67ae3e (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 ddfce024a306d731d60db515493a581f6d9ae83b Author: T. Dahlgren <dah...@ll...> Date: Fri Nov 9 18:55:25 2012 -0800 Add latest items to TODO list commit 84199321c736a29b8dbde6fbfcfc541a065e1d5d Author: T. Dahlgren <dah...@ll...> Date: Fri Nov 9 17:13:16 2012 -0800 Another ROSE contract instrumentation refactoring pass. Modularized the supporting (contract clause-related) types and classes related to ROSE instrumentation. commit 9507c81d130505dc3e2ee429b407927fbe8a5c06 Author: T. Dahlgren <dah...@ll...> Date: Fri Nov 9 17:09:42 2012 -0800 Ensure documentation generation reflects latest source directory refactoring. Changed Doxygen configuration to reflect the recently committed (source) directory refactoring. Also removed outdated text in the "work in progress" warning of the main Doxygen documentation page. commit 219ecbe7c5d8da16a13728de44186ef9af11f5a5 Author: T. Dahlgren <dah...@ll...> Date: Fri Nov 9 16:35:55 2012 -0800 Rudimentary check status roll-up and flatten results directory structure. Provide a very rudimentary 'make check' status roll-up, which should be sufficient for now, though build failures are not taken into account and not all executions involve results comparisons. Also flattened the results directory structure, removing the unnecessary 'rose' level for examples involving ROSE translations. commit 2e3644f2232c2a8803c0327018bd6fe827c4acd3 Author: T. Dahlgren <dah...@ll...> Date: Fri Nov 9 16:35:02 2012 -0800 Prevent runtime's debug messages from causing instrumentation check failures. commit 000006ed38e4669a384f87b5d098db5aaa9c0dd4 Author: T. Dahlgren <dah...@ll...> Date: Fri Nov 9 15:47:12 2012 -0800 Add include directory population reminder ----------------------------------------------------------------------- Summary of changes: pcontracts/Doxyfile | 7 +- pcontracts/Makefile | 25 +++- pcontracts/TODO | 6 + pcontracts/mainpage.dox | 3 +- pcontracts/src/examples/AssertionExpression.hpp | 87 +++++++++++++ pcontracts/src/examples/ContractComment.hpp | 158 +++++++++++++++++++++++ pcontracts/src/examples/ContractsProcessor.cpp | 6 +- pcontracts/src/examples/ContractsProcessor.hpp | 85 +------------ pcontracts/src/examples/Makefile | 25 +++- pcontracts/src/examples/Makefile.trans | 14 ++- pcontracts/src/examples/RoseHelpers.hpp | 5 +- pcontracts/src/examples/contractClauseTypes.hpp | 57 +-------- pcontracts/src/runtime/ContractsEnforcer.c | 4 +- pcontracts/src/runtime/Makefile | 2 + pcontracts/src/tests/Makefile | 3 + 15 files changed, 321 insertions(+), 166 deletions(-) create mode 100644 pcontracts/src/examples/AssertionExpression.hpp create mode 100644 pcontracts/src/examples/ContractComment.hpp hooks/post-receive -- compose-hpc |