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 24967b270a64faad1a188be6b61165d3aa09dffa (commit)
via 838c57be2cae7bfcb26fb7df789b4ff532ada1de (commit)
from 87483079e0b465cad700ffc9c33cb621f4f28aa1 (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 24967b270a64faad1a188be6b61165d3aa09dffa
Author: T. Dahlgren <dah...@ll...>
Date: Tue Oct 22 19:09:43 2013 -0700
Generating selected built-in expression support and return type declarations.
Added necessary generation of the return type declaration and the include file
for the (two) built-in expressions (i.e., pce_in_range and pce_near_equal).
At present only two examples use a built-in expression (and only pce_in_range),
but testing reveals the code appears to be properly generated and the
instrumented codes build and execute properly.
commit 838c57be2cae7bfcb26fb7df789b4ff532ada1de
Author: T. Dahlgren <dah...@ll...>
Date: Tue Oct 22 17:24:19 2013 -0700
Build tweaks to ensure complaining if a build issue arises.
-----------------------------------------------------------------------
Summary of changes:
pcontracts/Makefile | 29 +++++++++++-
pcontracts/TODO | 2 -
pcontracts/include/ContractsProcessor.hpp | 15 ++++--
pcontracts/include/contractClauseTypes.hpp | 9 ++--
pcontracts/src/Makefile | 23 +++++++--
pcontracts/src/contracts/ContractsProcessor.cpp | 49 +++++++++++++++++++-
pcontracts/src/contracts/Makefile | 2 +-
pcontracts/src/drivers/Makefile | 28 +++++++----
pcontracts/src/examples/Makefile | 34 +++++++++-----
pcontracts/src/examples/Makefile.trans | 49 +++++++++++++++----
pcontracts/src/make.inc | 2 +
pcontracts/src/runtime/Makefile | 2 +-
pcontracts/src/tests/Makefile | 8 ++-
.../tests/data/RoutineInstrumenter/knapsack.checks | 2 +-
.../RoutineInstrumenter/unlabeledknapsack.checks | 2 +-
.../tests/data/VisitInstrumenter/knapsack.checks | 2 +-
.../VisitInstrumenter/unlabeledknapsack.checks | 2 +-
17 files changed, 197 insertions(+), 63 deletions(-)
hooks/post-receive
--
compose-hpc
|