You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@qpid.apache.org by "Steve Huston (JIRA)" <qp...@incubator.apache.org> on 2008/07/31 19:26:32 UTC

[jira] Created: (QPID-1209) Port to Windows

Port to Windows
---------------

                 Key: QPID-1209
                 URL: https://issues.apache.org/jira/browse/QPID-1209
             Project: Qpid
          Issue Type: Improvement
          Components: C++ Client
    Affects Versions: M3
         Environment: Windows XP+, Visual Studio 2005 (VC8)
            Reporter: Steve Huston
         Attachments: WINDOWS_NOTES

This issue contains information and patches for the Qpid client (including common) port to Windows. The broker is not yet included.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Updated: (QPID-1209) Port to Windows

Posted by "Steve Huston (JIRA)" <qp...@incubator.apache.org>.
     [ https://issues.apache.org/jira/browse/QPID-1209?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Steve Huston updated QPID-1209:
-------------------------------

    Attachment: time.diff

time.diff is the diffs to put in Time handling for Windows. It's fairly straight-forward except that it uses a ifdef to decide which platform's header to include. This was done differently because the time is very simple plain data and is often built on the stack and for input to a condition wait. Having the low overhead of doing this is a good thing.


> Port to Windows
> ---------------
>
>                 Key: QPID-1209
>                 URL: https://issues.apache.org/jira/browse/QPID-1209
>             Project: Qpid
>          Issue Type: Improvement
>          Components: C++ Client
>    Affects Versions: M3
>         Environment: Windows XP+, Visual Studio 2005 (VC8)
>            Reporter: Steve Huston
>            Assignee: Andrew Stitcher
>             Fix For: M4
>
>         Attachments: time.diff, windows2.diff, windows2.patch, WINDOWS_NOTES
>
>
> This issue contains information and patches for the Qpid client (including common) port to Windows. The broker is not yet included.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Updated: (QPID-1209) Port to Windows

Posted by "Steve Huston (JIRA)" <qp...@incubator.apache.org>.
     [ https://issues.apache.org/jira/browse/QPID-1209?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Steve Huston updated QPID-1209:
-------------------------------

    Attachment: windows2.diff

> Port to Windows
> ---------------
>
>                 Key: QPID-1209
>                 URL: https://issues.apache.org/jira/browse/QPID-1209
>             Project: Qpid
>          Issue Type: Improvement
>          Components: C++ Client
>    Affects Versions: M3
>         Environment: Windows XP+, Visual Studio 2005 (VC8)
>            Reporter: Steve Huston
>         Attachments: windows2.diff, WINDOWS_NOTES
>
>
> This issue contains information and patches for the Qpid client (including common) port to Windows. The broker is not yet included.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Updated: (QPID-1209) Port to Windows

Posted by "Matt Griswold (JIRA)" <qp...@incubator.apache.org>.
     [ https://issues.apache.org/jira/browse/QPID-1209?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Matt Griswold updated QPID-1209:
--------------------------------

    Attachment: windows2.patch

My previously submitted patch against the windows2 tree (Steve asked me to attach it in Jira for licensing issues).

> Port to Windows
> ---------------
>
>                 Key: QPID-1209
>                 URL: https://issues.apache.org/jira/browse/QPID-1209
>             Project: Qpid
>          Issue Type: Improvement
>          Components: C++ Client
>    Affects Versions: M3
>         Environment: Windows XP+, Visual Studio 2005 (VC8)
>            Reporter: Steve Huston
>            Assignee: Andrew Stitcher
>             Fix For: M4
>
>         Attachments: windows2.diff, windows2.patch, WINDOWS_NOTES
>
>
> This issue contains information and patches for the Qpid client (including common) port to Windows. The broker is not yet included.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Assigned: (QPID-1209) Port to Windows

Posted by "Andrew Stitcher (JIRA)" <qp...@incubator.apache.org>.
     [ https://issues.apache.org/jira/browse/QPID-1209?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Andrew Stitcher reassigned QPID-1209:
-------------------------------------

    Assignee: Andrew Stitcher

> Port to Windows
> ---------------
>
>                 Key: QPID-1209
>                 URL: https://issues.apache.org/jira/browse/QPID-1209
>             Project: Qpid
>          Issue Type: Improvement
>          Components: C++ Client
>    Affects Versions: M3
>         Environment: Windows XP+, Visual Studio 2005 (VC8)
>            Reporter: Steve Huston
>            Assignee: Andrew Stitcher
>         Attachments: windows2.diff, WINDOWS_NOTES
>
>
> This issue contains information and patches for the Qpid client (including common) port to Windows. The broker is not yet included.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Resolved: (QPID-1209) Port to Windows

Posted by "Steve Huston (JIRA)" <qp...@incubator.apache.org>.
     [ https://issues.apache.org/jira/browse/QPID-1209?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Steve Huston resolved QPID-1209.
--------------------------------

    Resolution: Fixed

The time-related issue discussed most recently, as well as the asynch I/O layer code for Windows which has been discussed here a number of times, are committed. svn revision 709285.

> Port to Windows
> ---------------
>
>                 Key: QPID-1209
>                 URL: https://issues.apache.org/jira/browse/QPID-1209
>             Project: Qpid
>          Issue Type: Improvement
>          Components: C++ Client
>    Affects Versions: M3
>         Environment: Windows XP+, Visual Studio 2005 (VC8)
>            Reporter: Steve Huston
>            Assignee: Andrew Stitcher
>             Fix For: M4
>
>         Attachments: allchanges.diff, time.diff, windows2.diff, windows2.patch, WINDOWS_NOTES
>
>
> This issue contains information and patches for the Qpid client (including common) port to Windows. The broker is not yet included.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Updated: (QPID-1209) Port to Windows

Posted by "Steve Huston (JIRA)" <qp...@incubator.apache.org>.
     [ https://issues.apache.org/jira/browse/QPID-1209?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Steve Huston updated QPID-1209:
-------------------------------

    Attachment:     (was: windows2.diff)

> Port to Windows
> ---------------
>
>                 Key: QPID-1209
>                 URL: https://issues.apache.org/jira/browse/QPID-1209
>             Project: Qpid
>          Issue Type: Improvement
>          Components: C++ Client
>    Affects Versions: M3
>         Environment: Windows XP+, Visual Studio 2005 (VC8)
>            Reporter: Steve Huston
>         Attachments: WINDOWS_NOTES
>
>
> This issue contains information and patches for the Qpid client (including common) port to Windows. The broker is not yet included.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Updated: (QPID-1209) Port to Windows

Posted by "Steve Huston (JIRA)" <qp...@incubator.apache.org>.
     [ https://issues.apache.org/jira/browse/QPID-1209?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Steve Huston updated QPID-1209:
-------------------------------

    Attachment: WINDOWS_NOTES

WINDOWS_NOTES is an explanation of what's changed and added in the windows2.diff patch.

> Port to Windows
> ---------------
>
>                 Key: QPID-1209
>                 URL: https://issues.apache.org/jira/browse/QPID-1209
>             Project: Qpid
>          Issue Type: Improvement
>          Components: C++ Client
>    Affects Versions: M3
>         Environment: Windows XP+, Visual Studio 2005 (VC8)
>            Reporter: Steve Huston
>         Attachments: WINDOWS_NOTES
>
>
> This issue contains information and patches for the Qpid client (including common) port to Windows. The broker is not yet included.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Updated: (QPID-1209) Port to Windows

Posted by "Steve Huston (JIRA)" <qp...@incubator.apache.org>.
     [ https://issues.apache.org/jira/browse/QPID-1209?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Steve Huston updated QPID-1209:
-------------------------------

    Attachment: windows2.diff

Patch file that contains changes and additions for porting to Windows. Notes and explanations are in the WINDOWS_NOTES file, separately attached.

> Port to Windows
> ---------------
>
>                 Key: QPID-1209
>                 URL: https://issues.apache.org/jira/browse/QPID-1209
>             Project: Qpid
>          Issue Type: Improvement
>          Components: C++ Client
>    Affects Versions: M3
>         Environment: Windows XP+, Visual Studio 2005 (VC8)
>            Reporter: Steve Huston
>         Attachments: windows2.diff, WINDOWS_NOTES
>
>
> This issue contains information and patches for the Qpid client (including common) port to Windows. The broker is not yet included.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Updated: (QPID-1209) Port to Windows

Posted by "Steve Huston (JIRA)" <qp...@incubator.apache.org>.
     [ https://issues.apache.org/jira/browse/QPID-1209?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Steve Huston updated QPID-1209:
-------------------------------

    Attachment: allchanges.diff

The newly attached file allchanges.diff is a diff of the state of the qpid-port github windows2 branch when it started integrating with the svn trunk. It represents all the Windows porting work up to getting it to basically work and start integrating with svn. The qpid-port github repo has been deleted.

> Port to Windows
> ---------------
>
>                 Key: QPID-1209
>                 URL: https://issues.apache.org/jira/browse/QPID-1209
>             Project: Qpid
>          Issue Type: Improvement
>          Components: C++ Client
>    Affects Versions: M3
>         Environment: Windows XP+, Visual Studio 2005 (VC8)
>            Reporter: Steve Huston
>            Assignee: Andrew Stitcher
>             Fix For: M4
>
>         Attachments: allchanges.diff, time.diff, windows2.diff, windows2.patch, WINDOWS_NOTES
>
>
> This issue contains information and patches for the Qpid client (including common) port to Windows. The broker is not yet included.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.