[ovs-git] [openvswitch/ovs] f821fe: Add x64 bit configuration to windows installer

GitHub noreply at github.com
Wed Sep 23 14:56:50 UTC 2015


  Branch: refs/heads/master
  Home:   https://github.com/openvswitch/ovs
  Commit: f821fe7f09ad0262b63c41f637aa77e02fa9ebfa
      https://github.com/openvswitch/ovs/commit/f821fe7f09ad0262b63c41f637aa77e02fa9ebfa
  Author: Alin Serdean <aserdean at cloudbasesolutions.com>
  Date:   2015-09-23 (Wed, 23 Sep 2015)

  Changed paths:
    M windows/ovs-windows-installer.sln
    M windows/ovs-windows-installer/ovs-windows-installer.wixproj

  Log Message:
  -----------
  Add x64 bit configuration to windows installer

This patch defines the x64 in the configuration of the visual studio
solution: ovs-windows-installer.sln

Signed-off-by: Alin Gabriel Serdean <aserdean at cloudbasesolutions.com>
Signed-off-by: Gurucharan Shetty <gshetty at nicira.com>


  Commit: 9880874b0636660d72617ec29604380896c003d7
      https://github.com/openvswitch/ovs/commit/9880874b0636660d72617ec29604380896c003d7
  Author: Alin Serdean <aserdean at cloudbasesolutions.com>
  Date:   2015-09-23 (Wed, 23 Sep 2015)

  Changed paths:
    M lib/stream-tcp.c

  Log Message:
  -----------
  Include headers when using ovs_rundir

This patch adds an additional include file while compiling under MSVC.

Found by compiling under MSVC x64 and hitting the following problem:
http://stackoverflow.com/questions/23144151/64-bit-function-returns-32-bit-pointer

Signed-off-by: Alin Gabriel Serdean <aserdean at cloudbasesolutions.com>
Signed-off-by: Gurucharan Shetty <gshetty at nicira.com>


  Commit: 3f97b6649b0f922889559738a2a6e3d3e71cb643
      https://github.com/openvswitch/ovs/commit/3f97b6649b0f922889559738a2a6e3d3e71cb643
  Author: Alin Serdean <aserdean at cloudbasesolutions.com>
  Date:   2015-09-23 (Wed, 23 Sep 2015)

  Changed paths:
    M lib/daemon-windows.c

  Log Message:
  -----------
  Include headers where ovs_rundir is used.

This patch includes dirs.h because ovs_rundir is used.

Found while compiling with MSVC x64.

Signed-off-by: Alin Gabriel Serdean <aserdean at cloudbasesolutions.com>
Signed-off-by: Gurucharan Shetty <gshetty at nicira.com>


Compare: https://github.com/openvswitch/ovs/compare/c460a6a7bc75...3f97b6649b0f


More information about the git mailing list