[Spice-devel] [PATCH v3 00/28] Win10 support patches
Christophe Fergeau
cfergeau at redhat.com
Wed Sep 7 14:47:58 UTC 2016
On Wed, Sep 07, 2016 at 04:10:18PM +0300, Sameeh Jubran wrote:
> Dmitry Fleytman (2):
> Introduce end-of-line normalization
This patch should be 01/28, but is missing as it's far too big to get
through the mailing list.
Its diffstat is
commit 136475c8a1d07eaa8f4ec7294b1951d5c4384997
Author: Dmitry Fleytman <dmitry at daynix.com>
Date: Wed Sep 7 10:21:17 2016 +0300
Introduce end-of-line normalization
.gitattributes | 1 +
qxldod Package/qxldod Package.vcxproj | 404 +++----
qxldod Package/qxldod Package.vcxproj.filters | 16 +-
qxldod.sln | 152 +--
qxldod/BaseObject.cpp | 144 +--
qxldod/BaseObject.h | 118 +-
qxldod/QxlDod.cpp | 9264 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++------------------------------------------------------------------------------
qxldod/QxlDod.h | 1500 +++++++++++++-------------
qxldod/buildAll.bat | 62 +-
qxldod/clean.bat | 24 +-
qxldod/driver.cpp | 1346 +++++++++++------------
qxldod/driver.h | 504 ++++-----
qxldod/qxldod.inf | Bin 4242 -> 2013 bytes
qxldod/qxldod.inx | Bin 3818 -> 1821 bytes
qxldod/qxldod.rc | Bin 696 -> 335 bytes
qxldod/qxldod.vcxproj | 676 ++++++------
qxldod/resource.h | 28 +-
17 files changed, 7120 insertions(+), 7119 deletions(-)
and git show -w gives:
commit 136475c8a1d07eaa8f4ec7294b1951d5c4384997
Author: Dmitry Fleytman <dmitry at daynix.com>
Date: Wed Sep 7 10:21:17 2016 +0300
Introduce end-of-line normalization
diff --git a/.gitattributes b/.gitattributes
new file mode 100644
index 0000000..176a458
--- /dev/null
+++ b/.gitattributes
@@ -0,0 +1 @@
+* text=auto
diff --git a/qxldod Package/qxldod Package.vcxproj.filters b/qxldod Package/qxldod Package.vcxproj.filters
index 73af436..e4f033d 100755
--- a/qxldod Package/qxldod Package.vcxproj.filters
+++ b/qxldod Package/qxldod Package.vcxproj.filters
@@ -1,4 +1,4 @@
-<U+FEFF><?xml version="1.0" encoding="utf-8"?>
+<?xml version="1.0" encoding="utf-8"?>
<Project ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<ItemGroup>
<Filter Include="Driver Files">
diff --git a/qxldod/qxldod.inf b/qxldod/qxldod.inf
index 197d6d4..08bd520 100755
Binary files a/qxldod/qxldod.inf and b/qxldod/qxldod.inf differ
diff --git a/qxldod/qxldod.inx b/qxldod/qxldod.inx
index ff78a72..12b15b6 100755
Binary files a/qxldod/qxldod.inx and b/qxldod/qxldod.inx differ
diff --git a/qxldod/qxldod.rc b/qxldod/qxldod.rc
index ba45879..7d7c326 100755
Binary files a/qxldod/qxldod.rc and b/qxldod/qxldod.rc differ
Christophe
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 801 bytes
Desc: not available
URL: <https://lists.freedesktop.org/archives/spice-devel/attachments/20160907/ac0035ce/attachment.sig>
More information about the Spice-devel
mailing list