Skip to content

Commit d78d587

Browse files
committed
Another reorganization moving all test code to another repository so that this repository may more easily be used as a submodule.
1 parent fc8e433 commit d78d587

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

50 files changed

+2
-557544
lines changed

Diff for: .gitignore

+1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
*.lznt1
22
*.xpress
33
*.xpress_huff
4+
*.lib
45
x86
56
x64
67

Diff for: library/Bitstream.cpp renamed to Bitstream.cpp

File renamed without changes.

Diff for: library/Bitstream.h renamed to Bitstream.h

File renamed without changes.

Diff for: library/Dictionary.cpp renamed to Dictionary.cpp

File renamed without changes.

Diff for: library/Dictionary.h renamed to Dictionary.h

File renamed without changes.

Diff for: README.md

-4
This file was deleted.

Diff for: build-c++.bat

-20
This file was deleted.

Diff for: build-c.bat

-20
This file was deleted.

Diff for: library/build-c++.bat renamed to build.bat

File renamed without changes.
File renamed without changes.
File renamed without changes.

Diff for: library/compression.h renamed to compression.h

File renamed without changes.

Diff for: library/build-c.bat

-28
This file was deleted.

Diff for: library/lznt1.cpp renamed to lznt1.cpp

File renamed without changes.

Diff for: library/lznt1.h renamed to lznt1.h

File renamed without changes.

Diff for: library/lzx.cpp renamed to lzx.cpp

File renamed without changes.

Diff for: library/lzx.h renamed to lzx.h

File renamed without changes.

Diff for: ms-compress.sln renamed to ms-compress-library.sln

+1-22
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,7 @@
11

22
Microsoft Visual Studio Solution File, Format Version 11.00
33
# Visual Studio 2010
4-
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "library", "library\library.vcxproj", "{2221E871-BAC6-4A25-BC2E-2749F8EDDD70}"
5-
EndProject
6-
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "test", "test.vcxproj", "{F9A905FA-0395-40D1-916F-A94223B501EA}"
7-
ProjectSection(ProjectDependencies) = postProject
8-
{2221E871-BAC6-4A25-BC2E-2749F8EDDD70} = {2221E871-BAC6-4A25-BC2E-2749F8EDDD70}
9-
EndProjectSection
4+
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "library", "ms-compress-library.vcxproj", "{2221E871-BAC6-4A25-BC2E-2749F8EDDD70}"
105
EndProject
116
Global
127
GlobalSection(SolutionConfigurationPlatforms) = preSolution
@@ -36,22 +31,6 @@ Global
3631
{2221E871-BAC6-4A25-BC2E-2749F8EDDD70}.Release-Lib|x64.Build.0 = Release-Lib|x64
3732
{2221E871-BAC6-4A25-BC2E-2749F8EDDD70}.Release-Lib|x86.ActiveCfg = Release-Lib|Win32
3833
{2221E871-BAC6-4A25-BC2E-2749F8EDDD70}.Release-Lib|x86.Build.0 = Release-Lib|Win32
39-
{F9A905FA-0395-40D1-916F-A94223B501EA}.Debug|x64.ActiveCfg = Debug|x64
40-
{F9A905FA-0395-40D1-916F-A94223B501EA}.Debug|x64.Build.0 = Debug|x64
41-
{F9A905FA-0395-40D1-916F-A94223B501EA}.Debug|x86.ActiveCfg = Debug|Win32
42-
{F9A905FA-0395-40D1-916F-A94223B501EA}.Debug|x86.Build.0 = Debug|Win32
43-
{F9A905FA-0395-40D1-916F-A94223B501EA}.Debug-Lib|x64.ActiveCfg = Debug|x64
44-
{F9A905FA-0395-40D1-916F-A94223B501EA}.Debug-Lib|x64.Build.0 = Debug|x64
45-
{F9A905FA-0395-40D1-916F-A94223B501EA}.Debug-Lib|x86.ActiveCfg = Debug|Win32
46-
{F9A905FA-0395-40D1-916F-A94223B501EA}.Debug-Lib|x86.Build.0 = Debug|Win32
47-
{F9A905FA-0395-40D1-916F-A94223B501EA}.Release|x64.ActiveCfg = Release|x64
48-
{F9A905FA-0395-40D1-916F-A94223B501EA}.Release|x64.Build.0 = Release|x64
49-
{F9A905FA-0395-40D1-916F-A94223B501EA}.Release|x86.ActiveCfg = Release|Win32
50-
{F9A905FA-0395-40D1-916F-A94223B501EA}.Release|x86.Build.0 = Release|Win32
51-
{F9A905FA-0395-40D1-916F-A94223B501EA}.Release-Lib|x64.ActiveCfg = Release|x64
52-
{F9A905FA-0395-40D1-916F-A94223B501EA}.Release-Lib|x64.Build.0 = Release|x64
53-
{F9A905FA-0395-40D1-916F-A94223B501EA}.Release-Lib|x86.ActiveCfg = Release|Win32
54-
{F9A905FA-0395-40D1-916F-A94223B501EA}.Release-Lib|x86.Build.0 = Release|Win32
5534
EndGlobalSection
5635
GlobalSection(SolutionProperties) = preSolution
5736
HideSolutionNode = FALSE
File renamed without changes.
File renamed without changes.

Diff for: stdafx.cpp

-18
This file was deleted.

Diff for: stdafx.h

-27
This file was deleted.

0 commit comments

Comments
 (0)