You can subscribe to this list here.
2002 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
(47) |
---|---|---|---|---|---|---|---|---|---|---|---|---|
2003 |
Jan
(140) |
Feb
(98) |
Mar
(152) |
Apr
(104) |
May
(71) |
Jun
(94) |
Jul
(169) |
Aug
(83) |
Sep
(47) |
Oct
(134) |
Nov
(7) |
Dec
(20) |
2004 |
Jan
(41) |
Feb
(14) |
Mar
(42) |
Apr
(47) |
May
(68) |
Jun
(143) |
Jul
(65) |
Aug
(29) |
Sep
(40) |
Oct
(34) |
Nov
(33) |
Dec
(97) |
2005 |
Jan
(29) |
Feb
(30) |
Mar
(9) |
Apr
(37) |
May
(13) |
Jun
(31) |
Jul
(22) |
Aug
(23) |
Sep
|
Oct
(37) |
Nov
(34) |
Dec
(117) |
2006 |
Jan
(48) |
Feb
(6) |
Mar
(2) |
Apr
(71) |
May
(10) |
Jun
(16) |
Jul
(7) |
Aug
(1) |
Sep
(14) |
Oct
(17) |
Nov
(25) |
Dec
(26) |
2007 |
Jan
(8) |
Feb
(2) |
Mar
(7) |
Apr
(26) |
May
|
Jun
(12) |
Jul
(30) |
Aug
(14) |
Sep
(9) |
Oct
(4) |
Nov
(7) |
Dec
(6) |
2008 |
Jan
(10) |
Feb
(10) |
Mar
(6) |
Apr
(8) |
May
|
Jun
(10) |
Jul
(18) |
Aug
(15) |
Sep
(16) |
Oct
(5) |
Nov
(3) |
Dec
(10) |
2009 |
Jan
(11) |
Feb
(2) |
Mar
|
Apr
(15) |
May
(31) |
Jun
(18) |
Jul
(11) |
Aug
(26) |
Sep
(52) |
Oct
(17) |
Nov
(4) |
Dec
|
2010 |
Jan
|
Feb
(1) |
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
Update of /cvsroot/csp/commoncpp2-1.0.12/win32/tests In directory sc8-pr-cvs1:/tmp/cvs-serv29846/tests Removed Files: bug1.dsp bug2.dsp digest.dsp tcpstr1.dsp thread1.dsp thread2.dsp url1.dsp Log Message: no message --- bug1.dsp DELETED --- --- bug2.dsp DELETED --- --- digest.dsp DELETED --- --- tcpstr1.dsp DELETED --- --- thread1.dsp DELETED --- --- thread2.dsp DELETED --- --- url1.dsp DELETED --- |
From: <bra...@us...> - 2003-06-05 20:36:39
|
Update of /cvsroot/csp/commoncpp2-1.0.12/win32/demo In directory sc8-pr-cvs1:/tmp/cvs-serv29846/demo Removed Files: SampleSocketPort.dsp crc32.dsp netdevices.dsp shadigest.dsp slogTest.dsp tcp.dsp tcpservice.dsp tcpthread.dsp urlfetch.dsp xmlfetch.dsp Log Message: no message --- SampleSocketPort.dsp DELETED --- --- crc32.dsp DELETED --- --- netdevices.dsp DELETED --- --- shadigest.dsp DELETED --- --- slogTest.dsp DELETED --- --- tcp.dsp DELETED --- --- tcpservice.dsp DELETED --- --- tcpthread.dsp DELETED --- --- urlfetch.dsp DELETED --- --- xmlfetch.dsp DELETED --- |
From: <bra...@us...> - 2003-06-05 20:36:39
|
Update of /cvsroot/csp/commoncpp2-1.0.12/win32/cc++ In directory sc8-pr-cvs1:/tmp/cvs-serv29846/cc++ Removed Files: config.h Log Message: no message --- config.h DELETED --- |
Update of /cvsroot/csp/commoncpp2-1.0.12/win32 In directory sc8-pr-cvs1:/tmp/cvs-serv29846 Removed Files: CCXX2.dsw CCXX2.rc CCXX2.rc.in CCXX2demo.dsw CCXX2tests.dsw Makefile.am Makefile.bcc Makefile.gcc Makefile.in ccext2.dsp ccgnu2.dsp common.reg fixdllversion install.bat instxml2.bat Log Message: no message --- CCXX2.dsw DELETED --- --- CCXX2.rc DELETED --- --- CCXX2.rc.in DELETED --- --- CCXX2demo.dsw DELETED --- --- CCXX2tests.dsw DELETED --- --- Makefile.am DELETED --- --- Makefile.bcc DELETED --- --- Makefile.gcc DELETED --- --- Makefile.in DELETED --- --- ccext2.dsp DELETED --- --- ccgnu2.dsp DELETED --- --- common.reg DELETED --- --- fixdllversion DELETED --- --- install.bat DELETED --- --- instxml2.bat DELETED --- |
From: <bra...@us...> - 2003-06-05 20:36:26
|
Update of /cvsroot/csp/commoncpp2-1.0.12/win32 In directory sc8-pr-cvs1:/tmp/cvs-serv29719 Removed Files: resource.h Log Message: no message --- resource.h DELETED --- |
From: <bra...@us...> - 2003-06-05 20:35:58
|
Update of /cvsroot/csp/commoncpp2-1.0.12/template In directory sc8-pr-cvs1:/tmp/cvs-serv29450 Removed Files: Makefile.am Makefile.in README counter.h functions.h objcount.h objlink.h objmap.h objsync.h oststring.h pointer.h template.h Log Message: no message --- Makefile.am DELETED --- --- Makefile.in DELETED --- --- README DELETED --- --- counter.h DELETED --- --- functions.h DELETED --- --- objcount.h DELETED --- --- objlink.h DELETED --- --- objmap.h DELETED --- --- objsync.h DELETED --- --- oststring.h DELETED --- --- pointer.h DELETED --- --- template.h DELETED --- |
From: <bra...@us...> - 2003-05-31 14:55:33
|
Update of /cvsroot/csp/APPLICATIONS/Networking In directory sc8-pr-cvs1:/tmp/cvs-serv3154 Added Files: NetworkingClass.h NetworkingClass.cpp Log Message: no message --- NEW FILE: NetworkingClass.h --- #pragma once #include <cc++\socket.h> #include <cc++\thread.h> #include <time.h> #ifdef CCXX_NAMESPACES using namespace std; using namespace ost; #endif // errors on functions typedef short NET_ERROR; const NET_ERROR NET_NO_MORE_DATA = -3; const NET_ERROR NET_INVALID_STATE = -2; const NET_ERROR NET_TOO_MUCH_DATA = -1; const NET_ERROR NET_NO_ERROR = 0; // ---------------------------------------------------------- typedef short NET_TYPE; const NET_TYPE CONNECT = 0x0001; const NET_TYPE DISCONNECT = 0x0002; const NET_TYPE ACK = 0x0004; const NET_TYPE REJECT = 0x0008; const NET_TYPE SEQNBR = 0x0010; const NET_TYPE ACKSEQNBR = 0x0020; const NET_TYPE RESEND = 0x0040; const NET_TYPE KEEPALIVE = 0x0080; const NET_TYPE TIME = 0x0100; const NET_TYPE LAG = 0x0200; const NET_TYPE LAG_RECOVERED = 0x0400; const NET_TYPE TIMEOUT = 0x0800; const NET_TYPE PACKETLOSS = 0x1000; const NET_TYPE POSSDUPE = 0x2000; const NET_TYPE DATA = 0x4000; // ---------------------------------------------------------- // Move to Privates of NetworkingClass const short PACKET_IDENTIFIER = 0x5E10; const short DATARATE_TIMEOUT = 1000; const short DROPPED_TIMEOUT = 2500; const short KEEPALIVE_TIMEOUT = 5000; const short KEEPALIVE_COUNTER = 6; const short NO_SEQ_NBR = -1; // ---------------------------------------------------------- // Main Class. class NetworkingClass : private Thread { private: // buffer struct struct NetBuffer { bool processed; NET_TYPE type; short packetseqnbr; short packetlength; void *packet; short dataoffset; short datalength; }; // Each variable will need to be flipflopped. struct NetHeader { short StartFiller; NET_TYPE Type; unsigned char SeqNbr; unsigned char AckSeqNbr; short Time; }; // Internal Struct to hold information. struct NetConnections { // Connection bool inuse; // if we have open connection this is true bool pendingclose; // if we get a disconnect we need to still Recv // the message so we need to pending close // to keep the inuse open until all messages // are read from buffer. InetHostAddress addr; // address of connection tpport_t port; // port of connection short todo; // what shall we do next send packet? // Ping Latency datarates unsigned long recvdatabytes; unsigned long senddatabytes; short ping; short latency; clock_t timestamp; // Internal counters. Timeouts, keepalives and datarates short datarate_counter; short keepalive_counter; short keepalive_time; short dropped_seqnbr; short dropped_time; // Buffer unsigned long recvdatarate; unsigned char recvcount; unsigned char recvseqnbr; unsigned char recvwritepointer; unsigned char recvreadpointer; NetBuffer recvbuffer[256]; unsigned long senddatarate; unsigned char sendcount; unsigned char sendwritepointer; unsigned char sendreadpointer; NetBuffer sendbuffer[256]; }; // Thread functions void initial(); void run(); void final(); // Class variables unsigned char p_sConnectionCount; bool p_bShutdown; UDPSocket *p_Socket; Mutex *p_MutexShared; NetConnections p_Connect[256]; short Resend(short ConnectionId, NetBuffer *Packet); short Reject(InetHostAddress Addr, tpport_t Port, void *Data, short Length); short ReportLocalMessage(short ConnectionId, NET_TYPE Type); public: NetworkingClass(char *IP, char *Port); ~NetworkingClass(); // ------------------------------ // Operations short Connect(short ConnectionId, char *IP, char *Port, void*Data, short Length); short Send(short ConnectionId, bool Guaranteed, void *Data, short Length); short Recv(short ConnectionId, NET_TYPE *Type, void *Data, short *Length); short Accept(short ConnectionId, void *Data, short Length); short Reject(short ConnectionId, void *Data, short Length); short Disconnect(short ConnectionId, void *Data, short Length); // Query Performance short GetConnections(); // How many others we're connected to. bool GetActive(short ConnectionId); // See if this connection is active. short GetPing(short ConnectionId); // Time to go over internet. short GetLatency(short ConnectionId); // Time the server takes to ack. short GetRecvMessages(short ConnectionId); // How many messages are waiting to be recv'd. short GetSendBufferCount(short ConnectionId); // How many packets are in the sendbuffer yet to be acknowledged from server. short GetRecvBufferCount(short ConnectionId); // How many packets are in the recvbuffer waiting to be acknowledged from us. unsigned long GetSendDataRate(short ConnectionId); // How many bytes per second are being sent. unsigned long GetRecvDataRate(short ConnectionId); // How many bytes per second are being recv. // FlipFlop functions, used to convert Endians. // Anything on the network should be in network order. // Use these to convert to local order. (or vise versa) void FlipFlop(unsigned short &number); void FlipFlop(short &number); void FlipFlop(unsigned long &number); void FlipFlop(long &number); void FlipFlop(float &number); void FlipFlop(double &number); }; --- NEW FILE: NetworkingClass.cpp --- #include "NetworkingClass.h" NetworkingClass::NetworkingClass(char *IP, char *Port) { p_bShutdown = true; p_sConnectionCount = 0; memset(p_Connect, 0, sizeof(p_Connect)); // Setup variables p_MutexShared = new Mutex; // Setup our side of connection. InetAddress addr = IP; p_Socket = new UDPSocket(addr, (tpport_t)atoi(Port)); // Turn off blocking, we want this asyncronus p_Socket->setCompletion(false); [...1750 lines suppressed...] char *cp; char c; cp = (char *)dp; c = cp[0]; cp[0] = cp[7]; cp[7] = c; c = cp[1]; cp[1] = cp[6]; cp[6] = c; c = cp[2]; cp[2] = cp[5]; cp[5] = c; c = cp[3]; cp[3] = cp[4]; cp[4] = c; #endif return; } |
From: <bra...@us...> - 2003-05-31 14:55:22
|
Update of /cvsroot/csp/APPLICATIONS/Networking/NetworkingServer/Debug In directory sc8-pr-cvs1:/tmp/cvs-serv4252 Added Files: ccgnu2d.dll Log Message: no message --- NEW FILE: ccgnu2d.dll --- (This appears to be a binary file; contents omitted.) |
From: <bra...@us...> - 2003-05-31 14:52:01
|
Update of /cvsroot/csp/APPLICATIONS/Networking/NetworkingServer/Release In directory sc8-pr-cvs1:/tmp/cvs-serv4198/Release Log Message: Directory /cvsroot/csp/APPLICATIONS/Networking/NetworkingServer/Release added to the repository |
From: <bra...@us...> - 2003-05-31 14:31:34
|
Update of /cvsroot/csp/THIRDPARTYLIBS/commoncpp2-1.0.12/include/cc++ In directory sc8-pr-cvs1:/tmp/cvs-serv6320/cc++ Log Message: Directory /cvsroot/csp/THIRDPARTYLIBS/commoncpp2-1.0.12/include/cc++ added to the repository |
From: <bra...@us...> - 2003-05-31 14:31:27
|
Update of /cvsroot/csp/THIRDPARTYLIBS/commoncpp2-1.0.12/win32/cc++ In directory sc8-pr-cvs1:/tmp/cvs-serv6275 Added Files: config.h Log Message: no message --- NEW FILE: config.h --- // Copyright (C) 1999-2001 Open Source Telecom Corporation. // // This program is free software; you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by // the Free Software Foundation; either version 2 of the License, or // (at your option) any later version. // // This program is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU General Public License for more details. // // You should have received a copy of the GNU General Public License // along with this program; if not, write to the Free Software // Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. // // As a special exception to the GNU General Public License, permission is // granted for additional uses of the text contained in its release // of Common C++. // // The exception is that, if you link the Common C++ library with other // files to produce an executable, this does not by itself cause the // resulting executable to be covered by the GNU General Public License. // Your use of that executable is in no way restricted on account of // linking the Common C++ library code into it. // // This exception does not however invalidate any other reasons why // the executable file might be covered by the GNU General Public License. // // This exception applies only to the code released under the // name Common C++. If you copy code from other releases into a copy of // Common C++, as the General Public License permits, the exception does // not apply to the code that you add in this way. To avoid misleading // anyone as to the status of such modified files, you must delete // this exception notice from them. // // If you write modifications of your own for Common C++, it is your choice // whether to permit this exception to apply to your modifications. // If you do not wish that, delete this exception notice. #ifndef CCXX_CONFIG_H_ #define CCXX_CONFIG_H_ // define automatically WIN32 for windows application compiled with Borland #ifndef WIN32 # if defined(__BORLANDC__) && defined(_Windows) # define WIN32 # elif defined(_MSC_VER) && defined(_WIN32) # define WIN32 # endif #endif // check multithreading #if defined(__BORLANDC__) && !defined(__MT__) # error Please enable multithreading #endif #if defined(_MSC_VER) && !defined(_MT) # error Please enable multithreading (Project -> Settings -> C/C++ -> Code Generation -> Use Runtime Library) #endif // check DLL compiling #ifdef _MSC_VER # ifndef _DLL # error Please enable DLL linking (Project -> Settings -> C/C++ -> Code Generation -> Use Runtime Library) # endif #endif #ifndef CCXX_WIN32 #define CCXX_WIN32 #include <winsock2.h> #include <windows.h> #endif #ifdef WIN32 #ifndef ssize_t #define ssize_t int #endif #endif #undef __DLLRTL #undef CCXX_EXPORT #undef CCXX_MEMBER #undef CCXX_MEMBER_EXPORT #undef CCXX_CLASS_EXPORT #undef CCXX_EMPTY #define CCXX_EMPTY #if defined(__MINGW32__) && !defined(__MSVCRT__) #define CCXX_NOMSVCRT #endif #if defined(__MINGW32__) || defined(__CYGWIN32__) #define HAVE_OLD_IOSTREAM #undef __EXPORT #undef __stdcall #define __stdcall #define __EXPORT #define CCXX_EXPORT(t) t #define CCXX_MEMBER(t) t #define CCXX_MEMBER_EXPORT(t) t #define CCXX_CLASS_EXPORT typedef char int8; typedef short int16; typedef long int32; typedef long long int64; typedef unsigned char uint8; typedef unsigned short uint16; typedef unsigned long uint32; typedef unsigned long long uint64; #ifdef __MINGW32__ # define HAVE_MODULES 1 # define alloca(x) __builtin_alloca(x) # define THROW(x) throw x # define THROWS(x) throw(x) typedef unsigned int uint; # define snprintf _snprintf # ifndef ETC_PREFIX # define ETC_PREFIX "c:/" # endif #else typedef DWORD size_t; #endif #else /* !defined(__MINGW32__) && !defined(__CYGWIN32__) */ #define __DLLRTL __declspec(dllexport) #define __EXPORT __declspec(dllimport) #define snprintf _snprintf #define CCXX_EXPORT(t) __EXPORT t #define CCXX_MEMBER(t) t #define CCXX_MEMBER_EXPORT(t) __EXPORT CCXX_MEMBER(t CCXX_EMPTY) #define CCXX_CLASS_EXPORT __EXPORT typedef __int8 int8; typedef __int16 int16; typedef __int32 int32; typedef __int64 int64; typedef unsigned int uint; typedef unsigned __int8 uint8; typedef unsigned __int16 uint16; typedef unsigned __int32 uint32; typedef unsigned __int64 uint64; #define THROW(x) throw x #define THROWS(x) throw(x) #define USING(x) #define HAVE_MODULES 1 #undef HAVE_PTHREAD_RWLOCK #undef PTHREAD_MUTEXTYPE_RECURSIVE // define endian macros #define __BYTE_ORDER __LITTLE_ENDIAN #define __LITTLE_ENDIAN 1234 #define __BIG_ENDIAN 4321 #pragma warning (disable:4786) #if _MSC_VER >= 1300 #pragma warning (disable:4290) #endif #ifndef ETC_PREFIX #define ETC_PREFIX "c:/" #endif #endif // use exception #define HAVE_EXCEPTION 1 // use namespace #define CCXX_NAMESPACES 1 #define COMMON_TPPORT_TYPE_DEFINED #define CCXX_HAVE_NEW_INIT #define COMMON_XML_PARSING #define HAVE_LIBXML #define HAVE_SSTREAM #endif /** EMACS ** * Local variables: * mode: c++ * c-basic-offset: 8 * End: */ |
From: <bra...@us...> - 2003-05-31 14:31:17
|
Update of /cvsroot/csp/THIRDPARTYLIBS/commoncpp2-1.0.12/win32/cc++ In directory sc8-pr-cvs1:/tmp/cvs-serv6233/cc++ Log Message: Directory /cvsroot/csp/THIRDPARTYLIBS/commoncpp2-1.0.12/win32/cc++ added to the repository |
From: <bra...@us...> - 2003-05-31 14:30:54
|
Update of /cvsroot/csp/THIRDPARTYLIBS/commoncpp2-1.0.12/win32 In directory sc8-pr-cvs1:/tmp/cvs-serv6133 Added Files: ccgnu2.dsp Log Message: no message --- NEW FILE: ccgnu2.dsp --- # Microsoft Developer Studio Project File - Name="ccgnu2" - Package Owner=<4> # Microsoft Developer Studio Generated Build File, Format Version 6.00 # ** DO NOT EDIT ** # TARGTYPE "Win32 (x86) Dynamic-Link Library" 0x0102 CFG=ccgnu2 - Win32 Debug !MESSAGE This is not a valid makefile. To build this project using NMAKE, !MESSAGE use the Export Makefile command and run !MESSAGE !MESSAGE NMAKE /f "ccgnu2.mak". !MESSAGE !MESSAGE You can specify a configuration when running NMAKE !MESSAGE by defining the macro CFG on the command line. For example: !MESSAGE !MESSAGE NMAKE /f "ccgnu2.mak" CFG="ccgnu2 - Win32 Debug" !MESSAGE !MESSAGE Possible choices for configuration are: !MESSAGE !MESSAGE "ccgnu2 - Win32 Release" (based on "Win32 (x86) Dynamic-Link Library") !MESSAGE "ccgnu2 - Win32 Debug" (based on "Win32 (x86) Dynamic-Link Library") !MESSAGE # Begin Project # PROP AllowPerConfigDependencies 0 # PROP Scc_ProjName "" # PROP Scc_LocalPath "" CPP=cl.exe MTL=midl.exe RSC=rc.exe !IF "$(CFG)" == "ccgnu2 - Win32 Release" # PROP BASE Use_MFC 0 # PROP BASE Use_Debug_Libraries 0 # PROP BASE Output_Dir "Release" # PROP BASE Intermediate_Dir "Release" # PROP BASE Target_Dir "" # PROP Use_MFC 0 # PROP Use_Debug_Libraries 0 # PROP Output_Dir "Release" # PROP Intermediate_Dir "Release" # PROP Ignore_Export_Lib 0 # PROP Target_Dir "" F90=df.exe # ADD BASE CPP /nologo /MT /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /D "_MBCS" /D "_USRDLL" /D "CCGNU2_EXPORTS" /YX /FD /c # ADD CPP /nologo /MD /W3 /GX /O2 /I "..\win32" /I "..\include" /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /D "_MBCS" /D "_USRDLL" /D "CCGNU2_EXPORTS" /YX /FD /c # ADD BASE MTL /nologo /D "NDEBUG" /mktyplib203 /win32 # ADD MTL /nologo /D "NDEBUG" /mktyplib203 /win32 # ADD BASE RSC /l 0xc0a /d "NDEBUG" # ADD RSC /l 0xc0a /d "NDEBUG" BSC32=bscmake.exe # ADD BASE BSC32 /nologo # ADD BSC32 /nologo LINK32=link.exe # ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib /nologo /dll /machine:I386 # ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ws2_32.lib /nologo /dll /machine:I386 # SUBTRACT LINK32 /pdb:none !ELSEIF "$(CFG)" == "ccgnu2 - Win32 Debug" # PROP BASE Use_MFC 0 # PROP BASE Use_Debug_Libraries 1 # PROP BASE Output_Dir "Debug" # PROP BASE Intermediate_Dir "Debug" # PROP BASE Target_Dir "" # PROP Use_MFC 0 # PROP Use_Debug_Libraries 1 # PROP Output_Dir "Debug" # PROP Intermediate_Dir "Debug" # PROP Ignore_Export_Lib 0 # PROP Target_Dir "" F90=df.exe # ADD BASE CPP /nologo /MTd /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D "_MBCS" /D "_USRDLL" /D "CCGNU2_EXPORTS" /YX /FD /GZ /c # ADD CPP /nologo /MDd /W3 /Gm /GX /ZI /Od /I "..\win32" /I "..\include" /I "c:\stable\include" /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D "_MBCS" /D "_USRDLL" /D "CCGNU2_EXPORTS" /YX /FD /GZ /out:"debug/ccgnu2d.dll" /c # ADD BASE MTL /nologo /D "_DEBUG" /mktyplib203 /win32 # ADD MTL /nologo /D "_DEBUG" /mktyplib203 /win32 # ADD BASE RSC /l 0xc0a /d "_DEBUG" # ADD RSC /l 0xc0a /d "_DEBUG" BSC32=bscmake.exe # ADD BASE BSC32 /nologo # ADD BSC32 /nologo LINK32=link.exe # ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib /nologo /dll /debug /machine:I386 /pdbtype:sept # ADD LINK32 ws2_32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib /nologo /dll /debug /machine:I386 /out:"Debug/ccgnu2d.dll" /pdbtype:sept /libpath:"c:\stable\lib" # SUBTRACT LINK32 /pdb:none !ENDIF # Begin Target # Name "ccgnu2 - Win32 Release" # Name "ccgnu2 - Win32 Debug" # Begin Group "Source Files" # PROP Default_Filter "cpp;c;cxx;rc;def;r;odl;idl;hpj;bat" # Begin Source File SOURCE=..\src\dir.cpp # End Source File # Begin Source File SOURCE=..\src\dso.cpp # End Source File # Begin Source File SOURCE=..\src\event.cpp # End Source File # Begin Source File SOURCE=..\src\exception.cpp # End Source File # Begin Source File SOURCE=..\src\file.cpp # End Source File # Begin Source File SOURCE=..\src\friends.cpp # End Source File # Begin Source File SOURCE=..\src\inaddr.cpp # End Source File # Begin Source File SOURCE=..\src\keydata.cpp # End Source File # Begin Source File SOURCE=..\src\mempager.cpp # End Source File # Begin Source File SOURCE=..\src\mutex.cpp # End Source File # Begin Source File SOURCE=..\src\network.cpp # End Source File # Begin Source File SOURCE=..\src\peer.cpp # End Source File # Begin Source File SOURCE=..\src\pipe.cpp # End Source File # Begin Source File SOURCE=..\src\port.cpp # End Source File # Begin Source File SOURCE=..\src\process.cpp # End Source File # Begin Source File SOURCE=..\src\semaphore.cpp # End Source File # Begin Source File SOURCE=..\src\serial.cpp # End Source File # Begin Source File SOURCE=..\src\slog.cpp # End Source File # Begin Source File SOURCE=..\src\socket.cpp # End Source File # Begin Source File SOURCE=..\src\thread.cpp # End Source File # Begin Source File SOURCE=..\src\threadkey.cpp # End Source File # Begin Source File SOURCE=..\src\urlstring.cpp # End Source File # End Group # Begin Group "Header Files" # PROP Default_Filter "h;hpp;hxx;hm;inl" # Begin Source File SOURCE="..\include\cc++\common.h" # End Source File # Begin Source File SOURCE=".\cc++\config.h" # End Source File # Begin Source File SOURCE="..\include\cc++\exception.h" # End Source File # Begin Source File SOURCE="..\include\cc++\export.h" # End Source File # Begin Source File SOURCE="..\include\cc++\file.h" # End Source File # Begin Source File SOURCE="..\include\cc++\misc.h" # End Source File # Begin Source File SOURCE="..\include\cc++\network.h" # End Source File # Begin Source File SOURCE=..\src\private.h # End Source File # Begin Source File SOURCE="..\include\cc++\process.h" # End Source File # Begin Source File SOURCE="..\include\cc++\serial.h" # End Source File # Begin Source File SOURCE="..\include\cc++\slog.h" # End Source File # Begin Source File SOURCE="..\include\cc++\socket.h" # End Source File # Begin Source File SOURCE="..\include\cc++\thread.h" # End Source File # Begin Source File SOURCE="..\include\cc++\unix.h" # End Source File # Begin Source File SOURCE="..\include\cc++\urlstring.h" # End Source File # End Group # Begin Group "Resource Files" # PROP Default_Filter "ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe" # End Group # End Target # End Project |
From: <bra...@us...> - 2003-05-31 14:27:52
|
Update of /cvsroot/csp/THIRDPARTYLIBS/commoncpp2-1.0.12/win32 In directory sc8-pr-cvs1:/tmp/cvs-serv5140/win32 Log Message: Directory /cvsroot/csp/THIRDPARTYLIBS/commoncpp2-1.0.12/win32 added to the repository |
From: <bra...@us...> - 2003-05-31 14:27:46
|
Update of /cvsroot/csp/THIRDPARTYLIBS/commoncpp2-1.0.12/tests In directory sc8-pr-cvs1:/tmp/cvs-serv5116/tests Log Message: Directory /cvsroot/csp/THIRDPARTYLIBS/commoncpp2-1.0.12/tests added to the repository |
From: <bra...@us...> - 2003-05-31 14:27:40
|
Update of /cvsroot/csp/THIRDPARTYLIBS/commoncpp2-1.0.12/template In directory sc8-pr-cvs1:/tmp/cvs-serv5099/template Log Message: Directory /cvsroot/csp/THIRDPARTYLIBS/commoncpp2-1.0.12/template added to the repository |
From: <bra...@us...> - 2003-05-31 14:27:35
|
Update of /cvsroot/csp/THIRDPARTYLIBS/commoncpp2-1.0.12/src In directory sc8-pr-cvs1:/tmp/cvs-serv5078/src Log Message: Directory /cvsroot/csp/THIRDPARTYLIBS/commoncpp2-1.0.12/src added to the repository |
From: <bra...@us...> - 2003-05-31 14:27:29
|
Update of /cvsroot/csp/THIRDPARTYLIBS/commoncpp2-1.0.12/m4 In directory sc8-pr-cvs1:/tmp/cvs-serv5038/m4 Log Message: Directory /cvsroot/csp/THIRDPARTYLIBS/commoncpp2-1.0.12/m4 added to the repository |
From: <bra...@us...> - 2003-05-31 14:27:24
|
Update of /cvsroot/csp/THIRDPARTYLIBS/commoncpp2-1.0.12/include In directory sc8-pr-cvs1:/tmp/cvs-serv5010/include Log Message: Directory /cvsroot/csp/THIRDPARTYLIBS/commoncpp2-1.0.12/include added to the repository |
From: <bra...@us...> - 2003-05-31 14:27:19
|
Update of /cvsroot/csp/THIRDPARTYLIBS/commoncpp2-1.0.12/freebsd In directory sc8-pr-cvs1:/tmp/cvs-serv4977/freebsd Log Message: Directory /cvsroot/csp/THIRDPARTYLIBS/commoncpp2-1.0.12/freebsd added to the repository |
From: <bra...@us...> - 2003-05-31 14:27:14
|
Update of /cvsroot/csp/THIRDPARTYLIBS/commoncpp2-1.0.12/doc In directory sc8-pr-cvs1:/tmp/cvs-serv4942/doc Log Message: Directory /cvsroot/csp/THIRDPARTYLIBS/commoncpp2-1.0.12/doc added to the repository |
From: <bra...@us...> - 2003-05-31 14:27:09
|
Update of /cvsroot/csp/THIRDPARTYLIBS/commoncpp2-1.0.12/demo In directory sc8-pr-cvs1:/tmp/cvs-serv4916/demo Log Message: Directory /cvsroot/csp/THIRDPARTYLIBS/commoncpp2-1.0.12/demo added to the repository |
From: <bra...@us...> - 2003-05-31 14:27:02
|
Update of /cvsroot/csp/THIRDPARTYLIBS/commoncpp2-1.0.12/config In directory sc8-pr-cvs1:/tmp/cvs-serv4869/config Log Message: Directory /cvsroot/csp/THIRDPARTYLIBS/commoncpp2-1.0.12/config added to the repository |
From: <bra...@us...> - 2003-05-31 14:26:46
|
Update of /cvsroot/csp/APPLICATIONS/Networking/NetworkingClient/Debug In directory sc8-pr-cvs1:/tmp/cvs-serv4056 Added Files: ccgnu2d.dll Log Message: no message --- NEW FILE: ccgnu2d.dll --- (This appears to be a binary file; contents omitted.) |
From: <bra...@us...> - 2003-05-31 14:25:47
|
Update of /cvsroot/csp/APPLICATIONS/Networking/NetworkingServer In directory sc8-pr-cvs1:/tmp/cvs-serv4493 Added Files: NetworkingServer.suo ccgnu2d.lib ccgnu2.lib Log Message: no message --- NEW FILE: NetworkingServer.suo --- (This appears to be a binary file; contents omitted.) --- NEW FILE: ccgnu2d.lib --- (This appears to be a binary file; contents omitted.) --- NEW FILE: ccgnu2.lib --- (This appears to be a binary file; contents omitted.) |