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: adrian <adr...@us...> - 2012-04-03 22:37:48
|
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 cfe078a7d0954727db5da0c84ade499e2f796584 (commit)
via d4713873830165156f33c5cd9989acf99dd5eda6 (commit)
from 7cf7794f0f77e1a0b6b8397cb48f5a6db6446086 (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 cfe078a7d0954727db5da0c84ade499e2f796584
Author: Adrian Prantl <ad...@ll...>
Date: Tue Apr 3 15:37:13 2012 -0700
implemented
* contains_statement
* complex types
* extra flags for fortran ifs
commit d4713873830165156f33c5cd9989acf99dd5eda6
Author: Adrian Prantl <ad...@ll...>
Date: Tue Apr 3 14:18:22 2012 -0700
added a test driver for F2003
added a test case for complex numbers
-----------------------------------------------------------------------
Summary of changes:
rote/minitermite/regression/Makefile.include | 31 ++++++-
rote/minitermite/regression/fortran/complex.f03 | 19 ++++
rote/minitermite/src/RoseToTerm.C | 108 +++++++++++++----------
rote/minitermite/src/TermToRose.C | 14 +++-
rote/minitermite/src/minitermite/AstJanitor.h | 3 +-
rote/minitermite/src/minitermite/RoseToTerm.h | 15 ++--
rote/minitermite/src/termite/termite_spec.pl | 10 ++-
7 files changed, 138 insertions(+), 62 deletions(-)
create mode 100644 rote/minitermite/regression/fortran/complex.f03
hooks/post-receive
--
compose-hpc
|
|
From: adrian <adr...@us...> - 2012-04-03 00:31:50
|
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 7cf7794f0f77e1a0b6b8397cb48f5a6db6446086 (commit)
from 5272b350f76f8915dec9a1905b85e295f422d846 (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 7cf7794f0f77e1a0b6b8397cb48f5a6db6446086
Author: Adrian Prantl <ad...@ll...>
Date: Mon Apr 2 17:30:41 2012 -0700
fixed the --help-rose flag in src2term
-----------------------------------------------------------------------
Summary of changes:
rote/minitermite/doc/src2term.1 | 2 +-
rote/minitermite/doc/term2src.1 | 2 +-
rote/minitermite/src/src2term.C | 12 +++++++++---
3 files changed, 11 insertions(+), 5 deletions(-)
hooks/post-receive
--
compose-hpc
|
|
From: adrian <adr...@us...> - 2012-03-31 00:33: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 5272b350f76f8915dec9a1905b85e295f422d846 (commit)
via dd9c6b6a3426f57c28ec88f8a5574e61582230bc (commit)
via bc0a5d8991d7d3aa222e49597a63ff889f743893 (commit)
via 7a0f8c8c7b7b704927d545fc0ee39dbd06dd44f4 (commit)
from b4e782d9215da8ae463c88999668140e3d03da41 (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 5272b350f76f8915dec9a1905b85e295f422d846
Merge: dd9c6b6 b4e782d
Author: Adrian Prantl <ad...@ll...>
Date: Fri Mar 30 17:33:12 2012 -0700
Merge branch 'master' of ssh://compose-hpc.git.sourceforge.net/gitroot/compose-hpc/compose-hpc
commit dd9c6b6a3426f57c28ec88f8a5574e61582230bc
Author: Adrian Prantl <ad...@ll...>
Date: Fri Mar 30 17:32:48 2012 -0700
generate static epv initializers in x_IOR.c
commit bc0a5d8991d7d3aa222e49597a63ff889f743893
Author: Adrian Prantl <ad...@ll...>
Date: Fri Mar 30 17:32:02 2012 -0700
lots of groundlaying work to prepare for generic SIDL arrays both server-side and client-side
commit 7a0f8c8c7b7b704927d545fc0ee39dbd06dd44f4
Author: Adrian Prantl <ad...@ll...>
Date: Fri Mar 30 08:55:00 2012 -0700
change profiler to the faster cProfile
-----------------------------------------------------------------------
Summary of changes:
braid/braid/braid.py | 17 ++-
braid/braid/burg.py | 3 +-
braid/braid/chapel/backend.py | 95 +++++++---------
braid/braid/chapel/cgen.py | 76 ++++++++-----
braid/braid/chapel/chpl.py | 1 +
braid/braid/chapel/conversions.burg | 73 ++++++++----
braid/braid/chapel/makefile.py | 4 +-
braid/braid/ior_template.py | 214 +++++++++++++++++++++++++++++++++++
8 files changed, 364 insertions(+), 119 deletions(-)
hooks/post-receive
--
compose-hpc
|
|
From: Ajay P. <aja...@us...> - 2012-03-28 23:04:54
|
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 b4e782d9215da8ae463c88999668140e3d03da41 (commit)
from 0f2abbb60c4fdb17ccc9ba8dbd67f401287c3d4f (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 b4e782d9215da8ae463c88999668140e3d03da41
Author: Ajay Panyala <aj...@cs...>
Date: Wed Mar 28 16:00:43 2012 -0700
Changed the sed command in the run script for the basic stratego transformation example.
- The sed command replaces , :: with , "::" - The extra space
was interfering with successful replacement.
-----------------------------------------------------------------------
Summary of changes:
rote/stratego/examples/basic/run.sh | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
hooks/post-receive
--
compose-hpc
|
|
From: adrian <adr...@us...> - 2012-03-28 22:20:35
|
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 0f2abbb60c4fdb17ccc9ba8dbd67f401287c3d4f (commit)
via 8a993c4c0c397a20affe0b0a471cd6940288868e (commit)
from c496139d33538751811abd3b47eda7ee799c89c7 (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 0f2abbb60c4fdb17ccc9ba8dbd67f401287c3d4f
Author: Adrian Prantl <ad...@ll...>
Date: Wed Mar 28 15:20:16 2012 -0700
fixed the command line parser error in termpretty found by ajay
commit 8a993c4c0c397a20affe0b0a471cd6940288868e
Author: Adrian Prantl <ad...@ll...>
Date: Wed Mar 28 15:19:57 2012 -0700
fixed another arity bug
-----------------------------------------------------------------------
Summary of changes:
rote/minitermite/src/TermToRose.C | 2 +-
rote/minitermite/src/termpretty.l++ | 4 +++-
2 files changed, 4 insertions(+), 2 deletions(-)
hooks/post-receive
--
compose-hpc
|
|
From: adrian <adr...@us...> - 2012-03-28 21:24:37
|
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 c496139d33538751811abd3b47eda7ee799c89c7 (commit)
via f167525349e0465117b09b10933fa4502b7d7975 (commit)
via a6440cb296f9fec179eee8639319ee32058ecc58 (commit)
via 30dd50c0529ccca56a98f514a718296f344090aa (commit)
via 71fcfda6c4f5dfddfbb506175ee78c52467e3683 (commit)
via bc2807a78fb1f94d9b3be1e04043f1770e5aad00 (commit)
from b41f1e46ce75d7f8748f921df7e1223d977b4d41 (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 c496139d33538751811abd3b47eda7ee799c89c7
Author: Adrian Prantl <ad...@ll...>
Date: Wed Mar 28 14:24:13 2012 -0700
added another sed rule for the '::' token
commit f167525349e0465117b09b10933fa4502b7d7975
Author: Adrian Prantl <ad...@ll...>
Date: Wed Mar 28 14:23:48 2012 -0700
* arity bugfix
* got rid of boost::regex to derive the filename, which surprisingly caused problems with the stack size
commit a6440cb296f9fec179eee8639319ee32058ecc58
Merge: 30dd50c b41f1e4
Author: Adrian Prantl <ad...@ll...>
Date: Wed Mar 28 13:26:19 2012 -0700
Merge branch 'master' of ssh://compose-hpc.git.sourceforge.net/gitroot/compose-hpc/compose-hpc
commit 30dd50c0529ccca56a98f514a718296f344090aa
Author: Adrian Prantl <ad...@ll...>
Date: Tue Mar 27 16:53:08 2012 -0700
many improvements for server-side chapel as needed for the contracts testcase
commit 71fcfda6c4f5dfddfbb506175ee78c52467e3683
Author: Adrian Prantl <ad...@ll...>
Date: Wed Mar 21 10:07:57 2012 -0700
re-introduced an object-oriented interface to the SIDL class hierarchy
commit bc2807a78fb1f94d9b3be1e04043f1770e5aad00
Author: Adrian Prantl <ad...@ll...>
Date: Tue Mar 20 09:59:26 2012 -0700
checkpoint: more work on implementing contracts and server-side Chapel
-----------------------------------------------------------------------
Summary of changes:
braid/Makefile.am | 10 +-
braid/Makefile.in | 131 ++++---
braid/braid/Makefile.include | 2 +-
braid/braid/braid.py | 12 +-
braid/braid/chapel/backend.py | 381 ++++++++++----------
braid/braid/chapel/cgen.py | 7 +-
braid/braid/chapel/conversions.burg | 37 ++-
braid/braid/chapel/makefile.py | 10 +-
braid/braid/codegen.py | 2 +
braid/braid/ior_template.py | 525 +++++++++++++++------------
braid/braid/sidl.def | 82 +---
braid/braid/sidl.py | 83 ++---
braid/braid/sidl_oop.py | 152 --------
braid/braid/sidl_symbols.py | 127 +++----
braid/braid/sidlobjects.py | 259 +++++++++++++
braid/doc/braid.1 | 2 +-
braid/regression/interop/Makefile.include | 61 +++-
braid/regression/interop/build-client.sh.in | 76 +++--
braid/regression/interop/build-server.sh.in | 5 +-
rote/minitermite/src/TermToRose.C | 23 +-
rote/stratego/examples/basic/run.sh | 4 +-
21 files changed, 1076 insertions(+), 915 deletions(-)
delete mode 100644 braid/braid/sidl_oop.py
create mode 100644 braid/braid/sidlobjects.py
hooks/post-receive
--
compose-hpc
|
|
From: Matt S. <ma...@us...> - 2012-03-28 18:15:37
|
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 b41f1e46ce75d7f8748f921df7e1223d977b4d41 (commit)
from 33b0d092facf49b2d7dbe2c94aa5158a5e42a485 (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 b41f1e46ce75d7f8748f921df7e1223d977b4d41
Author: Matt Sottile <ma...@ga...>
Date: Wed Mar 28 11:13:53 2012 -0700
adding tag to error message as requested in bug report 3492386 from
tldahlgren
-----------------------------------------------------------------------
Summary of changes:
paul/libpaul/src/PaulDecorate.cpp | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
hooks/post-receive
--
compose-hpc
|
|
From: T. D. <tld...@us...> - 2012-03-28 01:11: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 33b0d092facf49b2d7dbe2c94aa5158a5e42a485 (commit)
from f63d7452f5defaa9e66f5b7bccacd1766a3d6457 (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 33b0d092facf49b2d7dbe2c94aa5158a5e42a485
Author: T. Dahlgren <dah...@ll...>
Date: Tue Mar 27 18:09:47 2012 -0700
Correcting structured comments for one example and tweaking TODO.
-----------------------------------------------------------------------
Summary of changes:
pcontracts/TODO | 16 +++++++++++++++-
pcontracts/examples/Knapsack.cpp | 24 ++++++++++++------------
2 files changed, 27 insertions(+), 13 deletions(-)
hooks/post-receive
--
compose-hpc
|
|
From: adrian <adr...@us...> - 2012-03-20 15:28:50
|
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 f63d7452f5defaa9e66f5b7bccacd1766a3d6457 (commit)
via 40fae94ea60688816d3b3779b05d2abbd84007af (commit)
from ff6c487b50fbf235f479047b9673d0b95645e574 (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 f63d7452f5defaa9e66f5b7bccacd1766a3d6457
Merge: 40fae94 ff6c487
Author: Adrian Prantl <ad...@ll...>
Date: Tue Mar 20 08:28:39 2012 -0700
Merge branch 'master' of ssh://compose-hpc.git.sourceforge.net/gitroot/compose-hpc/compose-hpc
commit 40fae94ea60688816d3b3779b05d2abbd84007af
Author: Adrian Prantl <ad...@ll...>
Date: Mon Mar 19 17:25:50 2012 -0700
fix bug in term arity handling
-----------------------------------------------------------------------
Summary of changes:
rote/minitermite/configure.ac | 9 +++++----
rote/minitermite/doc/src2term.1 | 2 +-
rote/minitermite/doc/term2src.1 | 2 +-
rote/minitermite/src/TermToRose.C | 26 +++++++++++++-------------
4 files changed, 20 insertions(+), 19 deletions(-)
hooks/post-receive
--
compose-hpc
|
|
From: T. D. <tld...@us...> - 2012-03-17 00:19:10
|
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 ff6c487b50fbf235f479047b9673d0b95645e574 (commit)
via e99db49200b39ac38443af00801144439d36e3f4 (commit)
via 8cf259e8778c5ece9ce5844f42db2f12041cf6b0 (commit)
from 597f43792b2d103b8b09112689ef21b8614be42e (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 ff6c487b50fbf235f479047b9673d0b95645e574
Author: T. Dahlgren <dah...@ll...>
Date: Fri Mar 16 17:16:48 2012 -0700
Files mssing from last commit
commit e99db49200b39ac38443af00801144439d36e3f4
Author: T. Dahlgren <dah...@ll...>
Date: Fri Mar 16 17:02:37 2012 -0700
VERY rough attempt to identify relevant features to support and test paul interface contracts. Main focus today was on tests and examples. Also tweaked the configuration file.
commit 8cf259e8778c5ece9ce5844f42db2f12041cf6b0
Author: T. Dahlgren <dah...@ll...>
Date: Fri Mar 16 17:00:00 2012 -0700
VERY rough attempt to identify relevant features to support and test paul interface contracts. Main focus today was on tests and examples. Also tweaked the configuration file.
-----------------------------------------------------------------------
Summary of changes:
pcontracts/.gitignore | 1 +
pcontracts/README | 35 ++++
pcontracts/TODO | 21 ++-
pcontracts/WARNING | 7 +
pcontracts/{ => conf}/Contracts.paulconf | 4 +-
pcontracts/examples/.gitignore | 1 +
pcontracts/examples/Knapsack.cpp | 213 ++++++++++++++++++++
pcontracts/examples/Knapsack.hpp | 75 +++++++
pcontracts/examples/knapsack.c | 29 +++
pcontracts/include/.gitignore | 1 +
pcontracts/include/PaulContracts.h | 5 +
pcontracts/src/.gitignore | 1 +
.../src/CommentVisitor.cpp | 163 ++++++++-------
pcontracts/src/CommentVisitor.hpp | 33 +++
pcontracts/src/PaulContractsDecorate.cpp | 24 +++
.../src/PaulContractsDecorate.h | 17 +-
pcontracts/tests/.gitignore | 1 +
pcontracts/tests/Makefile.am | 78 +++++++
pcontracts/tests/SimpleContractsPrinter.cpp | 35 ++++
pcontracts/tests/SimpleContractsPrinter.hpp | 29 +++
pcontracts/tests/inputs/.gitignore | 1 +
pcontracts/tests/test_InvariantAnnotation.cpp | 32 +++
pcontracts/tests/test_PaulContractsDecorator.cpp | 23 ++
pcontracts/tests/test_SimpleContractsPrinter.cpp | 32 +++
24 files changed, 769 insertions(+), 92 deletions(-)
create mode 100644 pcontracts/.gitignore
create mode 100644 pcontracts/README
create mode 100644 pcontracts/WARNING
rename pcontracts/{ => conf}/Contracts.paulconf (61%)
create mode 100644 pcontracts/examples/.gitignore
create mode 100644 pcontracts/examples/Knapsack.cpp
create mode 100644 pcontracts/examples/Knapsack.hpp
create mode 100644 pcontracts/examples/knapsack.c
create mode 100644 pcontracts/include/.gitignore
create mode 100644 pcontracts/include/PaulContracts.h
create mode 100644 pcontracts/src/.gitignore
copy paul/libpaul/src/PaulDecorate.cpp => pcontracts/src/CommentVisitor.cpp (67%)
create mode 100644 pcontracts/src/CommentVisitor.hpp
create mode 100644 pcontracts/src/PaulContractsDecorate.cpp
copy paul/libpaul/src/PaulDecorate.h => pcontracts/src/PaulContractsDecorate.h (60%)
create mode 100644 pcontracts/tests/.gitignore
create mode 100644 pcontracts/tests/Makefile.am
create mode 100644 pcontracts/tests/SimpleContractsPrinter.cpp
create mode 100644 pcontracts/tests/SimpleContractsPrinter.hpp
create mode 100644 pcontracts/tests/inputs/.gitignore
create mode 100644 pcontracts/tests/test_InvariantAnnotation.cpp
create mode 100644 pcontracts/tests/test_PaulContractsDecorator.cpp
create mode 100644 pcontracts/tests/test_SimpleContractsPrinter.cpp
hooks/post-receive
--
compose-hpc
|
|
From: adrian <adr...@us...> - 2012-03-16 00:27:00
|
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 597f43792b2d103b8b09112689ef21b8614be42e (commit)
via 01206294d1cd5af0d20c98402dac000e0045fb59 (commit)
via d7ba3ea8bfb84ac5eabd178624b59f7b65f57e99 (commit)
via 262b93fba204499e34c2e4e173643c4d7b96229c (commit)
via 82269c9e6c56441d2425f69a78e5c3067fd1ba57 (commit)
via 013dfb37759ec77b9693df67fcb09c7e6d7dd3a8 (commit)
via 506c65ca96a1c2062171575a7ed153fe74939259 (commit)
via f2ed19ec8c87db0b7e95b0f266ac49af0963b5c8 (commit)
via d81748f45e1004edfdfbcc1f81628fdd6972bc87 (commit)
via 21af59fd187cc24181c2de714236d0891257401d (commit)
via 718a7081bd7ed561a0169a9bd32df86afa666a38 (commit)
via 71de273442dd9fd42c171570d254c6670a1fe87c (commit)
via 56de2eefa081ab89fb387f4ea53c2ed627aaf436 (commit)
via c726cf2d77031c3304f84030b9070d84e3ab0592 (commit)
via b77fb828735359e4e4aae2e48a34ab3f223f1245 (commit)
from bc47ce62efbe57fff7098a9580f8cfed6d087d27 (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 597f43792b2d103b8b09112689ef21b8614be42e
Author: Adrian Prantl <ad...@ll...>
Date: Thu Mar 15 17:26:00 2012 -0700
braid frontend now passes other languages through to babel
commit 01206294d1cd5af0d20c98402dac000e0045fb59
Author: Adrian Prantl <ad...@ll...>
Date: Thu Mar 15 16:54:08 2012 -0700
generate sepv initialization in the skeleton
commit d7ba3ea8bfb84ac5eabd178624b59f7b65f57e99
Author: Adrian Prantl <ad...@ll...>
Date: Thu Mar 15 14:15:33 2012 -0700
implemented template declarations and instantiations
commit 262b93fba204499e34c2e4e173643c4d7b96229c
Author: Adrian Prantl <ad...@ll...>
Date: Mon Mar 12 16:02:58 2012 -0700
sync with latest SATIrE/Rose
commit 82269c9e6c56441d2425f69a78e5c3067fd1ba57
Author: Adrian Prantl <ad...@ll...>
Date: Thu Mar 8 17:08:49 2012 -0800
all classes in an impl file are now generated in one package module
commit 013dfb37759ec77b9693df67fcb09c7e6d7dd3a8
Author: Adrian Prantl <ad...@ll...>
Date: Thu Mar 8 16:13:55 2012 -0800
IOR.c : generate __init and __fini
commit 506c65ca96a1c2062171575a7ed153fe74939259
Author: Adrian Prantl <ad...@ll...>
Date: Wed Mar 7 14:29:19 2012 -0800
IOR: ported the Babel cast functions generator
grammars: added new isinstance-type functions
commit f2ed19ec8c87db0b7e95b0f266ac49af0963b5c8
Author: Adrian Prantl <ad...@ll...>
Date: Mon Mar 5 11:57:59 2012 -0800
improved splicing mechanism
commit d81748f45e1004edfdfbcc1f81628fdd6972bc87
Author: Adrian Prantl <ad...@ll...>
Date: Mon Mar 5 10:57:46 2012 -0800
termite bugfixes from ROSE
commit 21af59fd187cc24181c2de714236d0891257401d
Author: Adrian Prantl <ad...@ll...>
Date: Mon Mar 5 10:57:17 2012 -0800
fix a couple of things exposed by distcheck
commit 718a7081bd7ed561a0169a9bd32df86afa666a38
Author: Adrian Prantl <ad...@ll...>
Date: Thu Mar 1 15:06:10 2012 -0800
fixed the --with-analysis-results switch
commit 71de273442dd9fd42c171570d254c6670a1fe87c
Author: Adrian Prantl <ad...@ll...>
Date: Thu Mar 1 14:53:12 2012 -0800
bugfixes
commit 56de2eefa081ab89fb387f4ea53c2ed627aaf436
Author: Adrian Prantl <ad...@ll...>
Date: Thu Mar 1 14:52:53 2012 -0800
layout
commit c726cf2d77031c3304f84030b9070d84e3ab0592
Author: Adrian Prantl <ad...@ll...>
Date: Thu Mar 1 14:52:37 2012 -0800
fix layout
Signed-off-by: Adrian Prantl <ad...@ll...>
commit b77fb828735359e4e4aae2e48a34ab3f223f1245
Author: Adrian Prantl <ad...@ll...>
Date: Tue Feb 28 10:42:26 2012 -0800
formatting
-----------------------------------------------------------------------
Summary of changes:
braid/BUGS | 1 +
braid/Doxyfile.in | 3 +-
braid/INSTALL | 7 +-
braid/README | 24 +-
braid/braid/Makefile.include | 3 +-
braid/braid/braid.py | 12 +-
braid/braid/chapel/backend.py | 167 +++--
braid/braid/chapel/cgen.py | 2 +-
braid/braid/chapel/conversions.burg | 2 +
braid/braid/gramola.pl | 39 +-
braid/braid/ior_template.py | 834 ++++++++++++++++-----
braid/braid/ir.py | 386 ++++++++++
braid/braid/parse_tree.py | 2 +-
braid/braid/rote2braid.py | 46 +-
braid/braid/sidl.def | 70 ++-
braid/braid/sidl.py | 418 ++++++++++-
braid/braid/sidl_symbols.py | 71 ++-
braid/braid/splicer.py | 69 +-
braid/configure | 29 +
braid/configure.ac | 10 +-
braid/doc/braid.1 | 18 +-
rote/minitermite/configure.ac | 3 +
rote/minitermite/doc/src2term.1 | 8 +-
rote/minitermite/doc/term2src.1 | 2 +-
rote/minitermite/src/RoseEnums.C | 79 ++-
rote/minitermite/src/RoseToTerm.C | 78 ++-
rote/minitermite/src/TermToRose.C | 167 ++++-
rote/minitermite/src/minitermite/PrologAtom.h | 3 +-
rote/minitermite/src/minitermite/PrologCompTerm.h | 92 ++-
rote/minitermite/src/minitermite/PrologInt.h | 6 +-
rote/minitermite/src/minitermite/PrologList.h | 29 +-
rote/minitermite/src/minitermite/PrologTerm.h | 27 +-
rote/minitermite/src/minitermite/RoseEnums.h | 63 +-
rote/minitermite/src/minitermite/RoseToTerm.h | 18 +
rote/minitermite/src/minitermite/TermPrinter.h | 12 +-
rote/minitermite/src/minitermite/TermToRose.h | 18 +-
rote/minitermite/src/termite/astproperties.pl | 4 +-
rote/minitermite/src/termite/asttransform.pl | 50 +-
rote/minitermite/src/termite/astwalk.pl | 12 +-
39 files changed, 2360 insertions(+), 524 deletions(-)
hooks/post-receive
--
compose-hpc
|
|
From: adrian <adr...@us...> - 2012-02-28 16:55:33
|
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 bc47ce62efbe57fff7098a9580f8cfed6d087d27 (commit)
via e99ec2bc62d11f0936e861385f0742135c8c6252 (commit)
via 784db06f78eb47ac1d1f012764cf7995229f1ce1 (commit)
via 4faf1a6aacad294711192daca8cd4f9893d0a57d (commit)
via d4bf12fd91064426e264e12cfbb2f7d4f7136707 (commit)
from 71d7f9c725f7f5a470bfd067253875f4481ea9ae (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 bc47ce62efbe57fff7098a9580f8cfed6d087d27
Merge: e99ec2b 71d7f9c
Author: Adrian Prantl <ad...@ll...>
Date: Tue Feb 28 08:54:26 2012 -0800
Merge branch 'master' of ssh://compose-hpc.git.sourceforge.net/gitroot/compose-hpc/compose-hpc
commit e99ec2bc62d11f0936e861385f0742135c8c6252
Author: Adrian Prantl <ad...@ll...>
Date: Tue Feb 28 08:54:05 2012 -0800
make sure that there is a closing '.' at the end of the stratego output
this fixes BUG 3493517
commit 784db06f78eb47ac1d1f012764cf7995229f1ce1
Author: Adrian Prantl <ad...@ll...>
Date: Mon Feb 27 16:14:55 2012 -0800
remove useless code
commit 4faf1a6aacad294711192daca8cd4f9893d0a57d
Author: Adrian Prantl <ad...@ll...>
Date: Mon Feb 27 16:14:34 2012 -0800
added a 'hello world'-quality version of a ROTE IR -> BRAID IR converter
commit d4bf12fd91064426e264e12cfbb2f7d4f7136707
Author: Adrian Prantl <ad...@ll...>
Date: Mon Feb 27 16:13:04 2012 -0800
some more documentation
-----------------------------------------------------------------------
Summary of changes:
braid/Makefile.in | 14 ++-
braid/braid/Makefile.include | 3 +-
braid/braid/braid.py | 9 +-
braid/braid/codegen.py | 10 +--
braid/braid/ir.def | 4 +
braid/braid/ir.py | 38 +++++++
braid/braid/parse_tree.py | 56 ++++++++--
braid/braid/{braid.in => rote2braid.in} | 2 +-
braid/braid/rote2braid.py | 118 +++++++++++++++++++++
braid/braid/sidl_parser.py | 2 +-
braid/configure | 4 +-
braid/configure.ac | 1 +
rote/minitermite/src/TermToRose.C | 10 +--
rote/minitermite/src/minitermite/PrologCompTerm.h | 2 +-
rote/minitermite/src/minitermite/RoseEnums.h | 3 +-
rote/minitermite/src/src2term.C | 6 +-
rote/stratego/examples/basic/run.sh | 1 +
rote/stratego/examples/identity/run.sh | 1 +
18 files changed, 243 insertions(+), 41 deletions(-)
copy braid/braid/{braid.in => rote2braid.in} (80%)
create mode 100644 braid/braid/rote2braid.py
hooks/post-receive
--
compose-hpc
|
|
From: Matt S. <ma...@us...> - 2012-02-27 19:50:08
|
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 71d7f9c725f7f5a470bfd067253875f4481ea9ae (commit)
from bbc25e26664d23d06a1babe50df70ab6081632d8 (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 71d7f9c725f7f5a470bfd067253875f4481ea9ae
Author: Matt Sottile <ma...@ga...>
Date: Mon Feb 27 11:49:04 2012 -0800
edits to add boost parameter and make reference to the autogen script in
the README.
-----------------------------------------------------------------------
Summary of changes:
paul/libpaul/INSTALL | 3 ++-
paul/libpaul/README | 11 ++++++++++-
2 files changed, 12 insertions(+), 2 deletions(-)
hooks/post-receive
--
compose-hpc
|
|
From: Matt S. <ma...@us...> - 2012-02-27 19:45:06
|
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 bbc25e26664d23d06a1babe50df70ab6081632d8 (commit)
from 7fe562c321d7ed168ad9ca923be83579bac1ccce (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 bbc25e26664d23d06a1babe50df70ab6081632d8
Author: Matt Sottile <ma...@ga...>
Date: Mon Feb 27 11:44:46 2012 -0800
fix to remove hardcoded cc in makefile
-----------------------------------------------------------------------
Summary of changes:
paul/libpaul/src/Makefile.am | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
hooks/post-receive
--
compose-hpc
|
|
From: adrian <adr...@us...> - 2012-02-23 22:37:37
|
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 7fe562c321d7ed168ad9ca923be83579bac1ccce (commit)
from ded97398df8ba1c0c178a640f35460d3827985b2 (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 7fe562c321d7ed168ad9ca923be83579bac1ccce
Author: Adrian Prantl <ad...@ll...>
Date: Thu Feb 23 14:37:15 2012 -0800
greatly improved documentation of minitermite
-----------------------------------------------------------------------
Summary of changes:
rote/minitermite/Doxyfile.in | 6 +-
rote/minitermite/README | 6 +-
rote/minitermite/configure.ac | 7 +++
rote/minitermite/doc/src2term.1 | 6 +-
rote/minitermite/doc/term2src.1 | 6 +-
rote/minitermite/src/minitermite/AstJanitor.h | 16 +++---
rote/minitermite/src/minitermite/PrologAtom.h | 3 +-
rote/minitermite/src/minitermite/PrologCompTerm.h | 3 +-
rote/minitermite/src/minitermite/PrologList.h | 14 ++---
rote/minitermite/src/minitermite/RoseEnums.h | 3 +-
rote/minitermite/src/minitermite/RoseToTerm.h | 5 +--
rote/minitermite/src/minitermite/TermPrinter.h | 16 +++---
rote/minitermite/src/minitermite/TermToRose.h | 5 +--
rote/minitermite/src/minitermite/minitermite.h.in | 57 +++++++++++++++++++++
14 files changed, 103 insertions(+), 50 deletions(-)
hooks/post-receive
--
compose-hpc
|
|
From: adrian <adr...@us...> - 2012-02-23 19:50:36
|
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 ded97398df8ba1c0c178a640f35460d3827985b2 (commit)
via a8377c252678a1d7514868f5d836bb59a4e6aa0d (commit)
via f3fd2443db7f25ba55b157dc97651b8f79ac76ef (commit)
via d5dcbba695c37dc7b0c011fe1f97d7aed6a2c99a (commit)
from 3a55ff34c6857eb8c8e6a352f34edff48487b934 (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 ded97398df8ba1c0c178a640f35460d3827985b2
Author: Adrian Prantl <ad...@ll...>
Date: Thu Feb 23 11:50:17 2012 -0800
fixed doxygen documentation
commit a8377c252678a1d7514868f5d836bb59a4e6aa0d
Author: Adrian Prantl <ad...@ll...>
Date: Thu Feb 23 11:37:25 2012 -0800
half of an implementation for forward-referencing inames
commit f3fd2443db7f25ba55b157dc97651b8f79ac76ef
Author: Adrian Prantl <ad...@ll...>
Date: Thu Feb 23 11:06:50 2012 -0800
updated some testcases
commit d5dcbba695c37dc7b0c011fe1f97d7aed6a2c99a
Author: Adrian Prantl <ad...@ll...>
Date: Thu Feb 23 10:48:27 2012 -0800
better support for delete_exp
-----------------------------------------------------------------------
Summary of changes:
rote/minitermite/Doxyfile.in | 4 +-
rote/minitermite/Makefile.am | 7 +++-
rote/minitermite/doc/src2term.1 | 2 +-
rote/minitermite/doc/term2src.1 | 2 +-
.../base/tests/{rdtest0.cxx => rdtest0.C} | 0
.../base/{rdtest1.cxx => tests/rdtest1.C} | 0
.../base/tests/{rdtest10.cxx => rdtest10.C} | 0
.../base/tests/{rdtest10all.cxx => rdtest10all.C} | 0
.../base/tests/{rdtest10p1.cxx => rdtest10p1.C} | 0
.../base/tests/{rdtest10p2.cxx => rdtest10p2.C} | 0
.../base/tests/{rdtest10p3.cxx => rdtest10p3.C} | 0
.../base/tests/{rdtest11.cxx => rdtest11.C} | 0
.../base/tests/{rdtest12.cxx => rdtest12.C} | 0
.../base/tests/{rdtest13.cxx => rdtest13.C} | 0
.../base/tests/{rdtest14.cxx => rdtest14.C} | 0
.../base/tests/{rdtest15.cxx => rdtest15.C} | 0
.../base/{rdtest2.cxx => tests/rdtest2.C} | 0
.../base/tests/{rdtest3.cxx => rdtest3.C} | 0
.../base/tests/{rdtest4.cxx => rdtest4.C} | 0
.../base/tests/{rdtest4b.cxx => rdtest4b.C} | 0
.../base/tests/{rdtest5.cxx => rdtest5.C} | 0
.../base/tests/{rdtest6.cxx => rdtest6.C} | 0
.../base/tests/{rdtest7.cxx => rdtest7.C} | 0
.../base/tests/{rdtest8a.cxx => rdtest8a.C} | 0
.../base/tests/{rdtest8b.cxx => rdtest8b.C} | 0
.../base/tests/{rdtest8c.cxx => rdtest8c.C} | 0
.../base/tests/{rdtest9a.cxx => rdtest9a.C} | 0
.../base/tests/{rdtest9b.cxx => rdtest9b.C} | 0
rote/minitermite/regression/mrtc/success/adpcm.c | 9 ++++--
.../regression/shape/success/srw98_data.h | 4 ++
rote/minitermite/src/RoseToTerm.C | 9 ++---
rote/minitermite/src/TermToRose.C | 32 ++++++++++++--------
rote/minitermite/src/termite/termite_spec.pl | 10 +++++-
33 files changed, 51 insertions(+), 28 deletions(-)
copy rote/minitermite/regression/base/tests/{rdtest0.cxx => rdtest0.C} (100%)
copy rote/minitermite/regression/base/{rdtest1.cxx => tests/rdtest1.C} (100%)
copy rote/minitermite/regression/base/tests/{rdtest10.cxx => rdtest10.C} (100%)
copy rote/minitermite/regression/base/tests/{rdtest10all.cxx => rdtest10all.C} (100%)
copy rote/minitermite/regression/base/tests/{rdtest10p1.cxx => rdtest10p1.C} (100%)
copy rote/minitermite/regression/base/tests/{rdtest10p2.cxx => rdtest10p2.C} (100%)
copy rote/minitermite/regression/base/tests/{rdtest10p3.cxx => rdtest10p3.C} (100%)
copy rote/minitermite/regression/base/tests/{rdtest11.cxx => rdtest11.C} (100%)
copy rote/minitermite/regression/base/tests/{rdtest12.cxx => rdtest12.C} (100%)
copy rote/minitermite/regression/base/tests/{rdtest13.cxx => rdtest13.C} (100%)
copy rote/minitermite/regression/base/tests/{rdtest14.cxx => rdtest14.C} (100%)
copy rote/minitermite/regression/base/tests/{rdtest15.cxx => rdtest15.C} (100%)
copy rote/minitermite/regression/base/{rdtest2.cxx => tests/rdtest2.C} (100%)
copy rote/minitermite/regression/base/tests/{rdtest3.cxx => rdtest3.C} (100%)
copy rote/minitermite/regression/base/tests/{rdtest4.cxx => rdtest4.C} (100%)
copy rote/minitermite/regression/base/tests/{rdtest4b.cxx => rdtest4b.C} (100%)
copy rote/minitermite/regression/base/tests/{rdtest5.cxx => rdtest5.C} (100%)
copy rote/minitermite/regression/base/tests/{rdtest6.cxx => rdtest6.C} (100%)
copy rote/minitermite/regression/base/tests/{rdtest7.cxx => rdtest7.C} (100%)
copy rote/minitermite/regression/base/tests/{rdtest8a.cxx => rdtest8a.C} (100%)
copy rote/minitermite/regression/base/tests/{rdtest8b.cxx => rdtest8b.C} (100%)
copy rote/minitermite/regression/base/tests/{rdtest8c.cxx => rdtest8c.C} (100%)
copy rote/minitermite/regression/base/tests/{rdtest9a.cxx => rdtest9a.C} (100%)
copy rote/minitermite/regression/base/tests/{rdtest9b.cxx => rdtest9b.C} (100%)
create mode 100644 rote/minitermite/regression/shape/success/srw98_data.h
hooks/post-receive
--
compose-hpc
|
|
From: adrian <adr...@us...> - 2012-02-23 18:36:36
|
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 3a55ff34c6857eb8c8e6a352f34edff48487b934 (commit)
from cc5c37301889c23cdb0ee016d13c5666dd21b6e2 (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 3a55ff34c6857eb8c8e6a352f34edff48487b934
Author: Adrian Prantl <ad...@ll...>
Date: Thu Feb 23 10:36:24 2012 -0800
renamed c2term -> src2term
-----------------------------------------------------------------------
Summary of changes:
rote/stratego/examples/basic/run.sh | 4 ++--
rote/stratego/examples/identity/run.sh | 4 ++--
2 files changed, 4 insertions(+), 4 deletions(-)
hooks/post-receive
--
compose-hpc
|
|
From: adrian <adr...@us...> - 2012-02-23 17:05:13
|
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 cc5c37301889c23cdb0ee016d13c5666dd21b6e2 (commit)
via b505473eb03e3190a80782e08e9b651fba8e2594 (commit)
from 61a64cf27be2a0b6771b9d75ca7c6fee49783f99 (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 cc5c37301889c23cdb0ee016d13c5666dd21b6e2
Author: Adrian Prantl <ad...@ll...>
Date: Thu Feb 23 09:04:44 2012 -0800
implemented C++ constructors and inheritance
commit b505473eb03e3190a80782e08e9b651fba8e2594
Author: Adrian Prantl <ad...@ll...>
Date: Wed Feb 22 10:05:59 2012 -0800
implemented everything that was necessary to make the C++ classes testcase work
-----------------------------------------------------------------------
Summary of changes:
rote/minitermite/doc/src2term.1 | 2 +-
rote/minitermite/doc/term2src.1 | 2 +-
rote/minitermite/src/RoseEnums.C | 2 +-
rote/minitermite/src/RoseToTerm.C | 22 ++++-
rote/minitermite/src/TermToRose.C | 145 +++++++++++++++++++------
rote/minitermite/src/minitermite/AstJanitor.h | 7 +-
rote/minitermite/src/minitermite/TermToRose.h | 6 +-
rote/minitermite/src/termite/termite_spec.pl | 43 ++++++--
8 files changed, 181 insertions(+), 48 deletions(-)
hooks/post-receive
--
compose-hpc
|
|
From: adrian <adr...@us...> - 2012-02-21 21:57:43
|
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 61a64cf27be2a0b6771b9d75ca7c6fee49783f99 (commit)
via 6d0b87ed98cfb8dc11eb719592516c74da176dee (commit)
via e9af3342613e1e1841a7141407fabe93feee58ce (commit)
via 442c16ec72ff0c9ec594464daaca81096e8274f2 (commit)
via 6d0498ae778794d5d54842adc5c2ab5123b45a61 (commit)
via b04604dab5fe5d5b021c07f4b3a339b0f1a74ab8 (commit)
via b0d6926430d1d2cc1f21202dbd822b1e4030fba6 (commit)
via f894e3420fea7d2b69dd21179338def3ddc69b62 (commit)
from 5ff607261090d6bea2096f10a9c611f1b7a62292 (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 61a64cf27be2a0b6771b9d75ca7c6fee49783f99
Merge: 6d0b87e 5ff6072
Author: Adrian Prantl <ad...@ll...>
Date: Tue Feb 21 13:55:50 2012 -0800
Merge branch 'master' of ssh://compose-hpc.git.sourceforge.net/gitroot/compose-hpc/compose-hpc
commit 6d0b87ed98cfb8dc11eb719592516c74da176dee
Author: Adrian Prantl <ad...@ll...>
Date: Tue Feb 21 13:55:26 2012 -0800
little documentation
commit e9af3342613e1e1841a7141407fabe93feee58ce
Author: Adrian Prantl <ad...@ll...>
Date: Tue Feb 21 13:55:04 2012 -0800
update termite lint and ast transformation library
commit 442c16ec72ff0c9ec594464daaca81096e8274f2
Author: Adrian Prantl <ad...@ll...>
Date: Tue Feb 21 13:46:18 2012 -0800
implement fortran function return type definitions
commit 6d0498ae778794d5d54842adc5c2ab5123b45a61
Author: Adrian Prantl <ad...@ll...>
Date: Tue Feb 21 11:24:36 2012 -0800
added our first working Fortran 77 testcase
commit b04604dab5fe5d5b021c07f4b3a339b0f1a74ab8
Author: Adrian Prantl <ad...@ll...>
Date: Tue Feb 21 11:18:15 2012 -0800
create dummy function declarations always as procedure header statements
commit b0d6926430d1d2cc1f21202dbd822b1e4030fba6
Author: Adrian Prantl <ad...@ll...>
Date: Tue Feb 21 11:00:52 2012 -0800
add to index, rank and dim_info to ArrayType
commit f894e3420fea7d2b69dd21179338def3ddc69b62
Author: Adrian Prantl <ad...@ll...>
Date: Tue Feb 21 10:46:39 2012 -0800
implemented AttributeSpec.Stmt, ProcHeaderStmt, and Fortran-style forward-referencing function calls
-----------------------------------------------------------------------
Summary of changes:
braid/BUGS | 5 +
braid/doc/braid.1 | 2 +-
rote/minitermite/doc/src2term.1 | 2 +-
rote/minitermite/doc/term2src.1 | 2 +-
rote/minitermite/regression/Makefile.include | 29 +-
.../regression/fortran/simple_ccsd_t2.f | 265 ++++++++
rote/minitermite/src/RoseEnums.C | 51 +-
rote/minitermite/src/RoseToTerm.C | 41 ++-
rote/minitermite/src/TermToRose.C | 660 ++++++++++++--------
rote/minitermite/src/minitermite/AstJanitor.h | 21 +-
rote/minitermite/src/minitermite/RoseEnums.h | 3 +-
rote/minitermite/src/minitermite/RoseToTerm.h | 1 +
rote/minitermite/src/minitermite/TermPrinter.h | 6 +-
rote/minitermite/src/minitermite/TermToRose.h | 18 +-
rote/minitermite/src/termite/asttransform.pl | 31 +-
rote/minitermite/src/termite/termite_spec.pl | 35 +-
16 files changed, 830 insertions(+), 342 deletions(-)
create mode 100644 rote/minitermite/regression/fortran/simple_ccsd_t2.f
hooks/post-receive
--
compose-hpc
|
|
From: Matt S. <ma...@us...> - 2012-02-17 22:39: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 5ff607261090d6bea2096f10a9c611f1b7a62292 (commit)
from bf400ba9c1418910fd96556740c66bd2e395c544 (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 5ff607261090d6bea2096f10a9c611f1b7a62292
Author: Matt Sottile <ma...@ga...>
Date: Fri Feb 17 14:39:16 2012 -0800
more info
-----------------------------------------------------------------------
Summary of changes:
paul/libpaul/INSTALL | 10 ++++++++--
1 files changed, 8 insertions(+), 2 deletions(-)
hooks/post-receive
--
compose-hpc
|
|
From: Matt S. <ma...@us...> - 2012-02-17 22:37:49
|
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 bf400ba9c1418910fd96556740c66bd2e395c544 (commit)
from 5e2d76a02e5e7370431d76274544d3a960958d5d (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 bf400ba9c1418910fd96556740c66bd2e395c544
Author: Matt Sottile <ma...@ga...>
Date: Fri Feb 17 14:37:25 2012 -0800
updates to bring documentation into sync with current code
-----------------------------------------------------------------------
Summary of changes:
paul/libpaul/AUTHORS | 4 ++
paul/libpaul/README | 114 +++++++++++++++++++++++++++++++++++---------------
2 files changed, 84 insertions(+), 34 deletions(-)
hooks/post-receive
--
compose-hpc
|
|
From: adrian <adr...@us...> - 2012-02-15 23:31:28
|
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 5e2d76a02e5e7370431d76274544d3a960958d5d (commit)
via dc01d8e4810d7dade660b1b0929b59e514e7529d (commit)
via d123822bf01361d74776f783f2fb98f75be2657b (commit)
via f6c51a05fed4a2f8e6ac9814d46b7cad5d5865ce (commit)
via 2a857e7d1599c6761be016e568a74c6860989097 (commit)
via 65009b44826294289b462ddd02f1f0947ec7a8e7 (commit)
via 63b13b8a16fdf612b2860b8ecb429744c41497a4 (commit)
via 83c54ef6e603b60089d49ac3573c010b9b6d0025 (commit)
via 0f499373e1a4a38505338220e8b3f3173a9889ff (commit)
via a3f1b2941538474bd9dc36f2b60b9b30fd1ac595 (commit)
from 31dec5b35fee3f49bd456307fa8ab665bd52dd54 (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 5e2d76a02e5e7370431d76274544d3a960958d5d
Author: Adrian Prantl <ad...@ll...>
Date: Wed Feb 15 15:30:46 2012 -0800
implemented SgAttributeSpecificationStatement
commit dc01d8e4810d7dade660b1b0929b59e514e7529d
Author: Adrian Prantl <ad...@ll...>
Date: Wed Feb 15 15:05:17 2012 -0800
implemented implicit_statement
commit d123822bf01361d74776f783f2fb98f75be2657b
Author: Adrian Prantl <ad...@ll...>
Date: Wed Feb 15 10:27:29 2012 -0800
Major cleanup:
- moved makefile generator into its own file
- removed lots of obsolete code
- more documentation
commit f6c51a05fed4a2f8e6ac9814d46b7cad5d5865ce
Author: Adrian Prantl <ad...@ll...>
Date: Wed Feb 15 10:00:34 2012 -0800
fixed a compile-time error
commit 2a857e7d1599c6761be016e568a74c6860989097
Author: Adrian Prantl <ad...@ll...>
Date: Tue Feb 14 17:02:05 2012 -0800
major rewrite of the struct handling code
commit 65009b44826294289b462ddd02f1f0947ec7a8e7
Author: Adrian Prantl <ad...@ll...>
Date: Tue Feb 14 14:56:11 2012 -0800
update README with more user feedback
commit 63b13b8a16fdf612b2860b8ecb429744c41497a4
Author: Adrian Prantl <ad...@ll...>
Date: Tue Feb 14 14:55:37 2012 -0800
deleted obsolete file
commit 83c54ef6e603b60089d49ac3573c010b9b6d0025
Author: Adrian Prantl <ad...@ll...>
Date: Fri Feb 10 14:20:30 2012 -0800
more bugfixes for structs
commit 0f499373e1a4a38505338220e8b3f3173a9889ff
Author: Adrian Prantl <ad...@ll...>
Date: Fri Feb 10 14:20:10 2012 -0800
more end-user documentation
commit a3f1b2941538474bd9dc36f2b60b9b30fd1ac595
Author: Adrian Prantl <ad...@ll...>
Date: Thu Feb 9 16:26:10 2012 -0800
fixed several outstanding bugs
-----------------------------------------------------------------------
Summary of changes:
braid/BUGS | 7 +-
braid/Makefile.am | 80 ++-
braid/Makefile.in | 75 ++-
braid/README | 146 +++--
braid/braid/Makefile.include | 4 +-
braid/braid/braid.py | 29 +-
braid/braid/burg.py | 1 +
braid/braid/chapel/__init__.py | 2 +-
braid/braid/chapel/args.py | 181 -----
braid/braid/chapel/backend.py | 610 ++++------------
braid/braid/chapel/cgen.py | 48 +-
braid/braid/chapel/conversions.burg | 64 +-
.../GNUmakefile => braid/chapel/makefile.py} | 186 ++++--
braid/braid/codegen.py | 11 +-
braid/configure | 733 +++++++++++---------
braid/doc/braid.1 | 298 ++++++++-
braid/regression/interop/Makefile.include | 6 +-
.../interop/struct/runChapel/structtest.chpl | 120 ++--
rote/minitermite/doc/src2term.1 | 2 +-
rote/minitermite/doc/term2src.1 | 2 +-
rote/minitermite/src/RoseEnums.C | 33 +
rote/minitermite/src/RoseToTerm.C | 26 +
rote/minitermite/src/TermToRose.C | 37 +-
rote/minitermite/src/minitermite/RoseEnums.h | 2 +
rote/minitermite/src/minitermite/RoseToTerm.h | 3 +-
rote/minitermite/src/minitermite/TermToRose.h | 2 +
26 files changed, 1422 insertions(+), 1286 deletions(-)
delete mode 100644 braid/braid/chapel/args.py
copy braid/{examples/sandbox/blas/chpl_hybrid/runChapel/GNUmakefile => braid/chapel/makefile.py} (53%)
hooks/post-receive
--
compose-hpc
|
|
From: adrian <adr...@us...> - 2012-02-09 23:11:04
|
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 31dec5b35fee3f49bd456307fa8ab665bd52dd54 (commit)
via 7008f051fb3ca6498d68cc917c3164572f66a723 (commit)
via 58b217bb6b70319dbc079ab5112963eb3ee215a7 (commit)
via 8dd91da3aa6cb39170076197a0e9379c83284b97 (commit)
from 4bf0abda8c4a8a32f36d26046bb89d07dfafc9e4 (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 31dec5b35fee3f49bd456307fa8ab665bd52dd54
Author: Adrian Prantl <ad...@ll...>
Date: Thu Feb 9 15:10:23 2012 -0800
significantly improved Doxygen documentation
commit 7008f051fb3ca6498d68cc917c3164572f66a723
Author: Adrian Prantl <ad...@ll...>
Date: Thu Feb 9 15:10:06 2012 -0800
renamed chpl/ to runtime/
commit 58b217bb6b70319dbc079ab5112963eb3ee215a7
Author: Adrian Prantl <ad...@ll...>
Date: Thu Feb 9 13:46:22 2012 -0800
fixed several pylint warnings
commit 8dd91da3aa6cb39170076197a0e9379c83284b97
Author: Adrian Prantl <ad...@ll...>
Date: Fri Feb 3 14:59:17 2012 -0800
added preliminary nightly test support
-----------------------------------------------------------------------
Summary of changes:
braid/Doxyfile.in | 6 +-
braid/Makefile.am | 30 +-
braid/Makefile.in | 771 +++++++++---------
braid/braid/braid.py | 74 ++-
braid/braid/burg.py | 2 +-
braid/braid/chapel/__init__.py | 7 +
braid/braid/chapel/args.py | 3 +-
braid/braid/chapel/backend.py | 16 +-
braid/braid/chapel/cgen.py | 11 +-
braid/braid/chapel/chpl.py | 1 +
braid/braid/chapel/conversions.burg | 22 +
braid/braid/codegen.py | 2 +-
braid/braid/ior.py | 1 +
braid/braid/ior_template.py | 2 +
braid/braid/parse_tree.py | 2 +-
braid/braid/patmat.py | 4 +-
braid/braid/utils.py | 2 +-
braid/chpl/Makefile.include | 188 -----
braid/configure | 846 +++++++++++---------
braid/configure.ac | 7 +
braid/regression/cronjobs/casc-ubuntu-10.4.profile | 35 +
braid/regression/cronjobs/gantlet_cron.sh | 127 +++
braid/regression/cronjobs/make_all.test | 158 ++++
braid/regression/cronjobs/make_check.test | 142 ++++
braid/regression/cronjobs/make_dist.test | 203 +++++
braid/regression/cronjobs/make_distcheck.test | 154 ++++
braid/regression/cronjobs/make_installcheck.test | 138 ++++
braid/regression/cronjobs/sendmail.py | 49 ++
braid/regression/interop/Makefile.include | 6 +-
braid/regression/interop/cronjobs/make_check.test | 151 ++++
.../interop/struct/runChapel/structtest.chpl | 389 +++++++++
braid/runtime/Makefile.include | 188 +++++
braid/{chpl => runtime}/README | 0
braid/{chpl => runtime}/array.inc | 0
braid/{chpl => runtime}/array_support.inc | 0
braid/{chpl => runtime}/barray.inc | 0
braid/{chpl => runtime}/chpl_sidl_array.h | 0
braid/{chpl => runtime}/darray.inc | 0
38 files changed, 2730 insertions(+), 1007 deletions(-)
delete mode 100644 braid/chpl/Makefile.include
create mode 100644 braid/regression/cronjobs/casc-ubuntu-10.4.profile
create mode 100755 braid/regression/cronjobs/gantlet_cron.sh
create mode 100644 braid/regression/cronjobs/make_all.test
create mode 100644 braid/regression/cronjobs/make_check.test
create mode 100644 braid/regression/cronjobs/make_dist.test
create mode 100644 braid/regression/cronjobs/make_distcheck.test
create mode 100644 braid/regression/cronjobs/make_installcheck.test
create mode 100755 braid/regression/cronjobs/sendmail.py
create mode 100644 braid/regression/interop/cronjobs/make_check.test
create mode 100644 braid/regression/interop/struct/runChapel/structtest.chpl
create mode 100644 braid/runtime/Makefile.include
rename braid/{chpl => runtime}/README (100%)
rename braid/{chpl => runtime}/array.inc (100%)
rename braid/{chpl => runtime}/array_support.inc (100%)
rename braid/{chpl => runtime}/barray.inc (100%)
rename braid/{chpl => runtime}/chpl_sidl_array.h (100%)
rename braid/{chpl => runtime}/darray.inc (100%)
hooks/post-receive
--
compose-hpc
|
|
From: adrian <adr...@us...> - 2012-02-03 19:09:25
|
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 4bf0abda8c4a8a32f36d26046bb89d07dfafc9e4 (commit)
from ea577b9e5d1f995aa2b0866f80b7c29ecd607b65 (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 4bf0abda8c4a8a32f36d26046bb89d07dfafc9e4
Author: Adrian Prantl <ad...@ll...>
Date: Fri Feb 3 11:09:16 2012 -0800
gantlet expects the following statement to be exactly one line
-----------------------------------------------------------------------
Summary of changes:
braid/configure.ac | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
hooks/post-receive
--
compose-hpc
|
|
From: adrian <adr...@us...> - 2012-02-03 00:46:43
|
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 ea577b9e5d1f995aa2b0866f80b7c29ecd607b65 (commit)
via f614ed5c6dd6e5c79c726b6225e78d98ba581cf7 (commit)
via c2972e8beda84ce86db190a53a72367fe370f803 (commit)
via e8a7022aa9eeafc5dad221ea7f817713ab6ede5d (commit)
via 5dcf7114b8951f6d78e60ae39c8d59fdfb0595aa (commit)
via 464a00f9425d24279197da3033d27ef0aa287488 (commit)
via 14410ed51de9c25f592c038a7bfbbf38ca19a8bc (commit)
via b1bdf3ef1ef817bf018e2c0840b3e7e35865641d (commit)
via f915c264a64087419276727ed28d44137fb08223 (commit)
via aea30c63752d4848d1c2ee0712c6cda8b4523c28 (commit)
via efbcacdcae311ff714ab6ba0246319a999d30a3d (commit)
via b990935688572ea5607c4a01e6d7cf1f2a59bc9b (commit)
via 34dc233fe9c755b333055f4782d54f7cbddee6d7 (commit)
via 5f59bdfbf56c1d5a7725587716b44a893ec1f359 (commit)
via 8e82f879e00b34cc506f1dc36cc38aa18302c3ab (commit)
via 9d29bfcf60334044c9c9266a0d188839b68cdbc4 (commit)
via d5a5e97299f0ecabc9b99778714911ba8bcc69c2 (commit)
via 339c58cd29bd92276a3a61104775fc5c7f07b082 (commit)
via 9549640a0fbe1eb11352b8230ea9dcc46338c577 (commit)
via 1a48192f527381a9e1c3345efa27a37ffae05b33 (commit)
from d2595bcc73102e40f9a831e9135deabaf1b99ee6 (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 ea577b9e5d1f995aa2b0866f80b7c29ecd607b65
Author: Adrian Prantl <ad...@ll...>
Date: Thu Feb 2 16:45:52 2012 -0800
documentation, enabled args server test case
commit f614ed5c6dd6e5c79c726b6225e78d98ba581cf7
Author: Adrian Prantl <ad...@ll...>
Date: Thu Feb 2 16:10:32 2012 -0800
fix argument conversion for skeletons
commit c2972e8beda84ce86db190a53a72367fe370f803
Author: Adrian Prantl <ad...@ll...>
Date: Thu Feb 2 15:07:46 2012 -0800
verbose server generation
commit e8a7022aa9eeafc5dad221ea7f817713ab6ede5d
Author: Adrian Prantl <ad...@ll...>
Date: Thu Feb 2 15:07:30 2012 -0800
new impl file
commit 5dcf7114b8951f6d78e60ae39c8d59fdfb0595aa
Author: Adrian Prantl <ad...@ll...>
Date: Thu Feb 2 15:07:13 2012 -0800
splicer error message
commit 464a00f9425d24279197da3033d27ef0aa287488
Author: Adrian Prantl <ad...@ll...>
Date: Thu Feb 2 15:07:01 2012 -0800
got rid of deref argument
commit 14410ed51de9c25f592c038a7bfbbf38ca19a8bc
Author: Adrian Prantl <ad...@ll...>
Date: Thu Feb 2 15:06:21 2012 -0800
rename file
commit b1bdf3ef1ef817bf018e2c0840b3e7e35865641d
Merge: f915c26 d2595bc
Author: Adrian Prantl <ad...@ll...>
Date: Thu Feb 2 10:15:36 2012 -0800
Merge branch 'master' of ssh://compose-hpc.git.sourceforge.net/gitroot/compose-hpc/compose-hpc
commit f915c264a64087419276727ed28d44137fb08223
Author: Adrian Prantl <ad...@ll...>
Date: Thu Feb 2 10:15:05 2012 -0800
add BRAID logos
commit aea30c63752d4848d1c2ee0712c6cda8b4523c28
Author: Adrian Prantl <ad...@ll...>
Date: Fri Jan 20 14:52:00 2012 -0800
a lot of performance improvements
commit efbcacdcae311ff714ab6ba0246319a999d30a3d
Merge: b990935 9c6c642
Author: Adrian Prantl <ad...@ll...>
Date: Fri Jan 20 11:42:31 2012 -0800
Merge branch 'master' of ssh://compose-hpc.git.sourceforge.net/gitroot/compose-hpc/compose-hpc
commit b990935688572ea5607c4a01e6d7cf1f2a59bc9b
Author: Adrian Prantl <ad...@ll...>
Date: Thu Jan 19 15:47:24 2012 -0800
more bugfixes for sidl parser
commit 34dc233fe9c755b333055f4782d54f7cbddee6d7
Author: Adrian Prantl <ad...@ll...>
Date: Thu Jan 19 15:47:08 2012 -0800
tuple length: an optimization for patmat
commit 5f59bdfbf56c1d5a7725587716b44a893ec1f359
Author: Adrian Prantl <ad...@ll...>
Date: Thu Jan 19 11:38:29 2012 -0800
various sidl parser fixes for assertions
commit 8e82f879e00b34cc506f1dc36cc38aa18302c3ab
Author: Adrian Prantl <ad...@ll...>
Date: Wed Jan 18 14:57:21 2012 -0800
numerous bugfixes
commit 9d29bfcf60334044c9c9266a0d188839b68cdbc4
Author: Adrian Prantl <ad...@ll...>
Date: Tue Jan 17 16:18:00 2012 -0800
make write() a method of [Source]File
add progress indicator until I get to improve the performance
commit d5a5e97299f0ecabc9b99778714911ba8bcc69c2
Author: Adrian Prantl <ad...@ll...>
Date: Tue Jan 17 13:40:52 2012 -0800
IOR generator improvements
commit 339c58cd29bd92276a3a61104775fc5c7f07b082
Author: Adrian Prantl <ad...@ll...>
Date: Tue Jan 17 11:09:54 2012 -0800
documentation, fixed a type error
commit 9549640a0fbe1eb11352b8230ea9dcc46338c577
Author: Adrian Prantl <ad...@ll...>
Date: Sat Jan 14 20:22:09 2012 -0800
new IR fix
commit 1a48192f527381a9e1c3345efa27a37ffae05b33
Author: Adrian Prantl <ad...@ll...>
Date: Sat Jan 14 19:50:02 2012 -0800
paper-quality implementation of on-demand copying struct semantics
-----------------------------------------------------------------------
Summary of changes:
braid/Makefile.am | 3 +-
braid/Makefile.in | 13 +-
braid/aclocal.m4 | 4 +-
braid/braid/Makefile.include | 1 -
braid/braid/burg.py | 87 +-
braid/braid/chapel/backend.py | 285 +++--
braid/braid/chapel/cgen.py | 45 +-
braid/braid/chapel/conversions.burg | 79 +-
braid/braid/codegen.py | 108 +-
braid/braid/ior_template.py | 4 +-
braid/braid/parse_tree.py | 6 +
braid/braid/patmat.py | 232 +++-
braid/braid/sidl.def | 35 +-
braid/braid/sidl.py | 180 ++-
braid/braid/sidl_parser.py | 18 +-
braid/braid/sidl_symbols.py | 21 +-
braid/braid/splicer.py | 6 +-
braid/braid/utils.py | 15 +
braid/configure | 731 ++++++-----
braid/configure.ac | 2 +-
braid/doc/braid.1 | 4 +-
braid/examples/structbench/benchgen.py | 2 +-
braid/logos/BraidBW.pdf | 1389 +++++++++++++++++++
braid/logos/BraidBlue.pdf | 1407 ++++++++++++++++++++
braid/regression/interop/Makefile.include | 4 +-
braid/regression/interop/args/libChapel/Args.chpl | 727 ----------
.../interop/args/libChapel/Args_Impl.chpl | 364 +++++
27 files changed, 4292 insertions(+), 1480 deletions(-)
create mode 100644 braid/logos/BraidBW.pdf
create mode 100644 braid/logos/BraidBlue.pdf
delete mode 100644 braid/regression/interop/args/libChapel/Args.chpl
create mode 100644 braid/regression/interop/args/libChapel/Args_Impl.chpl
hooks/post-receive
--
compose-hpc
|