From: T. D. <tld...@us...> - 2013-08-13 00:04:20
|
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 95976d4369f43939b044f5477ae41f940d79a793 (commit) via 85d4ab668a8234e3b30f3246d415a95e7c5c2c15 (commit) via b55ce19e5151734bfec5f2cb94910d9a4a02ea81 (commit) via c222977d3324f5d859a1533addab06a13b465d4f (commit) from 90a44c0d07b18974bfb8ff93811b054893518306 (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 95976d4369f43939b044f5477ae41f940d79a793 Author: T. Dahlgren <dah...@ll...> Date: Mon Aug 12 17:02:26 2013 -0700 Move (relevant) header files to the include directory. Moved contracts, drivers, and runtime header files to the include directory. Modified makefiles accordingly. commit 85d4ab668a8234e3b30f3246d415a95e7c5c2c15 Author: T. Dahlgren <dah...@ll...> Date: Mon Aug 12 16:33:40 2013 -0700 More build cleanup. (Helps to remember which scripting language you're working in. <grin>) commit b55ce19e5151734bfec5f2cb94910d9a4a02ea81 Author: T. Dahlgren <dah...@ll...> Date: Mon Aug 12 16:22:48 2013 -0700 Moved make include files to within the source subdirectory. Moved the *.inc files to within the source subdirectory and modified all Makefiles including them accordingly. commit c222977d3324f5d859a1533addab06a13b465d4f Author: T. Dahlgren <dah...@ll...> Date: Mon Aug 12 15:53:14 2013 -0700 Separated sources for ROSE-based driver programs and created new bin directory. Moved ROSE-based driver programs to new src/drivers subdirectory and modified all of the Makefiles accordingly. Also tweaked Makefile output to facilitate quickly assessing test suite results (e.g., if output from a 'make check' or 'make checkall' is redirected to a file, can grep 'Suite' to get a quick summary). ----------------------------------------------------------------------- Summary of changes: pcontracts/Makefile | 4 +- pcontracts/TODO | 6 - .../contracts => include}/AssertionExpression.hpp | 0 .../ContractAssertionPrinter.hpp | 0 .../{src/contracts => include}/ContractComment.hpp | 0 .../{src/examples => include}/ContractPrinter.hpp | 0 .../{src/runtime => include}/ContractsEnforcer.h | 0 .../contracts => include}/ContractsProcessor.hpp | 0 .../{src/contracts => include}/RoseHelpers.hpp | 0 .../tests => include}/SimpleContractsPrinter.hpp | 0 .../VisitContractsInstrumenter.hpp | 0 .../contracts => include}/contractClauseTypes.hpp | 0 .../{src/runtime => include}/contractMacros.h | 0 .../{src/runtime => include}/contractOptions.h | 0 .../runtime => include}/contractPrivateTypes.h | 0 pcontracts/{src/runtime => include}/contracts.h | 0 pcontracts/src/Makefile | 10 +- pcontracts/src/contracts/Makefile | 18 ++- .../ContractAssertionPrinter.cpp | 0 .../src/{examples => drivers}/ContractPrinter.cpp | 0 pcontracts/src/{examples => drivers}/Makefile | 178 ++++----------- .../RoutineContractInstrumenter.cpp | 0 .../{tests => drivers}/SimpleContractsPrinter.cpp | 0 .../VisitContractsInstrumenter.cpp | 0 pcontracts/src/examples/Makefile | 229 +++----------------- pcontracts/src/examples/Makefile.trans | 97 ++------- pcontracts/{ => src}/make.inc | 1 + pcontracts/{ => src}/make_rose.inc | 2 +- pcontracts/{ => src}/make_test.inc | 3 +- pcontracts/src/runtime/Makefile | 12 +- pcontracts/src/tests/Makefile | 8 +- 31 files changed, 123 insertions(+), 445 deletions(-) rename pcontracts/{src/contracts => include}/AssertionExpression.hpp (100%) rename pcontracts/{src/examples => include}/ContractAssertionPrinter.hpp (100%) rename pcontracts/{src/contracts => include}/ContractComment.hpp (100%) rename pcontracts/{src/examples => include}/ContractPrinter.hpp (100%) rename pcontracts/{src/runtime => include}/ContractsEnforcer.h (100%) rename pcontracts/{src/contracts => include}/ContractsProcessor.hpp (100%) rename pcontracts/{src/contracts => include}/RoseHelpers.hpp (100%) rename pcontracts/{src/tests => include}/SimpleContractsPrinter.hpp (100%) rename pcontracts/{src/examples => include}/VisitContractsInstrumenter.hpp (100%) rename pcontracts/{src/contracts => include}/contractClauseTypes.hpp (100%) rename pcontracts/{src/runtime => include}/contractMacros.h (100%) rename pcontracts/{src/runtime => include}/contractOptions.h (100%) rename pcontracts/{src/runtime => include}/contractPrivateTypes.h (100%) rename pcontracts/{src/runtime => include}/contracts.h (100%) rename pcontracts/src/{examples => drivers}/ContractAssertionPrinter.cpp (100%) rename pcontracts/src/{examples => drivers}/ContractPrinter.cpp (100%) copy pcontracts/src/{examples => drivers}/Makefile (57%) rename pcontracts/src/{examples => drivers}/RoutineContractInstrumenter.cpp (100%) rename pcontracts/src/{tests => drivers}/SimpleContractsPrinter.cpp (100%) rename pcontracts/src/{examples => drivers}/VisitContractsInstrumenter.cpp (100%) rename pcontracts/{ => src}/make.inc (96%) rename pcontracts/{ => src}/make_rose.inc (95%) rename pcontracts/{ => src}/make_test.inc (83%) hooks/post-receive -- compose-hpc |