]> git.saurik.com Git - wxWidgets.git/history - samples/sockets
fix for wx-config --inplace --rezflags output in wxCocoa (and reorganization of code...
[wxWidgets.git] / samples / sockets /
2004-01-22  David ElliottBaked files with Bakefile 0.1.2 (Mac OS 10.3 Python...
2004-01-19  David ElliottBaked files with Bakefile 0.1.1 using Python 2.3
2003-12-15  Václav Slavíkregenerated makefiles
2003-10-07  Václav Slavíkfixed bakefile so that in-tree headers take precedence...
2003-10-04  Václav Slavíkregenerated makefiles
2003-09-27  Vadim Zeitlinregenerated after adding gzstream.* and vidmode.h
2003-09-15  Julian SmartUpdated makefiles etc. for 2.5.1
2003-08-24  Václav Slavíkregenerated makefiles
2003-08-23  Václav Slavíkregenerated with fixed version of bakefile
2003-08-22  Robin Dunnregenerated makefiles
2003-08-16  Václav Slavíkremoved old bc++ makefiles
2003-08-16  Václav Slavíkforgot to commit some regenerated files
2003-08-15  Václav Slavíkchange MSW libs directories so that libraries are share...
2003-08-14  Václav Slavíkremoving old makefiles
2003-08-14  Václav Slavíkcorrected DSW dependencies
2003-08-13  Václav Slavíknew VC++ project files with both dll and lib in one...
2003-08-13  Václav Slavíkmakefiles update with OSX fixes
2003-08-08  Václav Slavík1) some compilers (Watcom) don't like it if wxBase...
2003-08-06  Václav Slavíkregenerated makefiles
2003-08-04  Vadim Zeitlin(Open Watcom but not only) compilation warning fixes
2003-08-03  Václav Slavíkfixed wrong target names
2003-08-02  Václav Slavíkremoved old DSPs
2003-08-02  Václav Slavíkfixed some VC++ projects bugs
2003-08-01  Václav Slavíkadded VC++ project files
2003-08-01  Václav Slavíkadded VC++ project files
2003-08-01  Václav Slavíkregenerated after adding DEBUG_ options
2003-07-27  Václav Slavíkseparated wxBase and wxNet
2003-07-27  Václav Slavíksplit wxBase into wxBase and wxNet libraries
2003-07-25  Václav Slavík1. use three numbers version in win32 DLLs on unstable...
2003-07-20  Václav Slavíkfixed /Mxx flag when using static RTL
2003-07-20  Robin DunnA new set of baked makefiles
2003-07-19  Mattia Barbon Some bakefile fixes.
2003-07-06  Václav Slavíkdon't link wxBase against GUI libraries
2003-07-05  Václav Slavíkregenerated
2003-07-04  Václav Slavíkadded Mingw makefiles
2003-07-04  Václav Slavíkregenerated makefiles
2003-07-04  Václav Slavíkregenerated
2003-07-04  Václav Slavíkmultilib linking fixes
2003-06-29  Václav Slavíkregenerated
2003-06-25  Václav Slavíknew dependencies tracking code
2003-06-25  Václav Slavíknew dependency tracking from bakefile cvs
2003-06-25  Václav Slavíkregenerated makefiles, with support for multilib build
2003-06-24  Václav Slavíkmoved to autoconf-2.5x
2003-06-23  Václav Slavíkgenerated new makefiles
2003-06-23  Václav Slavíknew build system
2003-06-20  Chris Elliottrelative path to wxwin in samples for Digital Mars...
2003-06-17  Chris Elliottadd ipc client / server samples for digital mars
2003-06-16  Chris Elliottmakefiles for samples for digital mars
2003-06-11  Chris Elliottfix SF bug report 751351
2003-04-05  Chris Elliottchanges to watcom makefiles for OpenWatcom
2003-03-29  Julian SmartCopyright cleanup
2003-01-08  Julian SmartApplied cvsignore patch
2002-12-05  Julian SmartUpdated version
2002-12-04  Vadim Zeitlinmerged 2.4 branch into the trunk
2002-08-31  Gilles Depeyrotdisable use of #pragma interface under Mac OS X
2002-03-21  Julian SmartAdded __WXX11__ tests where appropriate
2002-01-25  Vadim Zeitlininserted @IF_GNU_MAKE@ to allow building with other...
2002-01-18  Julian SmartUpdated VC++ files
2001-12-02  Gilles Depeyrotstore CodeWarrior 5.3 projects as xml instead of binary...
2001-11-28  Vadim Zeitlinreplaced "CC = gcc" and even stranger "CPP = gcc -g...
2001-11-28  Vadim Zeitlinreplaced `wx-config --cflags` with `wx-config --cxxflag...
2001-11-23  Gilles Depeyrotcorrected makefiles following suggestion by MBN
2001-11-22  Mattia BarbonFixed/simplified Makefile
2001-10-10  Vadim Zeitlin1. new samples proejct files for VC++
2001-10-09  Vadim Zeitlinadded new project files for all samples and demos;...
2001-09-28  Ron LeeMore build system polishing.. mostly. Some stuff...
2001-09-21  Mattia BarbonUnicode compilation fixes.
2001-09-09  Gilles Depeyrotrenamed CodeWarrior 5 projects (added new ones as well)
2001-08-28  Gilles Depeyrotreplaced CPPFLAGS with CXXFLAGS following corrections...
2001-08-20  Vadim Zeitlinfixed bug with calling Destroy() on the NULL wxSocket
2001-08-10  Julian SmartFixed project files for regex.lib, taking the regex...
2001-07-22  Gilles Depeyrotcorrection for Mac OS X compilation
2001-06-27  Julian SmartUpdated version to 2.3.2 so apps can test for differenc...
2001-06-07  Julian SmartUpdates for version change to 2.3.1
2001-05-10  Julian SmartRemoved references to xpm[d].lib
2001-02-06  Julian SmartUpdated VC++ project files for making DLL-based samples
2000-11-12  Julian SmartAdded missing VC++ project files
2000-10-10  Julian SmartAdded VC++ project files (seems logical)
2000-03-17  Robert Roebling Small makefile change.
2000-03-15  Vadim ZeitlinwxSocketServer test added to console sample
2000-03-15  Guillermo Rodrigue... Fixed typo
2000-03-15  Guillermo Rodrigue... Fixed a endianness stupidity in the sample
2000-03-14  Ron Leeupdated samples makefiles
2000-03-14  Guillermo Rodrigue... Changed Socket() and SocketEvent() to Get... in the...
2000-03-12  Robert Roebling Added debuf printf()s to GSocket,
2000-03-11  Vadim Zeitlinsome warnings fixed
2000-03-08  Guillermo Rodrigue... All IO calls take void* instead of char*
2000-03-04  Guillermo Rodrigue... Ops
2000-03-04  Guillermo Rodrigue... Oh well..
2000-03-04  Guillermo Rodrigue... Fixed (my own) stupidity in Connect() mini-tutorial...
2000-03-03  Guillermo Rodrigue... small mods
2000-02-29  Guillermo Rodrigue... Added some safety checks
2000-02-15  Guillermo Rodrigue... ...
2000-02-06  Julian SmartSmall changes for VC++ 4 compilation
2000-01-31  Vadim Zeitlinmakefiles changes (@top_srcdir@ adjusted)
2000-01-26  Guillermo Rodrigue... URL test and some comments added
2000-01-25  Ron Leefixed _T typo
2000-01-23  Stefan NeisAdded @PROGRAM_EXT@ as apropriate (hopefully ;-) ).
2000-01-21  Guillermo Rodrigue... Socket sample:
2000-01-19  Guillermo Rodrigue... makefile updates
next