[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[List Home]
|
[ptp-commits] [Git@Eclipse] Main repository for the Parallel Tools Platform (PTP) project branch master updated. PTP_5_0_5-418-g71a8b79
|
- From: genie@xxxxxxxxxxx (Jeffrey Overbey)
- Date: Mon, 5 Mar 2012 23:08:22 -0500 (EST)
- Delivered-to: ptp-commits@eclipse.org
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 "Main repository for the Parallel Tools Platform (PTP) project".
The branch, master has been updated
via 71a8b7920bae946dcb13a2b2ae9a82e77e06e01f (commit)
from 32b63806501bb748f306ac2082976153f4d03c74 (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 71a8b7920bae946dcb13a2b2ae9a82e77e06e01f
Author: Jeffrey Overbey <jeffreyoverbey@xxxxxxx>
Date: Mon Mar 5 22:06:46 2012 -0600
Bug 373315 - PLDT user assistance features for OpenACC - Fortran
Created new plug-in. Documentation is incomplete; not integrated into the build; not yet part of a feature.
-----------------------------------------------------------------------
Summary of changes:
.../.classpath | 0
.../org.eclipse.ptp.pldt.openacc.fortran/.project | 34 ++++++
.../.settings/org.eclipse.jdt.core.prefs | 0
.../.settings/org.eclipse.jdt.ui.prefs | 0
.../META-INF/MANIFEST.MF | 24 +++++
.../about.html | 0
.../about.ini | 0
.../about.mappings | 0
.../about.properties | 22 ++++
.../build.properties | 13 +++
.../plugin.properties | 0
.../plugin.xml | 18 ++++
.../org.eclipse.ptp.pldt.openacc.fortran/pom.xml | 16 +++
.../ptp_logo_icon32.png | Bin 53143 -> 53143 bytes
.../pldt/openacc/internal/fortran/Activator.java | 108 ++++++++++++++++++++
.../editorHelp/OpenACCFortranHelpProvider.java | 83 +++++++++++++++
.../internal/fortran/messages/Messages.java | 43 ++++++++
.../internal/fortran/messages/messages.properties | 14 +++
.../templates/openacc_templates.xml | 7 ++
.../html/pragma_acc_parallel.html | 45 ++++++++
20 files changed, 427 insertions(+), 0 deletions(-)
copy {core/org.eclipse.ptp.ems.core => tools/pldt/org.eclipse.ptp.pldt.openacc.fortran}/.classpath (100%)
create mode 100644 tools/pldt/org.eclipse.ptp.pldt.openacc.fortran/.project
copy tools/{cdt/org.eclipse.ptp.cdt.compilers.core => pldt/org.eclipse.ptp.pldt.openacc.fortran}/.settings/org.eclipse.jdt.core.prefs (100%)
copy {core/org.eclipse.ptp.ems.core => tools/pldt/org.eclipse.ptp.pldt.openacc.fortran}/.settings/org.eclipse.jdt.ui.prefs (100%)
create mode 100644 tools/pldt/org.eclipse.ptp.pldt.openacc.fortran/META-INF/MANIFEST.MF
copy {core/org.eclipse.ptp.core => tools/pldt/org.eclipse.ptp.pldt.openacc.fortran}/about.html (100%)
copy {core/org.eclipse.ptp.core => tools/pldt/org.eclipse.ptp.pldt.openacc.fortran}/about.ini (100%)
copy {core/org.eclipse.ptp.core => tools/pldt/org.eclipse.ptp.pldt.openacc.fortran}/about.mappings (100%)
create mode 100644 tools/pldt/org.eclipse.ptp.pldt.openacc.fortran/about.properties
create mode 100644 tools/pldt/org.eclipse.ptp.pldt.openacc.fortran/build.properties
copy tools/pldt/{org.eclipse.ptp.pldt.openacc => org.eclipse.ptp.pldt.openacc.fortran}/plugin.properties (100%)
create mode 100644 tools/pldt/org.eclipse.ptp.pldt.openacc.fortran/plugin.xml
create mode 100644 tools/pldt/org.eclipse.ptp.pldt.openacc.fortran/pom.xml
copy {core/org.eclipse.ptp.core => tools/pldt/org.eclipse.ptp.pldt.openacc.fortran}/ptp_logo_icon32.png (100%)
create mode 100644 tools/pldt/org.eclipse.ptp.pldt.openacc.fortran/src/org/eclipse/ptp/pldt/openacc/internal/fortran/Activator.java
create mode 100644 tools/pldt/org.eclipse.ptp.pldt.openacc.fortran/src/org/eclipse/ptp/pldt/openacc/internal/fortran/editorHelp/OpenACCFortranHelpProvider.java
create mode 100644 tools/pldt/org.eclipse.ptp.pldt.openacc.fortran/src/org/eclipse/ptp/pldt/openacc/internal/fortran/messages/Messages.java
create mode 100644 tools/pldt/org.eclipse.ptp.pldt.openacc.fortran/src/org/eclipse/ptp/pldt/openacc/internal/fortran/messages/messages.properties
create mode 100644 tools/pldt/org.eclipse.ptp.pldt.openacc.fortran/templates/openacc_templates.xml
create mode 100644 tools/pldt/org.eclipse.ptp.pldt.openacc/html/pragma_acc_parallel.html
hooks/post-receive
--
Main repository for the Parallel Tools Platform (PTP) project