Skip to content

Commit 0c24077

Browse files
committed
set eol-style to native
1 parent 1ecd4a8 commit 0c24077

338 files changed

Lines changed: 49884 additions & 49884 deletions

File tree

Some content is hidden

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

Net/Makefile

Lines changed: 37 additions & 37 deletions
Original file line numberDiff line numberDiff line change
@@ -1,37 +1,37 @@
1-
#
2-
# Makefile
3-
#
4-
# $Id: //poco/1.2/Net/Makefile#1 $
5-
#
6-
# Makefile for Poco Net
7-
#
8-
9-
include $(POCO_BASE)/build/rules/global
10-
11-
SHAREDOPT_CXX += -DNet_EXPORTS
12-
13-
objects = \
14-
DNS HTTPResponse HostEntry Socket \
15-
DatagramSocket HTTPServer IPAddress SocketAddress \
16-
HTTPBasicCredentials HTTPCookie HTMLForm MediaType DialogSocket \
17-
DatagramSocketImpl FilePartSource HTTPServerConnection MessageHeader \
18-
HTTPChunkedStream HTTPServerConnectionFactory MulticastSocket SocketStream \
19-
HTTPClientSession HTTPServerParams MultipartReader StreamSocket SocketImpl \
20-
HTTPFixedLengthStream HTTPServerRequest MultipartWriter StreamSocketImpl \
21-
HTTPHeaderStream HTTPServerResponse NameValueCollection TCPServer \
22-
HTTPMessage HTTPServerSession NetException TCPServerConnection HTTPBufferAllocator \
23-
HTTPRequest HTTPSession HTTPSessionInstantiator HTTPSessionFactory NetworkInterface TCPServerConnectionFactory \
24-
HTTPRequestHandler HTTPStream HTTPIOStream ServerSocket TCPServerDispatcher \
25-
HTTPRequestHandlerFactory HTTPStreamFactory ServerSocketImpl TCPServerParams \
26-
QuotedPrintableEncoder QuotedPrintableDecoder StringPartSource \
27-
FTPClientSession FTPStreamFactory PartHandler PartSource NullPartHandler \
28-
SocketReactor SocketNotifier SocketNotification \
29-
MailRecipient MailMessage MailStream SMTPClientSession POP3ClientSession \
30-
RawSocket RawSocketImpl ICMPClient ICMPEventArgs ICMPPacket ICMPPacketImpl \
31-
ICMPSocket ICMPSocketImpl ICMPv4PacketImpl
32-
33-
target = PocoNet
34-
target_version = $(LIBVERSION)
35-
target_libs = PocoFoundation
36-
37-
include $(POCO_BASE)/build/rules/lib
1+
#
2+
# Makefile
3+
#
4+
# $Id: //poco/1.2/Net/Makefile#1 $
5+
#
6+
# Makefile for Poco Net
7+
#
8+
9+
include $(POCO_BASE)/build/rules/global
10+
11+
SHAREDOPT_CXX += -DNet_EXPORTS
12+
13+
objects = \
14+
DNS HTTPResponse HostEntry Socket \
15+
DatagramSocket HTTPServer IPAddress SocketAddress \
16+
HTTPBasicCredentials HTTPCookie HTMLForm MediaType DialogSocket \
17+
DatagramSocketImpl FilePartSource HTTPServerConnection MessageHeader \
18+
HTTPChunkedStream HTTPServerConnectionFactory MulticastSocket SocketStream \
19+
HTTPClientSession HTTPServerParams MultipartReader StreamSocket SocketImpl \
20+
HTTPFixedLengthStream HTTPServerRequest MultipartWriter StreamSocketImpl \
21+
HTTPHeaderStream HTTPServerResponse NameValueCollection TCPServer \
22+
HTTPMessage HTTPServerSession NetException TCPServerConnection HTTPBufferAllocator \
23+
HTTPRequest HTTPSession HTTPSessionInstantiator HTTPSessionFactory NetworkInterface TCPServerConnectionFactory \
24+
HTTPRequestHandler HTTPStream HTTPIOStream ServerSocket TCPServerDispatcher \
25+
HTTPRequestHandlerFactory HTTPStreamFactory ServerSocketImpl TCPServerParams \
26+
QuotedPrintableEncoder QuotedPrintableDecoder StringPartSource \
27+
FTPClientSession FTPStreamFactory PartHandler PartSource NullPartHandler \
28+
SocketReactor SocketNotifier SocketNotification \
29+
MailRecipient MailMessage MailStream SMTPClientSession POP3ClientSession \
30+
RawSocket RawSocketImpl ICMPClient ICMPEventArgs ICMPPacket ICMPPacketImpl \
31+
ICMPSocket ICMPSocketImpl ICMPv4PacketImpl
32+
33+
target = PocoNet
34+
target_version = $(LIBVERSION)
35+
target_libs = PocoFoundation
36+
37+
include $(POCO_BASE)/build/rules/lib

