From: T. D. <tld...@us...> - 2013-02-08 16:48:53
|
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 4676d73078fb1185871bfd1993ad3a1f08ad4f5d (commit) via f8c57724b94e2738d18fff9aa16a51ffc28cdd49 (commit) via e85369d244bbdf6a5efe624e4ade2674099850ab (commit) via ed3bd5509c38e5482a96723cab0df73d33b6b6b0 (commit) via 4c192fc3da2146929264be345ab0cefe70f92e58 (commit) via 6389ebc827c712d7ea64a95b930531d85acb9d35 (commit) via e7795f603377fca8c27c653937b3666947507aa1 (commit) from eeba70d7643ab6bc64714de50ca9441c5e91ebfb (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 4676d73078fb1185871bfd1993ad3a1f08ad4f5d Merge: f8c5772 eeba70d Author: T. Dahlgren <dah...@ll...> Date: Thu Feb 7 18:59:42 2013 -0800 Merge branch 'master' of ssh://compose-hpc.git.sourceforge.net/gitroot/compose-hpc/compose-hpc commit f8c57724b94e2738d18fff9aa16a51ffc28cdd49 Author: T. Dahlgren <dah...@ll...> Date: Thu Feb 7 18:57:43 2013 -0800 Latest snapshot of contract enforcement work with emphasis on visitor version. commit e85369d244bbdf6a5efe624e4ade2674099850ab Author: T. Dahlgren <dah...@ll...> Date: Thu Jan 31 18:54:53 2013 -0800 Snapshot of latest refactoring efforts. Visitor work not quite complete. commit ed3bd5509c38e5482a96723cab0df73d33b6b6b0 Merge: 4c192fc d4707d9 Author: T. Dahlgren <dah...@ll...> Date: Thu Jan 31 14:30:03 2013 -0800 Merge branch 'master' of ssh://compose-hpc.git.sourceforge.net/gitroot/compose-hpc/compose-hpc commit 4c192fc3da2146929264be345ab0cefe70f92e58 Merge: 6389ebc 4e92f00 Author: T. Dahlgren <dah...@ll...> Date: Thu Jan 24 11:56:11 2013 -0800 Merge branch 'master' of ssh://compose-hpc.git.sourceforge.net/gitroot/compose-hpc/compose-hpc commit 6389ebc827c712d7ea64a95b930531d85acb9d35 Merge: e7795f6 8e3a563 Author: T. Dahlgren <dah...@ll...> Date: Thu Jan 24 09:23:41 2013 -0800 Merge branch 'master' of ssh://compose-hpc.git.sourceforge.net/gitroot/compose-hpc/compose-hpc commit e7795f603377fca8c27c653937b3666947507aa1 Author: T. Dahlgren <dah...@ll...> Date: Tue Jan 22 11:33:55 2013 -0800 Preliminary/draft contracts instrumentation visitor version. ----------------------------------------------------------------------- Summary of changes: braid/upc/Makefile.include | 142 ---- pcontracts/TODO | 30 +- pcontracts/src/examples/AssertionExpression.hpp | 34 +- .../src/examples/ContractAssertionPrinter.cpp | 15 +- pcontracts/src/examples/ContractComment.hpp | 50 ++- pcontracts/src/examples/ContractPrinter.cpp | 14 +- pcontracts/src/examples/ContractsProcessor.cpp | 781 ++++++++++++++------ pcontracts/src/examples/ContractsProcessor.hpp | 45 +- pcontracts/src/examples/Knapsack.cpp | 6 +- pcontracts/src/examples/Makefile | 18 +- .../examples/{Makefile.trans => Makefile.rtrans} | 13 +- pcontracts/src/examples/Makefile.trans | 15 +- pcontracts/src/examples/RoseHelpers.cpp | 44 +- pcontracts/src/examples/RoseHelpers.hpp | 19 +- .../src/examples/RoutineContractInstrumenter.cpp | 2 +- pcontracts/src/examples/UnlabeledKnapsack.cpp | 4 +- .../src/examples/VisitContractsInstrumenter.cpp | 177 +++--- .../src/examples/VisitContractsInstrumenter.hpp | 67 +- pcontracts/src/examples/helloworld.cc | 2 +- pcontracts/src/runtime/Makefile | 2 +- 20 files changed, 927 insertions(+), 553 deletions(-) delete mode 100644 braid/upc/Makefile.include copy pcontracts/src/examples/{Makefile.trans => Makefile.rtrans} (86%) hooks/post-receive -- compose-hpc |