-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
10d7aa8
commit a1c00bd
Showing
75 changed files
with
262 additions
and
3,829 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,10 +1,6 @@ | ||
/.vs | ||
.vs | ||
/x64 | ||
/Debug | ||
.ilk | ||
.pdb | ||
.vscode/ | ||
*.json | ||
build-File_Transmission-Desktop-Debug/ | ||
.o | ||
.obj | ||
build-File_Transmission_win-Desktop_x86_windows_msvc2019_pe_32bit-Debug |
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,67 @@ | ||
QT += core gui | ||
|
||
greaterThan(QT_MAJOR_VERSION, 4): QT += widgets | ||
|
||
CONFIG += c++11 | ||
|
||
# The following define makes your compiler emit warnings if you use | ||
# any Qt feature that has been marked deprecated (the exact warnings | ||
# depend on your compiler). Please consult the documentation of the | ||
# deprecated API in order to know how to port your code away from it. | ||
DEFINES += QT_DEPRECATED_WARNINGS | ||
|
||
# You can also make your code fail to compile if it uses deprecated APIs. | ||
# In order to do so, uncomment the following line. | ||
# You can also select to disable deprecated APIs only up to a certain version of Qt. | ||
#DEFINES += QT_DISABLE_DEPRECATED_BEFORE=0x060000 # disables all the APIs deprecated before Qt 6.0.0 | ||
|
||
SOURCES += \ | ||
interface/mainwindow.cpp \ | ||
interface/window.cpp \ | ||
src/Client/Client.cpp \ | ||
src/Client/main.cpp \ | ||
src/file.cpp \ | ||
src/packet_load.cpp \ | ||
src/zip.cpp \ | ||
src/zlib/adler32.c \ | ||
src/zlib/compress.c \ | ||
src/zlib/crc32.c \ | ||
src/zlib/deflate.c \ | ||
src/zlib/gzclose.c \ | ||
src/zlib/gzlib.c \ | ||
src/zlib/gzread.c \ | ||
src/zlib/gzwrite.c \ | ||
src/zlib/infback.c \ | ||
src/zlib/inffast.c \ | ||
src/zlib/inflate.c \ | ||
src/zlib/inftrees.c \ | ||
src/zlib/trees.c \ | ||
src/zlib/uncompr.c \ | ||
src/zlib/zutil.c | ||
|
||
HEADERS += \ | ||
include/Client/Client.h \ | ||
include/base.h \ | ||
include/file.h \ | ||
include/packet_load.h \ | ||
include/zip.h \ | ||
include/zlib/crc32.h \ | ||
include/zlib/deflate.h \ | ||
include/zlib/gzguts.h \ | ||
include/zlib/inffast.h \ | ||
include/zlib/inffixed.h \ | ||
include/zlib/inflate.h \ | ||
include/zlib/inftrees.h \ | ||
include/zlib/trees.h \ | ||
include/zlib/zconf.h \ | ||
include/zlib/zlib.h \ | ||
include/zlib/zutil.h \ | ||
interface/mainwindow.h \ | ||
interface/window.h | ||
|
||
FORMS += \ | ||
|
||
# Default rules for deployment. | ||
qnx: target.path = /tmp/$${TARGET}/bin | ||
else: unix:!android: target.path = /opt/$${TARGET}/bin | ||
!isEmpty(target.path): INSTALLS += target |
98 changes: 46 additions & 52 deletions
98
src/interface/testdir.pro.user → src/File_Transmission_win.pro.user
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,34 @@ | ||
c:\users\77035\source\repos\file_transmission\src\server\debug\vc142.pdb | ||
c:\users\77035\source\repos\file_transmission\src\server\debug\vc142.idb | ||
c:\users\77035\source\repos\file_transmission\src\server\debug\zip.obj | ||
c:\users\77035\source\repos\file_transmission\src\server\debug\server.obj | ||
c:\users\77035\source\repos\file_transmission\src\server\debug\main.obj | ||
c:\users\77035\source\repos\file_transmission\src\server\debug\packet_load.obj | ||
c:\users\77035\source\repos\file_transmission\src\server\debug\file.obj | ||
c:\users\77035\source\repos\file_transmission\src\server\debug\zutil.obj | ||
c:\users\77035\source\repos\file_transmission\src\server\debug\uncompr.obj | ||
c:\users\77035\source\repos\file_transmission\src\server\debug\trees.obj | ||
c:\users\77035\source\repos\file_transmission\src\server\debug\inftrees.obj | ||
c:\users\77035\source\repos\file_transmission\src\server\debug\inflate.obj | ||
c:\users\77035\source\repos\file_transmission\src\server\debug\inffast.obj | ||
c:\users\77035\source\repos\file_transmission\src\server\debug\infback.obj | ||
c:\users\77035\source\repos\file_transmission\src\server\debug\gzwrite.obj | ||
c:\users\77035\source\repos\file_transmission\src\server\debug\gzread.obj | ||
c:\users\77035\source\repos\file_transmission\src\server\debug\gzlib.obj | ||
c:\users\77035\source\repos\file_transmission\src\server\debug\gzclose.obj | ||
c:\users\77035\source\repos\file_transmission\src\server\debug\deflate.obj | ||
c:\users\77035\source\repos\file_transmission\src\server\debug\crc32.obj | ||
c:\users\77035\source\repos\file_transmission\src\server\debug\compress.obj | ||
c:\users\77035\source\repos\file_transmission\src\server\debug\adler32.obj | ||
c:\users\77035\source\repos\file_transmission\bin\server-win.ilk | ||
c:\users\77035\source\repos\file_transmission\bin\server-win.exe | ||
c:\users\77035\source\repos\file_transmission\bin\server-win.pdb | ||
c:\users\77035\source\repos\file_transmission\src\..\bin\server-win.pdb | ||
c:\users\77035\source\repos\file_transmission\src\..\bin\server-win.exe | ||
c:\users\77035\source\repos\file_transmission\src\..\bin\server-win.ilk | ||
c:\users\77035\source\repos\file_transmission\src\server\debug\server.tlog\cl.command.1.tlog | ||
c:\users\77035\source\repos\file_transmission\src\server\debug\server.tlog\cl.read.1.tlog | ||
c:\users\77035\source\repos\file_transmission\src\server\debug\server.tlog\cl.write.1.tlog | ||
c:\users\77035\source\repos\file_transmission\src\server\debug\server.tlog\link.command.1.tlog | ||
c:\users\77035\source\repos\file_transmission\src\server\debug\server.tlog\link.read.1.tlog | ||
c:\users\77035\source\repos\file_transmission\src\server\debug\server.tlog\link.write.1.tlog |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,37 @@ | ||
file.cpp | ||
packet_load.cpp | ||
C:\Users\77035\source\repos\File_Transmission\src\src\file.cpp(68,19): warning C4244: “=”: 从“double”转换到“int”,可能丢失数据 | ||
C:\Users\77035\source\repos\File_Transmission\src\include\base.h(5,1): warning C4005: “_CRT_SECURE_NO_WARNINGS”: 宏重定义 | ||
main.cpp | ||
C:\Users\77035\source\repos\File_Transmission\src\src\packet_load.cpp : message : 参见“_CRT_SECURE_NO_WARNINGS”的前一个定义 | ||
C:\Users\77035\source\repos\File_Transmission\src\include\base.h(5,1): warning C4005: “_CRT_SECURE_NO_WARNINGS”: 宏重定义 | ||
Server.cpp | ||
C:\Users\77035\source\repos\File_Transmission\src\src\Server\main.cpp : message : 参见“_CRT_SECURE_NO_WARNINGS”的前一个定义 | ||
C:\Users\77035\source\repos\File_Transmission\src\include\base.h(5,1): warning C4005: “_CRT_SECURE_NO_WARNINGS”: 宏重定义 | ||
C:\Users\77035\source\repos\File_Transmission\src\src\Server\Server.cpp : message : 参见“_CRT_SECURE_NO_WARNINGS”的前一个定义 | ||
C:\Users\77035\source\repos\File_Transmission\src\src\Server\Server.cpp(111,6): warning C4101: “total_length”: 未引用的局部变量 | ||
C:\Users\77035\source\repos\File_Transmission\src\src\Server\Server.cpp(376,11): warning C4018: “<”: 有符号/无符号不匹配 | ||
C:\Users\77035\source\repos\File_Transmission\src\src\Server\Server.cpp(379,11): warning C4018: “<”: 有符号/无符号不匹配 | ||
C:\Users\77035\source\repos\File_Transmission\src\src\Server\Server.cpp(382,11): warning C4018: “<”: 有符号/无符号不匹配 | ||
C:\Users\77035\source\repos\File_Transmission\src\src\Server\Server.cpp(395,21): warning C4018: “<”: 有符号/无符号不匹配 | ||
zip.cpp | ||
C:\Users\77035\source\repos\File_Transmission\src\src\Server\Server.cpp(457,9): warning C4101: “offset”: 未引用的局部变量 | ||
正在生成代码... | ||
C:\Users\77035\source\repos\File_Transmission\src\src\zip.cpp(24,12): warning C4305: “return”: 从“int”到“bool”截断 | ||
adler32.c | ||
compress.c | ||
crc32.c | ||
deflate.c | ||
gzclose.c | ||
gzlib.c | ||
gzread.c | ||
gzwrite.c | ||
infback.c | ||
inffast.c | ||
inflate.c | ||
inftrees.c | ||
trees.c | ||
uncompr.c | ||
zutil.c | ||
正在生成代码... | ||
Server.vcxproj -> C:\Users\77035\source\repos\File_Transmission\src\..\bin\Server-win.exe |
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
#TargetFrameworkVersion=v4.0:PlatformToolSet=v142:EnableManagedIncrementalBuild=false:VCToolArchitecture=Native32Bit:WindowsTargetPlatformVersion=10.0 | ||
Debug|Win32|C:\Users\77035\source\repos\File_Transmission\src\| |
Binary file not shown.
Binary file not shown.
Binary file not shown.
Empty file.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.