Net/Net.vmsbuild

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
1-
#
2-
# Net.vmsbuild
3-
#
4-
# $Id: //poco/1.2/Net/Net.vmsbuild#1 $
5-
#
6-
LIB=PocoNet
7-
<SourceFilesHere>
1+
#
2+
# Net.vmsbuild
3+
#
4+
# $Id: //poco/1.2/Net/Net.vmsbuild#1 $
5+
#
6+
LIB=PocoNet
7+
<SourceFilesHere>

Net/Net_vs71.sln

Lines changed: 30 additions & 30 deletions
Original file line numberDiff line numberDiff line change
@@ -1,30 +1,30 @@
1-
Microsoft Visual Studio Solution File, Format Version 8.00
2-
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "Net", "Net_vs71.vcproj", "{B057A1FE-09F7-465E-B8B5-E1B659051D76}"
3-
ProjectSection(ProjectDependencies) = postProject
4-
EndProjectSection
5-
EndProject
6-
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "TestSuite", "testsuite\TestSuite_vs71.vcproj", "{D5EFBF27-B934-4B8D-8AE5-6EC00374819C}"
7-
ProjectSection(ProjectDependencies) = postProject
8-
{B057A1FE-09F7-465E-B8B5-E1B659051D76} = {B057A1FE-09F7-465E-B8B5-E1B659051D76}
9-
EndProjectSection
10-
EndProject
11-
Global
12-
GlobalSection(SolutionConfiguration) = preSolution
13-
debug_shared = debug_shared
14-
release_shared = release_shared
15-
EndGlobalSection
16-
GlobalSection(ProjectConfiguration) = postSolution
17-
{B057A1FE-09F7-465E-B8B5-E1B659051D76}.debug_shared.ActiveCfg = debug_shared|Win32
18-
{B057A1FE-09F7-465E-B8B5-E1B659051D76}.debug_shared.Build.0 = debug_shared|Win32
19-
{B057A1FE-09F7-465E-B8B5-E1B659051D76}.release_shared.ActiveCfg = release_shared|Win32
20-
{B057A1FE-09F7-465E-B8B5-E1B659051D76}.release_shared.Build.0 = release_shared|Win32
21-
{D5EFBF27-B934-4B8D-8AE5-6EC00374819C}.debug_shared.ActiveCfg = debug_shared|Win32
22-
{D5EFBF27-B934-4B8D-8AE5-6EC00374819C}.debug_shared.Build.0 = debug_shared|Win32
23-
{D5EFBF27-B934-4B8D-8AE5-6EC00374819C}.release_shared.ActiveCfg = release_shared|Win32
24-
{D5EFBF27-B934-4B8D-8AE5-6EC00374819C}.release_shared.Build.0 = release_shared|Win32
25-
EndGlobalSection
26-
GlobalSection(ExtensibilityGlobals) = postSolution
27-
EndGlobalSection
28-
GlobalSection(ExtensibilityAddIns) = postSolution
29-
EndGlobalSection
30-
EndGlobal
1+
Microsoft Visual Studio Solution File, Format Version 8.00
2+
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "Net", "Net_vs71.vcproj", "{B057A1FE-09F7-465E-B8B5-E1B659051D76}"
3+
ProjectSection(ProjectDependencies) = postProject
4+
EndProjectSection
5+
EndProject
6+
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "TestSuite", "testsuite\TestSuite_vs71.vcproj", "{D5EFBF27-B934-4B8D-8AE5-6EC00374819C}"
7+
ProjectSection(ProjectDependencies) = postProject
8+
{B057A1FE-09F7-465E-B8B5-E1B659051D76} = {B057A1FE-09F7-465E-B8B5-E1B659051D76}
9+
EndProjectSection
10+
EndProject
11+
Global
12+
GlobalSection(SolutionConfiguration) = preSolution
13+
debug_shared = debug_shared
14+
release_shared = release_shared
15+
EndGlobalSection
16+
GlobalSection(ProjectConfiguration) = postSolution
17+
{B057A1FE-09F7-465E-B8B5-E1B659051D76}.debug_shared.ActiveCfg = debug_shared|Win32
18+
{B057A1FE-09F7-465E-B8B5-E1B659051D76}.debug_shared.Build.0 = debug_shared|Win32
19+
{B057A1FE-09F7-465E-B8B5-E1B659051D76}.release_shared.ActiveCfg = release_shared|Win32
20+
{B057A1FE-09F7-465E-B8B5-E1B659051D76}.release_shared.Build.0 = release_shared|Win32
21+
{D5EFBF27-B934-4B8D-8AE5-6EC00374819C}.debug_shared.ActiveCfg = debug_shared|Win32
22+
{D5EFBF27-B934-4B8D-8AE5-6EC00374819C}.debug_shared.Build.0 = debug_shared|Win32
23+
{D5EFBF27-B934-4B8D-8AE5-6EC00374819C}.release_shared.ActiveCfg = release_shared|Win32
24+
{D5EFBF27-B934-4B8D-8AE5-6EC00374819C}.release_shared.Build.0 = release_shared|Win32
25+
EndGlobalSection
26+
GlobalSection(ExtensibilityGlobals) = postSolution
27+
EndGlobalSection
28+
GlobalSection(ExtensibilityAddIns) = postSolution
29+
EndGlobalSection
30+
EndGlobal

0 commit comments

Comments
 (0)