You can subscribe to this list here.
2011 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
(13) |
---|---|---|---|---|---|---|---|---|---|---|---|---|
2012 |
Jan
(18) |
Feb
(14) |
Mar
(9) |
Apr
(34) |
May
(12) |
Jun
(19) |
Jul
(21) |
Aug
(5) |
Sep
(4) |
Oct
(20) |
Nov
(18) |
Dec
(7) |
2013 |
Jan
(29) |
Feb
(12) |
Mar
(17) |
Apr
(6) |
May
(8) |
Jun
(7) |
Jul
(3) |
Aug
(4) |
Sep
(2) |
Oct
(4) |
Nov
|
Dec
|
2014 |
Jan
|
Feb
(1) |
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
(1) |
Sep
|
Oct
(1) |
Nov
(1) |
Dec
(1) |
2015 |
Jan
(1) |
Feb
(1) |
Mar
(3) |
Apr
(1) |
May
|
Jun
(2) |
Jul
(3) |
Aug
(3) |
Sep
(1) |
Oct
|
Nov
|
Dec
|
From: T. D. <tld...@us...> - 2012-11-12 19:45:22
|
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 bec509c9c67e938a8ec6bbb7d32e2be87c8e1656 (commit) from ddfce024a306d731d60db515493a581f6d9ae83b (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 bec509c9c67e938a8ec6bbb7d32e2be87c8e1656 Author: T. Dahlgren <dah...@ll...> Date: Mon Nov 12 11:39:59 2012 -0800 Adding LLNL Copyright and associate verbage. Added the LLNL Copyright file (BRAID clone) and blessed but slightly modified verbage (also taken from BRAID sources). The changes include the official LLNL source code release number. ----------------------------------------------------------------------- Summary of changes: {braid => pcontracts}/COPYRIGHT | 0 pcontracts/mainpage.dox | 14 ++ pcontracts/src/examples/AssertionExpression.hpp | 18 ++- .../src/examples/ContractAssertionPrinter.cpp | 17 ++- .../src/examples/ContractAssertionPrinter.hpp | 17 ++- pcontracts/src/examples/ContractComment.hpp | 18 ++- pcontracts/src/examples/ContractPrinter.cpp | 19 ++- pcontracts/src/examples/ContractPrinter.hpp | 17 ++- pcontracts/src/examples/ContractsProcessor.cpp | 18 ++- pcontracts/src/examples/ContractsProcessor.hpp | 18 ++- pcontracts/src/examples/Knapsack.cpp | 15 ++- pcontracts/src/examples/Knapsack.hpp | 15 ++- pcontracts/src/examples/RoseHelpers.cpp | 17 ++- pcontracts/src/examples/RoseHelpers.hpp | 17 ++- .../src/examples/RoutineContractInstrumenter.cpp | 18 ++- pcontracts/src/examples/UnlabeledKnapsack.cpp | 15 ++- pcontracts/src/examples/UnlabeledKnapsack.hpp | 15 ++- .../src/examples/VisitContractsInstrumenter.cpp | 171 ++++++++++++++++++++ .../src/examples/VisitContractsInstrumenter.hpp | 66 ++++++++ pcontracts/src/examples/contractClauseTypes.hpp | 18 ++- pcontracts/src/examples/knapsack.c | 15 ++- pcontracts/src/examples/unlabeledknapsack.c | 15 ++- pcontracts/src/runtime/ContractsEnforcer.c | 17 ++- pcontracts/src/runtime/ContractsEnforcer.h | 16 ++- pcontracts/src/runtime/contractMacros.h | 46 +++--- pcontracts/src/runtime/contractOptions.h | 20 ++- pcontracts/src/runtime/contractPrivateTypes.h | 15 ++- pcontracts/src/runtime/contracts.h | 15 ++- pcontracts/src/tests/SimpleContractsPrinter.cpp | 28 +++- pcontracts/src/tests/SimpleContractsPrinter.hpp | 28 +++- pcontracts/src/tests/testContractsEnforcer.c | 12 +- pcontracts/src/tests/test_InvariantAnnotation.cpp | 24 +++- .../src/tests/test_PaulContractsDecorator.cpp | 26 +++- .../src/tests/test_SimpleContractsPrinter.cpp | 26 +++- 34 files changed, 717 insertions(+), 109 deletions(-) copy {braid => pcontracts}/COPYRIGHT (100%) create mode 100644 pcontracts/src/examples/VisitContractsInstrumenter.cpp create mode 100644 pcontracts/src/examples/VisitContractsInstrumenter.hpp hooks/post-receive -- compose-hpc |
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 |
From: T. D. <tld...@us...> - 2012-11-09 19:37:14
|
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 12256e30515991b93d156738e29109eb5f67ae3e (commit) from 697add20a7b3a8abfd20c0ef7ee72cfc99eee649 (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 12256e30515991b93d156738e29109eb5f67ae3e Author: T. Dahlgren <dah...@ll...> Date: Fri Nov 9 11:31:21 2012 -0800 Initial pass at refactoring the directories and adjusting the build. Aggregated all source files (ie, examples and tests) under the src directory. Modified the build to reflect the new locations and to put examples output into a results directory off the root. Updated basic documentation and removed several files not part of the current processes. ----------------------------------------------------------------------- Summary of changes: pcontracts/Makefile | 16 ++++- pcontracts/README | 82 ++++++++++++++++---- pcontracts/TODO | 13 +-- pcontracts/mainpage.dox | 4 +- pcontracts/src/Makefile | 2 +- pcontracts/src/annots/ContractsParser.y | 72 ----------------- pcontracts/src/annots/ContractsScanner.l | 62 --------------- pcontracts/{ => src}/examples/.gitignore | 0 .../examples/ContractAssertionPrinter.cpp | 0 .../examples/ContractAssertionPrinter.hpp | 0 pcontracts/{ => src}/examples/ContractPrinter.cpp | 0 pcontracts/{ => src}/examples/ContractPrinter.hpp | 0 .../{ => src}/examples/ContractsProcessor.cpp | 0 .../{ => src}/examples/ContractsProcessor.hpp | 0 pcontracts/{ => src}/examples/Knapsack.cpp | 0 pcontracts/{ => src}/examples/Knapsack.hpp | 0 pcontracts/{ => src}/examples/Makefile | 24 +++--- pcontracts/{ => src}/examples/Makefile.trans | 12 ++- pcontracts/{ => src}/examples/RoseHelpers.cpp | 0 pcontracts/{ => src}/examples/RoseHelpers.hpp | 0 .../examples/RoutineContractInstrumenter.cpp | 0 .../{ => src}/examples/UnlabeledKnapsack.cpp | 0 .../{ => src}/examples/UnlabeledKnapsack.hpp | 0 .../{ => src}/examples/contractClauseTypes.hpp | 0 pcontracts/{ => src}/examples/knapsack.c | 0 pcontracts/{ => src}/examples/unlabeledknapsack.c | 0 .../runtime/{contracts => }/ContractsEnforcer.c | 0 .../runtime/{contracts => }/ContractsEnforcer.h | 0 pcontracts/src/runtime/Makefile | 53 +++++++------ .../src/runtime/{contracts => }/contractMacros.h | 0 .../src/runtime/{contracts => }/contractOptions.h | 0 .../runtime/{contracts => }/contractPrivateTypes.h | 0 pcontracts/src/runtime/{contracts => }/contracts.h | 0 pcontracts/src/runtime/contracts/Makefile | 27 ------- pcontracts/{ => src}/tests/.gitignore | 0 pcontracts/{ => src}/tests/Makefile | 9 ++- .../{ => src}/tests/SimpleContractsPrinter.cpp | 0 .../{ => src}/tests/SimpleContractsPrinter.hpp | 0 pcontracts/{ => src}/tests/testContractsEnforcer.c | 0 .../{ => src}/tests/test_InvariantAnnotation.cpp | 0 .../tests/test_PaulContractsDecorator.cpp | 0 .../tests/test_SimpleContractsPrinter.cpp | 0 pcontracts/tests/inputs/.gitignore | 1 - 43 files changed, 141 insertions(+), 236 deletions(-) delete mode 100644 pcontracts/src/annots/ContractsParser.y delete mode 100644 pcontracts/src/annots/ContractsScanner.l rename pcontracts/{ => src}/examples/.gitignore (100%) rename pcontracts/{ => src}/examples/ContractAssertionPrinter.cpp (100%) rename pcontracts/{ => src}/examples/ContractAssertionPrinter.hpp (100%) rename pcontracts/{ => src}/examples/ContractPrinter.cpp (100%) rename pcontracts/{ => src}/examples/ContractPrinter.hpp (100%) rename pcontracts/{ => src}/examples/ContractsProcessor.cpp (100%) rename pcontracts/{ => src}/examples/ContractsProcessor.hpp (100%) rename pcontracts/{ => src}/examples/Knapsack.cpp (100%) rename pcontracts/{ => src}/examples/Knapsack.hpp (100%) rename pcontracts/{ => src}/examples/Makefile (94%) rename pcontracts/{ => src}/examples/Makefile.trans (91%) rename pcontracts/{ => src}/examples/RoseHelpers.cpp (100%) rename pcontracts/{ => src}/examples/RoseHelpers.hpp (100%) rename pcontracts/{ => src}/examples/RoutineContractInstrumenter.cpp (100%) rename pcontracts/{ => src}/examples/UnlabeledKnapsack.cpp (100%) rename pcontracts/{ => src}/examples/UnlabeledKnapsack.hpp (100%) rename pcontracts/{ => src}/examples/contractClauseTypes.hpp (100%) rename pcontracts/{ => src}/examples/knapsack.c (100%) rename pcontracts/{ => src}/examples/unlabeledknapsack.c (100%) rename pcontracts/src/runtime/{contracts => }/ContractsEnforcer.c (100%) rename pcontracts/src/runtime/{contracts => }/ContractsEnforcer.h (100%) rename pcontracts/src/runtime/{contracts => }/contractMacros.h (100%) rename pcontracts/src/runtime/{contracts => }/contractOptions.h (100%) rename pcontracts/src/runtime/{contracts => }/contractPrivateTypes.h (100%) rename pcontracts/src/runtime/{contracts => }/contracts.h (100%) delete mode 100644 pcontracts/src/runtime/contracts/Makefile rename pcontracts/{ => src}/tests/.gitignore (100%) rename pcontracts/{ => src}/tests/Makefile (84%) rename pcontracts/{ => src}/tests/SimpleContractsPrinter.cpp (100%) rename pcontracts/{ => src}/tests/SimpleContractsPrinter.hpp (100%) rename pcontracts/{ => src}/tests/testContractsEnforcer.c (100%) rename pcontracts/{ => src}/tests/test_InvariantAnnotation.cpp (100%) rename pcontracts/{ => src}/tests/test_PaulContractsDecorator.cpp (100%) rename pcontracts/{ => src}/tests/test_SimpleContractsPrinter.cpp (100%) delete mode 100644 pcontracts/tests/inputs/.gitignore hooks/post-receive -- compose-hpc |
From: T. D. <tld...@us...> - 2012-11-09 17:01:40
|
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 697add20a7b3a8abfd20c0ef7ee72cfc99eee649 (commit) via d7054434fafdc26d7a65d04aa59b2f16d8f03041 (commit) via 6f8d5842e4fb3d53a6cd5f8577b9084777d29393 (commit) from 4b84987a41aa1090a0348bcbbf6d5996ede9eb4d (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 697add20a7b3a8abfd20c0ef7ee72cfc99eee649 Merge: d705443 4b84987 Author: T. Dahlgren <dah...@ll...> Date: Fri Nov 9 08:48:13 2012 -0800 Merge branch 'master' of ssh://compose-hpc.git.sourceforge.net/gitroot/compose-hpc/compose-hpc commit d7054434fafdc26d7a65d04aa59b2f16d8f03041 Merge: 6f8d584 dee5beb Author: T. Dahlgren <dah...@ll...> Date: Thu Nov 1 17:53:05 2012 -0700 Merge branch 'master' of ssh://compose-hpc.git.sourceforge.net/gitroot/compose-hpc/compose-hpc Conflicts: pcontracts/TODO commit 6f8d5842e4fb3d53a6cd5f8577b9084777d29393 Author: T. Dahlgren <dah...@ll...> Date: Thu Nov 1 15:34:22 2012 -0700 Ensure the complete set of 'advanced' SIDL ops and built-ins included. ----------------------------------------------------------------------- Summary of changes: pcontracts/TODO | 7 +- ...ractInstrumenter.cpp => ContractsProcessor.cpp} | 384 ++------------------ pcontracts/examples/ContractsProcessor.hpp | 156 ++++++++ pcontracts/examples/Makefile | 30 ++- .../examples/RoutineContractInstrumenter.cpp | 108 ++++++ pcontracts/examples/contractClauseTypes.hpp | 137 +++++++ 6 files changed, 466 insertions(+), 356 deletions(-) rename pcontracts/examples/{ContractInstrumenter.cpp => ContractsProcessor.cpp} (72%) create mode 100644 pcontracts/examples/ContractsProcessor.hpp create mode 100644 pcontracts/examples/RoutineContractInstrumenter.cpp create mode 100644 pcontracts/examples/contractClauseTypes.hpp hooks/post-receive -- compose-hpc |
From: adrian <adr...@us...> - 2012-11-07 19:05:38
|
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 4b84987a41aa1090a0348bcbbf6d5996ede9eb4d (commit) from 7f7e38918cdaa6693c65c96775ca3c2a5b4a2bd5 (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 4b84987a41aa1090a0348bcbbf6d5996ede9eb4d Author: Adrian Prantl <ad...@ll...> Date: Wed Nov 7 11:05:09 2012 -0800 chapel 1.6 compatibility ----------------------------------------------------------------------- Summary of changes: ...d-endCount-argument-to-_waitEndCount-call.diff} | 0 1 files changed, 0 insertions(+), 0 deletions(-) copy braid/chapel-patches/{0013-remove-fied-access-from-get-ref.diff => 0014-add-endCount-argument-to-_waitEndCount-call.diff} (100%) hooks/post-receive -- compose-hpc |
From: adrian <adr...@us...> - 2012-11-07 17:17:51
|
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 7f7e38918cdaa6693c65c96775ca3c2a5b4a2bd5 (commit) via 072245a47089ead230db10d503e8912d827ba577 (commit) via b778ba5439c7d119320660644b2fdeb2ade6337d (commit) via 4aa870cc04fc4aa1b8367c4c91802edfe3470038 (commit) via 1336efe8c3c692822a96ea2fdff15150790df95b (commit) from 78a3bb078215dc94e9ab055513a1df826affc9d9 (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 7f7e38918cdaa6693c65c96775ca3c2a5b4a2bd5 Author: Adrian Prantl <ad...@ll...> Date: Wed Nov 7 09:14:42 2012 -0800 update chapel patches for 1.6.0 commit 072245a47089ead230db10d503e8912d827ba577 Merge: b778ba5 78a3bb0 Author: Adrian Prantl <ad...@ll...> Date: Tue Nov 6 14:18:53 2012 -0800 Merge branch 'master' of ssh://compose-hpc.git.sourceforge.net/gitroot/compose-hpc/compose-hpc commit b778ba5439c7d119320660644b2fdeb2ade6337d Merge: 4aa870c 57bb349 Author: Adrian Prantl <ad...@ll...> Date: Tue Oct 9 14:26:46 2012 -0700 Merge branch 'master' of ssh://compose-hpc.git.sourceforge.net/gitroot/compose-hpc/compose-hpc commit 4aa870cc04fc4aa1b8367c4c91802edfe3470038 Author: Adrian Prantl <ad...@ll...> Date: Wed Oct 3 15:00:18 2012 -0700 eliminated swaths of dead code commit 1336efe8c3c692822a96ea2fdff15150790df95b Author: Adrian Prantl <ad...@ll...> Date: Wed Oct 3 14:16:05 2012 -0700 bugfixes ----------------------------------------------------------------------- Summary of changes: braid/braid/chapel/chpl_backend.py | 400 -------- braid/braid/chapel/chpl_code.py | 149 +--- braid/braid/chapel/chpl_conversions.burg | 33 +- ...t-for-reference-copying-borrowing-from-dat.diff | 1072 ++++++++++++++++++-- .../0003-add-example-for-borrowed-array.diff | 972 +++++++++++------- ...t-for-configurable-field-name-during-assig.diff | 652 +++++++++++- .../0005-added-field-name-arg-to-ref_borrow.diff | 615 +++++++++++- braid/chapel-patches/0010-library-init.diff | 695 ++++++------- braid/chapel-patches/0011-split-chpl_gen_main.diff | 353 ++----- braid/chapel-patches/0012-dual-atexits.diff | 80 +-- .../0013-remove-fied-access-from-get-ref.diff | 65 -- braid/configure.ac | 4 +- braid/doc/braid.1 | 2 +- braid/doc/users_guide.html | 6 +- 14 files changed, 3282 insertions(+), 1816 deletions(-) hooks/post-receive -- compose-hpc |
From: Matt S. <ma...@us...> - 2012-11-03 01:34:41
|
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 78a3bb078215dc94e9ab055513a1df826affc9d9 (commit) from 6bd6031adff499df486a235828e931e97e475748 (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 78a3bb078215dc94e9ab055513a1df826affc9d9 Author: Matthew Sottile <mjs...@me...> Date: Fri Nov 2 18:34:14 2012 -0700 cleanup of error messages and debug output ----------------------------------------------------------------------- Summary of changes: rote/struct-diff/RuleGen/GraphvizUtil.hs | 5 ++++- rote/struct-diff/RuleGen/Trees.hs | 7 ++++++- rote/struct-diff/RuleGen/rulegen.hs | 10 ++++++---- 3 files changed, 16 insertions(+), 6 deletions(-) hooks/post-receive -- compose-hpc |
From: Matt S. <ma...@us...> - 2012-11-03 01:07:05
|
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 6bd6031adff499df486a235828e931e97e475748 (commit) from c3e69015559511fd9610ba53f3848dd79ea93269 (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 6bd6031adff499df486a235828e931e97e475748 Author: Matthew Sottile <mjs...@me...> Date: Fri Nov 2 18:06:38 2012 -0700 updating to properly handly lists in aterms. ----------------------------------------------------------------------- Summary of changes: rote/struct-diff/RuleGen/AtermUtilities.hs | 6 +++--- rote/struct-diff/RuleGen/Contextualizer.hs | 2 +- rote/struct-diff/RuleGen/Filter.hs | 4 ++-- rote/struct-diff/RuleGen/GraphvizUtil.hs | 6 +++--- rote/struct-diff/RuleGen/Pruner.hs | 8 ++++---- rote/struct-diff/RuleGen/Stratego.hs | 2 ++ rote/struct-diff/RuleGen/Trees.hs | 25 +++++++++++++++++++++---- rote/struct-diff/RuleGen/Weaver.hs | 2 +- rote/struct-diff/RuleGen/Yang.hs | 6 +++--- rote/struct-diff/RuleGen/rulegen.hs | 7 ++++--- 10 files changed, 44 insertions(+), 24 deletions(-) hooks/post-receive -- compose-hpc |
From: Matt S. <ma...@us...> - 2012-11-02 01:04:27
|
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 c3e69015559511fd9610ba53f3848dd79ea93269 (commit) from ce73e0b2942484bd44e4ebf4e74d8dcb738a3119 (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 c3e69015559511fd9610ba53f3848dd79ea93269 Author: Matthew Sottile <mjs...@me...> Date: Thu Nov 1 18:04:03 2012 -0700 lots of cleanup ----------------------------------------------------------------------- Summary of changes: rote/struct-diff/helpers/README.txt | 66 ++++++++++++++++++++ .../helpers/{ => client_side}/sourcify.sh | 12 +++- .../helpers/{ => client_side}/termify.sh | 12 +++- .../helpers/server_side/compose_rose_setup.sh | 15 +++++ rote/struct-diff/helpers/server_side/src2term.sh | 7 ++ rote/struct-diff/helpers/server_side/term2src.sh | 7 ++ 6 files changed, 113 insertions(+), 6 deletions(-) create mode 100644 rote/struct-diff/helpers/README.txt rename rote/struct-diff/helpers/{ => client_side}/sourcify.sh (57%) rename rote/struct-diff/helpers/{ => client_side}/termify.sh (64%) create mode 100755 rote/struct-diff/helpers/server_side/compose_rose_setup.sh create mode 100755 rote/struct-diff/helpers/server_side/src2term.sh create mode 100755 rote/struct-diff/helpers/server_side/term2src.sh hooks/post-receive -- compose-hpc |
From: Matt S. <ma...@us...> - 2012-11-02 00:46:09
|
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 ce73e0b2942484bd44e4ebf4e74d8dcb738a3119 (commit) from af7006e0c6cdf9e3ff63b0e7ddd90d147ee5a692 (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 ce73e0b2942484bd44e4ebf4e74d8dcb738a3119 Author: Matthew Sottile <mjs...@me...> Date: Thu Nov 1 17:45:16 2012 -0700 cleaning up to get rid of hardwired hostname and username. ----------------------------------------------------------------------- Summary of changes: rote/struct-diff/helpers/sourcify.sh | 17 ++++++++--------- rote/struct-diff/helpers/termify.sh | 20 ++++++++++---------- 2 files changed, 18 insertions(+), 19 deletions(-) hooks/post-receive -- compose-hpc |
From: Matt S. <ma...@us...> - 2012-11-02 00:37:42
|
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 af7006e0c6cdf9e3ff63b0e7ddd90d147ee5a692 (commit) from f072b200cbec4b4da650893e3f3d16eb13974914 (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 af7006e0c6cdf9e3ff63b0e7ddd90d147ee5a692 Author: Matthew Sottile <mjs...@me...> Date: Thu Nov 1 17:36:46 2012 -0700 removed an unnecessary print() statement. ----------------------------------------------------------------------- Summary of changes: rote/struct-diff/patch_gen.pl | 4 +--- 1 files changed, 1 insertions(+), 3 deletions(-) hooks/post-receive -- compose-hpc |
From: Matt S. <ma...@us...> - 2012-11-02 00:34:42
|
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 f072b200cbec4b4da650893e3f3d16eb13974914 (commit) from dee5bebe5129dd28d3289369fa77571ad892f582 (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 f072b200cbec4b4da650893e3f3d16eb13974914 Author: Matthew Sottile <mjs...@me...> Date: Thu Nov 1 17:33:45 2012 -0700 a few more test cases ----------------------------------------------------------------------- Summary of changes: rote/struct-diff/tests/simple/arg_addition.spec | 4 ++++ .../tests/simple/arg_addition/arg_addition_post.c | 3 +++ .../simple/arg_addition/arg_addition_post.trm | 1 + .../tests/simple/arg_addition/arg_addition_pre.c | 3 +++ .../tests/simple/arg_addition/arg_addition_pre.trm | 1 + rote/struct-diff/tests/simple/arg_reorder.spec | 4 ++++ .../tests/simple/arg_reorder/arg_reorder_post.c | 3 +++ .../tests/simple/arg_reorder/arg_reorder_post.trm | 1 + .../tests/simple/arg_reorder/arg_reorder_pre.c | 3 +++ .../tests/simple/arg_reorder/arg_reorder_pre.trm | 1 + .../tests/simple/{out.c => distributive.spec} | 5 ++--- .../{out.c => distributive/distributive_post.c} | 2 -- .../simple/distributive/distributive_post.trm | 1 + .../{in.c => distributive/distributive_pre.c} | 2 -- .../tests/simple/distributive/distributive_pre.trm | 1 + rote/struct-diff/tests/simple/genner.sh | 11 +++++++++++ rote/struct-diff/tests/simple/init1.spec | 10 ++++++++++ rote/struct-diff/tests/simple/init1/init1_post.c | 9 +++++++++ rote/struct-diff/tests/simple/init1/init1_post.trm | 1 + rote/struct-diff/tests/simple/init1/init1_pre.c | 7 +++++++ rote/struct-diff/tests/simple/init1/init1_pre.trm | 1 + rote/struct-diff/tests/simpleFortran/in.trm | 1 + rote/struct-diff/tests/simpleFortran/out.trm | 1 + 23 files changed, 69 insertions(+), 7 deletions(-) create mode 100644 rote/struct-diff/tests/simple/arg_addition.spec create mode 100644 rote/struct-diff/tests/simple/arg_addition/arg_addition_post.c create mode 100644 rote/struct-diff/tests/simple/arg_addition/arg_addition_post.trm create mode 100644 rote/struct-diff/tests/simple/arg_addition/arg_addition_pre.c create mode 100644 rote/struct-diff/tests/simple/arg_addition/arg_addition_pre.trm create mode 100644 rote/struct-diff/tests/simple/arg_reorder.spec create mode 100644 rote/struct-diff/tests/simple/arg_reorder/arg_reorder_post.c create mode 100644 rote/struct-diff/tests/simple/arg_reorder/arg_reorder_post.trm create mode 100644 rote/struct-diff/tests/simple/arg_reorder/arg_reorder_pre.c create mode 100644 rote/struct-diff/tests/simple/arg_reorder/arg_reorder_pre.trm copy rote/struct-diff/tests/simple/{out.c => distributive.spec} (61%) rename rote/struct-diff/tests/simple/{out.c => distributive/distributive_post.c} (97%) create mode 100644 rote/struct-diff/tests/simple/distributive/distributive_post.trm rename rote/struct-diff/tests/simple/{in.c => distributive/distributive_pre.c} (97%) create mode 100644 rote/struct-diff/tests/simple/distributive/distributive_pre.trm create mode 100644 rote/struct-diff/tests/simple/genner.sh create mode 100644 rote/struct-diff/tests/simple/init1.spec create mode 100644 rote/struct-diff/tests/simple/init1/init1_post.c create mode 100644 rote/struct-diff/tests/simple/init1/init1_post.trm create mode 100644 rote/struct-diff/tests/simple/init1/init1_pre.c create mode 100644 rote/struct-diff/tests/simple/init1/init1_pre.trm create mode 100644 rote/struct-diff/tests/simpleFortran/in.trm create mode 100644 rote/struct-diff/tests/simpleFortran/out.trm hooks/post-receive -- compose-hpc |
From: Matt S. <ma...@us...> - 2012-10-26 18:48:19
|
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 dee5bebe5129dd28d3289369fa77571ad892f582 (commit) from c34137a92fbd52ff16ac6064626814c73356ac32 (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 dee5bebe5129dd28d3289369fa77571ad892f582 Author: Matthew Sottile <mjs...@me...> Date: Fri Oct 26 11:48:02 2012 -0700 cleaning ----------------------------------------------------------------------- Summary of changes: rote/struct-diff/RuleGen/rulegen.hs | 23 ++--------------------- 1 files changed, 2 insertions(+), 21 deletions(-) hooks/post-receive -- compose-hpc |
From: Matt S. <ma...@us...> - 2012-10-26 00:07:18
|
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 c34137a92fbd52ff16ac6064626814c73356ac32 (commit) from 875c4ef30400639f7e8493b9ef94b702d268dae3 (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 c34137a92fbd52ff16ac6064626814c73356ac32 Author: Matthew Sottile <mjs...@me...> Date: Thu Oct 25 17:06:52 2012 -0700 crude generator for pre/post source files from a single compact file ----------------------------------------------------------------------- Summary of changes: rote/struct-diff/patch_gen.pl | 29 +++++++++++++++++++++++++---- 1 files changed, 25 insertions(+), 4 deletions(-) hooks/post-receive -- compose-hpc |
From: Matt S. <ma...@us...> - 2012-10-26 00:00: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 875c4ef30400639f7e8493b9ef94b702d268dae3 (commit) via a2d5d9be701d4469dabe31422bb7b097e82bc900 (commit) via 84f656f1ba8f05bfdfbb4988c7792ce207af8944 (commit) from 4c7190a1f9feec20df4b6a9906a8225bc0e43dd5 (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 875c4ef30400639f7e8493b9ef94b702d268dae3 Author: Matthew Sottile <mjs...@me...> Date: Thu Oct 25 16:59:32 2012 -0700 updates to clean up and reorganize code commit a2d5d9be701d4469dabe31422bb7b097e82bc900 Merge: 84f656f 4c7190a Author: Matthew Sottile <mjs...@me...> Date: Thu Oct 25 16:52:02 2012 -0700 Merge branch 'master' of ssh://compose-hpc.git.sourceforge.net/gitroot/compose-hpc/compose-hpc commit 84f656f1ba8f05bfdfbb4988c7792ce207af8944 Author: Matthew Sottile <mjs...@me...> Date: Thu Oct 11 16:13:54 2012 -0700 edits for fixing up trees after diffing ----------------------------------------------------------------------- Summary of changes: rote/struct-diff/RuleGen/Filter.hs | 13 ++++++ rote/struct-diff/RuleGen/Weaver.hs | 71 +++++++++++++++++++++++------------ rote/struct-diff/RuleGen/Yang.hs | 11 +++++- rote/struct-diff/RuleGen/rulegen.hs | 44 +++++++++++++-------- rote/struct-diff/TODO | 4 -- rote/struct-diff/rulegen.cabal | 2 +- 6 files changed, 98 insertions(+), 47 deletions(-) create mode 100644 rote/struct-diff/RuleGen/Filter.hs hooks/post-receive -- compose-hpc |
From: T. D. <tld...@us...> - 2012-10-12 00:23:22
|
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 4c7190a1f9feec20df4b6a9906a8225bc0e43dd5 (commit) via 20633a22ae38063f61e436ad714350ed8446ed6a (commit) from c8a8d673a58deb81b6bba268fadf6a42514db5a9 (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 4c7190a1f9feec20df4b6a9906a8225bc0e43dd5 Author: T. Dahlgren <dah...@ll...> Date: Thu Oct 11 17:20:15 2012 -0700 Remove obsolete preliminary work on contract integration in libpaul. - Another update to TODO breadcrumbs. - Removing preliminary 'fork' of contracts decorator. commit 20633a22ae38063f61e436ad714350ed8446ed6a Author: T. Dahlgren <dah...@ll...> Date: Thu Oct 11 17:15:22 2012 -0700 Updated TODO. ----------------------------------------------------------------------- Summary of changes: pcontracts/TODO | 25 +-- pcontracts/src/Makefile | 1 - pcontracts/src/annots/.gitignore | 1 - pcontracts/src/annots/CommentVisitor.cpp | 207 -------------------- pcontracts/src/annots/CommentVisitor.hpp | 33 --- pcontracts/src/annots/ContractsParser.y | 72 +++++++ .../src/annots/ContractsScanner.l | 9 +- pcontracts/src/annots/PaulContractsDecorate.cpp | 24 --- pcontracts/src/annots/PaulContractsDecorate.h | 27 --- 9 files changed, 89 insertions(+), 310 deletions(-) delete mode 100644 pcontracts/src/annots/.gitignore delete mode 100644 pcontracts/src/annots/CommentVisitor.cpp delete mode 100644 pcontracts/src/annots/CommentVisitor.hpp create mode 100644 pcontracts/src/annots/ContractsParser.y copy paul/demo/scanner.l => pcontracts/src/annots/ContractsScanner.l (83%) delete mode 100644 pcontracts/src/annots/PaulContractsDecorate.cpp delete mode 100644 pcontracts/src/annots/PaulContractsDecorate.h hooks/post-receive -- compose-hpc |
From: T. D. <tld...@us...> - 2012-10-11 23:59:03
|
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 c8a8d673a58deb81b6bba268fadf6a42514db5a9 (commit) from cad558bb4e316525be00083ec9f3e470a9ebc4f7 (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 c8a8d673a58deb81b6bba268fadf6a42514db5a9 Author: T. Dahlgren <dah...@ll...> Date: Thu Oct 11 16:54:46 2012 -0700 Added features to the tests build. - Added new contracts configuration to distribution list. - Added cleanup of more rose-generated files. - Added clean-all rule to also remove executables. - Added tests rule to run all executables on all input files. (No testing of results is performed, though.) ----------------------------------------------------------------------- Summary of changes: paul/libpaul/tests/Makefile.am | 20 ++++++++++++++++++-- 1 files changed, 18 insertions(+), 2 deletions(-) hooks/post-receive -- compose-hpc |
From: T. D. <tld...@us...> - 2012-10-11 23:24:24
|
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 cad558bb4e316525be00083ec9f3e470a9ebc4f7 (commit) via 8749c8e3314963a0f5984388e55c2520a584610c (commit) via e5a2b43c71349b3538bd5a3d8914444f414fdf87 (commit) via 43533bc67b68f46065a1253c863d2e34f369d422 (commit) via feb2b86dbb79352c29276cf14e619a2abd2ce0cd (commit) from ab753523c7821949e90a838561bba67d23ba251e (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 cad558bb4e316525be00083ec9f3e470a9ebc4f7 Merge: 8749c8e ab75352 Author: T. Dahlgren <dah...@ll...> Date: Thu Oct 11 16:22:54 2012 -0700 Merge branch 'master' of ssh://compose-hpc.git.sourceforge.net/gitroot/compose-hpc/compose-hpc commit 8749c8e3314963a0f5984388e55c2520a584610c Author: T. Dahlgren <dah...@ll...> Date: Thu Oct 11 16:13:37 2012 -0700 Preliminary work integrating relevant contracts features into libpaul. - Created two utility sets -- basic and ROSE helpers -- from a combination of common routines from libpaul and paul contracts. - Replaced isWhitespace() with cctype's isspace() to be more complete. - Renamed isEOL() to is_eol(). - Added additional check in PaulDecorate to ensure has annotation. - Added contract parser name recognition to PaulDecorate. - Added cleanup of .ti files to build. - Added stand-alone contract configuration for future tests. - Added rudimentary (but sometimes incorrect) contract annotation example input file (test_contract.cpp). - Added contract annotation and parser to example.paulconf file so test_PaulDecorate reports current contract parser-related error message on test_contract.cpp input file. commit e5a2b43c71349b3538bd5a3d8914444f414fdf87 Author: T. Dahlgren <dah...@ll...> Date: Thu Oct 11 16:02:30 2012 -0700 Tweaked text 'compress' documentation. commit 43533bc67b68f46065a1253c863d2e34f369d422 Author: T. Dahlgren <dah...@ll...> Date: Thu Oct 11 14:04:21 2012 -0700 Improve whitespace processing. - Renamed removeWS() to compress() and clarified processing in comment. - Replaced previous character checks with more complete C++ check. commit feb2b86dbb79352c29276cf14e619a2abd2ce0cd Author: T. Dahlgren <dah...@ll...> Date: Thu Oct 11 13:11:15 2012 -0700 Added windows return support in removeWS. ----------------------------------------------------------------------- Summary of changes: paul/libpaul/src/Makefile.am | 3 +- paul/libpaul/src/PaulConfReader.cpp | 42 +---- paul/libpaul/src/PaulDecorate.cpp | 183 ++++++++++---------- .../conf => paul/libpaul/tests}/Contracts.paulconf | 0 paul/libpaul/tests/Makefile.am | 1 + paul/libpaul/tests/example.paulconf | 1 + paul/libpaul/tests/inputs/test_contract.cpp | 10 + pcontracts/examples/ContractAssertionPrinter.cpp | 6 +- pcontracts/examples/ContractInstrumenter.cpp | 6 +- pcontracts/examples/RoseHelpers.cpp | 9 +- pcontracts/examples/RoseHelpers.hpp | 19 ++- 11 files changed, 133 insertions(+), 147 deletions(-) copy {pcontracts/conf => paul/libpaul/tests}/Contracts.paulconf (100%) create mode 100644 paul/libpaul/tests/inputs/test_contract.cpp hooks/post-receive -- compose-hpc |
From: Ajay P. <aja...@us...> - 2012-10-11 21:24:29
|
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 ab753523c7821949e90a838561bba67d23ba251e (commit) via df62768133b778911d41669313b8ce64a1d98770 (commit) from 610431b6634c4100edad3d0e3a8452c59f86080b (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 ab753523c7821949e90a838561bba67d23ba251e Merge: df62768 610431b Author: Ajay Panyala <aj...@cs...> Date: Thu Oct 11 09:24:02 2012 -0500 Merge branch 'master' of ssh://aja...@co.../gitroot/compose-hpc/compose-hpc commit df62768133b778911d41669313b8ce64a1d98770 Author: Ajay Panyala <aj...@cs...> Date: Thu Oct 11 09:22:56 2012 -0500 Fixed the rewrite rules generated by the CCSD demo in order to keep up with the changes in the minitermite term representation. ----------------------------------------------------------------------- Summary of changes: rote/stratego/demos/ccsd/CMakeLists.txt | 4 ++-- rote/stratego/demos/ccsd/src/Transforms.cpp | 8 ++++---- 2 files changed, 6 insertions(+), 6 deletions(-) hooks/post-receive -- compose-hpc |
From: Matt S. <ma...@us...> - 2012-10-11 17:45: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 610431b6634c4100edad3d0e3a8452c59f86080b (commit) from 73c707ba002c167980e79315b7975e123973d027 (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 610431b6634c4100edad3d0e3a8452c59f86080b Author: Matthew Sottile <mjs...@me...> Date: Thu Oct 11 10:44:50 2012 -0700 documentation ----------------------------------------------------------------------- Summary of changes: rote/struct-diff/RuleGen/Trees.hs | 79 +++++++++++++++++++++++++++---------- 1 files changed, 58 insertions(+), 21 deletions(-) hooks/post-receive -- compose-hpc |
From: Matt S. <ma...@us...> - 2012-10-11 17:29:58
|
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 73c707ba002c167980e79315b7975e123973d027 (commit) from 726c63e9c8707f528c57874574b6fb346d6d47db (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 73c707ba002c167980e79315b7975e123973d027 Author: Matthew Sottile <mjs...@me...> Date: Thu Oct 11 10:29:36 2012 -0700 docs, and making tree code polymorphic ----------------------------------------------------------------------- Summary of changes: rote/struct-diff/RuleGen/Stratego.hs | 41 ++++++++------------------------- rote/struct-diff/RuleGen/Trees.hs | 36 +++++++++++++++--------------- 2 files changed, 28 insertions(+), 49 deletions(-) hooks/post-receive -- compose-hpc |
From: Matt S. <ma...@us...> - 2012-10-11 17:08:12
|
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 726c63e9c8707f528c57874574b6fb346d6d47db (commit) from 69969b0de5f4f03ab6737c105ce1d9b15c2b6058 (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 726c63e9c8707f528c57874574b6fb346d6d47db Author: Matthew Sottile <mjs...@me...> Date: Thu Oct 11 10:07:35 2012 -0700 documentation ----------------------------------------------------------------------- Summary of changes: rote/struct-diff/RuleGen/AtermUtilities.hs | 40 ++++++++++++++++------------ 1 files changed, 23 insertions(+), 17 deletions(-) hooks/post-receive -- compose-hpc |
From: Matt S. <ma...@us...> - 2012-10-11 05:21:57
|
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 69969b0de5f4f03ab6737c105ce1d9b15c2b6058 (commit) from 07e8f53a0800d882c4bc09271dd9e2140f888268 (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 69969b0de5f4f03ab6737c105ce1d9b15c2b6058 Author: Matthew Sottile <mjs...@me...> Date: Wed Oct 10 22:21:42 2012 -0700 bug in doc ----------------------------------------------------------------------- Summary of changes: rote/struct-diff/README | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) hooks/post-receive -- compose-hpc |
From: Matt S. <ma...@us...> - 2012-10-11 05:21:02
|
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 07e8f53a0800d882c4bc09271dd9e2140f888268 (commit) from acd848df0ab352c5414364d1ef637684f120334e (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 07e8f53a0800d882c4bc09271dd9e2140f888268 Author: Matthew Sottile <mjs...@me...> Date: Wed Oct 10 22:20:33 2012 -0700 edits to docs and added option for dot file generation only ----------------------------------------------------------------------- Summary of changes: rote/struct-diff/RuleGen/GraphvizUtil.hs | 57 +++++++++++++++++++----------- rote/struct-diff/RuleGen/rulegen.hs | 22 +++++++++-- 2 files changed, 54 insertions(+), 25 deletions(-) hooks/post-receive -- compose-hpc |
From: Matt S. <ma...@us...> - 2012-10-11 04:54:30
|
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 acd848df0ab352c5414364d1ef637684f120334e (commit) from 9c34ecab7b3311fc32be9826791852b395fcbdff (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 acd848df0ab352c5414364d1ef637684f120334e Author: Matthew Sottile <mjs...@me...> Date: Wed Oct 10 21:54:11 2012 -0700 docs to build ----------------------------------------------------------------------- Summary of changes: rote/struct-diff/README | 24 ++++++++++++++++++++++++ 1 files changed, 24 insertions(+), 0 deletions(-) create mode 100644 rote/struct-diff/README hooks/post-receive -- compose-hpc |